summaryrefslogtreecommitdiff
path: root/testsuite/nsswitch
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-07-10 00:57:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:28:23 -0500
commit58e9534300430fa4f2bcb50fb2d1d2990bdbe636 (patch)
treeae799ac52a4f9aa0b8cada73cbed7abeb4f47010 /testsuite/nsswitch
parent5e54558c6dea67b56bbfaba5698f3a434d3dffb6 (diff)
downloadsamba-58e9534300430fa4f2bcb50fb2d1d2990bdbe636.tar.gz
samba-58e9534300430fa4f2bcb50fb2d1d2990bdbe636.tar.bz2
samba-58e9534300430fa4f2bcb50fb2d1d2990bdbe636.zip
r23785: use the GPLv3 boilerplate as recommended by the FSF and the license text
(This used to be commit d0e89d246d8e5e64196d6c1d16d39a70579ca42f)
Diffstat (limited to 'testsuite/nsswitch')
-rw-r--r--testsuite/nsswitch/getent_grent.c3
-rw-r--r--testsuite/nsswitch/getent_pwent.c3
-rw-r--r--testsuite/nsswitch/longarg_getgrnam.c3
-rw-r--r--testsuite/nsswitch/longarg_getpwnam.c3
-rw-r--r--testsuite/nsswitch/longarg_utils.h3
5 files changed, 5 insertions, 10 deletions
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 <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
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 <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
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 <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
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 <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
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 <http://www.gnu.org/licenses/>.
*/
#ifndef _LONGARG_UTILS_H