summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Walthinsen <omega@temple-baptist.org>2000-08-05 03:53:00 +0000
committerErik Walthinsen <omega@temple-baptist.org>2000-08-05 03:53:00 +0000
commit1c7d7e6a6fc1f079f851c32e48962244c97d5f30 (patch)
tree26c8c69e16f89fd5c417438c5bcfc8946c3ea14a
parent6340b23cc004ce6e9e2d2fc6ba037363a337001e (diff)
downloadgstreamer-1c7d7e6a6fc1f079f851c32e48962244c97d5f30.tar.gz
Adding explicit license information, since quite a large number of source files don't have the LGPL header. This is ...
Original commit message from CVS: Adding explicit license information, since quite a large number of source files don't have the LGPL header. This is something we need to fix. GNOME has a script to run around and fix things, maybe we should snag a copy and let it loose in a sandbox.
-rw-r--r--LICENSE18
-rw-r--r--Makefile.am2
2 files changed, 19 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000000..1fedf924ca
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,18 @@
+/* GStreamer
+ * Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
diff --git a/Makefile.am b/Makefile.am
index c921e49cf2..55e670d91a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ bin_SCRIPTS = gstreamer-config
m4datadir = $(datadir)/aclocal
m4data_DATA = gstreamer.m4
-EXTRA_DIST = gstreamer.spec.in gstreamer-config.in gstreamer.m4
+EXTRA_DIST = gstreamer.spec.in gstreamer-config.in gstreamer.m4 LICENSE
dist-hook:
cp gstreamer.spec $(distdir)