mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
i2p: Update license headers for consistent formatting
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
f7d9c9eff5
commit
dca91da571
@ -1,3 +1,4 @@
|
|||||||
|
#
|
||||||
# This file is part of FreedomBox.
|
# This file is part of FreedomBox.
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
#
|
||||||
# This file is part of FreedomBox.
|
# This file is part of FreedomBox.
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
|||||||
@ -1,17 +1,18 @@
|
|||||||
# This file is part of FreedomBox.
|
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This file is part of FreedomBox.
|
||||||
# it under the terms of the GNU Affero General Public License as
|
|
||||||
# published by the Free Software Foundation, either version 3 of the
|
|
||||||
# License, or (at your option) any later version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful,
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# it under the terms of the GNU Affero General Public License as
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# published by the Free Software Foundation, either version 3 of the
|
||||||
# GNU Affero General Public License for more details.
|
# License, or (at your option) any later version.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
# This program is distributed in the hope that it will be useful,
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU Affero General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
"""
|
"""
|
||||||
Unit tests for helpers of I2P application.
|
Unit tests for helpers of I2P application.
|
||||||
|
|||||||
@ -1,17 +1,18 @@
|
|||||||
# This file is part of FreedomBox.
|
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This file is part of FreedomBox.
|
||||||
# it under the terms of the GNU Affero General Public License as
|
|
||||||
# published by the Free Software Foundation, either version 3 of the
|
|
||||||
# License, or (at your option) any later version.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful,
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# it under the terms of the GNU Affero General Public License as
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# published by the Free Software Foundation, either version 3 of the
|
||||||
# GNU Affero General Public License for more details.
|
# License, or (at your option) any later version.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
# This program is distributed in the hope that it will be useful,
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU Affero General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user