Unify copyright convention
authorRobbie Harwood <rharwood@redhat.com>
Thu, 28 Apr 2016 16:21:19 +0000 (12:21 -0400)
committerSimo Sorce <simo@redhat.com>
Wed, 18 May 2016 21:13:59 +0000 (17:13 -0400)
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com>
COPYING
src/crypto.c
src/crypto.h
src/environ.c
src/environ.h
src/mod_auth_gssapi.c
src/mod_auth_gssapi.h
src/sessions.c
src/sessions.h

diff --git a/COPYING b/COPYING
index 519a900..c32a94f 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -1,6 +1,7 @@
 MOD_AUTH_GSSAPI
 
 Copyright (C) 2014 Red Hat, Inc.
+Copyright (C) 2014-2016 mod_auth_gssapi contributors
 
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
index 1983a55..7f9097f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 mod_auth_gssapi authors - See COPYING for (C) terms */
+/* Copyright (C) 2014 mod_auth_gssapi contributors - See COPYING for (C) terms */
 
 #include <openssl/evp.h>
 #include <openssl/hmac.h>
index 9c87ca5..9f12b76 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 mod_auth_gssapi authors - See COPYING for (C) terms */
+/* Copyright (C) 2014 mod_auth_gssapi contributors - See COPYING for (C) terms */
 
 #include <apr_errno.h>
 #include <apr_pools.h>
index f9bbf30..1fffc90 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 mod_auth_gssapi authors - See COPYING for (C) terms */
+/* Copyright (C) 2015 mod_auth_gssapi contributors - See COPYING for (C) terms */
 
 #include "mod_auth_gssapi.h"
 
index 3895665..8e5dde5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 mod_auth_gssapi authors - See COPYING for (C) terms */
+/* Copyright (C) 2015 mod_auth_gssapi contributors - See COPYING for (C) terms */
 
 struct mag_config;
 struct mag_conn;
index 97e365c..35bb9a1 100644 (file)
@@ -1,26 +1,4 @@
-/*
-   MOD AUTH GSSAPI
-
-   Copyright (C) 2014 Simo Sorce <simo@redhat.com>
-
-   Permission is hereby granted, free of charge, to any person obtaining a
-   copy of this software and associated documentation files (the "Software"),
-   to deal in the Software without restriction, including without limitation
-   the rights to use, copy, modify, merge, publish, distribute, sublicense,
-   and/or sell copies of the Software, and to permit persons to whom the
-   Software is furnished to do so, subject to the following conditions:
-
-   The above copyright notice and this permission notice shall be included in
-   all copies or substantial portions of the Software.
-
-   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
-   THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-   LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-   FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
-   DEALINGS IN THE SOFTWARE.
-*/
+/* Copyright (C) 2014 mod_auth_gssapi contributors - See COPYING for (C) terms */
 
 #include "mod_auth_gssapi.h"
 
index ea563ec..1973b2b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 mod_auth_gssapi authors - See COPYING for (C) terms */
+/* Copyright (C) 2014 mod_auth_gssapi contributors - See COPYING for (C) terms */
 
 #include <stdbool.h>
 #include <stdint.h>
index c31a51a..d8c4873 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 mod_auth_gssapi authors - See COPYING for (C) terms */
+/* Copyright (C) 2014 mod_auth_gssapi contributors - See COPYING for (C) terms */
 
 #include "mod_auth_gssapi.h"
 #include "asn1c/GSSSessionData.h"
index be6ff16..6ef101b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 mod_auth_gssapi authors - See COPYING for (C) terms */
+/* Copyright (C) 2014 mod_auth_gssapi contributors - See COPYING for (C) terms */
 
 struct mag_req_cfg;
 struct mag_conn;