From 09110d107ccd75ce65fd20f908e0390f96e6a527 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Sun, 25 Mar 2018 12:20:18 -0400 Subject: [PATCH] Relicense all .rake files under new project license. The primary license of the project is changing to: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later with some specific files to be licensed under the one of two licenses: CC0-1.0 LGPL-3.0-or-later This commit is one of the many steps to relicense the entire codebase. Documentation granting permission for this relicensing (from all past contributors who hold copyrights) is on file with Software Freedom Conservancy, Inc. --- lib/tasks/civicrm.rake | 1 + lib/tasks/database.rake | 1 + lib/tasks/full_contact.rake | 1 + lib/tasks/health_report.rake | 1 + lib/tasks/scheduler.rake | 1 + lib/tasks/seed.rake | 1 + lib/tasks/settings.rake | 1 + 7 files changed, 7 insertions(+) diff --git a/lib/tasks/civicrm.rake b/lib/tasks/civicrm.rake index fb132c39..4b040383 100644 --- a/lib/tasks/civicrm.rake +++ b/lib/tasks/civicrm.rake @@ -1,3 +1,4 @@ +# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later require 'queue_donations' namespace :civicrm do diff --git a/lib/tasks/database.rake b/lib/tasks/database.rake index f56fba84..ca0636b2 100644 --- a/lib/tasks/database.rake +++ b/lib/tasks/database.rake @@ -1,3 +1,4 @@ +# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later Rake::Task["db:structure:dump"].clear namespace :db do namespace :structure do diff --git a/lib/tasks/full_contact.rake b/lib/tasks/full_contact.rake index 6b77d5da..7ef13ced 100644 --- a/lib/tasks/full_contact.rake +++ b/lib/tasks/full_contact.rake @@ -1,3 +1,4 @@ +# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later desc "For generating Full Contact data" # Clear old activerecord sessions tables daily diff --git a/lib/tasks/health_report.rake b/lib/tasks/health_report.rake index 481a6efa..daa1a910 100644 --- a/lib/tasks/health_report.rake +++ b/lib/tasks/health_report.rake @@ -1,3 +1,4 @@ +# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later desc "For sending an activity report email of what has been happening on the system" # Clear old activerecord sessions tables daily diff --git a/lib/tasks/scheduler.rake b/lib/tasks/scheduler.rake index 850622fc..37bade48 100644 --- a/lib/tasks/scheduler.rake +++ b/lib/tasks/scheduler.rake @@ -1,3 +1,4 @@ +# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later require 'scheduled_jobs' desc "For use with Heroku's Scheduler add-on" diff --git a/lib/tasks/seed.rake b/lib/tasks/seed.rake index 95400a40..8d72629a 100644 --- a/lib/tasks/seed.rake +++ b/lib/tasks/seed.rake @@ -1,3 +1,4 @@ +# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later namespace :seed do task :np => :environment do diff --git a/lib/tasks/settings.rake b/lib/tasks/settings.rake index f8f2271e..1f8093b7 100644 --- a/lib/tasks/settings.rake +++ b/lib/tasks/settings.rake @@ -1,3 +1,4 @@ +# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later namespace :settings do task :environment do