asterisk: Update copyright.

ASTERISK-29326

Change-Id: Ia95dbfb66e2d11ac4d1228444283bb2e4d77396a
18.3
Joshua C. Colp 4 years ago committed by Joshua Colp
parent 77328142b4
commit 682f7d9437

@ -1,7 +1,7 @@
# The Asterisk(R) Open Source PBX # The Asterisk(R) Open Source PBX
```text ```text
By Mark Spencer <markster@digium.com> and the Asterisk.org developer community. By Mark Spencer <markster@digium.com> and the Asterisk.org developer community.
Copyright (C) 2001-2019 Digium, Inc. and other copyright holders. Copyright (C) 2001-2021 Sangoma Technologies Corporation and other copyright holders.
``` ```
## SECURITY ## SECURITY
@ -47,7 +47,7 @@ and the BSD variants.
ANY special hardware, not even a sound card) to install and run Asterisk. ANY special hardware, not even a sound card) to install and run Asterisk.
Supported telephony hardware includes: Supported telephony hardware includes:
* All Analog and Digital Interface cards from [Digium] * All Analog and Digital Interface cards from [Sangoma]
* QuickNet Internet PhoneJack and LineJack (http://www.quicknet.net) * QuickNet Internet PhoneJack and LineJack (http://www.quicknet.net)
* any full duplex sound card supported by ALSA, OSS, or PortAudio * any full duplex sound card supported by ALSA, OSS, or PortAudio
* any ISDN card supported by mISDN on Linux * any ISDN card supported by mISDN on Linux
@ -251,7 +251,7 @@ Welcome to the growing worldwide community of Asterisk users!
--- ---
Asterisk is a trademark of Digium, Inc. Asterisk is a trademark of Sangoma Technologies Corporation
[home page]: https://www.asterisk.org [home page]: https://www.asterisk.org
[support]: https://www.asterisk.org/support [support]: https://www.asterisk.org/support
@ -261,7 +261,7 @@ Asterisk is a trademark of Digium, Inc.
[voip-info.org]: http://www.voip-info.org/wiki-Asterisk [voip-info.org]: http://www.voip-info.org/wiki-Asterisk
[asteriskdocs.org]: http://www.asteriskdocs.org [asteriskdocs.org]: http://www.asteriskdocs.org
[NTP]: http://www.ntp.org/ [NTP]: http://www.ntp.org/
[Digium]: https://www.digium.com/ [Sangoma]: https://www.sangoma.com/
[UPGRADE.txt]: UPGRADE.txt [UPGRADE.txt]: UPGRADE.txt
[CHANGES]: CHANGES [CHANGES]: CHANGES
[configs]: configs [configs]: configs

@ -53,9 +53,9 @@
* *
* \section copyright Copyright and Author * \section copyright Copyright and Author
* *
* Copyright (C) 1999 - 2018, Digium, Inc. * Copyright (C) 1999 - 2021, Sangoma Technologies Corporation.
* Asterisk is a <a href="http://www.digium.com/en/company/view-policy.php?id=Trademark-Policy">registered trademark</a> * 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.digium.com">Digium, Inc</a>. * of <a rel="nofollow" href="http://www.sangoma.com">Sangoma Technologies Corporation</a>.
* *
* \author Mark Spencer <markster@digium.com> * \author Mark Spencer <markster@digium.com>
* *
@ -297,7 +297,7 @@ int daemon(int, int); /* defined in libresolv of all places */
#define NUM_MSGS 64 #define NUM_MSGS 64
/*! Displayed copyright tag */ /*! Displayed copyright tag */
#define COPYRIGHT_TAG "Copyright (C) 1999 - 2018, Digium, Inc. and others." #define COPYRIGHT_TAG "Copyright (C) 1999 - 2021, Sangoma Technologies Corporation and others."
/*! \brief Welcome message when starting a CLI interface */ /*! \brief Welcome message when starting a CLI interface */
#define WELCOME_MESSAGE \ #define WELCOME_MESSAGE \

Loading…
Cancel
Save