[asterisk-commits] file: branch group/dns r432692 - /team/group/dns/res/res_resolver_unbound.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Mar 10 12:43:44 CDT 2015
Author: file
Date: Tue Mar 10 12:43:42 2015
New Revision: 432692
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=432692
Log:
We're in 2015, not 2014.
Modified:
team/group/dns/res/res_resolver_unbound.c
Modified: team/group/dns/res/res_resolver_unbound.c
URL: http://svnview.digium.com/svn/asterisk/team/group/dns/res/res_resolver_unbound.c?view=diff&rev=432692&r1=432691&r2=432692
==============================================================================
--- team/group/dns/res/res_resolver_unbound.c (original)
+++ team/group/dns/res/res_resolver_unbound.c Tue Mar 10 12:43:42 2015
@@ -1,7 +1,7 @@
/*
* Asterisk -- An open source telephony toolkit.
*
- * Copyright (C) 2014, Digium, Inc.
+ * Copyright (C) 2015, Digium, Inc.
*
* Joshua Colp <jcolp at digium.com>
*
@@ -247,4 +247,4 @@
.load = load_module,
.unload = unload_module,
.load_pri = AST_MODPRI_CHANNEL_DEPEND - 4,
- );
+ );
More information about the asterisk-commits
mailing list