summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/arc4.c3
-rw-r--r--source3/lib/audit.c3
-rw-r--r--source3/lib/bitmap.c3
-rw-r--r--source3/lib/charcnv.c3
-rw-r--r--source3/lib/clobber.c3
-rw-r--r--source3/lib/conn_tdb.c3
-rw-r--r--source3/lib/ctdbd_conn.c3
-rw-r--r--source3/lib/data_blob.c3
-rw-r--r--source3/lib/dbwrap.c3
-rw-r--r--source3/lib/dbwrap_ctdb.c3
-rw-r--r--source3/lib/dbwrap_file.c3
-rw-r--r--source3/lib/dbwrap_tdb.c3
-rw-r--r--source3/lib/debug.c3
-rw-r--r--source3/lib/display_sec.c3
-rw-r--r--source3/lib/dmallocmsg.c3
-rw-r--r--source3/lib/dprintf.c3
-rw-r--r--source3/lib/dummyroot.c3
-rw-r--r--source3/lib/dummysmbd.c3
-rw-r--r--source3/lib/events.c3
-rw-r--r--source3/lib/fault.c3
-rw-r--r--source3/lib/file_id.c3
-rw-r--r--source3/lib/fsusage.c3
-rw-r--r--source3/lib/gencache.c3
-rw-r--r--source3/lib/genrand.c3
-rw-r--r--source3/lib/hmacmd5.c3
-rw-r--r--source3/lib/iconv.c3
-rw-r--r--source3/lib/interface.c3
-rw-r--r--source3/lib/interfaces.c3
-rw-r--r--source3/lib/launchd.c3
-rw-r--r--source3/lib/ldap_escape.c3
-rw-r--r--source3/lib/ldb/include/dlinklist.h3
-rw-r--r--source3/lib/ldb/modules/ldb_map.c3
-rw-r--r--source3/lib/ldb/modules/ldb_map.h3
-rw-r--r--source3/lib/ldb/modules/ldb_map_inbound.c3
-rw-r--r--source3/lib/ldb/modules/ldb_map_outbound.c3
-rw-r--r--source3/lib/md4.c3
-rw-r--r--source3/lib/messages.c3
-rw-r--r--source3/lib/messages_ctdbd.c3
-rw-r--r--source3/lib/messages_local.c3
-rw-r--r--source3/lib/module.c3
-rw-r--r--source3/lib/ms_fnmatch.c3
-rw-r--r--source3/lib/packet.c3
-rw-r--r--source3/lib/pidfile.c3
-rw-r--r--source3/lib/popt_common.c3
-rw-r--r--source3/lib/privileges.c3
-rw-r--r--source3/lib/privileges_basic.c3
-rw-r--r--source3/lib/readline.c3
-rw-r--r--source3/lib/repdir.c3
-rw-r--r--source3/lib/select.c3
-rw-r--r--source3/lib/server_mutex.c3
-rw-r--r--source3/lib/signal.c3
-rw-r--r--source3/lib/smbldap.c3
-rw-r--r--source3/lib/smbldap_util.c3
-rw-r--r--source3/lib/smbrun.c3
-rw-r--r--source3/lib/sock_exec.c3
-rw-r--r--source3/lib/substitute.c3
-rw-r--r--source3/lib/sysacls.c3
-rw-r--r--source3/lib/sysquotas.c3
-rw-r--r--source3/lib/sysquotas_4A.c3
-rw-r--r--source3/lib/sysquotas_linux.c3
-rw-r--r--source3/lib/sysquotas_xfs.c3
-rw-r--r--source3/lib/system.c3
-rw-r--r--source3/lib/system_smbd.c3
-rw-r--r--source3/lib/tallocmsg.c3
-rw-r--r--source3/lib/tdb/tools/tdbbackup.c3
-rw-r--r--source3/lib/tdb/tools/tdbdump.c3
-rw-r--r--source3/lib/tdb/tools/tdbtool.c3
-rw-r--r--source3/lib/time.c3
-rw-r--r--source3/lib/username.c3
-rw-r--r--source3/lib/util.c3
-rw-r--r--source3/lib/util_nscd.c3
-rw-r--r--source3/lib/util_pw.c3
-rw-r--r--source3/lib/util_seaccess.c3
-rw-r--r--source3/lib/util_sec.c3
-rw-r--r--source3/lib/util_sid.c3
-rw-r--r--source3/lib/util_sock.c3
-rw-r--r--source3/lib/util_str.c3
-rw-r--r--source3/lib/util_tdb.c3
-rw-r--r--source3/lib/util_unistr.c3
-rw-r--r--source3/lib/version.c3
-rw-r--r--source3/lib/wins_srv.c3
-rw-r--r--source3/lib/xfile.c3
82 files changed, 82 insertions, 164 deletions
diff --git a/source3/lib/arc4.c b/source3/lib/arc4.c
index f6a44a71a38..af2564b6c0f 100644
--- a/source3/lib/arc4.c
+++ b/source3/lib/arc4.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/>.
*/
#include "includes.h"
diff --git a/source3/lib/audit.c b/source3/lib/audit.c
index 2409a0fe07a..b4a2c23c078 100644
--- a/source3/lib/audit.c
+++ b/source3/lib/audit.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/lib/bitmap.c b/source3/lib/bitmap.c
index 0cf5d08899c..1f7475bc034 100644
--- a/source3/lib/bitmap.c
+++ b/source3/lib/bitmap.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/lib/charcnv.c b/source3/lib/charcnv.c
index 226a105d48b..b48880a8ea9 100644
--- a/source3/lib/charcnv.c
+++ b/source3/lib/charcnv.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/lib/clobber.c b/source3/lib/clobber.c
index b18fc7b1a93..b97262a0554 100644
--- a/source3/lib/clobber.c
+++ b/source3/lib/clobber.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 "includes.h"
diff --git a/source3/lib/conn_tdb.c b/source3/lib/conn_tdb.c
index 69d666ca25c..d9552c5f074 100644
--- a/source3/lib/conn_tdb.c
+++ b/source3/lib/conn_tdb.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/lib/ctdbd_conn.c b/source3/lib/ctdbd_conn.c
index 320daeb0f1d..7862a426522 100644
--- a/source3/lib/ctdbd_conn.c
+++ b/source3/lib/ctdbd_conn.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 "includes.h"
diff --git a/source3/lib/data_blob.c b/source3/lib/data_blob.c
index bd937904e24..e64e6a19a16 100644
--- a/source3/lib/data_blob.c
+++ b/source3/lib/data_blob.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 "includes.h"
diff --git a/source3/lib/dbwrap.c b/source3/lib/dbwrap.c
index cf7699f6794..3abd0e2ba56 100644
--- a/source3/lib/dbwrap.c
+++ b/source3/lib/dbwrap.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/>.
*/
#include "includes.h"
diff --git a/source3/lib/dbwrap_ctdb.c b/source3/lib/dbwrap_ctdb.c
index 6a20bf73f73..fff5ad1d9fc 100644
--- a/source3/lib/dbwrap_ctdb.c
+++ b/source3/lib/dbwrap_ctdb.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/lib/dbwrap_file.c b/source3/lib/dbwrap_file.c
index 7e5f9596751..5b41f5941b0 100644
--- a/source3/lib/dbwrap_file.c
+++ b/source3/lib/dbwrap_file.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/>.
*/
/*
diff --git a/source3/lib/dbwrap_tdb.c b/source3/lib/dbwrap_tdb.c
index 5ae13fddc7c..5c958b8afd6 100644
--- a/source3/lib/dbwrap_tdb.c
+++ b/source3/lib/dbwrap_tdb.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/lib/debug.c b/source3/lib/debug.c
index 1ee5967a561..bd671962711 100644
--- a/source3/lib/debug.c
+++ b/source3/lib/debug.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/>.
*/
#include "includes.h"
diff --git a/source3/lib/display_sec.c b/source3/lib/display_sec.c
index d22992ace16..b7864bfd067 100644
--- a/source3/lib/display_sec.c
+++ b/source3/lib/display_sec.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 "includes.h"
diff --git a/source3/lib/dmallocmsg.c b/source3/lib/dmallocmsg.c
index fe8b9816b48..935fc1de1ae 100644
--- a/source3/lib/dmallocmsg.c
+++ b/source3/lib/dmallocmsg.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/>.
*/
#include "includes.h"
diff --git a/source3/lib/dprintf.c b/source3/lib/dprintf.c
index 8a1062e7433..18b261623e6 100644
--- a/source3/lib/dprintf.c
+++ b/source3/lib/dprintf.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/>.
*/
diff --git a/source3/lib/dummyroot.c b/source3/lib/dummyroot.c
index f60e31b99bf..64ea75814a1 100644
--- a/source3/lib/dummyroot.c
+++ b/source3/lib/dummyroot.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/>.
*/
/* Stupid dummy functions required due to the horrible dependency mess
diff --git a/source3/lib/dummysmbd.c b/source3/lib/dummysmbd.c
index 270add22b0d..cdda964f66d 100644
--- a/source3/lib/dummysmbd.c
+++ b/source3/lib/dummysmbd.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/>.
*/
/* Stupid dummy functions required due to the horrible dependency mess
diff --git a/source3/lib/events.c b/source3/lib/events.c
index 79b02fe7df7..e915777217b 100644
--- a/source3/lib/events.c
+++ b/source3/lib/events.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 "includes.h"
diff --git a/source3/lib/fault.c b/source3/lib/fault.c
index 9de0bfe9ae2..3ddb88edc75 100644
--- a/source3/lib/fault.c
+++ b/source3/lib/fault.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/lib/file_id.c b/source3/lib/file_id.c
index 89bc372b5a2..11263af0893 100644
--- a/source3/lib/file_id.c
+++ b/source3/lib/file_id.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/>.
*/
#include "includes.h"
diff --git a/source3/lib/fsusage.c b/source3/lib/fsusage.c
index c73b762b0f5..c5dec5ee8dc 100644
--- a/source3/lib/fsusage.c
+++ b/source3/lib/fsusage.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/lib/gencache.c b/source3/lib/gencache.c
index 5bb29e096b3..c58546da9c0 100644
--- a/source3/lib/gencache.c
+++ b/source3/lib/gencache.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/lib/genrand.c b/source3/lib/genrand.c
index 8766e0b9ce4..a08fe6719f2 100644
--- a/source3/lib/genrand.c
+++ b/source3/lib/genrand.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/>.
*/
#include "includes.h"
diff --git a/source3/lib/hmacmd5.c b/source3/lib/hmacmd5.c
index d01af49ad14..7f711521809 100644
--- a/source3/lib/hmacmd5.c
+++ b/source3/lib/hmacmd5.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/>.
*/
/* taken direct from rfc2104 implementation and modified for suitable use
diff --git a/source3/lib/iconv.c b/source3/lib/iconv.c
index 36fdd8b820f..6b42384ae2e 100644
--- a/source3/lib/iconv.c
+++ b/source3/lib/iconv.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 "includes.h"
diff --git a/source3/lib/interface.c b/source3/lib/interface.c
index 664046cf6f2..29ed15a0c26 100644
--- a/source3/lib/interface.c
+++ b/source3/lib/interface.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/lib/interfaces.c b/source3/lib/interfaces.c
index e256d96f860..2a232226b8a 100644
--- a/source3/lib/interfaces.c
+++ b/source3/lib/interfaces.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/>.
*/
diff --git a/source3/lib/launchd.c b/source3/lib/launchd.c
index ad1f3d342c4..97480f98287 100644
--- a/source3/lib/launchd.c
+++ b/source3/lib/launchd.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 "includes.h"
diff --git a/source3/lib/ldap_escape.c b/source3/lib/ldap_escape.c
index 474f5419e8c..d101bc5ecd5 100644
--- a/source3/lib/ldap_escape.c
+++ b/source3/lib/ldap_escape.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/lib/ldb/include/dlinklist.h b/source3/lib/ldb/include/dlinklist.h
index 7c6efcb1170..d3252751db1 100644
--- a/source3/lib/ldb/include/dlinklist.h
+++ b/source3/lib/ldb/include/dlinklist.h
@@ -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/>.
*/
/* To use these macros you must have a structure containing a next and
diff --git a/source3/lib/ldb/modules/ldb_map.c b/source3/lib/ldb/modules/ldb_map.c
index b4019fdadba..54e1758c1ea 100644
--- a/source3/lib/ldb/modules/ldb_map.c
+++ b/source3/lib/ldb/modules/ldb_map.c
@@ -19,8 +19,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/>.
*/
/*
diff --git a/source3/lib/ldb/modules/ldb_map.h b/source3/lib/ldb/modules/ldb_map.h
index 4eb30669a95..4457c6fc1d7 100644
--- a/source3/lib/ldb/modules/ldb_map.h
+++ b/source3/lib/ldb/modules/ldb_map.h
@@ -19,8 +19,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 __LDB_MAP_H__
diff --git a/source3/lib/ldb/modules/ldb_map_inbound.c b/source3/lib/ldb/modules/ldb_map_inbound.c
index d00ff3b82f1..0508e724ab0 100644
--- a/source3/lib/ldb/modules/ldb_map_inbound.c
+++ b/source3/lib/ldb/modules/ldb_map_inbound.c
@@ -19,8 +19,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/lib/ldb/modules/ldb_map_outbound.c b/source3/lib/ldb/modules/ldb_map_outbound.c
index 5807b6a2815..a02d26dcea9 100644
--- a/source3/lib/ldb/modules/ldb_map_outbound.c
+++ b/source3/lib/ldb/modules/ldb_map_outbound.c
@@ -20,8 +20,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/lib/md4.c b/source3/lib/md4.c
index d7236ee2ca9..61d5848aaef 100644
--- a/source3/lib/md4.c
+++ b/source3/lib/md4.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/lib/messages.c b/source3/lib/messages.c
index 6fdf12f5156..a7925ace7ae 100644
--- a/source3/lib/messages.c
+++ b/source3/lib/messages.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/>.
*/
/**
diff --git a/source3/lib/messages_ctdbd.c b/source3/lib/messages_ctdbd.c
index 142a2f61f03..d048bc9abae 100644
--- a/source3/lib/messages_ctdbd.c
+++ b/source3/lib/messages_ctdbd.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/lib/messages_local.c b/source3/lib/messages_local.c
index efd6d23ecdf..db098f27445 100644
--- a/source3/lib/messages_local.c
+++ b/source3/lib/messages_local.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/>.
*/
/**
diff --git a/source3/lib/module.c b/source3/lib/module.c
index eaf96babb95..1bf305ea3f7 100644
--- a/source3/lib/module.c
+++ b/source3/lib/module.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/>.
*/
#include "includes.h"
diff --git a/source3/lib/ms_fnmatch.c b/source3/lib/ms_fnmatch.c
index 238d793b734..bdfaca143cf 100644
--- a/source3/lib/ms_fnmatch.c
+++ b/source3/lib/ms_fnmatch.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/>.
*/
/*
diff --git a/source3/lib/packet.c b/source3/lib/packet.c
index 153c49d34c3..d63ca2ef277 100644
--- a/source3/lib/packet.c
+++ b/source3/lib/packet.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/lib/pidfile.c b/source3/lib/pidfile.c
index 552d4881095..5506b46961d 100644
--- a/source3/lib/pidfile.c
+++ b/source3/lib/pidfile.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/>.
*/
#include "includes.h"
diff --git a/source3/lib/popt_common.c b/source3/lib/popt_common.c
index 39a55ad71c3..efffd3c11b4 100644
--- a/source3/lib/popt_common.c
+++ b/source3/lib/popt_common.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/lib/privileges.c b/source3/lib/privileges.c
index df7a2a7748d..2f063073544 100644
--- a/source3/lib/privileges.c
+++ b/source3/lib/privileges.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/>.
*/
diff --git a/source3/lib/privileges_basic.c b/source3/lib/privileges_basic.c
index dff0e56aa94..8e49915a58c 100644
--- a/source3/lib/privileges_basic.c
+++ b/source3/lib/privileges_basic.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/>.
*/
/*
diff --git a/source3/lib/readline.c b/source3/lib/readline.c
index e7bd48cef7f..fe1a0362a93 100644
--- a/source3/lib/readline.c
+++ b/source3/lib/readline.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 "includes.h"
diff --git a/source3/lib/repdir.c b/source3/lib/repdir.c
index bb54aafb102..08f7d16a818 100644
--- a/source3/lib/repdir.c
+++ b/source3/lib/repdir.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/>.
*/
/*
a replacement for opendir/readdir/telldir/seekdir/closedir for BSD systems
diff --git a/source3/lib/select.c b/source3/lib/select.c
index 6f7df1f5fe5..d5e4ba68f29 100644
--- a/source3/lib/select.c
+++ b/source3/lib/select.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 "includes.h"
diff --git a/source3/lib/server_mutex.c b/source3/lib/server_mutex.c
index 45acfccc793..ad4a9710bf4 100644
--- a/source3/lib/server_mutex.c
+++ b/source3/lib/server_mutex.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 "includes.h"
diff --git a/source3/lib/signal.c b/source3/lib/signal.c
index 825cc973a02..4d4e9555db8 100644
--- a/source3/lib/signal.c
+++ b/source3/lib/signal.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 "includes.h"
diff --git a/source3/lib/smbldap.c b/source3/lib/smbldap.c
index 9d63e950759..2cfbc657a67 100644
--- a/source3/lib/smbldap.c
+++ b/source3/lib/smbldap.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/>.
*/
diff --git a/source3/lib/smbldap_util.c b/source3/lib/smbldap_util.c
index edcbd723547..b30a6d5916d 100644
--- a/source3/lib/smbldap_util.c
+++ b/source3/lib/smbldap_util.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/>.
*/
diff --git a/source3/lib/smbrun.c b/source3/lib/smbrun.c
index 29d03d7ee95..b656822321d 100644
--- a/source3/lib/smbrun.c
+++ b/source3/lib/smbrun.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/lib/sock_exec.c b/source3/lib/sock_exec.c
index 1883285371d..5e3178cba94 100644
--- a/source3/lib/sock_exec.c
+++ b/source3/lib/sock_exec.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 "includes.h"
diff --git a/source3/lib/substitute.c b/source3/lib/substitute.c
index bc0c6610a11..a20ea64143b 100644
--- a/source3/lib/substitute.c
+++ b/source3/lib/substitute.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/>.
*/
diff --git a/source3/lib/sysacls.c b/source3/lib/sysacls.c
index 3782e6db065..3e61f42aa52 100644
--- a/source3/lib/sysacls.c
+++ b/source3/lib/sysacls.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/>.
*/
#include "includes.h"
diff --git a/source3/lib/sysquotas.c b/source3/lib/sysquotas.c
index 5b0b9a153fa..67b158f80df 100644
--- a/source3/lib/sysquotas.c
+++ b/source3/lib/sysquotas.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/>.
*/
diff --git a/source3/lib/sysquotas_4A.c b/source3/lib/sysquotas_4A.c
index c02b6386480..f185bba6df3 100644
--- a/source3/lib/sysquotas_4A.c
+++ b/source3/lib/sysquotas_4A.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/>.
*/
diff --git a/source3/lib/sysquotas_linux.c b/source3/lib/sysquotas_linux.c
index b593102966b..f9a04640860 100644
--- a/source3/lib/sysquotas_linux.c
+++ b/source3/lib/sysquotas_linux.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/>.
*/
diff --git a/source3/lib/sysquotas_xfs.c b/source3/lib/sysquotas_xfs.c
index aea19209a23..0e9be3a4a7f 100644
--- a/source3/lib/sysquotas_xfs.c
+++ b/source3/lib/sysquotas_xfs.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/>.
*/
diff --git a/source3/lib/system.c b/source3/lib/system.c
index 5bc53c5e1bf..9bca41d978b 100644
--- a/source3/lib/system.c
+++ b/source3/lib/system.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/>.
*/
#include "includes.h"
diff --git a/source3/lib/system_smbd.c b/source3/lib/system_smbd.c
index 42178057c31..c6b006a07e1 100644
--- a/source3/lib/system_smbd.c
+++ b/source3/lib/system_smbd.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/>.
*/
/*
diff --git a/source3/lib/tallocmsg.c b/source3/lib/tallocmsg.c
index 8fb937d56f1..b4bea5a5b5f 100644
--- a/source3/lib/tallocmsg.c
+++ b/source3/lib/tallocmsg.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/>.
*/
#include "includes.h"
diff --git a/source3/lib/tdb/tools/tdbbackup.c b/source3/lib/tdb/tools/tdbbackup.c
index c08ab094c7d..2a75c44b1d4 100644
--- a/source3/lib/tdb/tools/tdbbackup.c
+++ b/source3/lib/tdb/tools/tdbbackup.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/>.
*/
/*
diff --git a/source3/lib/tdb/tools/tdbdump.c b/source3/lib/tdb/tools/tdbdump.c
index 1a3b9465199..a654c0fb316 100644
--- a/source3/lib/tdb/tools/tdbdump.c
+++ b/source3/lib/tdb/tools/tdbdump.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 "replace.h"
diff --git a/source3/lib/tdb/tools/tdbtool.c b/source3/lib/tdb/tools/tdbtool.c
index 9f8159434ee..da040f95f34 100644
--- a/source3/lib/tdb/tools/tdbtool.c
+++ b/source3/lib/tdb/tools/tdbtool.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 "replace.h"
diff --git a/source3/lib/time.c b/source3/lib/time.c
index c2aac13a615..9d874c21fa6 100644
--- a/source3/lib/time.c
+++ b/source3/lib/time.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/lib/username.c b/source3/lib/username.c
index 08c10412da6..21eed9f5fc3 100644
--- a/source3/lib/username.c
+++ b/source3/lib/username.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 "includes.h"
diff --git a/source3/lib/util.c b/source3/lib/util.c
index 2cd0f774992..2fafee23c90 100644
--- a/source3/lib/util.c
+++ b/source3/lib/util.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/lib/util_nscd.c b/source3/lib/util_nscd.c
index 39886425dca..f019bdd70bf 100644
--- a/source3/lib/util_nscd.c
+++ b/source3/lib/util_nscd.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/lib/util_pw.c b/source3/lib/util_pw.c
index ccd97c3ce55..1973626d84c 100644
--- a/source3/lib/util_pw.c
+++ b/source3/lib/util_pw.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/>.
*/
#include "includes.h"
diff --git a/source3/lib/util_seaccess.c b/source3/lib/util_seaccess.c
index 4286c808973..f725656085f 100644
--- a/source3/lib/util_seaccess.c
+++ b/source3/lib/util_seaccess.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 "includes.h"
diff --git a/source3/lib/util_sec.c b/source3/lib/util_sec.c
index 0d928aad3d9..7723d294fa9 100644
--- a/source3/lib/util_sec.c
+++ b/source3/lib/util_sec.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/>.
*/
#ifndef AUTOCONF_TEST
diff --git a/source3/lib/util_sid.c b/source3/lib/util_sid.c
index 1473190abd5..9915085f5a2 100644
--- a/source3/lib/util_sid.c
+++ b/source3/lib/util_sid.c
@@ -19,8 +19,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/lib/util_sock.c b/source3/lib/util_sock.c
index 0b2d521eb8d..46d640cd55f 100644
--- a/source3/lib/util_sock.c
+++ b/source3/lib/util_sock.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/>.
*/
#include "includes.h"
diff --git a/source3/lib/util_str.c b/source3/lib/util_str.c
index c1f3a620fc5..616bfd20259 100644
--- a/source3/lib/util_str.c
+++ b/source3/lib/util_str.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/lib/util_tdb.c b/source3/lib/util_tdb.c
index 2a0053c0d17..3bd1a939b02 100644
--- a/source3/lib/util_tdb.c
+++ b/source3/lib/util_tdb.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 "includes.h"
diff --git a/source3/lib/util_unistr.c b/source3/lib/util_unistr.c
index fa4f0f1a76e..a4952d137ee 100644
--- a/source3/lib/util_unistr.c
+++ b/source3/lib/util_unistr.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/>.
*/
#include "includes.h"
diff --git a/source3/lib/version.c b/source3/lib/version.c
index 8fc49d52c1e..6e469956fa6 100644
--- a/source3/lib/version.c
+++ b/source3/lib/version.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 "includes.h"
diff --git a/source3/lib/wins_srv.c b/source3/lib/wins_srv.c
index bbde3f85b8c..4faa65c18d4 100644
--- a/source3/lib/wins_srv.c
+++ b/source3/lib/wins_srv.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/>.
*/
#include "includes.h"
diff --git a/source3/lib/xfile.c b/source3/lib/xfile.c
index c90cf2078fe..c98522200b8 100644
--- a/source3/lib/xfile.c
+++ b/source3/lib/xfile.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/>.
*/
/*