]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Update copyright years to 2017 586/head
authorMichael Mattioli <mmattioli@users.noreply.github.com>
Tue, 27 Dec 2016 22:02:04 +0000 (17:02 -0500)
committerGreg Hudson <ghudson@mit.edu>
Tue, 3 Jan 2017 16:45:11 +0000 (11:45 -0500)
NOTICE
README
doc/conf.py
doc/copyright.rst
doc/notice.rst
src/prototype/prototype.c
src/prototype/prototype.h
src/windows/version.rc

diff --git a/NOTICE b/NOTICE
index 74c779e035327ffb2b139e096e58649449bd7882..ff102ff3f11304e369fedbe56001523b7a2dfab2 100644 (file)
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Copyright (C) 1985-2016 by the Massachusetts Institute of Technology.
+Copyright (C) 1985-2017 by the Massachusetts Institute of Technology.
 
 All rights reserved.
 
diff --git a/README b/README
index 90ec094406d1a1bda27ea94a1381307971a5e929..9e4f69f84856c6a71101dc9d0f1594fd6b17b023 100644 (file)
--- a/README
+++ b/README
@@ -6,7 +6,7 @@
 Copyright and Other Notices
 ---------------------------
 
-Copyright (C) 1985-2016 by the Massachusetts Institute of Technology
+Copyright (C) 1985-2017 by the Massachusetts Institute of Technology
 and its contributors.  All rights reserved.
 
 Please see the file named NOTICE for additional notices.
index 51bf9dc588cb381e9165ba6162c7e0ee6e8d9958..3ee2df6301f5c3bcb8adf6fc13ccaf93d7a33971 100644 (file)
@@ -45,7 +45,7 @@ else:
 
 # General information about the project.
 project = u'MIT Kerberos'
-copyright = u'1985-2016, MIT'
+copyright = u'1985-2017, MIT'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
index 05878fc5b76cc40c57ffc18b18f335c2fa91a4d5..40e5d233e9a61f341d9d5c7047eb478a9cf4d8db 100644 (file)
@@ -1,7 +1,7 @@
 Copyright
 =========
 
-Copyright |copy| 1985-2016 by the Massachusetts Institute of
+Copyright |copy| 1985-2017 by the Massachusetts Institute of
 Technology and its contributors.  All rights reserved.
 
 See :ref:`mitK5license` for additional copyright and license
index 77ce1afbfb873057282e8746018579f4dc49d201..e8cb4b439f41684c2ca7c8f338e2dfe477444261 100644 (file)
@@ -1,4 +1,4 @@
-Copyright |copy| 1985-2016 by the Massachusetts Institute of Technology.
+Copyright |copy| 1985-2017 by the Massachusetts Institute of Technology.
 
 All rights reserved.
 
index a24a1459d8006e6ad674d866bcad0085c0257f54..72eddabbce3d1fe9759e5a3df210c30156454582 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
 /* prototype/prototype.c - <<< One-line description of file >>> */
 /*
- * Copyright (C) 2016 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2017 by the Massachusetts Institute of Technology.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 86819103edaa64e07f14c0e13a877a04155b6058..385106d061eb3314a2c7cc685a818904624a83f6 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
 /* prototype/prototype.h - <<< One-line description of file >>> */
 /*
- * Copyright (C) 2016 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2017 by the Massachusetts Institute of Technology.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 81906b2e923ecbca0bc6b3001db0abc67318c1fa..147d3d18c9b8a65dfa9928d540285b688d575ccc 100644 (file)
@@ -41,7 +41,7 @@
 #define K5_PRODUCT_VERSION_STRING MAJOR_MINOR MAYBE_PATCH RELTAIL "\0"
 #define K5_PRODUCT_VERSION        KRB5_MAJOR_RELEASE, KRB5_MINOR_RELEASE, KRB5_PATCHLEVEL, KRB5_BUILDLEVEL
 
-#define K5_COPYRIGHT "Copyright (C) 1997-2016 by the Massachusetts Institute of Technology\0"
+#define K5_COPYRIGHT "Copyright (C) 1997-2017 by the Massachusetts Institute of Technology\0"
 #define K5_COMPANY_NAME "Massachusetts Institute of Technology.\0"
 
 /*