From 1a9b949a96ac6e619363d2fb9726184a9f2427ac Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Sat, 7 Sep 2002 18:49:41 +0000 Subject: Fix license to LGPL and add a file explaining the LGPL license Original commit message from CVS: Fix license to LGPL and add a file explaining the LGPL license --- common | 2 +- gst/virtualdub/LICENSE | 1 + gst/virtualdub/gstvirtualdub.c | 19 +++++++++++-------- gst/virtualdub/gstvirtualdub.h | 15 +++++++++------ gst/virtualdub/gstxsharpen.c | 15 ++++++++------- 5 files changed, 30 insertions(+), 22 deletions(-) create mode 100644 gst/virtualdub/LICENSE diff --git a/common b/common index bca2dfba7..355c616d5 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit bca2dfba7bfc36020b5ba26b640ebde4cc76a5f0 +Subproject commit 355c616d5f6779ea194f8b61704229c6fb04ae7b diff --git a/gst/virtualdub/LICENSE b/gst/virtualdub/LICENSE new file mode 100644 index 000000000..5871bbff8 --- /dev/null +++ b/gst/virtualdub/LICENSE @@ -0,0 +1 @@ +This filter is licensed under the LGPL. We have gotten special permision from Dnald Graft to use the code he has made for Virtualdub under the LGPL with GStreamer. diff --git a/gst/virtualdub/gstvirtualdub.c b/gst/virtualdub/gstvirtualdub.c index d83ccd2c7..4c7f9c8e3 100644 --- a/gst/virtualdub/gstvirtualdub.c +++ b/gst/virtualdub/gstvirtualdub.c @@ -1,16 +1,19 @@ /* GStreamer * Copyright (C) <1999> Erik Walthinsen * - * EffecTV: - * Copyright (C) 2001 FUKUCHI Kentarou + * Filter: + * Copyright (C) 2000 Donald A. Graft * - * EffecTV is free software. We release this product under the terms of the - * GNU General Public License version 2. The license is included in the file - * COPYING. + * 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. * - * This program 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 General Public License for more details. */ #include diff --git a/gst/virtualdub/gstvirtualdub.h b/gst/virtualdub/gstvirtualdub.h index e441e1b49..f55d85e83 100644 --- a/gst/virtualdub/gstvirtualdub.h +++ b/gst/virtualdub/gstvirtualdub.h @@ -4,13 +4,16 @@ * Filter: * Copyright (C) 2000 Donald A. Graft * - * EffecTV is free software. We release this product under the terms of the - * GNU General Public License version 2. The license is included in the file - * COPYING. + * 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. * - * This program 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 General Public License for more details. */ #include diff --git a/gst/virtualdub/gstxsharpen.c b/gst/virtualdub/gstxsharpen.c index bced666fb..1d85b59f2 100644 --- a/gst/virtualdub/gstxsharpen.c +++ b/gst/virtualdub/gstxsharpen.c @@ -4,15 +4,16 @@ * Filter: * Copyright (C) 2000 Donald A. Graft * - * Port done with help of transcode xsharpen filter by Tilmann Bitterberg + * 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. * - * EffecTV is free software. We release this product under the terms of the - * GNU General Public License version 2. The license is included in the file - * COPYING. + * 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. * - * This program 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 General Public License for more details. */ #include -- cgit v1.2.1