mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 02:26:23 +00:00
Update Asterisk copyright year in main/asterisk.c
It's been 2014 for like... 6 months. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@418616 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Asterisk -- An open source telephony toolkit.
|
* Asterisk -- An open source telephony toolkit.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999 - 2013, Digium, Inc.
|
* Copyright (C) 1999 - 2014, Digium, Inc.
|
||||||
*
|
*
|
||||||
* Mark Spencer <markster@digium.com>
|
* Mark Spencer <markster@digium.com>
|
||||||
*
|
*
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
*
|
*
|
||||||
* \section copyright Copyright and Author
|
* \section copyright Copyright and Author
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999 - 2013, Digium, Inc.
|
* Copyright (C) 1999 - 2014, Digium, Inc.
|
||||||
* 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="http://www.digium.com/en/company/view-policy.php?id=Trademark-Policy">registered trademark</a>
|
||||||
* of <a rel="nofollow" href="http://www.digium.com">Digium, Inc</a>.
|
* of <a rel="nofollow" href="http://www.digium.com">Digium, Inc</a>.
|
||||||
*
|
*
|
||||||
@@ -301,7 +301,7 @@ int daemon(int, int); /* defined in libresolv of all places */
|
|||||||
|
|
||||||
/*! \brief Welcome message when starting a CLI interface */
|
/*! \brief Welcome message when starting a CLI interface */
|
||||||
#define WELCOME_MESSAGE \
|
#define WELCOME_MESSAGE \
|
||||||
ast_verbose("Asterisk %s, Copyright (C) 1999 - 2013 Digium, Inc. and others.\n" \
|
ast_verbose("Asterisk %s, Copyright (C) 1999 - 2014, Digium, Inc. and others.\n" \
|
||||||
"Created by Mark Spencer <markster@digium.com>\n" \
|
"Created by Mark Spencer <markster@digium.com>\n" \
|
||||||
"Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.\n" \
|
"Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.\n" \
|
||||||
"This is free software, with components licensed under the GNU General Public\n" \
|
"This is free software, with components licensed under the GNU General Public\n" \
|
||||||
@@ -3351,7 +3351,7 @@ static int show_version(void)
|
|||||||
|
|
||||||
static int show_cli_help(void)
|
static int show_cli_help(void)
|
||||||
{
|
{
|
||||||
printf("Asterisk %s, Copyright (C) 1999 - 2013, Digium, Inc. and others.\n", ast_get_version());
|
printf("Asterisk %s, Copyright (C) 1999 - 2014, Digium, Inc. and others.\n", ast_get_version());
|
||||||
printf("Usage: asterisk [OPTIONS]\n");
|
printf("Usage: asterisk [OPTIONS]\n");
|
||||||
printf("Valid Options:\n");
|
printf("Valid Options:\n");
|
||||||
printf(" -V Display version number and exit\n");
|
printf(" -V Display version number and exit\n");
|
||||||
|
Reference in New Issue
Block a user