diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-11-08 06:45:18 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-11-08 06:45:18 -0500 |
commit | 1c0bda3d9868cf62788eaf88317af35326e0b4e7 (patch) | |
tree | e849f10c10a24759d8951e98d0d770ebc7eb583f /documentation/examples/plugins | |
parent | 42e3a3353eb524fc984f72e2b525d5597444d1aa (diff) | |
download | elgg-1c0bda3d9868cf62788eaf88317af35326e0b4e7.tar.gz elgg-1c0bda3d9868cf62788eaf88317af35326e0b4e7.tar.bz2 |
it is GPL General Public License not GPL Public License
Diffstat (limited to 'documentation/examples/plugins')
-rw-r--r-- | documentation/examples/plugins/manifest_options/manifest.xml | 4 | ||||
-rw-r--r-- | documentation/examples/plugins/skeleton/manifest.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/documentation/examples/plugins/manifest_options/manifest.xml b/documentation/examples/plugins/manifest_options/manifest.xml index 48a5a9558..baa6cc3fa 100644 --- a/documentation/examples/plugins/manifest_options/manifest.xml +++ b/documentation/examples/plugins/manifest_options/manifest.xml @@ -6,8 +6,8 @@ <blurb>A concise description.</blurb> <description>This is a longer, more interesting description of my plugin, its features, and other important information.</description> <website>http://www.elgg.org/</website> - <copyright>(C) Elgg 2010</copyright> - <license>GNU Public License version 2</license> + <copyright>(C) Elgg 2011</copyright> + <license>GNU General Public License version 2</license> <requires> <type>elgg_version</type> diff --git a/documentation/examples/plugins/skeleton/manifest.xml b/documentation/examples/plugins/skeleton/manifest.xml index febe71999..e31624432 100644 --- a/documentation/examples/plugins/skeleton/manifest.xml +++ b/documentation/examples/plugins/skeleton/manifest.xml @@ -6,7 +6,7 @@ <description>This is a description of my plugin and its features.</description> <website>http://www.elgg.org/</website> <copyright>(C) My Name or Company 2012</copyright> - <license>GNU Public License version 2</license> + <license>GNU General Public License version 2</license> <requires> <type>elgg_release</type> |