summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-02-02 17:09:15 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-02-08 16:08:09 +0000
commitf2857932d2521bba53863e151266e04fdebe8544 (patch)
tree8637af9aa8bdcbb10449489b737c7eb95cf9620b /other
parent0eeb16d03118b25a9605d9626ee2b578116fb9b7 (diff)
Use the markdown GPLv3 license in the c-toxcore repo.
Diffstat (limited to 'other')
-rwxr-xr-xother/fun/make-funny-savefile.py2
-rw-r--r--other/rpm/toxcore.spec.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/other/fun/make-funny-savefile.py b/other/fun/make-funny-savefile.py
index 43f14a6e..ccdf7217 100755
--- a/other/fun/make-funny-savefile.py
+++ b/other/fun/make-funny-savefile.py
@@ -7,7 +7,7 @@ with externally generated keys.
7(c) 2015 Alexandre Erwin Ittner 7(c) 2015 Alexandre Erwin Ittner
8 8
9Distributed under the GNU GPL v3 or later, WITHOUT ANY WARRANTY. See the 9Distributed under the GNU GPL v3 or later, WITHOUT ANY WARRANTY. See the
10file "COPYING" for license information. 10file "LICENSE.md" for license information.
11 11
12 12
13Usage: 13Usage:
diff --git a/other/rpm/toxcore.spec.in b/other/rpm/toxcore.spec.in
index 4c5132ce..3391d4b9 100644
--- a/other/rpm/toxcore.spec.in
+++ b/other/rpm/toxcore.spec.in
@@ -97,7 +97,7 @@ getent passwd tox-bootstrapd >/dev/null || \
97 97
98%files 98%files
99%defattr(-, root, root) 99%defattr(-, root, root)
100%doc COPYING README.md CHANGELOG.md 100%doc LICENSE.md README.md CHANGELOG.md
101%{_libdir}/libtoxcore.so* 101%{_libdir}/libtoxcore.so*
102 102
103%files devel 103%files devel