]> Cypherpunks.ru repositories - pyssss.git/blobdiff - ssss.py
Prepare for uploading to PyPI
[pyssss.git] / ssss.py
diff --git a/ssss.py b/ssss.py
index 0883347ae2867b967040396b13c4ed3a12247e33..8e0569c78baddd842fada6aab9c8286d8e689278 100644 (file)
--- a/ssss.py
+++ b/ssss.py
@@ -1,19 +1,20 @@
 # coding: utf-8
-# pyssss -- Pure Python Shamir's secret sharing scheme implementation
+# ssss -- Pure Python Shamir's secret sharing scheme implementation
 # Copyright (C) 2015-2019 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# it under the terms of the GNU Lesser 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 Lesser 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 Lesser General Public
+# License along with this program.  If not, see
+# <http://www.gnu.org/licenses/>.
 """ Shamir's secret sharing scheme implementation.
 
 https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing