From 58e9534300430fa4f2bcb50fb2d1d2990bdbe636 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 10 Jul 2007 00:57:11 +0000 Subject: r23785: use the GPLv3 boilerplate as recommended by the FSF and the license text (This used to be commit d0e89d246d8e5e64196d6c1d16d39a70579ca42f) --- testsuite/nsswitch/getent_grent.c | 3 +-- testsuite/nsswitch/getent_pwent.c | 3 +-- testsuite/nsswitch/longarg_getgrnam.c | 3 +-- testsuite/nsswitch/longarg_getpwnam.c | 3 +-- testsuite/nsswitch/longarg_utils.h | 3 +-- 5 files changed, 5 insertions(+), 10 deletions(-) (limited to 'testsuite/nsswitch') diff --git a/testsuite/nsswitch/getent_grent.c b/testsuite/nsswitch/getent_grent.c index d502c4eeb0..4660b6a53d 100644 --- a/testsuite/nsswitch/getent_grent.c +++ b/testsuite/nsswitch/getent_grent.c @@ -17,8 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include diff --git a/testsuite/nsswitch/getent_pwent.c b/testsuite/nsswitch/getent_pwent.c index 9491d4594b..14200b0206 100644 --- a/testsuite/nsswitch/getent_pwent.c +++ b/testsuite/nsswitch/getent_pwent.c @@ -17,8 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include diff --git a/testsuite/nsswitch/longarg_getgrnam.c b/testsuite/nsswitch/longarg_getgrnam.c index 612acca671..41284247a6 100644 --- a/testsuite/nsswitch/longarg_getgrnam.c +++ b/testsuite/nsswitch/longarg_getgrnam.c @@ -15,8 +15,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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include diff --git a/testsuite/nsswitch/longarg_getpwnam.c b/testsuite/nsswitch/longarg_getpwnam.c index 6575d33ca8..1b6f544761 100644 --- a/testsuite/nsswitch/longarg_getpwnam.c +++ b/testsuite/nsswitch/longarg_getpwnam.c @@ -15,8 +15,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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include diff --git a/testsuite/nsswitch/longarg_utils.h b/testsuite/nsswitch/longarg_utils.h index cbc212c5fd..9c6088e325 100644 --- a/testsuite/nsswitch/longarg_utils.h +++ b/testsuite/nsswitch/longarg_utils.h @@ -15,8 +15,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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #ifndef _LONGARG_UTILS_H -- cgit