changeset 52586:6ca5cf290ebe stable

copyright: update to 2025 COPYING.rtf has a few additional changes (like the website URL), because it's been unmaintained for awhile now.
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 02 Jan 2025 11:11:11 -0500
parents 101c1862704a
children 416421c8cf46
files contrib/packaging/debian/copyright contrib/packaging/inno/mercurial.iss contrib/packaging/wix/COPYING.rtf contrib/win32/ReadMe.html mercurial/commands.py mercurial/helptext/hg.1.txt mercurial/helptext/hgignore.5.txt mercurial/helptext/hgrc.5.txt rust/hgcli/README.md setup.py
diffstat 10 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/packaging/debian/copyright	Thu Dec 19 00:27:48 2024 +0100
+++ b/contrib/packaging/debian/copyright	Thu Jan 02 11:11:11 2025 -0500
@@ -3,7 +3,7 @@
 Source: https://www.mercurial-scm.org/
 
 Files: *
-Copyright: 2005-2024, Olivia Mackall <olivia@selenic.com> and others.
+Copyright: 2005-2025, Olivia Mackall <olivia@selenic.com> and others.
 License: GPL-2+
  This program is free software; you can redistribute it
  and/or modify it under the terms of the GNU General Public
--- a/contrib/packaging/inno/mercurial.iss	Thu Dec 19 00:27:48 2024 +0100
+++ b/contrib/packaging/inno/mercurial.iss	Thu Jan 02 11:11:11 2025 -0500
@@ -6,7 +6,7 @@
 #endif
 
 [Setup]
-AppCopyright=Copyright 2005-2024 Olivia Mackall and others
+AppCopyright=Copyright 2005-2025 Olivia Mackall and others
 AppName=Mercurial
 AppVersion={#VERSION}
 OutputBaseFilename=Mercurial-{#VERSION}{#SUFFIX}
@@ -29,7 +29,7 @@
 DefaultDirName={pf}\Mercurial
 SourceDir=stage
 VersionInfoDescription=Mercurial distributed SCM (version {#VERSION})
-VersionInfoCopyright=Copyright 2005-2024 Olivia Mackall and others
+VersionInfoCopyright=Copyright 2005-2025 Olivia Mackall and others
 VersionInfoCompany=Olivia Mackall and others
 VersionInfoVersion={#QUAD_VERSION}
 InternalCompressLevel=max
Binary file contrib/packaging/wix/COPYING.rtf has changed
--- a/contrib/win32/ReadMe.html	Thu Dec 19 00:27:48 2024 +0100
+++ b/contrib/win32/ReadMe.html	Thu Jan 02 11:11:11 2025 -0500
@@ -140,7 +140,7 @@
     </p>
 
     <p>
-      Mercurial is Copyright 2005-2024 Olivia Mackall and others.
+      Mercurial is Copyright 2005-2025 Olivia Mackall and others.
     </p>
 
     <p>
--- a/mercurial/commands.py	Thu Dec 19 00:27:48 2024 +0100
+++ b/mercurial/commands.py	Thu Jan 02 11:11:11 2025 -0500
@@ -7989,7 +7989,7 @@
     )
     license = _(
         b"(see https://mercurial-scm.org for more information)\n"
-        b"\nCopyright (C) 2005-2024 Olivia Mackall and others\n"
+        b"\nCopyright (C) 2005-2025 Olivia Mackall and others\n"
         b"This is free software; see the source for copying conditions. "
         b"There is NO\nwarranty; "
         b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
--- a/mercurial/helptext/hg.1.txt	Thu Dec 19 00:27:48 2024 +0100
+++ b/mercurial/helptext/hg.1.txt	Thu Jan 02 11:11:11 2025 -0500
@@ -112,7 +112,7 @@
 
 Copying
 """""""
-Copyright (C) 2005-2024 Olivia Mackall.
+Copyright (C) 2005-2025 Olivia Mackall.
 Free use of this software is granted under the terms of the GNU General
 Public License version 2 or any later version.
 
--- a/mercurial/helptext/hgignore.5.txt	Thu Dec 19 00:27:48 2024 +0100
+++ b/mercurial/helptext/hgignore.5.txt	Thu Jan 02 11:11:11 2025 -0500
@@ -26,7 +26,7 @@
 Copying
 =======
 This manual page is copyright 2006 Vadim Gelfer.
-Mercurial is copyright 2005-2024 Olivia Mackall.
+Mercurial is copyright 2005-2025 Olivia Mackall.
 Free use of this software is granted under the terms of the GNU General
 Public License version 2 or any later version.
 
--- a/mercurial/helptext/hgrc.5.txt	Thu Dec 19 00:27:48 2024 +0100
+++ b/mercurial/helptext/hgrc.5.txt	Thu Jan 02 11:11:11 2025 -0500
@@ -34,7 +34,7 @@
 Copying
 =======
 This manual page is copyright 2005 Bryan O'Sullivan.
-Mercurial is copyright 2005-2024 Olivia Mackall.
+Mercurial is copyright 2005-2025 Olivia Mackall.
 Free use of this software is granted under the terms of the GNU General
 Public License version 2 or any later version.
 
--- a/rust/hgcli/README.md	Thu Dec 19 00:27:48 2024 +0100
+++ b/rust/hgcli/README.md	Thu Jan 02 11:11:11 2025 -0500
@@ -30,7 +30,7 @@
     Mercurial Distributed SCM (version 5.3.1+433-f99cd77d53dc+20200331)
     (see https://mercurial-scm.org for more information)
 
-    Copyright (C) 2005-2024 Olivia Mackall and others
+    Copyright (C) 2005-2025 Olivia Mackall and others
     This is free software; see the source for copying conditions. There is NO
     warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
--- a/setup.py	Thu Dec 19 00:27:48 2024 +0100
+++ b/setup.py	Thu Jan 02 11:11:11 2025 -0500
@@ -1800,7 +1800,7 @@
     extra['console'] = [
         {
             'script': 'hg',
-            'copyright': 'Copyright (C) 2005-2024 Olivia Mackall and others',
+            'copyright': 'Copyright (C) 2005-2025 Olivia Mackall and others',
             'product_version': version,
         }
     ]