]> ruderich.org/simon Gitweb - ptyas/ptyas.git/blobdiff - README
Relicense as AGPLv3+
[ptyas/ptyas.git] / README
diff --git a/README b/README
index aa4f83bd846121df0c18da7e5c8c3b41d8626341..fe33c771b08ab20f6669965c247819e7a5be1cf6 100644 (file)
--- a/README
+++ b/README
@@ -2,8 +2,7 @@ README
 ======
 
 ptyas is a small su/sudo replacement which prevents TTY hijacking by starting
-a new session with a separate terminal and proxying all input. It's licensed
-under the GPL 3 or later.
+a new session with a separate terminal and proxying all input.
 
 It must be run as root and changes the owner to the specified user name,
 permanently dropping all root permissions.
@@ -11,6 +10,8 @@ permanently dropping all root permissions.
 For details about the possible attacks see
 https://ruderich.org/simon/notes/su-sudo-from-root-tty-hijacking
 
+ptyas is licensed under AGPL version 3 or later.
+
 
 DEPENDENCIES
 ------------
@@ -44,21 +45,21 @@ Written by Simon Ruderich <simon@ruderich.org>.
 LICENSE
 -------
 
-ptyas is licensed under GPL version 3 or later.
+ptyas is licensed under AGPL version 3 or later.
 
 Copyright (C) 2016-2019  Simon Ruderich
 
 This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
+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,
 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 this program.  If not, see <http://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/>.
 
 // vim: ft=asciidoc