[FFmpeg-devel] [PATCH 3/5] version.sh: add license header
Timothy Gu
timothygu99 at gmail.com
Fri Nov 29 02:00:29 CET 2013
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
version.sh | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/version.sh b/version.sh
index 62882e0..99945fd 100755
--- a/version.sh
+++ b/version.sh
@@ -1,4 +1,20 @@
#!/bin/sh
+#
+# This file is part of FFmpeg.
+#
+# FFmpeg is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# FFmpeg 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
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with FFmpeg; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
# check for git short hash
if ! test "$revision"; then
--
1.8.3.2
More information about the ffmpeg-devel
mailing list