summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2005-12-05 21:42:29 +0000
committerNathan Scott <nathans@sgi.com>2005-12-05 21:42:29 +0000
commitd61ec00a035fde2352e26b1352399fd4469b318c (patch)
tree6b10d7313c5d1a812f60dba57c59e3d3c7352751
parentca6261a5c76d792be7a554c1617b225521b57d75 (diff)
downloadattr-d61ec00a035fde2352e26b1352399fd4469b318c.tar.gz
Fix up some accidentally un-LGPLd attr headers.
Merge of master-melb:xfs-cmds:24693a by kenmcd.
-rw-r--r--VERSION2
-rw-r--r--debian/changelog4
-rw-r--r--doc/CHANGES4
-rw-r--r--include/attributes.h8
-rw-r--r--include/xattr.h8
5 files changed, 15 insertions, 11 deletions
diff --git a/VERSION b/VERSION
index 865c905..e0a1ccb 100644
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
#
PKG_MAJOR=2
PKG_MINOR=4
-PKG_REVISION=26
+PKG_REVISION=27
PKG_BUILD=0
diff --git a/debian/changelog b/debian/changelog
index 1e5f711..f27908c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-attr (2.4.26-1) unstable; urgency=low
+attr (2.4.27-1) unstable; urgency=low
* New upstream release
- -- Nathan Scott <nathans@debian.org> Thu, 10 Nov 2005 07:59:12 +1100
+ -- Nathan Scott <nathans@debian.org> Mon, 05 Dec 2005 16:07:38 +1100
attr (2.4.25-1) unstable; urgency=low
diff --git a/doc/CHANGES b/doc/CHANGES
index 0643ab4..7474a11 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,7 @@
+attr-2.4.27 (05 December 2005)
+ - Revert xattr.h/attributes.h to stating "Lesser GPL",
+ accidentally marked "GPL" in previous version.
+
attr-2.4.26 (10 November 2005)
- Sync up build system (m4 macros, etc) with other projects
- Update SGI copyright/licence notices
diff --git a/include/attributes.h b/include/attributes.h
index 8e7297c..3afd9ac 100644
--- a/include/attributes.h
+++ b/include/attributes.h
@@ -3,15 +3,15 @@
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation.
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation.
*
* This program is distributed in the hope that it would 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.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
diff --git a/include/xattr.h b/include/xattr.h
index bc9c654..9b23ab6 100644
--- a/include/xattr.h
+++ b/include/xattr.h
@@ -3,15 +3,15 @@
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation.
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation.
*
* This program is distributed in the hope that it would 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.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/