From 71aa3ea88084d17bcb4fc1031ad7b66f8647115e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 23 Jul 2007 14:35:58 +0200 Subject: Update all copyright notices to use the newer form. --- gl/lib/base64.c | 9 ++++----- gl/lib/base64.h | 9 ++++----- gl/lib/mgetgroups.c | 9 ++++----- gl/lib/mgetgroups.h | 10 ++++------ gl/lib/root-dev-ino.c | 9 ++++----- gl/lib/root-dev-ino.h | 9 ++++----- gl/lib/selinux-at.c | 9 ++++----- gl/lib/selinux-at.h | 9 ++++----- 8 files changed, 32 insertions(+), 41 deletions(-) (limited to 'gl') diff --git a/gl/lib/base64.c b/gl/lib/base64.c index aa1fb9695..43f12c6b0 100644 --- a/gl/lib/base64.c +++ b/gl/lib/base64.c @@ -2,10 +2,10 @@ Copyright (C) 1999, 2000, 2001, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify + 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; either version 3, or (at your option) - any later version. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,8 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* Written by Simon Josefsson. Partially adapted from GNU MailUtils * (mailbox/filter_trans.c, as of 2004-11-28). Improved by review diff --git a/gl/lib/base64.h b/gl/lib/base64.h index 7b9b560be..ba436e02f 100644 --- a/gl/lib/base64.h +++ b/gl/lib/base64.h @@ -2,10 +2,10 @@ Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. Written by Simon Josefsson. - This program is free software; you can redistribute it and/or modify + 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; either version 3, or (at your option) - any later version. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,8 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ #ifndef BASE64_H # define BASE64_H diff --git a/gl/lib/mgetgroups.c b/gl/lib/mgetgroups.c index b263e8f93..6a4a42280 100644 --- a/gl/lib/mgetgroups.c +++ b/gl/lib/mgetgroups.c @@ -2,10 +2,10 @@ Copyright (C) 2007 Free Software Foundation. - This program is free software; you can redistribute it and/or modify + 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; either version 3, or (at your option) - any later version. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,8 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* Extracted from coreutils' src/id.c. */ diff --git a/gl/lib/mgetgroups.h b/gl/lib/mgetgroups.h index d5a0df356..1b382d1c3 100644 --- a/gl/lib/mgetgroups.h +++ b/gl/lib/mgetgroups.h @@ -1,10 +1,10 @@ /* Get a list of all group IDs associated with a specified user ID. Copyright (C) 2007 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify + 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; either version 3, or (at your option) - any later version. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,9 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ #include diff --git a/gl/lib/root-dev-ino.c b/gl/lib/root-dev-ino.c index cc9c28407..fc3ddffeb 100644 --- a/gl/lib/root-dev-ino.c +++ b/gl/lib/root-dev-ino.c @@ -1,10 +1,10 @@ /* root-dev-ino.c -- get the device and inode numbers for `/'. Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify + 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; either version 3, or (at your option) - any later version. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* Written by Jim Meyering. */ diff --git a/gl/lib/root-dev-ino.h b/gl/lib/root-dev-ino.h index eb3af8fe1..e1512f682 100644 --- a/gl/lib/root-dev-ino.h +++ b/gl/lib/root-dev-ino.h @@ -2,10 +2,10 @@ Copyright (C) 2003, 2006 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify + 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; either version 3, or (at your option) - any later version. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,8 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ #ifndef ROOT_DEV_INO_H # define ROOT_DEV_INO_H 1 diff --git a/gl/lib/selinux-at.c b/gl/lib/selinux-at.c index 5a4dc3d7a..0d94a0411 100644 --- a/gl/lib/selinux-at.c +++ b/gl/lib/selinux-at.c @@ -1,10 +1,10 @@ /* openat-style fd-relative functions for SE Linux Copyright (C) 2007 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify + 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; either version 3, or (at your option) - any later version. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* written by Jim Meyering */ diff --git a/gl/lib/selinux-at.h b/gl/lib/selinux-at.h index b5cb03e69..15dd19271 100644 --- a/gl/lib/selinux-at.h +++ b/gl/lib/selinux-at.h @@ -1,10 +1,10 @@ /* Prototypes for openat-style fd-relative SELinux functions Copyright (C) 2007 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify + 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; either version 3, or (at your option) - any later version. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ #include #include -- cgit v1.2.3-54-g00ecf