summaryrefslogtreecommitdiffstats
path: root/source3/auth
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
commit5e54558c6dea67b56bbfaba5698f3a434d3dffb6 (patch)
tree862824046e5fd917a1535a93a445cb21785d24b6 /source3/auth
parentdf2465298b2ca9cca92fadf69536dc77ade9fdb3 (diff)
downloadsamba-5e54558c6dea67b56bbfaba5698f3a434d3dffb6.tar.gz
samba-5e54558c6dea67b56bbfaba5698f3a434d3dffb6.tar.xz
samba-5e54558c6dea67b56bbfaba5698f3a434d3dffb6.zip
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
(This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/auth.c3
-rw-r--r--source3/auth/auth_builtin.c3
-rw-r--r--source3/auth/auth_compat.c3
-rw-r--r--source3/auth/auth_domain.c3
-rw-r--r--source3/auth/auth_ntlmssp.c3
-rw-r--r--source3/auth/auth_sam.c3
-rw-r--r--source3/auth/auth_script.c3
-rw-r--r--source3/auth/auth_server.c3
-rw-r--r--source3/auth/auth_unix.c3
-rw-r--r--source3/auth/auth_util.c3
-rw-r--r--source3/auth/auth_winbind.c3
-rw-r--r--source3/auth/pampass.c3
-rw-r--r--source3/auth/pass_check.c3
13 files changed, 13 insertions, 26 deletions
diff --git a/source3/auth/auth.c b/source3/auth/auth.c
index 92840795424..29f9be9bf66 100644
--- a/source3/auth/auth.c
+++ b/source3/auth/auth.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/auth/auth_builtin.c b/source3/auth/auth_builtin.c
index 8175beeaec2..ffc8b949620 100644
--- a/source3/auth/auth_builtin.c
+++ b/source3/auth/auth_builtin.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/auth/auth_compat.c b/source3/auth/auth_compat.c
index 0d2a6d76bfd..9035f8917ae 100644
--- a/source3/auth/auth_compat.c
+++ b/source3/auth/auth_compat.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/auth/auth_domain.c b/source3/auth/auth_domain.c
index b0cd54638ac..1e6857230f1 100644
--- a/source3/auth/auth_domain.c
+++ b/source3/auth/auth_domain.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/auth/auth_ntlmssp.c b/source3/auth/auth_ntlmssp.c
index 02346370450..742be2156f9 100644
--- a/source3/auth/auth_ntlmssp.c
+++ b/source3/auth/auth_ntlmssp.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/auth/auth_sam.c b/source3/auth/auth_sam.c
index afd13863750..eb02ad4e7dd 100644
--- a/source3/auth/auth_sam.c
+++ b/source3/auth/auth_sam.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/auth/auth_script.c b/source3/auth/auth_script.c
index 4d65269b895..6cbace71e86 100644
--- a/source3/auth/auth_script.c
+++ b/source3/auth/auth_script.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/auth/auth_server.c b/source3/auth/auth_server.c
index 75898eaff54..ba7507ef4f1 100644
--- a/source3/auth/auth_server.c
+++ b/source3/auth/auth_server.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/auth/auth_unix.c b/source3/auth/auth_unix.c
index 81d3736529b..b79e7361d38 100644
--- a/source3/auth/auth_unix.c
+++ b/source3/auth/auth_unix.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/auth/auth_util.c b/source3/auth/auth_util.c
index 14d2fbed09a..0d8c3b3f95c 100644
--- a/source3/auth/auth_util.c
+++ b/source3/auth/auth_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/auth/auth_winbind.c b/source3/auth/auth_winbind.c
index d6af08c7162..959c550524b 100644
--- a/source3/auth/auth_winbind.c
+++ b/source3/auth/auth_winbind.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/auth/pampass.c b/source3/auth/pampass.c
index e2d52ada2dc..0104108e8e5 100644
--- a/source3/auth/pampass.c
+++ b/source3/auth/pampass.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/auth/pass_check.c b/source3/auth/pass_check.c
index 8d16acd27c5..b1a6e4d4021 100644
--- a/source3/auth/pass_check.c
+++ b/source3/auth/pass_check.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 module is for checking a username/password against a system