From 19f2ccd496d9f3e598089944edd3c90059219776 Mon Sep 17 00:00:00 2001 From: Holger Just Date: Wed, 18 Jan 2012 19:25:13 +0100 Subject: [PATCH] Update copyright for 2012 --- app/drops/base_drop.rb | 2 +- app/drops/issue_drop.rb | 2 +- app/drops/issue_status_drop.rb | 2 +- app/drops/principal_drop.rb | 2 +- app/drops/project_drop.rb | 2 +- app/drops/tracker_drop.rb | 2 +- app/drops/wiki_page_drop.rb | 2 +- app/models/query/statement_invalid.rb | 2 +- app/models/query_column.rb | 2 +- app/models/query_custom_field_column.rb | 2 +- db/migrate/20111025231354_add_display_subprojects_to_query.rb | 2 +- db/migrate/20111125191432_acts_as_taggable_on_migration.rb | 2 +- lib/chili_project/liquid.rb | 2 +- lib/chili_project/liquid/file_system.rb | 2 +- lib/chili_project/liquid/filters.rb | 2 +- lib/chili_project/liquid/legacy.rb | 2 +- lib/chili_project/liquid/liquid_ext.rb | 2 +- lib/chili_project/liquid/liquid_ext/block.rb | 2 +- lib/chili_project/liquid/liquid_ext/context.rb | 2 +- lib/chili_project/liquid/liquid_ext/strainer.rb | 2 +- lib/chili_project/liquid/tags.rb | 2 +- lib/chili_project/liquid/tags/child_pages.rb | 2 +- lib/chili_project/liquid/tags/hello_world.rb | 2 +- lib/chili_project/liquid/tags/identity.rb | 2 +- lib/chili_project/liquid/tags/include.rb | 2 +- lib/chili_project/liquid/tags/tag.rb | 2 +- lib/chili_project/liquid/template.rb | 2 +- lib/chili_project/liquid/variables.rb | 2 +- test/integration/journals_test.rb | 2 +- test/integration_test_helpers.rb | 2 +- test/unit/issue_drop_test.rb | 2 +- test/unit/issue_status_drop_test.rb | 2 +- test/unit/lib/chili_project/liquid_test.rb | 2 +- test/unit/principal_drop_test.rb | 2 +- test/unit/project_drop_test.rb | 2 +- test/unit/tracker_drop_test.rb | 2 +- test/unit/wiki_page_drop_test.rb | 2 +- 37 files changed, 37 insertions(+), 37 deletions(-) diff --git a/app/drops/base_drop.rb b/app/drops/base_drop.rb index a6783535..5204b92a 100644 --- a/app/drops/base_drop.rb +++ b/app/drops/base_drop.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/app/drops/issue_drop.rb b/app/drops/issue_drop.rb index fb04bd78..bdec63cd 100644 --- a/app/drops/issue_drop.rb +++ b/app/drops/issue_drop.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/app/drops/issue_status_drop.rb b/app/drops/issue_status_drop.rb index e716fe47..30d0cf85 100644 --- a/app/drops/issue_status_drop.rb +++ b/app/drops/issue_status_drop.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/app/drops/principal_drop.rb b/app/drops/principal_drop.rb index 0935e8b0..7751a478 100644 --- a/app/drops/principal_drop.rb +++ b/app/drops/principal_drop.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/app/drops/project_drop.rb b/app/drops/project_drop.rb index ad5a63e9..9d8dd345 100644 --- a/app/drops/project_drop.rb +++ b/app/drops/project_drop.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/app/drops/tracker_drop.rb b/app/drops/tracker_drop.rb index 9fdc9715..e5671ef1 100644 --- a/app/drops/tracker_drop.rb +++ b/app/drops/tracker_drop.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/app/drops/wiki_page_drop.rb b/app/drops/wiki_page_drop.rb index 8cc380a3..7c1fc597 100644 --- a/app/drops/wiki_page_drop.rb +++ b/app/drops/wiki_page_drop.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/app/models/query/statement_invalid.rb b/app/models/query/statement_invalid.rb index 8ff1a2a7..35eecfe5 100644 --- a/app/models/query/statement_invalid.rb +++ b/app/models/query/statement_invalid.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/app/models/query_column.rb b/app/models/query_column.rb index 6fb86190..270f8c95 100644 --- a/app/models/query_column.rb +++ b/app/models/query_column.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/app/models/query_custom_field_column.rb b/app/models/query_custom_field_column.rb index 9d5a0f86..b7adce87 100644 --- a/app/models/query_custom_field_column.rb +++ b/app/models/query_custom_field_column.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/db/migrate/20111025231354_add_display_subprojects_to_query.rb b/db/migrate/20111025231354_add_display_subprojects_to_query.rb index 7fd6a765..385c484e 100644 --- a/db/migrate/20111025231354_add_display_subprojects_to_query.rb +++ b/db/migrate/20111025231354_add_display_subprojects_to_query.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/db/migrate/20111125191432_acts_as_taggable_on_migration.rb b/db/migrate/20111125191432_acts_as_taggable_on_migration.rb index 9b6845a9..b9536db0 100644 --- a/db/migrate/20111125191432_acts_as_taggable_on_migration.rb +++ b/db/migrate/20111125191432_acts_as_taggable_on_migration.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/lib/chili_project/liquid.rb b/lib/chili_project/liquid.rb index d2567888..1c65fc1f 100644 --- a/lib/chili_project/liquid.rb +++ b/lib/chili_project/liquid.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/lib/chili_project/liquid/file_system.rb b/lib/chili_project/liquid/file_system.rb index beda3bd0..019e5189 100644 --- a/lib/chili_project/liquid/file_system.rb +++ b/lib/chili_project/liquid/file_system.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/lib/chili_project/liquid/filters.rb b/lib/chili_project/liquid/filters.rb index 4e4a8d07..1dfcbfdd 100644 --- a/lib/chili_project/liquid/filters.rb +++ b/lib/chili_project/liquid/filters.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/lib/chili_project/liquid/legacy.rb b/lib/chili_project/liquid/legacy.rb index ef9d22c5..10d15c0e 100644 --- a/lib/chili_project/liquid/legacy.rb +++ b/lib/chili_project/liquid/legacy.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/lib/chili_project/liquid/liquid_ext.rb b/lib/chili_project/liquid/liquid_ext.rb index 752f98e8..8366be6e 100644 --- a/lib/chili_project/liquid/liquid_ext.rb +++ b/lib/chili_project/liquid/liquid_ext.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/lib/chili_project/liquid/liquid_ext/block.rb b/lib/chili_project/liquid/liquid_ext/block.rb index cf0b693e..50f14eb0 100644 --- a/lib/chili_project/liquid/liquid_ext/block.rb +++ b/lib/chili_project/liquid/liquid_ext/block.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/lib/chili_project/liquid/liquid_ext/context.rb b/lib/chili_project/liquid/liquid_ext/context.rb index d5123cac..b2e0f286 100644 --- a/lib/chili_project/liquid/liquid_ext/context.rb +++ b/lib/chili_project/liquid/liquid_ext/context.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/lib/chili_project/liquid/liquid_ext/strainer.rb b/lib/chili_project/liquid/liquid_ext/strainer.rb index dac6d771..f2b65c50 100644 --- a/lib/chili_project/liquid/liquid_ext/strainer.rb +++ b/lib/chili_project/liquid/liquid_ext/strainer.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/lib/chili_project/liquid/tags.rb b/lib/chili_project/liquid/tags.rb index 626d85e9..be84568c 100644 --- a/lib/chili_project/liquid/tags.rb +++ b/lib/chili_project/liquid/tags.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/lib/chili_project/liquid/tags/child_pages.rb b/lib/chili_project/liquid/tags/child_pages.rb index 8861880b..8bc06e86 100644 --- a/lib/chili_project/liquid/tags/child_pages.rb +++ b/lib/chili_project/liquid/tags/child_pages.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/lib/chili_project/liquid/tags/hello_world.rb b/lib/chili_project/liquid/tags/hello_world.rb index 7cb2730e..f6dee72f 100644 --- a/lib/chili_project/liquid/tags/hello_world.rb +++ b/lib/chili_project/liquid/tags/hello_world.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/lib/chili_project/liquid/tags/identity.rb b/lib/chili_project/liquid/tags/identity.rb index 569511e9..36b93b51 100644 --- a/lib/chili_project/liquid/tags/identity.rb +++ b/lib/chili_project/liquid/tags/identity.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/lib/chili_project/liquid/tags/include.rb b/lib/chili_project/liquid/tags/include.rb index fcef607b..53c81fd6 100644 --- a/lib/chili_project/liquid/tags/include.rb +++ b/lib/chili_project/liquid/tags/include.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/lib/chili_project/liquid/tags/tag.rb b/lib/chili_project/liquid/tags/tag.rb index a63e61e2..361334d3 100644 --- a/lib/chili_project/liquid/tags/tag.rb +++ b/lib/chili_project/liquid/tags/tag.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/lib/chili_project/liquid/template.rb b/lib/chili_project/liquid/template.rb index 2c2fd2eb..d4e4ad9f 100644 --- a/lib/chili_project/liquid/template.rb +++ b/lib/chili_project/liquid/template.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/lib/chili_project/liquid/variables.rb b/lib/chili_project/liquid/variables.rb index 82ff42bf..b9c19323 100644 --- a/lib/chili_project/liquid/variables.rb +++ b/lib/chili_project/liquid/variables.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/test/integration/journals_test.rb b/test/integration/journals_test.rb index 3bd067e8..9d7d809d 100644 --- a/test/integration/journals_test.rb +++ b/test/integration/journals_test.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/test/integration_test_helpers.rb b/test/integration_test_helpers.rb index 2e9b0c2d..c0478b49 100644 --- a/test/integration_test_helpers.rb +++ b/test/integration_test_helpers.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/test/unit/issue_drop_test.rb b/test/unit/issue_drop_test.rb index d1a1de49..56a038c4 100644 --- a/test/unit/issue_drop_test.rb +++ b/test/unit/issue_drop_test.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/test/unit/issue_status_drop_test.rb b/test/unit/issue_status_drop_test.rb index 238893d3..2dea38af 100644 --- a/test/unit/issue_status_drop_test.rb +++ b/test/unit/issue_status_drop_test.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/test/unit/lib/chili_project/liquid_test.rb b/test/unit/lib/chili_project/liquid_test.rb index 272dfce9..fae3f396 100644 --- a/test/unit/lib/chili_project/liquid_test.rb +++ b/test/unit/lib/chili_project/liquid_test.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/test/unit/principal_drop_test.rb b/test/unit/principal_drop_test.rb index 7129a49a..96d02f15 100644 --- a/test/unit/principal_drop_test.rb +++ b/test/unit/principal_drop_test.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/test/unit/project_drop_test.rb b/test/unit/project_drop_test.rb index a4ff7ac4..008c8452 100644 --- a/test/unit/project_drop_test.rb +++ b/test/unit/project_drop_test.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/test/unit/tracker_drop_test.rb b/test/unit/tracker_drop_test.rb index 7dbbf2a9..11f1e936 100644 --- a/test/unit/tracker_drop_test.rb +++ b/test/unit/tracker_drop_test.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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 diff --git a/test/unit/wiki_page_drop_test.rb b/test/unit/wiki_page_drop_test.rb index a5f2ef79..159455aa 100644 --- a/test/unit/wiki_page_drop_test.rb +++ b/test/unit/wiki_page_drop_test.rb @@ -2,7 +2,7 @@ #-- copyright # ChiliProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2010-2012 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