summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2016-04-28 12:21:19 -0400
committerSimo Sorce <simo@redhat.com>2016-05-18 17:13:59 -0400
commit6e746f91177902528e42ac982e965fe469aa8855 (patch)
tree753ca04f970f4140e27768007590c22986625d6f
parent87e19f10d74fd9513215c25365e21aee828e2bcc (diff)
downloadmod_auth_gssapi-6e746f91177902528e42ac982e965fe469aa8855.tar.gz
mod_auth_gssapi-6e746f91177902528e42ac982e965fe469aa8855.tar.xz
mod_auth_gssapi-6e746f91177902528e42ac982e965fe469aa8855.zip
Unify copyright convention
Signed-off-by: Robbie Harwood <rharwood@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
-rw-r--r--COPYING1
-rw-r--r--src/crypto.c2
-rw-r--r--src/crypto.h2
-rw-r--r--src/environ.c2
-rw-r--r--src/environ.h2
-rw-r--r--src/mod_auth_gssapi.c24
-rw-r--r--src/mod_auth_gssapi.h2
-rw-r--r--src/sessions.c2
-rw-r--r--src/sessions.h2
9 files changed, 9 insertions, 30 deletions
diff --git a/COPYING b/COPYING
index 519a900..c32a94f 100644
--- 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"),
diff --git a/src/crypto.c b/src/crypto.c
index 1983a55..7f9097f 100644
--- a/src/crypto.c
+++ b/src/crypto.c
@@ -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>
diff --git a/src/crypto.h b/src/crypto.h
index 9c87ca5..9f12b76 100644
--- a/src/crypto.h
+++ b/src/crypto.h
@@ -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>
diff --git a/src/environ.c b/src/environ.c
index f9bbf30..1fffc90 100644
--- a/src/environ.c
+++ b/src/environ.c
@@ -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"
diff --git a/src/environ.h b/src/environ.h
index 3895665..8e5dde5 100644
--- a/src/environ.h
+++ b/src/environ.h
@@ -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;
diff --git a/src/mod_auth_gssapi.c b/src/mod_auth_gssapi.c
index 97e365c..35bb9a1 100644
--- a/src/mod_auth_gssapi.c
+++ b/src/mod_auth_gssapi.c
@@ -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"
diff --git a/src/mod_auth_gssapi.h b/src/mod_auth_gssapi.h
index ea563ec..1973b2b 100644
--- a/src/mod_auth_gssapi.h
+++ b/src/mod_auth_gssapi.h
@@ -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>
diff --git a/src/sessions.c b/src/sessions.c
index c31a51a..d8c4873 100644
--- a/src/sessions.c
+++ b/src/sessions.c
@@ -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"
diff --git a/src/sessions.h b/src/sessions.h
index be6ff16..6ef101b 100644
--- a/src/sessions.h
+++ b/src/sessions.h
@@ -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;