diff --git a/README.md b/README.md index a45149d306..419e686505 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # The Asterisk(R) Open Source PBX ```text By Mark Spencer 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 diff --git a/main/asterisk.c b/main/asterisk.c index 132ae80e7f..faf7566499 100644 --- a/main/asterisk.c +++ b/main/asterisk.c @@ -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 * @@ -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 registered trademark * of Sangoma Technologies Corporation. * @@ -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 \