summaryrefslogtreecommitdiffstats
path: root/source/modules
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-07-10 00:52:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:28:22 -0500
commitb0132e94fc5fef936aa766fb99a306b3628e9f07 (patch)
treed53b748e7e58a81193c25a561a80bb1f4ddb1ecd /source/modules
parent22e8404cef4961f7468a9f24e23024c827233b84 (diff)
downloadsamba-b0132e94fc5fef936aa766fb99a306b3628e9f07.tar.gz
samba-b0132e94fc5fef936aa766fb99a306b3628e9f07.tar.xz
samba-b0132e94fc5fef936aa766fb99a306b3628e9f07.zip
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Diffstat (limited to 'source/modules')
-rw-r--r--source/modules/charset_macosxfs.c3
-rw-r--r--source/modules/developer.c3
-rw-r--r--source/modules/vfs_aixacl.c3
-rw-r--r--source/modules/vfs_aixacl_util.c3
-rw-r--r--source/modules/vfs_default.c3
-rw-r--r--source/modules/vfs_gpfs.c3
-rw-r--r--source/modules/vfs_irixacl.c3
-rw-r--r--source/modules/vfs_posixacl.c3
-rw-r--r--source/modules/vfs_readonly.c3
-rw-r--r--source/modules/vfs_solarisacl.c3
-rw-r--r--source/modules/vfs_tru64acl.c3
-rw-r--r--source/modules/weird.c3
12 files changed, 12 insertions, 24 deletions
diff --git a/source/modules/charset_macosxfs.c b/source/modules/charset_macosxfs.c
index 51c3fbe4c9d..bbfd4be3554 100644
--- a/source/modules/charset_macosxfs.c
+++ b/source/modules/charset_macosxfs.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/source/modules/developer.c b/source/modules/developer.c
index 330fcaaf87d..37019256db8 100644
--- a/source/modules/developer.c
+++ b/source/modules/developer.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/source/modules/vfs_aixacl.c b/source/modules/vfs_aixacl.c
index c8b5fd414f6..8e0e1589574 100644
--- a/source/modules/vfs_aixacl.c
+++ b/source/modules/vfs_aixacl.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/source/modules/vfs_aixacl_util.c b/source/modules/vfs_aixacl_util.c
index 1c120e8b157..e1a8eb6fe28 100644
--- a/source/modules/vfs_aixacl_util.c
+++ b/source/modules/vfs_aixacl_util.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/source/modules/vfs_default.c b/source/modules/vfs_default.c
index c367c131702..08dd61609cd 100644
--- a/source/modules/vfs_default.c
+++ b/source/modules/vfs_default.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/source/modules/vfs_gpfs.c b/source/modules/vfs_gpfs.c
index 83f5d6ca3ec..393efd2328d 100644
--- a/source/modules/vfs_gpfs.c
+++ b/source/modules/vfs_gpfs.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/source/modules/vfs_irixacl.c b/source/modules/vfs_irixacl.c
index 3f33afc7588..dab6deb747e 100644
--- a/source/modules/vfs_irixacl.c
+++ b/source/modules/vfs_irixacl.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/source/modules/vfs_posixacl.c b/source/modules/vfs_posixacl.c
index c8064ed536e..8446b1be3a5 100644
--- a/source/modules/vfs_posixacl.c
+++ b/source/modules/vfs_posixacl.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/source/modules/vfs_readonly.c b/source/modules/vfs_readonly.c
index 308d0b52045..d4ddf32e3ac 100644
--- a/source/modules/vfs_readonly.c
+++ b/source/modules/vfs_readonly.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/>.
This work was sponsored by Optifacio Software Services, Inc.
*/
diff --git a/source/modules/vfs_solarisacl.c b/source/modules/vfs_solarisacl.c
index 119ee857209..e6cdef42c12 100644
--- a/source/modules/vfs_solarisacl.c
+++ b/source/modules/vfs_solarisacl.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/source/modules/vfs_tru64acl.c b/source/modules/vfs_tru64acl.c
index d3a5ee8e814..60c08fdd574 100644
--- a/source/modules/vfs_tru64acl.c
+++ b/source/modules/vfs_tru64acl.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/source/modules/weird.c b/source/modules/weird.c
index 25b75124741..eab17ce50e8 100644
--- a/source/modules/weird.c
+++ b/source/modules/weird.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"