]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Update copyright years to 2022
authorGreg Hudson <ghudson@mit.edu>
Wed, 23 Feb 2022 06:27:01 +0000 (01:27 -0500)
committerGreg Hudson <ghudson@mit.edu>
Wed, 23 Feb 2022 06:27:22 +0000 (01:27 -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 74eafeb610c86af9f8be0b43206d3f00cb9c890e..b801eb3e0de032d3c11fb3647223192e39576435 100644 (file)
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Copyright (C) 1985-2021 by the Massachusetts Institute of Technology.
+Copyright (C) 1985-2022 by the Massachusetts Institute of Technology.
 
 All rights reserved.
 
diff --git a/README b/README
index 4c21611be55836eae4c79102fff2744c2d11a09e..9a3c359b293fc8206633a6ed5535b85c923a9f6c 100644 (file)
--- a/README
+++ b/README
@@ -6,7 +6,7 @@
 Copyright and Other Notices
 ---------------------------
 
-Copyright (C) 1985-2021 by the Massachusetts Institute of Technology
+Copyright (C) 1985-2022 by the Massachusetts Institute of Technology
 and its contributors.  All rights reserved.
 
 Please see the file named NOTICE for additional notices.
index 14158ae814a7c2ae5a189cf4e6fb0f7d9d22bd97..fa0eb80f1f1ad419e94349fcc0dc567f36e8a25f 100644 (file)
@@ -45,7 +45,7 @@ else:
 
 # General information about the project.
 project = u'MIT Kerberos'
-copyright = u'1985-2021, MIT'
+copyright = u'1985-2022, 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 d2e638dbc4ca74c33f6904c87eedad7d0b20947b..dce1357c85d34b31590af083c1bed14ddd2f1db0 100644 (file)
@@ -1,7 +1,7 @@
 Copyright
 =========
 
-Copyright |copy| 1985-2021 by the Massachusetts Institute of
+Copyright |copy| 1985-2022 by the Massachusetts Institute of
 Technology and its contributors.  All rights reserved.
 
 See :ref:`mitK5license` for additional copyright and license
index a9630d679a0ce000c3f77543b9ed5c26dbbb8048..5cb67e9d21aced2faeca9e757799f8f62c4e9e9d 100644 (file)
@@ -1,4 +1,4 @@
-Copyright |copy| 1985-2021 by the Massachusetts Institute of Technology.
+Copyright |copy| 1985-2022 by the Massachusetts Institute of Technology.
 
 All rights reserved.
 
index 38ae01657743ff2a21ccc3d2330b518bcddc2529..b58274d5a11ecb8a2b1f154482da28e2f7bb41b8 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) 2021 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2022 by the Massachusetts Institute of Technology.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 1812c16e3aef8e2c121cc96117b5a611b23cad15..1a2a93beec7c1ec195dc1acf2b3292b3bec3b0c3 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) 2021 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2022 by the Massachusetts Institute of Technology.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 478ddc73af88380273d03db7e2579f348c6d27c7..0be55999cf08905967271f01afc61b4afca24dc8 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-2021 by the Massachusetts Institute of Technology\0"
+#define K5_COPYRIGHT "Copyright (C) 1997-2022 by the Massachusetts Institute of Technology\0"
 #define K5_COMPANY_NAME "Massachusetts Institute of Technology.\0"
 
 /*