summaryrefslogtreecommitdiffstats
path: root/ta
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-04-15 16:20:00 +0200
committerwm4 <wm4@nowhere>2017-04-15 16:20:00 +0200
commitbbfafb5614594f4ec152e3392235ca2622c1240a (patch)
treefb72436d2053d779f7066f905a958e2bd5ab2321 /ta
parent3709ce6718bed8a113d141cdf5e8198f22f3c5f7 (diff)
downloadmpv-bbfafb5614594f4ec152e3392235ca2622c1240a.tar.bz2
mpv-bbfafb5614594f4ec152e3392235ca2622c1240a.tar.xz
Fix use of ISC license
The license text refers a "above copyright notice", so I guess it'd be good to actually provide such a notice. Add the license to some files that were missing it (since in theory, our Copyright file says that such files are LGPL by default). Remove the questionable remarks about the license in the client API.
Diffstat (limited to 'ta')
-rw-r--r--ta/ta.c4
-rw-r--r--ta/ta.h4
-rw-r--r--ta/ta_talloc.c4
-rw-r--r--ta/ta_talloc.h4
-rw-r--r--ta/ta_utils.c4
5 files changed, 15 insertions, 5 deletions
diff --git a/ta/ta.c b/ta/ta.c
index 0045024833..f8966bd020 100644
--- a/ta/ta.c
+++ b/ta/ta.c
@@ -1,4 +1,6 @@
-/* Permission to use, copy, modify, and/or distribute this software for any
+/* Copyright (C) 2017 the mpv developers
+ *
+ * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
diff --git a/ta/ta.h b/ta/ta.h
index 05564be73b..4945aa2be7 100644
--- a/ta/ta.h
+++ b/ta/ta.h
@@ -1,4 +1,6 @@
-/* Permission to use, copy, modify, and/or distribute this software for any
+/* Copyright (C) 2017 the mpv developers
+ *
+ * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
diff --git a/ta/ta_talloc.c b/ta/ta_talloc.c
index 9c52bbab08..27dca221d6 100644
--- a/ta/ta_talloc.c
+++ b/ta/ta_talloc.c
@@ -1,4 +1,6 @@
-/* Permission to use, copy, modify, and/or distribute this software for any
+/* Copyright (C) 2017 the mpv developers
+ *
+ * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
diff --git a/ta/ta_talloc.h b/ta/ta_talloc.h
index a145ba1e7d..693fd091e0 100644
--- a/ta/ta_talloc.h
+++ b/ta/ta_talloc.h
@@ -1,4 +1,6 @@
-/* Permission to use, copy, modify, and/or distribute this software for any
+/* Copyright (C) 2017 the mpv developers
+ *
+ * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
diff --git a/ta/ta_utils.c b/ta/ta_utils.c
index 6a7455c1b9..cc122b58a2 100644
--- a/ta/ta_utils.c
+++ b/ta/ta_utils.c
@@ -1,4 +1,6 @@
-/* Permission to use, copy, modify, and/or distribute this software for any
+/* Copyright (C) 2017 the mpv developers
+ *
+ * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*