]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Update copyright years to 2025
authorGreg Hudson <ghudson@mit.edu>
Tue, 6 May 2025 20:01:35 +0000 (16:01 -0400)
committerGreg Hudson <ghudson@mit.edu>
Tue, 6 May 2025 20:01:35 +0000 (16:01 -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 6c900dc6b4f9acadb93fec1a628d7b4a62946792..3d78b73035cf8c061693321033ad647b34a43829 100644 (file)
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Copyright (C) 1985-2024 by the Massachusetts Institute of Technology.
+Copyright (C) 1985-2025 by the Massachusetts Institute of Technology.
 
 All rights reserved.
 
diff --git a/README b/README
index 841ecef798aedac6789e4ac11658b35b55e29764..e3e3c84189d03c4c21882b8b2c8da350f702093c 100644 (file)
--- a/README
+++ b/README
@@ -6,7 +6,7 @@
 Copyright and Other Notices
 ---------------------------
 
-Copyright (C) 1985-2024 by the Massachusetts Institute of Technology
+Copyright (C) 1985-2025 by the Massachusetts Institute of Technology
 and its contributors.  All rights reserved.
 
 Please see the file named NOTICE for additional notices.
index ada26748daecc46a4512734ee95ea022b562bb8a..60835e9361a9f0b60ddaf409dbf398bf8dfbcbec 100644 (file)
@@ -45,7 +45,7 @@ else:
 
 # General information about the project.
 project = u'MIT Kerberos'
-copyright = u'1985-2024, MIT'
+copyright = u'1985-2025, 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 85ecebece00f50bf9eeb2c7e15b73dacff0ebbde..da8e62cc2a830ccac961bf42dbe73ed5e587ae4c 100644 (file)
@@ -1,7 +1,7 @@
 Copyright
 =========
 
-Copyright |copy| 1985-2024 by the Massachusetts Institute of
+Copyright |copy| 1985-2025 by the Massachusetts Institute of
 Technology and its contributors.  All rights reserved.
 
 See :ref:`mitK5license` for additional copyright and license
index 68efe436c142d2568b98573b9827c002f8581cb8..e27615626046c2a45b3d008ff6c57cd548c33638 100644 (file)
@@ -1,4 +1,4 @@
-Copyright |copy| 1985-2024 by the Massachusetts Institute of Technology.
+Copyright |copy| 1985-2025 by the Massachusetts Institute of Technology.
 
 All rights reserved.
 
index 77cc8c21725c5e61984876069f846d47b30ae6ce..a9c225f92b0f4f4bd81c678a65cc82ce6c079515 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) 2024 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2025 by the Massachusetts Institute of Technology.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index c6d42417055ad00aa87cf5e1688211147d61dacc..94ab86d5859d742a9a2bf406598125dcc58d7f1f 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) 2024 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2025 by the Massachusetts Institute of Technology.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 53294e77a0f950e70a9b58fe43166bb7b6f3a63b..491daf4177853ec2a92cdbe3f456a2e9f79111cd 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-2024 by the Massachusetts Institute of Technology\0"
+#define K5_COPYRIGHT "Copyright (C) 1997-2025 by the Massachusetts Institute of Technology\0"
 #define K5_COMPANY_NAME "Massachusetts Institute of Technology.\0"
 
 /*