]> 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>
Mon, 11 Jan 2021 17:24:35 +0000 (12:24 -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 19eb0205baa74e89e64a78611d17b36004448f97..74eafeb610c86af9f8be0b43206d3f00cb9c890e 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 450bdb20b109058b57a1809b3cf5832478af3e2c..4c21611be55836eae4c79102fff2744c2d11a09e 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 9226b8e0150536f4d2466b8b2470ca11d5758b69..543202bf4b075c9be8f371b4304e9dc110386715 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 b8d62bdca9c55a917466762d6fb38c7b346b05ff..783e8585a84b2f38def89642fcd957a59a28d578 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"
 
 /*