]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Update copyright years to 2021
authorGreg Hudson <ghudson@mit.edu>
Mon, 11 Jan 2021 17:24:35 +0000 (12:24 -0500)
committerGreg Hudson <ghudson@mit.edu>
Thu, 22 Jul 2021 21:15:23 +0000 (17:15 -0400)
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 17f7146d126daa22e11559860b7ae95aee8edba0..b70ddfebd30aea67b19878f28d74144b52935dff 100644 (file)
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Copyright (C) 1985-2020 by the Massachusetts Institute of Technology.
+Copyright (C) 1985-2021 by the Massachusetts Institute of Technology.
 
 All rights reserved.
 
diff --git a/README b/README
index 13051aa2809af2a5056e21dd79c38da1a05ddc20..c6bd91d168bb69eec019ef5a06a90b2fc78db443 100644 (file)
--- a/README
+++ b/README
@@ -6,7 +6,7 @@
 Copyright and Other Notices
 ---------------------------
 
-Copyright (C) 1985-2020 by the Massachusetts Institute of Technology
+Copyright (C) 1985-2021 by the Massachusetts Institute of Technology
 and its contributors.  All rights reserved.
 
 Please see the file named NOTICE for additional notices.
index c32b2882afc2c4092c24411f2775c0e4beed1374..86b27ff07c1e9e4d4baaad77967f79256e512a65 100644 (file)
@@ -45,7 +45,7 @@ else:
 
 # General information about the project.
 project = u'MIT Kerberos'
-copyright = u'1985-2020, MIT'
+copyright = u'1985-2021, 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 52ff6843f120aaaad3839af7f89369e7a4158e90..d2e638dbc4ca74c33f6904c87eedad7d0b20947b 100644 (file)
@@ -1,7 +1,7 @@
 Copyright
 =========
 
-Copyright |copy| 1985-2020 by the Massachusetts Institute of
+Copyright |copy| 1985-2021 by the Massachusetts Institute of
 Technology and its contributors.  All rights reserved.
 
 See :ref:`mitK5license` for additional copyright and license
index 45bb7a6ad5961b743c26a2ac8a0c40e047a7dec4..c659dc5074e35ed762fe53c918cc1c7cc528e5aa 100644 (file)
@@ -1,4 +1,4 @@
-Copyright |copy| 1985-2020 by the Massachusetts Institute of Technology.
+Copyright |copy| 1985-2021 by the Massachusetts Institute of Technology.
 
 All rights reserved.
 
index 9a535feb752de54d1eb47538134d9947d128dc6f..38ae01657743ff2a21ccc3d2330b518bcddc2529 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) 2020 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2021 by the Massachusetts Institute of Technology.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index aaa9ec14b0065ba4649035e557eeb15966da481d..1812c16e3aef8e2c121cc96117b5a611b23cad15 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) 2020 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2021 by the Massachusetts Institute of Technology.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index eee8f43aa22769e3b363d8c1d99a60f8897f040c..478ddc73af88380273d03db7e2579f348c6d27c7 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-2020 by the Massachusetts Institute of Technology\0"
+#define K5_COPYRIGHT "Copyright (C) 1997-2021 by the Massachusetts Institute of Technology\0"
 #define K5_COMPANY_NAME "Massachusetts Institute of Technology.\0"
 
 /*