From df1e163fe5c2cf87d8a9abd2b7afdb22c975888f Mon Sep 17 00:00:00 2001 From: Joachim Filip Ignacy Bartosik Date: Thu, 28 Jul 2011 15:39:09 +0200 Subject: Add license information --- site/config/initializers/custom_configs.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'site/config/initializers/custom_configs.rb') diff --git a/site/config/initializers/custom_configs.rb b/site/config/initializers/custom_configs.rb index 5e5ce89..68b386c 100644 --- a/site/config/initializers/custom_configs.rb +++ b/site/config/initializers/custom_configs.rb @@ -1,3 +1,18 @@ +# Gentoo Council Web App - to help Gentoo Council do their job better +# Copyright (C) 2011 Joachim Filip Bartosik +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, version 3 of the License +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + CustomConfig = {} for conf in ['bot', 'reminders', 'council_term'] CustomConfig[conf.camelize] = YAML.load open("config/#{conf}.yml").read -- cgit v1.2.3-65-gdbad