summaryrefslogtreecommitdiffstats
path: root/source3/smbd
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/aio.c3
-rw-r--r--source3/smbd/blocking.c3
-rw-r--r--source3/smbd/chgpasswd.c3
-rw-r--r--source3/smbd/close.c3
-rw-r--r--source3/smbd/conn.c3
-rw-r--r--source3/smbd/connection.c3
-rw-r--r--source3/smbd/dfree.c3
-rw-r--r--source3/smbd/dir.c3
-rw-r--r--source3/smbd/dmapi.c3
-rw-r--r--source3/smbd/dosmode.c3
-rw-r--r--source3/smbd/error.c3
-rw-r--r--source3/smbd/fake_file.c3
-rw-r--r--source3/smbd/fileio.c3
-rw-r--r--source3/smbd/filename.c3
-rw-r--r--source3/smbd/files.c3
-rw-r--r--source3/smbd/ipc.c3
-rw-r--r--source3/smbd/lanman.c3
-rw-r--r--source3/smbd/mangle.c3
-rw-r--r--source3/smbd/mangle_hash.c3
-rw-r--r--source3/smbd/mangle_hash2.c3
-rw-r--r--source3/smbd/mangle_map.c3
-rw-r--r--source3/smbd/map_username.c3
-rw-r--r--source3/smbd/message.c3
-rw-r--r--source3/smbd/msdfs.c3
-rw-r--r--source3/smbd/negprot.c3
-rw-r--r--source3/smbd/noquotas.c3
-rw-r--r--source3/smbd/notify.c3
-rw-r--r--source3/smbd/notify_inotify.c3
-rw-r--r--source3/smbd/notify_internal.c3
-rw-r--r--source3/smbd/ntquotas.c3
-rw-r--r--source3/smbd/nttrans.c3
-rw-r--r--source3/smbd/open.c3
-rw-r--r--source3/smbd/oplock.c3
-rw-r--r--source3/smbd/oplock_irix.c3
-rw-r--r--source3/smbd/oplock_linux.c3
-rw-r--r--source3/smbd/password.c3
-rw-r--r--source3/smbd/pipes.c3
-rw-r--r--source3/smbd/posix_acls.c3
-rw-r--r--source3/smbd/process.c3
-rw-r--r--source3/smbd/quotas.c3
-rw-r--r--source3/smbd/reply.c3
-rw-r--r--source3/smbd/seal.c3
-rw-r--r--source3/smbd/sec_ctx.c3
-rw-r--r--source3/smbd/server.c3
-rw-r--r--source3/smbd/service.c3
-rw-r--r--source3/smbd/session.c3
-rw-r--r--source3/smbd/sesssetup.c3
-rw-r--r--source3/smbd/share_access.c3
-rw-r--r--source3/smbd/sockinit.c3
-rw-r--r--source3/smbd/srvstr.c3
-rw-r--r--source3/smbd/statcache.c3
-rw-r--r--source3/smbd/statvfs.c3
-rw-r--r--source3/smbd/trans2.c3
-rw-r--r--source3/smbd/uid.c3
-rw-r--r--source3/smbd/utmp.c3
-rw-r--r--source3/smbd/vfs.c3
56 files changed, 56 insertions, 112 deletions
diff --git a/source3/smbd/aio.c b/source3/smbd/aio.c
index 7a91306fb20..afef36f61e0 100644
--- a/source3/smbd/aio.c
+++ b/source3/smbd/aio.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/smbd/blocking.c b/source3/smbd/blocking.c
index 7fafdcf8877..ed1977e3bec 100644
--- a/source3/smbd/blocking.c
+++ b/source3/smbd/blocking.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/smbd/chgpasswd.c b/source3/smbd/chgpasswd.c
index bf634b5a67a..242f0e0753b 100644
--- a/source3/smbd/chgpasswd.c
+++ b/source3/smbd/chgpasswd.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/>.
*/
/* These comments regard the code to change the user's unix password: */
diff --git a/source3/smbd/close.c b/source3/smbd/close.c
index c2267f9b3de..dedf9355011 100644
--- a/source3/smbd/close.c
+++ b/source3/smbd/close.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/smbd/conn.c b/source3/smbd/conn.c
index 9e322ab1cce..f9befb84d27 100644
--- a/source3/smbd/conn.c
+++ b/source3/smbd/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/smbd/connection.c b/source3/smbd/connection.c
index 9223cce3d28..da8bd89e7ad 100644
--- a/source3/smbd/connection.c
+++ b/source3/smbd/connection.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/smbd/dfree.c b/source3/smbd/dfree.c
index 5eca7a85ab4..2290558f0a7 100644
--- a/source3/smbd/dfree.c
+++ b/source3/smbd/dfree.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/smbd/dir.c b/source3/smbd/dir.c
index 074fe6aed69..30c1d77a840 100644
--- a/source3/smbd/dir.c
+++ b/source3/smbd/dir.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/smbd/dmapi.c b/source3/smbd/dmapi.c
index 1ad1bc3d1c4..127d1627cf0 100644
--- a/source3/smbd/dmapi.c
+++ b/source3/smbd/dmapi.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/smbd/dosmode.c b/source3/smbd/dosmode.c
index 9efd691682d..b4ab0ca2268 100644
--- a/source3/smbd/dosmode.c
+++ b/source3/smbd/dosmode.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/smbd/error.c b/source3/smbd/error.c
index 9c858c40a2d..12b57d5ab44 100644
--- a/source3/smbd/error.c
+++ b/source3/smbd/error.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/smbd/fake_file.c b/source3/smbd/fake_file.c
index 17617ce443f..e4f71193e1d 100644
--- a/source3/smbd/fake_file.c
+++ b/source3/smbd/fake_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/>.
*/
#include "includes.h"
diff --git a/source3/smbd/fileio.c b/source3/smbd/fileio.c
index df9f4a8c3b2..e797dbda14f 100644
--- a/source3/smbd/fileio.c
+++ b/source3/smbd/fileio.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/smbd/filename.c b/source3/smbd/filename.c
index b7470aa902c..737ed5a89c9 100644
--- a/source3/smbd/filename.c
+++ b/source3/smbd/filename.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/>.
*/
/*
diff --git a/source3/smbd/files.c b/source3/smbd/files.c
index 4ed36619207..02e4cd96634 100644
--- a/source3/smbd/files.c
+++ b/source3/smbd/files.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/smbd/ipc.c b/source3/smbd/ipc.c
index ed617dc399f..c2b780ae74a 100644
--- a/source3/smbd/ipc.c
+++ b/source3/smbd/ipc.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/>.
*/
/*
This file handles the named pipe and mailslot calls
diff --git a/source3/smbd/lanman.c b/source3/smbd/lanman.c
index 5e0cdf09fc3..a7fe07b314c 100644
--- a/source3/smbd/lanman.c
+++ b/source3/smbd/lanman.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/>.
*/
/*
This file handles the named pipe and mailslot calls
diff --git a/source3/smbd/mangle.c b/source3/smbd/mangle.c
index 9625136cfe3..d7f2eb8db26 100644
--- a/source3/smbd/mangle.c
+++ b/source3/smbd/mangle.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/smbd/mangle_hash.c b/source3/smbd/mangle_hash.c
index 3e188bb5917..4c02d9685fb 100644
--- a/source3/smbd/mangle_hash.c
+++ b/source3/smbd/mangle_hash.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/smbd/mangle_hash2.c b/source3/smbd/mangle_hash2.c
index 70b0d86f10c..299d7c99fa2 100644
--- a/source3/smbd/mangle_hash2.c
+++ b/source3/smbd/mangle_hash2.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/smbd/mangle_map.c b/source3/smbd/mangle_map.c
index 052311e0c4e..81de1252488 100644
--- a/source3/smbd/mangle_map.c
+++ b/source3/smbd/mangle_map.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/smbd/map_username.c b/source3/smbd/map_username.c
index 78a37ea143c..38881b3b2d8 100644
--- a/source3/smbd/map_username.c
+++ b/source3/smbd/map_username.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/smbd/message.c b/source3/smbd/message.c
index 22fb593b11a..fa4c9e69ef0 100644
--- a/source3/smbd/message.c
+++ b/source3/smbd/message.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/>.
*/
/*
This file handles the messaging system calls for winpopup style
diff --git a/source3/smbd/msdfs.c b/source3/smbd/msdfs.c
index 01c29ce6a25..d4c08848d7c 100644
--- a/source3/smbd/msdfs.c
+++ b/source3/smbd/msdfs.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/>.
*/
diff --git a/source3/smbd/negprot.c b/source3/smbd/negprot.c
index 7256e2da6d3..4a9492a766b 100644
--- a/source3/smbd/negprot.c
+++ b/source3/smbd/negprot.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/smbd/noquotas.c b/source3/smbd/noquotas.c
index 02172a31e0e..0c23bb6f064 100644
--- a/source3/smbd/noquotas.c
+++ b/source3/smbd/noquotas.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/smbd/notify.c b/source3/smbd/notify.c
index eecf9fa57ca..6ab4266c19f 100644
--- a/source3/smbd/notify.c
+++ b/source3/smbd/notify.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/smbd/notify_inotify.c b/source3/smbd/notify_inotify.c
index 859f0c29359..f332e4b3d24 100644
--- a/source3/smbd/notify_inotify.c
+++ b/source3/smbd/notify_inotify.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/smbd/notify_internal.c b/source3/smbd/notify_internal.c
index 2d2178ba6b5..48ca572a25f 100644
--- a/source3/smbd/notify_internal.c
+++ b/source3/smbd/notify_internal.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/smbd/ntquotas.c b/source3/smbd/ntquotas.c
index 240dceddde4..4fbf0384a45 100644
--- a/source3/smbd/ntquotas.c
+++ b/source3/smbd/ntquotas.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/smbd/nttrans.c b/source3/smbd/nttrans.c
index 29a65a2dda2..56eef9b4e29 100644
--- a/source3/smbd/nttrans.c
+++ b/source3/smbd/nttrans.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/smbd/open.c b/source3/smbd/open.c
index 948f475fdab..432f6b808a5 100644
--- a/source3/smbd/open.c
+++ b/source3/smbd/open.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/smbd/oplock.c b/source3/smbd/oplock.c
index 09454756237..e552cb545e1 100644
--- a/source3/smbd/oplock.c
+++ b/source3/smbd/oplock.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/>.
*/
#define DBGC_CLASS DBGC_LOCKING
diff --git a/source3/smbd/oplock_irix.c b/source3/smbd/oplock_irix.c
index 9cf387da6e7..6f2dceeddc0 100644
--- a/source3/smbd/oplock_irix.c
+++ b/source3/smbd/oplock_irix.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/>.
*/
#define DBGC_CLASS DBGC_LOCKING
diff --git a/source3/smbd/oplock_linux.c b/source3/smbd/oplock_linux.c
index 5fe3668aec9..66ed9000155 100644
--- a/source3/smbd/oplock_linux.c
+++ b/source3/smbd/oplock_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/>.
*/
#define DBGC_CLASS DBGC_LOCKING
diff --git a/source3/smbd/password.c b/source3/smbd/password.c
index f9654ce3a4d..1a7dc33c61e 100644
--- a/source3/smbd/password.c
+++ b/source3/smbd/password.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/smbd/pipes.c b/source3/smbd/pipes.c
index 9392d7b2fcf..1ea3e052b28 100644
--- a/source3/smbd/pipes.c
+++ b/source3/smbd/pipes.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/>.
*/
/*
This file handles reply_ calls on named pipes that the server
diff --git a/source3/smbd/posix_acls.c b/source3/smbd/posix_acls.c
index 49ca5b86b74..87b456a2f70 100644
--- a/source3/smbd/posix_acls.c
+++ b/source3/smbd/posix_acls.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/smbd/process.c b/source3/smbd/process.c
index 595c5241370..0e39614f586 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.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/smbd/quotas.c b/source3/smbd/quotas.c
index 19c103f2ba4..271f3b5d969 100644
--- a/source3/smbd/quotas.c
+++ b/source3/smbd/quotas.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/smbd/reply.c b/source3/smbd/reply.c
index 73fe08f5890..9a2dc19fa10 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.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/>.
*/
/*
This file handles most of the reply_ calls that the server
diff --git a/source3/smbd/seal.c b/source3/smbd/seal.c
index b816af1e008..0276e340023 100644
--- a/source3/smbd/seal.c
+++ b/source3/smbd/seal.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/smbd/sec_ctx.c b/source3/smbd/sec_ctx.c
index 1ba3d3721d2..67b15dc014c 100644
--- a/source3/smbd/sec_ctx.c
+++ b/source3/smbd/sec_ctx.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/smbd/server.c b/source3/smbd/server.c
index 61e79b75cce..c09a0d7b98c 100644
--- a/source3/smbd/server.c
+++ b/source3/smbd/server.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/smbd/service.c b/source3/smbd/service.c
index 007b99d79c4..aeb0e0f31d0 100644
--- a/source3/smbd/service.c
+++ b/source3/smbd/service.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/smbd/session.c b/source3/smbd/session.c
index 62fa10f5910..3cc93c1a7f4 100644
--- a/source3/smbd/session.c
+++ b/source3/smbd/session.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/>.
*/
/* a "session" is claimed when we do a SessionSetupX operation
diff --git a/source3/smbd/sesssetup.c b/source3/smbd/sesssetup.c
index 4ec7d5f03ae..320d2835752 100644
--- a/source3/smbd/sesssetup.c
+++ b/source3/smbd/sesssetup.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/smbd/share_access.c b/source3/smbd/share_access.c
index beca6414ae6..a5e0988b0fc 100644
--- a/source3/smbd/share_access.c
+++ b/source3/smbd/share_access.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/smbd/sockinit.c b/source3/smbd/sockinit.c
index 8fd76f84b74..c526a181d34 100644
--- a/source3/smbd/sockinit.c
+++ b/source3/smbd/sockinit.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/smbd/srvstr.c b/source3/smbd/srvstr.c
index 21474c5c3cc..4462a423c86 100644
--- a/source3/smbd/srvstr.c
+++ b/source3/smbd/srvstr.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/smbd/statcache.c b/source3/smbd/statcache.c
index 17fda8163de..51e8c0417a3 100644
--- a/source3/smbd/statcache.c
+++ b/source3/smbd/statcache.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/smbd/statvfs.c b/source3/smbd/statvfs.c
index d836930daf2..f6663208eab 100644
--- a/source3/smbd/statvfs.c
+++ b/source3/smbd/statvfs.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/smbd/trans2.c b/source3/smbd/trans2.c
index 5fa26ca1f73..8711f988a8e 100644
--- a/source3/smbd/trans2.c
+++ b/source3/smbd/trans2.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/smbd/uid.c b/source3/smbd/uid.c
index bf23680b54b..d1837c41dc5 100644
--- a/source3/smbd/uid.c
+++ b/source3/smbd/uid.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/smbd/utmp.c b/source3/smbd/utmp.c
index cc2db2a4a83..eb2152dac2f 100644
--- a/source3/smbd/utmp.c
+++ b/source3/smbd/utmp.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/smbd/vfs.c b/source3/smbd/vfs.c
index 91b6396d929..f9a5ba5ed6c 100644
--- a/source3/smbd/vfs.c
+++ b/source3/smbd/vfs.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/>.
This work was sponsored by Optifacio Software Services, Inc.
*/