diff options
author | Nathan Scott <nathans@sgi.com> | 2005-12-05 21:42:29 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2005-12-05 21:42:29 +0000 |
commit | d61ec00a035fde2352e26b1352399fd4469b318c (patch) | |
tree | 6b10d7313c5d1a812f60dba57c59e3d3c7352751 /include | |
parent | ca6261a5c76d792be7a554c1617b225521b57d75 (diff) | |
download | attr-d61ec00a035fde2352e26b1352399fd4469b318c.tar.gz |
Fix up some accidentally un-LGPLd attr headers.
Merge of master-melb:xfs-cmds:24693a by kenmcd.
Diffstat (limited to 'include')
-rw-r--r-- | include/attributes.h | 8 | ||||
-rw-r--r-- | include/xattr.h | 8 |
2 files changed, 8 insertions, 8 deletions
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 */ |