[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU gss branch, master, updated. gss-1-0-0-11-g3d2d676
From: |
Simon Josefsson |
Subject: |
[SCM] GNU gss branch, master, updated. gss-1-0-0-11-g3d2d676 |
Date: |
Thu, 22 Apr 2010 07:50:42 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gss".
http://git.savannah.gnu.org/cgit/gss.git/commit/?id=3d2d67671254e82ef61c6119325189400bcb25aa
The branch, master has been updated
via 3d2d67671254e82ef61c6119325189400bcb25aa (commit)
from a28ee55824f55978ddfc452ee85c341404f1568b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3d2d67671254e82ef61c6119325189400bcb25aa
Author: Simon Josefsson <address@hidden>
Date: Thu Apr 22 09:50:37 2010 +0200
Bump copyright years.
-----------------------------------------------------------------------
Summary of changes:
lib/headers/gss/krb5-ext.h | 2 +-
lib/headers/gss/krb5.h | 2 +-
lib/krb5/cred.c | 2 +-
lib/krb5/k5internal.h | 2 +-
lib/krb5/name.c | 2 +-
lib/krb5/oid.c | 2 +-
lib/krb5/protos.h | 2 +-
lib/krb5/utils.c | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/lib/headers/gss/krb5-ext.h b/lib/headers/gss/krb5-ext.h
index c7eef26..2cd915c 100644
--- a/lib/headers/gss/krb5-ext.h
+++ b/lib/headers/gss/krb5-ext.h
@@ -1,5 +1,5 @@
/* gss/krb5-ext.h --- Header file for Kerberos 5 GSS-API mechanism.
- * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson
+ * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon
Josefsson
*
* This file is part of the Generic Security Service (GSS).
*
diff --git a/lib/headers/gss/krb5.h b/lib/headers/gss/krb5.h
index 864bfe8..de52c0d 100644
--- a/lib/headers/gss/krb5.h
+++ b/lib/headers/gss/krb5.h
@@ -1,5 +1,5 @@
/* gss/krb5.h --- Header file for Kerberos 5 GSS-API mechanism.
- * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson
+ * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon
Josefsson
*
* This file is part of the Generic Security Service (GSS).
*
diff --git a/lib/krb5/cred.c b/lib/krb5/cred.c
index a247676..87905eb 100644
--- a/lib/krb5/cred.c
+++ b/lib/krb5/cred.c
@@ -1,5 +1,5 @@
/* krb5/cred.c --- Kerberos 5 GSS-API credential management functions.
- * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009 Simon Josefsson
+ * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009, 2010 Simon Josefsson
*
* This file is part of the Generic Security Service (GSS).
*
diff --git a/lib/krb5/k5internal.h b/lib/krb5/k5internal.h
index 8aec444..7e945f6 100644
--- a/lib/krb5/k5internal.h
+++ b/lib/krb5/k5internal.h
@@ -1,5 +1,5 @@
/* k5internal.h --- Internal header file for Kerberos 5 GSS.
- * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009 Simon Josefsson
+ * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009, 2010 Simon Josefsson
*
* This file is part of the Generic Security Service (GSS).
*
diff --git a/lib/krb5/name.c b/lib/krb5/name.c
index b57a3bb..6f22f86 100644
--- a/lib/krb5/name.c
+++ b/lib/krb5/name.c
@@ -1,5 +1,5 @@
/* krb5/name.c --- Implementation of Kerberos 5 GSS-API Name functions.
- * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson
+ * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon
Josefsson
*
* This file is part of the Generic Security Service (GSS).
*
diff --git a/lib/krb5/oid.c b/lib/krb5/oid.c
index 9af5fd7..4febed2 100644
--- a/lib/krb5/oid.c
+++ b/lib/krb5/oid.c
@@ -1,5 +1,5 @@
/* krb5/oid.c --- Definition of static Kerberos 5 GSS-API OIDs.
- * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson
+ * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon
Josefsson
*
* This file is part of the Generic Security Service (GSS).
*
diff --git a/lib/krb5/protos.h b/lib/krb5/protos.h
index 71974fa..00714b4 100644
--- a/lib/krb5/protos.h
+++ b/lib/krb5/protos.h
@@ -1,5 +1,5 @@
/* protos.h --- Export Kerberos 5 GSS functions to core GSS library.
- * Copyright (C) 2003, 2004, 2005, 2006, 2007 Simon Josefsson
+ * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon
Josefsson
*
* This file is part of the Generic Security Service (GSS).
*
diff --git a/lib/krb5/utils.c b/lib/krb5/utils.c
index febb37c..a4fd3a1 100644
--- a/lib/krb5/utils.c
+++ b/lib/krb5/utils.c
@@ -1,5 +1,5 @@
/* krb5/utils.c --- Kerberos 5 GSS-API helper functions.
- * Copyright (C) 2003, 2004, 2005, 2006, 2007 Simon Josefsson
+ * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon
Josefsson
*
* This file is part of the Generic Security Service (GSS).
*
hooks/post-receive
--
GNU gss
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU gss branch, master, updated. gss-1-0-0-11-g3d2d676,
Simon Josefsson <=