diff options
author | Rob Crittenden <rcritten@redhat.com> | 2008-02-04 15:15:52 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2008-02-04 15:15:52 -0500 |
commit | 97d9c235ddf5274836eb8bfc18e8798ae44614a0 (patch) | |
tree | 388960180c6be2b408711b35c27fd5f444e6c801 /ipa-server/ipa-gui/ipagui/release.py | |
parent | 217019e9de5b72f661c091cc57bc6752c7dc7d14 (diff) | |
download | freeipa.git-97d9c235ddf5274836eb8bfc18e8798ae44614a0.tar.gz freeipa.git-97d9c235ddf5274836eb8bfc18e8798ae44614a0.tar.xz freeipa.git-97d9c235ddf5274836eb8bfc18e8798ae44614a0.zip |
Set the license uniformly to GPLv2 only.
Diffstat (limited to 'ipa-server/ipa-gui/ipagui/release.py')
-rw-r--r-- | ipa-server/ipa-gui/ipagui/release.py | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/ipa-server/ipa-gui/ipagui/release.py b/ipa-server/ipa-gui/ipagui/release.py index 7be40c00..f5bc211c 100644 --- a/ipa-server/ipa-gui/ipagui/release.py +++ b/ipa-server/ipa-gui/ipagui/release.py @@ -2,13 +2,15 @@ version = "1.0" -# description = "Your plan to rule the world" -# long_description = "More description about your plan" +# NOTE: We aren't really using this because we aren't shipping the UI as +# a separate .egg but it might look something like this: + +# description = "The Identity, Policy and Audit system" +# long_description = "IPA is an integrated solution to provide centrally managed Identity (machine, user, virtual machines, groups, authentication credentials), Policy (configuration settings, access control information) and Audit (events, logs, analysis thereof)." # author = "Your Name Here" # email = "YourEmail@YourDomain" -# copyright = "Vintage 2006 - a good year indeed" +# copyright = "2007 Red Hat, Inc." -# if it's open source, you might want to specify these -# url = "http://yourcool.site/" -# download_url = "http://yourcool.site/download" -# license = "MIT" +# url = "http://www.freeipa.org/" +# download_url = "http://www.freeipa.org/page/Downloads" +# license = "GPLv2" |