summaryrefslogtreecommitdiff
path: root/source3/client
diff options
context:
space:
mode:
Diffstat (limited to 'source3/client')
-rw-r--r--source3/client/client.c3
-rw-r--r--source3/client/clitar.c3
-rwxr-xr-xsource3/client/mount.cifs.c3
-rw-r--r--source3/client/smbctool.c3
-rw-r--r--source3/client/smbmount.c3
-rw-r--r--source3/client/smbspool.c3
-rw-r--r--source3/client/tree.c3
-rw-r--r--source3/client/umount.cifs.c3
8 files changed, 8 insertions, 16 deletions
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 <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
*/
/* 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 <http://www.gnu.org/licenses/>. */
#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 <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
*/
/* 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 <http://www.gnu.org/licenses/>. */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE