From e4e53964117dba2edb282ee09df9ca4727f6aba8 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 19 Apr 2007 08:40:33 +0000 Subject: [PATCH] tests/benchmarks/: Change licence to LGPL as granted by Benjamin and Andy. Original commit message from CVS: * tests/benchmarks/complexity.c: * tests/benchmarks/mass-elements.c: Change licence to LGPL as granted by Benjamin and Andy. --- ChangeLog | 6 ++++++ common | 2 +- tests/benchmarks/complexity.c | 11 ++++++----- tests/benchmarks/mass-elements.c | 11 ++++++----- 4 files changed, 19 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 765705ecb4..240006a7dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-04-19 Stefan Kost + + * tests/benchmarks/complexity.c: + * tests/benchmarks/mass-elements.c: + Change licence to LGPL as granted by Benjamin and Andy. + 2007-04-19 Sebastian Dröge * gst/parse/Makefile.am: diff --git a/common b/common index e05f45f139..765d03a884 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit e05f45f13961b851501ca8938aa2049fa96c7b11 +Subproject commit 765d03a88492fb4ac81d70457f671f3a109e93de diff --git a/tests/benchmarks/complexity.c b/tests/benchmarks/complexity.c index 1cd1133c87..c72b5d615e 100644 --- a/tests/benchmarks/complexity.c +++ b/tests/benchmarks/complexity.c @@ -3,18 +3,19 @@ * Copyright (C) 2005 Andy Wingo * * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public + * 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 - * General Public License for more details. + * Library General Public License for more details. * - * You should have received a copy of the GNU General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * 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. */ #include diff --git a/tests/benchmarks/mass-elements.c b/tests/benchmarks/mass-elements.c index d375dfd443..91df2c90df 100644 --- a/tests/benchmarks/mass-elements.c +++ b/tests/benchmarks/mass-elements.c @@ -2,18 +2,19 @@ * Copyright (C) 2004 Benjamin Otte * * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public + * 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 - * General Public License for more details. + * Library General Public License for more details. * - * You should have received a copy of the GNU General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * 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. */ #include