From 5e54558c6dea67b56bbfaba5698f3a434d3dffb6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 10 Jul 2007 00:52:41 +0000 Subject: r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07) --- source3/client/client.c | 3 +-- source3/client/clitar.c | 3 +-- source3/client/mount.cifs.c | 3 +-- source3/client/smbctool.c | 3 +-- source3/client/smbmount.c | 3 +-- source3/client/smbspool.c | 3 +-- source3/client/tree.c | 3 +-- source3/client/umount.cifs.c | 3 +-- 8 files changed, 8 insertions(+), 16 deletions(-) (limited to 'source3/client') diff --git a/source3/client/client.c b/source3/client/client.c index 5f8181fde0..0b419fac2d 100644 --- a/source3/client/client.c +++ b/source3/client/client.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 "includes.h" diff --git a/source3/client/clitar.c b/source3/client/clitar.c index 93d8760c6f..b82a59953d 100644 --- a/source3/client/clitar.c +++ b/source3/client/clitar.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 . */ /* The following changes developed by Richard Sharpe for Canon Information Systems Research Australia (CISRA) diff --git a/source3/client/mount.cifs.c b/source3/client/mount.cifs.c index 66e134c7a5..eb45ae5b4a 100755 --- a/source3/client/mount.cifs.c +++ b/source3/client/mount.cifs.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program. If not, see . */ #ifndef _GNU_SOURCE #define _GNU_SOURCE diff --git a/source3/client/smbctool.c b/source3/client/smbctool.c index 6cbd8dd018..79542fbdab 100644 --- a/source3/client/smbctool.c +++ b/source3/client/smbctool.c @@ -18,8 +18,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 "includes.h" diff --git a/source3/client/smbmount.c b/source3/client/smbmount.c index e288aa4ece..b68dbfe346 100644 --- a/source3/client/smbmount.c +++ b/source3/client/smbmount.c @@ -14,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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "includes.h" diff --git a/source3/client/smbspool.c b/source3/client/smbspool.c index 3ecdde5a3f..f0c31c5500 100644 --- a/source3/client/smbspool.c +++ b/source3/client/smbspool.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 "includes.h" diff --git a/source3/client/tree.c b/source3/client/tree.c index 5e61a1c8bd..3695b06f90 100644 --- a/source3/client/tree.c +++ b/source3/client/tree.c @@ -16,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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ /* example-gtk+ application, ripped off from the gtk+ tree.c sample */ diff --git a/source3/client/umount.cifs.c b/source3/client/umount.cifs.c index c11cdf5d5d..d1195755ca 100644 --- a/source3/client/umount.cifs.c +++ b/source3/client/umount.cifs.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program. If not, see . */ #ifndef _GNU_SOURCE #define _GNU_SOURCE -- cgit