diff options
author | VG <vg@devys.org> | 2016-11-24 16:48:24 +0100 |
---|---|---|
committer | VG <vg@devys.org> | 2016-11-24 16:48:24 +0100 |
commit | 27301862414094f7811ee6cbe958e25f9daec101 (patch) | |
tree | c0eceec33020d2ce37fe1f13d8ac9552f5d34e04 | |
parent | 8c7568df13c6c38c24721b6b9f3e54e0e9f87419 (diff) | |
download | pasteme-27301862414094f7811ee6cbe958e25f9daec101.tar.gz pasteme-27301862414094f7811ee6cbe958e25f9daec101.tar.bz2 pasteme-27301862414094f7811ee6cbe958e25f9daec101.zip |
clarify license information in readme
-rw-r--r-- | readme.rst | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -42,6 +42,19 @@ Clone this repository recursively: # to run it with dev mode, just run it ./pastme.py +License +======= + +Unless specified otherwise, this project is licensed 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. You +should have received a copy of the GNU General Public License along with this +program. If not, see <https://opensource.org/licenses/GPL-3.0> or +<http://www.gnu.org/licenses/>. + +SPDX-License-Identifier: GPL-3.0+ + +Copyright © 2016 vg <vg@devys.org> Credits ======= |