From 139dedfd5f4dfbcb5085ac067fdff2dc1f6a0ae6 Mon Sep 17 00:00:00 2001 From: Holger Just Date: Sat, 27 Aug 2011 18:28:54 +0200 Subject: [PATCH] Add copyright header --- ...4_remove_double_initial_wiki_content_journals.rb | 13 +++++++++++++ lib/redmine_plugin_locator.rb | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/db/migrate/20110729125454_remove_double_initial_wiki_content_journals.rb b/db/migrate/20110729125454_remove_double_initial_wiki_content_journals.rb index d812912250..37a323b96c 100644 --- a/db/migrate/20110729125454_remove_double_initial_wiki_content_journals.rb +++ b/db/migrate/20110729125454_remove_double_initial_wiki_content_journals.rb @@ -1,3 +1,16 @@ +#-- copyright +# ChiliProject is a project management system. +# +# Copyright (C) 2010-2011 the ChiliProject Team +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# See doc/COPYRIGHT.rdoc for more details. +#++ + class RemoveDoubleInitialWikiContentJournals < ActiveRecord::Migration def self.up # Remove the newest initial WikiContentJournal (the one erroneously created by a former migration) if there are more than one diff --git a/lib/redmine_plugin_locator.rb b/lib/redmine_plugin_locator.rb index 28ffcd81c7..5272529d0f 100644 --- a/lib/redmine_plugin_locator.rb +++ b/lib/redmine_plugin_locator.rb @@ -1,3 +1,16 @@ +#-- copyright +# ChiliProject is a project management system. +# +# Copyright (C) 2010-2011 the ChiliProject Team +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# See doc/COPYRIGHT.rdoc for more details. +#++ + class RedminePluginLocator < Rails::Plugin::FileSystemLocator def initialize(initializer) super