[lockdev-devel] [PATCH] update license headers in files to match LGPL

Ludwig Nussel ludwig.nussel at suse.de
Mon Apr 19 09:06:57 UTC 2010


the file headers apparently contain a GPL header modified to read LGPL.
---
 src/lockdev.c |   27 ++++++++++-----------------
 src/lockdev.h |   27 ++++++++++-----------------
 src/ttylock.h |   21 ++++++++++-----------
 3 files changed, 30 insertions(+), 45 deletions(-)

diff --git a/src/lockdev.c b/src/lockdev.c
index 6a324f7..8bcf8c6 100644
--- a/src/lockdev.c
+++ b/src/lockdev.c
@@ -3,26 +3,19 @@
  *	(c) 1997, 1999 by Fabrizio Polacco <fpolacco at debian.org>
  *	this source program is part of the liblockdev library.
  *
+ *	This library 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 of the License, or (at your option) any later version.
  *
- *	This program is free software; you can redistribute it and/or 
- *	modify it under the terms of the GNU Lesser General Public 
- *	License (LGPL) as published by the Free Software Foundation; 
- *	version 2.1 dated February 1999.
- *
- *	This program is distributed in the hope that it will be useful,
+ *	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.
- *
- *	You should have received a copy of the GNU Lesser General 
- *	Public License (LGPL) along with this program;  if not, write 
- *	to the Free Software Foundation, Inc.,
- *	59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- *
- *	On Debian GNU/Linux systems, the complete text of the 
- *	GNU Library General Public License can be found in
- *	`/usr/share/common-licenses/LGPL'.
+ *	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 this library; if not, write to the Free Software
+ *	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
  *
  *	This library provides a stable way to lock devices on a Linux or
  *	Unix system, both following FSSTND 1.2 and SVr4 device locking
diff --git a/src/lockdev.h b/src/lockdev.h
index c20faad..903c56c 100644
--- a/src/lockdev.h
+++ b/src/lockdev.h
@@ -3,26 +3,19 @@
  *	(c) 1997, 1999 by Fabrizio Polacco <fpolacco at debian.org>
  *	this source program is part of the liblockdev library.
  *
+ *	This library 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 of the License, or (at your option) any later version.
  *
- *	This program is free software; you can redistribute it and/or 
- *	modify it under the terms of the GNU Lesser General Public 
- *	License (LGPL) as published by the Free Software Foundation; 
- *	version 2.1 dated February 1999.
- *
- *	This program is distributed in the hope that it will be useful,
+ *	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.
- *
- *	You should have received a copy of the GNU Lesser General 
- *	Public License (LGPL) along with this program;  if not, write 
- *	to the Free Software Foundation, Inc.,
- *	59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- *
- *	On Debian GNU/Linux systems, the complete text of the 
- *	GNU Library General Public License can be found in
- *	`/usr/share/common-licenses/LGPL'.
+ *	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 this library; if not, write to the Free Software
+ *	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
  *
  *
  *	This library provides a stable way to lock devices on a Linux or
diff --git a/src/ttylock.h b/src/ttylock.h
index c36ebe2..a08e7a3 100644
--- a/src/ttylock.h
+++ b/src/ttylock.h
@@ -3,20 +3,19 @@
  *	(c) 1997 by Fabrizio Polacco <fpolacco at debian.org>
  *	this header file is part of the lockdev library.
  *
- *	This program 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; version 2
- *	dated June, 1991.
+ *	This library 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 of the License, or (at your option) any later version.
  *
- *	This program is distributed in the hope that it will be useful,
+ *	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.
+ *	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 Library General
- *	Public License along with this program;  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 Lesser 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 header file provides an alternative API to the services of
  *	the lockdev library, the same API implemented by AIX.
-- 
1.6.4.2




More information about the lockdev-devel mailing list