diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-07-10 00:52:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:28:22 -0500 |
commit | 5e54558c6dea67b56bbfaba5698f3a434d3dffb6 (patch) | |
tree | 862824046e5fd917a1535a93a445cb21785d24b6 /source3/auth | |
parent | df2465298b2ca9cca92fadf69536dc77ade9fdb3 (diff) | |
download | samba-5e54558c6dea67b56bbfaba5698f3a434d3dffb6.tar.gz samba-5e54558c6dea67b56bbfaba5698f3a434d3dffb6.tar.bz2 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.c | 3 | ||||
-rw-r--r-- | source3/auth/auth_builtin.c | 3 | ||||
-rw-r--r-- | source3/auth/auth_compat.c | 3 | ||||
-rw-r--r-- | source3/auth/auth_domain.c | 3 | ||||
-rw-r--r-- | source3/auth/auth_ntlmssp.c | 3 | ||||
-rw-r--r-- | source3/auth/auth_sam.c | 3 | ||||
-rw-r--r-- | source3/auth/auth_script.c | 3 | ||||
-rw-r--r-- | source3/auth/auth_server.c | 3 | ||||
-rw-r--r-- | source3/auth/auth_unix.c | 3 | ||||
-rw-r--r-- | source3/auth/auth_util.c | 3 | ||||
-rw-r--r-- | source3/auth/auth_winbind.c | 3 | ||||
-rw-r--r-- | source3/auth/pampass.c | 3 | ||||
-rw-r--r-- | source3/auth/pass_check.c | 3 |
13 files changed, 13 insertions, 26 deletions
diff --git a/source3/auth/auth.c b/source3/auth/auth.c index 9284079542..29f9be9bf6 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 8175beeaec..ffc8b94962 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 0d2a6d76bf..9035f8917a 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 b0cd54638a..1e6857230f 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 0234637045..742be2156f 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 afd1386375..eb02ad4e7d 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 4d65269b89..6cbace71e8 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 75898eaff5..ba7507ef4f 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 81d3736529..b79e7361d3 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 14d2fbed09..0d8c3b3f95 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 d6af08c716..959c550524 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 e2d52ada2d..0104108e8e 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 8d16acd27c..b1a6e4d402 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 |