summaryrefslogtreecommitdiff
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 7a91306fb2..afef36f61e 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 7fafdcf887..ed1977e3be 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 bf634b5a67..242f0e0753 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 c2267f9b3d..dedf935501 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 9e322ab1cc..f9befb84d2 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 9223cce3d2..da8bd89e7a 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 5eca7a85ab..2290558f0a 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 074fe6aed6..30c1d77a84 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 1ad1bc3d1c..127d1627cf 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 9efd691682..b4ab0ca226 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 9c858c40a2..12b57d5ab4 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 17617ce443..e4f71193e1 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 df9f4a8c3b..e797dbda14 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 b7470aa902..737ed5a89c 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 4ed3661920..02e4cd9663 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 ed617dc399..c2b780ae74 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 5e0cdf09fc..a7fe07b314 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 9625136cfe..d7f2eb8db2 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 3e188bb591..4c02d9685f 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 70b0d86f10..299d7c99fa 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 052311e0c4..81de125248 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 78a37ea143..38881b3b2d 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 22fb593b11..fa4c9e69ef 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 01c29ce6a2..d4c08848d7 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 7256e2da6d..4a9492a766 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 02172a31e0..0c23bb6f06 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 eecf9fa57c..6ab4266c19 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 859f0c2935..f332e4b3d2 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 2d2178ba6b..48ca572a25 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 240dceddde..4fbf0384a4 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 29a65a2dda..56eef9b4e2 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 948f475fda..432f6b808a 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 0945475623..e552cb545e 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 9cf387da6e..6f2dceeddc 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 5fe3668aec..66ed900015 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 f9654ce3a4..1a7dc33c61 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 9392d7b2fc..1ea3e052b2 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 49ca5b86b7..87b456a2f7 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 595c524137..0e39614f58 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 19c103f2ba..271f3b5d96 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 73fe08f589..9a2dc19fa1 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 b816af1e00..0276e34002 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 1ba3d3721d..67b15dc014 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 61e79b75cc..c09a0d7b98 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 007b99d79c..aeb0e0f31d 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 62fa10f591..3cc93c1a7f 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 4ec7d5f03a..320d283575 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 beca6414ae..a5e0988b0f 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 8fd76f84b7..c526a181d3 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 21474c5c3c..4462a423c8 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 17fda8163d..51e8c0417a 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 d836930daf..f6663208ea 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 5fa26ca1f7..8711f988a8 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 bf23680b54..d1837c41dc 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 cc2db2a4a8..eb2152dac2 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 91b6396d92..f9a5ba5ed6 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.
*/