diff options
author | Tom Adams <tom@holizz.com> | 2009-11-05 13:45:43 +0000 |
---|---|---|
committer | Tom Adams <tom@holizz.com> | 2009-11-23 10:13:27 +0000 |
commit | cead4ec77b3ea15d9dad7256fa64360990749b51 (patch) | |
tree | 84f0d249b9613b3120fd7cb940f7a3bd89e4cc00 /config | |
parent | 58b49d79547d18488e826c76876a9b18a4612a71 (diff) | |
download | gitorious-mainline-outdated-cead4ec77b3ea15d9dad7256fa64360990749b51.zip gitorious-mainline-outdated-cead4ec77b3ea15d9dad7256fa64360990749b51.tar.gz gitorious-mainline-outdated-cead4ec77b3ea15d9dad7256fa64360990749b51.tar.bz2 |
default_license option in config.
Diffstat (limited to 'config')
-rw-r--r-- | config/gitorious.sample.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/gitorious.sample.yml b/config/gitorious.sample.yml index 84f3e58..914a8c8 100644 --- a/config/gitorious.sample.yml +++ b/config/gitorious.sample.yml @@ -54,4 +54,7 @@ test: hide_http_clone_urls: false # Is this gitorious.org? Read: should we have a very flashy homepage? - is_gitorious_dot_org: true
\ No newline at end of file + is_gitorious_dot_org: true + + # Pick a default license + #default_license: GNU Affero General Public License (AGPLv3) |