commit 6d4c87b85d8c6512a5adc7b6c7daf6742daac8cc
parent 4cbeda3469e47dd4b29979edd6e23a7cf297bd31
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date: Mon, 17 Aug 2020 00:09:21 +0200
Change license: from GPL to AGPL
Diffstat:
2 files changed, 11 insertions(+), 13 deletions(-)
diff --git a/README.md b/README.md
@@ -66,11 +66,11 @@ needed for authentification.
## License
-The program is licensed under the GNU General Public License version 3
-(available [here][gpl]).
+The program is licensed under the GNU Affero General Public License version 3 or
+later (available [here][agpl]).
## Author
- **Oscar Benedito** - oscar@oscarbenedito.com
-[gpl]: <https://www.gnu.org/licenses/gpl-3.0.html> "The GNU General Public License v3.0"
+[agpl]: <https://www.gnu.org/licenses/agpl-3.0.html> "GNU Affero General Public License v3.0"
diff --git a/git-backup.py b/git-backup.py
@@ -1,20 +1,18 @@
#!/usr/bin/env python3
# Copyright (C) 2019 Oscar Benedito
#
-# This file is part of Git Backup.
+# This program is free software: you can redistribute it and/or modify
+# 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.
#
-# Git Backup is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# Git Backup is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# GNU Affero General Public License for more details.
#
-# You should have received a copy of the GNU General Public License
-# along with Git Backup. If not, see <https://www.gnu.org/licenses/>.
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
import os
import requests