summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-07-07 05:33:14 +0000
committerWayne Davison <wayned@samba.org>2007-07-07 05:33:14 +0000
commit4fd842f98df4970f6e49a0365dbed60774e56c09 (patch)
tree6d8c8ffea02e510d06d5549b728840358ed9bf4c /lib
parentf92f5b166e3019db42bc7fe1aa2f1a9178cd215d (diff)
downloadrsync-4fd842f98df4970f6e49a0365dbed60774e56c09.tar.gz
rsync-4fd842f98df4970f6e49a0365dbed60774e56c09.tar.bz2
rsync-4fd842f98df4970f6e49a0365dbed60774e56c09.zip
Switching to GPL 3.
Diffstat (limited to 'lib')
-rw-r--r--lib/compat.c8
-rw-r--r--lib/md5.c8
-rw-r--r--lib/mdfour.c8
-rw-r--r--lib/permstring.c8
-rw-r--r--lib/sysacls.c42
-rw-r--r--lib/sysacls.h38
-rw-r--r--lib/sysxattrs.c8
7 files changed, 53 insertions, 67 deletions
diff --git a/lib/compat.c b/lib/compat.c
index 8718a48f..b26a879c 100644
--- a/lib/compat.c
+++ b/lib/compat.c
@@ -6,9 +6,8 @@
* Copyright (C) 2004, 2005, 2006 Wayne Davison
*
* 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 2 of the License, or
- * (at your option) any later version.
+ * it under the terms of the GNU General Public License version 3 as
+ * published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,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.,
- * 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
+ * with this program; if not, visit the http://fsf.org website.
*/
#include "rsync.h"
diff --git a/lib/md5.c b/lib/md5.c
index c65054a6..ff50cdfb 100644
--- a/lib/md5.c
+++ b/lib/md5.c
@@ -4,9 +4,8 @@
* Copyright (C) 2001-2003 Christophe Devine
*
* 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 2 of the License, or
- * (at your option) any later version.
+ * it under the terms of the GNU General Public License version 3 as
+ * published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -14,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.
+ * with this program; if not, visit the http://fsf.org website.
*/
#include "rsync.h"
diff --git a/lib/mdfour.c b/lib/mdfour.c
index 515f4259..c8e7624e 100644
--- a/lib/mdfour.c
+++ b/lib/mdfour.c
@@ -7,9 +7,8 @@
* Copyright (C) 2005-2007 Wayne Davison
*
* 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 2 of the License, or
- * (at your option) any later version.
+ * it under the terms of the GNU General Public License version 3 as
+ * published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -17,8 +16,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.
+ * with this program; if not, visit the http://fsf.org website.
*/
#include "rsync.h"
diff --git a/lib/permstring.c b/lib/permstring.c
index ba981ee2..51dc2785 100644
--- a/lib/permstring.c
+++ b/lib/permstring.c
@@ -7,9 +7,8 @@
* Copyright (C) 2003, 2006 Wayne Davison
*
* 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 2 of the License, or
- * (at your option) any later version.
+ * it under the terms of the GNU General Public License version 3 as
+ * published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -17,8 +16,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.
+ * with this program; if not, visit the http://fsf.org website.
*/
#include "rsync.h"
diff --git a/lib/sysacls.c b/lib/sysacls.c
index b2215d0b..699a1659 100644
--- a/lib/sysacls.c
+++ b/lib/sysacls.c
@@ -1,25 +1,23 @@
-/*
- Unix SMB/CIFS implementation.
- Based on the Samba ACL support code.
- Copyright (C) Jeremy Allison 2000.
-
- The permission functions have been changed to get/set all bits via
- one call. Some functions that rsync doesn't need were also removed.
-
- 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 2 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
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- 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.
-*/
+/*
+ * Unix SMB/CIFS implementation.
+ * Based on the Samba ACL support code.
+ * Copyright (C) Jeremy Allison 2000.
+ *
+ * The permission functions have been changed to get/set all bits via
+ * one call. Some functions that rsync doesn't need were also removed.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 3 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * with this program; if not, visit the http://fsf.org website.
+ */
#include "rsync.h"
#include "sysacls.h"
diff --git a/lib/sysacls.h b/lib/sysacls.h
index b8a40c3d..b8b7f117 100644
--- a/lib/sysacls.h
+++ b/lib/sysacls.h
@@ -1,23 +1,21 @@
-/*
- Unix SMB/Netbios implementation.
- Version 2.2.x
- Portable SMB ACL interface
- Copyright (C) Jeremy Allison 2000
-
- 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 2 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
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- 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.
-*/
+/*
+ * Unix SMB/Netbios implementation.
+ * Version 2.2.x
+ * Portable SMB ACL interface
+ * Copyright (C) Jeremy Allison 2000
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 3 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * with this program; if not, visit the http://fsf.org website.
+ */
#ifdef SUPPORT_ACLS
diff --git a/lib/sysxattrs.c b/lib/sysxattrs.c
index 72fca41b..babe09ed 100644
--- a/lib/sysxattrs.c
+++ b/lib/sysxattrs.c
@@ -5,9 +5,8 @@
* Written by Jay Fenlason.
*
* 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 2 of the License, or
- * (at your option) any later version.
+ * it under the terms of the GNU General Public License version 3 as
+ * published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,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.
+ * with this program; if not, visit the http://fsf.org website.
*/
#include "rsync.h"