aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/module.h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-08 22:37:30 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-08 22:37:30 +0000
commit34624c527c45e52ac3adcb72715cdf8602ab94e1 (patch)
tree666f259506d7b1c1a092abd71e3db230c9d8d5f8 /include/asterisk/module.h
parentc70f89e9c8742b78fcaf274a8061c1674054c663 (diff)
update module license key text and update loader to accept it
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18574 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/module.h')
-rw-r--r--include/asterisk/module.h17
1 files changed, 11 insertions, 6 deletions
diff --git a/include/asterisk/module.h b/include/asterisk/module.h
index 1f9d078bc..5447a614d 100644
--- a/include/asterisk/module.h
+++ b/include/asterisk/module.h
@@ -114,12 +114,17 @@ int reload(void); /* reload configs */
/*! \brief The text the key() function should return. */
#define ASTERISK_GPL_KEY \
- "This paragraph is Copyright (C) 2000, Linux Support Services, Inc. \
-In order for your module to load, it must return this key via a function \
-called \"key\". Any code which includes this paragraph must be licensed under \
-the GNU General Public License version 2 or later (at your option). Linux \
-Support Services, Inc. reserves the right to allow other parties to license \
-this paragraph under other terms as well."
+"This paragraph is copyright (c) 2006 by Digium, Inc. \
+In order for your module to load, it must return this \
+key via a function called \"key\". Any code which \
+includes this paragraph must be licensed under the GNU \
+General Public License version 2 or later (at your \
+option). In addition to Digium's general reservations \
+of rights, Digium expressly reserves the right to \
+allow other parties to license this paragraph under \
+different terms. Any use of Digium, Inc. trademarks or \
+logos (including \"Asterisk\" or \"Digium\") without \
+express written permission of Digium, Inc. is prohibited.\n"
#define AST_MODULE_CONFIG "modules.conf" /*!< \brief Module configuration file */