]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
README.md, asterisk.c: Update Copyright Dates
authorGeorge Joseph <gjoseph@sangoma.com>
Mon, 20 Jan 2025 19:58:18 +0000 (12:58 -0700)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 23 Jan 2025 18:39:42 +0000 (18:39 +0000)
(cherry picked from commit ece2cfc7c182113b5b55415a0203cb8c69634162)

README.md
main/asterisk.c

index a45149d30659305d1972c29b58c4e6b40a85bdc4..419e68650588fcefb182d893296c4155a35b10bd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # The Asterisk(R) Open Source PBX
 ```text
         By Mark Spencer <markster@digium.com> and the Asterisk.org developer community.
-        Copyright (C) 2001-2021 Sangoma Technologies Corporation and other copyright holders.
+        Copyright (C) 2001-2025 Sangoma Technologies Corporation and other copyright holders.
 ```
 ## SECURITY
 
index 132ae80e7f3fce8a994f3ea4d2821a0aae5adf9d..faf7566499da99abd7ff0c366b4fc5f4c370769c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Asterisk -- An open source telephony toolkit.
  *
- * Copyright (C) 1999 - 2018, Digium, Inc.
+ * Copyright (C) 1999 - 2025, Sangoma Technologies Corporation
  *
  * Mark Spencer <markster@digium.com>
  *
@@ -53,7 +53,7 @@
  *
  * \section copyright Copyright and Author
  *
- * Copyright (C) 1999 - 2021, Sangoma Technologies Corporation.
+ * Copyright (C) 1999 - 2025, Sangoma Technologies Corporation.
  * Asterisk is a <a href="https://cdn.sangoma.com/wp-content/uploads/Sangoma-Trademark-Policy.pdf">registered trademark</a>
  * of <a rel="nofollow" href="http://www.sangoma.com">Sangoma Technologies Corporation</a>.
  *
@@ -297,7 +297,7 @@ int daemon(int, int);  /* defined in libresolv of all places */
 #define NUM_MSGS 64
 
 /*! Displayed copyright tag */
-#define COPYRIGHT_TAG "Copyright (C) 1999 - 2022, Sangoma Technologies Corporation and others."
+#define COPYRIGHT_TAG "Copyright (C) 1999 - 2025, Sangoma Technologies Corporation and others."
 
 /*! \brief Welcome message when starting a CLI interface */
 #define WELCOME_MESSAGE \