Relicense all .rabl 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.
This commit is contained in:
parent
46193ab5fe
commit
5e910bdea1
11 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
|
||||
object false
|
||||
|
||||
child @campaigns => :data do
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
|
||||
child @events => :data do
|
||||
collection @events, object_root: false
|
||||
attributes :name, :date, :url, :id
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
|
||||
object false
|
||||
|
||||
child @map_data => :data do
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
|
||||
object false
|
||||
|
||||
child @map_data => :data do
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
|
||||
object false
|
||||
|
||||
child @map_data => :data do
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
|
||||
object false
|
||||
|
||||
child @map_data => :data do
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
|
||||
object false
|
||||
|
||||
child @custom_field_joins => :data do
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
|
||||
object false
|
||||
|
||||
child @custom_field_masters => :data do
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
|
||||
object @payment => :data
|
||||
|
||||
attributes :gross_amount, :towards, :net_amount, :fee_total, :id, :date, :refund_total, :kind
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
|
||||
object @recurring_donation => :data
|
||||
attributes :id, :total_given, :supporter_id, :interval, :time_unit, :designation, :anonymous, :start_date, :end_date, :created_at, :paydate, :edit_token
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
|
||||
object false
|
||||
|
||||
child @refunds => :data do
|
||||
|
|
Loading…
Reference in a new issue