diff --git a/.eslintrc.js b/.eslintrc.js index 65c38c80..78ff9cf2 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,4 +1,5 @@ -// License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +// License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +// Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module.exports = { "env": { "browser": true, diff --git a/LICENSE b/LICENSE index 740a547f..4d7d0d32 100644 --- a/LICENSE +++ b/LICENSE @@ -2,7 +2,7 @@ The primary license of the Houdini Project is: - AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later + AGPL-3.0-or-later WITH WTO-AP-3.0-or-later This software's license gives you freedom; you can copy, convey, propagate, redistribute and/or modify this program under the terms of @@ -36,7 +36,7 @@ called "Web-Template-Output-Additional-Permission.txt". If not, see 1. Any file in the Houdini repository that does not specific a license, or is not discussed explicitly in this toplevel "LICENSE" file is licensed: - AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later + AGPL-3.0-or-later WITH WTO-AP-3.0-or-later as specified in detail above. diff --git a/app/assets/stylesheets/body.css.scss b/app/assets/stylesheets/body.css.scss index 322ad764..033f8a80 100644 --- a/app/assets/stylesheets/body.css.scss +++ b/app/assets/stylesheets/body.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'components/side_nav_dimensions'; body { diff --git a/app/assets/stylesheets/boot/editor.css.scss b/app/assets/stylesheets/boot/editor.css.scss index 5e38a9f6..a8d9d749 100644 --- a/app/assets/stylesheets/boot/editor.css.scss +++ b/app/assets/stylesheets/boot/editor.css.scss @@ -1,4 +1,5 @@ -// License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later %> +// License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +// Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE @import "common/vendor/froala_editor"; @import "common/vendor/quill.bubble"; diff --git a/app/assets/stylesheets/boot/font-awesome.css.scss b/app/assets/stylesheets/boot/font-awesome.css.scss index b88ea8e8..d476783d 100644 --- a/app/assets/stylesheets/boot/font-awesome.css.scss +++ b/app/assets/stylesheets/boot/font-awesome.css.scss @@ -1,4 +1,5 @@ -// License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +// License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +// Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE /*! * Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) diff --git a/app/assets/stylesheets/boot/google-webfonts.css.scss b/app/assets/stylesheets/boot/google-webfonts.css.scss index 7e543438..d9ded935 100644 --- a/app/assets/stylesheets/boot/google-webfonts.css.scss +++ b/app/assets/stylesheets/boot/google-webfonts.css.scss @@ -1,4 +1,5 @@ -// License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later %> +// License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +// Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE /* Open Sans */ diff --git a/app/assets/stylesheets/boot/streamline-icons.css.scss b/app/assets/stylesheets/boot/streamline-icons.css.scss index 5bb3150e..7afead62 100644 --- a/app/assets/stylesheets/boot/streamline-icons.css.scss +++ b/app/assets/stylesheets/boot/streamline-icons.css.scss @@ -1,4 +1,5 @@ -// License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +// License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +// Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE @charset "UTF-8"; @font-face { diff --git a/app/assets/stylesheets/bootstrap-tour.css.scss b/app/assets/stylesheets/bootstrap-tour.css.scss index 692b478c..57a8308a 100644 --- a/app/assets/stylesheets/bootstrap-tour.css.scss +++ b/app/assets/stylesheets/bootstrap-tour.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .btn { diff --git a/app/assets/stylesheets/campaigns/common.css.scss b/app/assets/stylesheets/campaigns/common.css.scss index accf7b7c..cc3ce11e 100644 --- a/app/assets/stylesheets/campaigns/common.css.scss +++ b/app/assets/stylesheets/campaigns/common.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ body .campaign-banner { margin: auto; diff --git a/app/assets/stylesheets/campaigns/edit/page.css.scss b/app/assets/stylesheets/campaigns/edit/page.css.scss index 4ce49271..c3d6ef2e 100644 --- a/app/assets/stylesheets/campaigns/edit/page.css.scss +++ b/app/assets/stylesheets/campaigns/edit/page.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'common/image_uploader'; @import 'mixins'; diff --git a/app/assets/stylesheets/campaigns/index/page.css.scss b/app/assets/stylesheets/campaigns/index/page.css.scss index 5af2bd66..686b41fb 100644 --- a/app/assets/stylesheets/campaigns/index/page.css.scss +++ b/app/assets/stylesheets/campaigns/index/page.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @import 'common/fundraisers'; @import 'campaigns/new/index'; diff --git a/app/assets/stylesheets/campaigns/new/index.css.scss b/app/assets/stylesheets/campaigns/new/index.css.scss index 99661fab..15daa90a 100644 --- a/app/assets/stylesheets/campaigns/new/index.css.scss +++ b/app/assets/stylesheets/campaigns/new/index.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @import 'pikaday'; @import 'common/image_uploader'; diff --git a/app/assets/stylesheets/campaigns/peer_to_peer/page.css.scss b/app/assets/stylesheets/campaigns/peer_to_peer/page.css.scss index 826971ee..6811a183 100644 --- a/app/assets/stylesheets/campaigns/peer_to_peer/page.css.scss +++ b/app/assets/stylesheets/campaigns/peer_to_peer/page.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @import 'components/q_and_a'; @import 'components/timeline'; diff --git a/app/assets/stylesheets/campaigns/show/gift_levels.css.scss b/app/assets/stylesheets/campaigns/show/gift_levels.css.scss index 3e2f006f..0f265fb9 100644 --- a/app/assets/stylesheets/campaigns/show/gift_levels.css.scss +++ b/app/assets/stylesheets/campaigns/show/gift_levels.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ .sideGifts table { width: 100%; } diff --git a/app/assets/stylesheets/campaigns/show/page.css.scss b/app/assets/stylesheets/campaigns/show/page.css.scss index 2ae85615..9112fdc0 100644 --- a/app/assets/stylesheets/campaigns/show/page.css.scss +++ b/app/assets/stylesheets/campaigns/show/page.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @import 'pikaday'; @import 'bootstrap-tour'; diff --git a/app/assets/stylesheets/campaigns/supporters/index/page.css.scss b/app/assets/stylesheets/campaigns/supporters/index/page.css.scss index 1fc33d8e..534cf215 100644 --- a/app/assets/stylesheets/campaigns/supporters/index/page.css.scss +++ b/app/assets/stylesheets/campaigns/supporters/index/page.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @import 'components/pagination'; @import 'components/page_tabs'; diff --git a/app/assets/stylesheets/common/_focusable.scss b/app/assets/stylesheets/common/_focusable.scss index eb3af643..f1d79d27 100644 --- a/app/assets/stylesheets/common/_focusable.scss +++ b/app/assets/stylesheets/common/_focusable.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ .focusable_item { &:focus { outline: 1px dotted black diff --git a/app/assets/stylesheets/common/backgrounds.css.scss b/app/assets/stylesheets/common/backgrounds.css.scss index ca5fe82c..0b3af1cf 100644 --- a/app/assets/stylesheets/common/backgrounds.css.scss +++ b/app/assets/stylesheets/common/backgrounds.css.scss @@ -1,3 +1,4 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ $paper: url('/assets/patterns/paper.png'); $mosaic: url('/assets/patterns/color-mosaic.png'); diff --git a/app/assets/stylesheets/common/branded_campaign_button.css.scss b/app/assets/stylesheets/common/branded_campaign_button.css.scss index 9029f7a5..da0a1da7 100644 --- a/app/assets/stylesheets/common/branded_campaign_button.css.scss +++ b/app/assets/stylesheets/common/branded_campaign_button.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; // campaign widget diff --git a/app/assets/stylesheets/common/campaign_card.css.scss b/app/assets/stylesheets/common/campaign_card.css.scss index 9a10d9d4..bcfb9f98 100644 --- a/app/assets/stylesheets/common/campaign_card.css.scss +++ b/app/assets/stylesheets/common/campaign_card.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .campaign-card { diff --git a/app/assets/stylesheets/common/colors.css.scss b/app/assets/stylesheets/common/colors.css.scss index 0c10fac3..bbe1a405 100644 --- a/app/assets/stylesheets/common/colors.css.scss +++ b/app/assets/stylesheets/common/colors.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ // todos: // 1. change names to match our naming convention of $color--modifier. example: $blue--dark // 2. make the dark and light versions more consistent using sass functions. diff --git a/app/assets/stylesheets/common/donate_button.css.scss b/app/assets/stylesheets/common/donate_button.css.scss index f00f549a..a5347a41 100644 --- a/app/assets/stylesheets/common/donate_button.css.scss +++ b/app/assets/stylesheets/common/donate_button.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @import 'supporters/form'; @import 'nonprofits/donation_form/title_row'; diff --git a/app/assets/stylesheets/common/editable.css.scss b/app/assets/stylesheets/common/editable.css.scss index 1b660b6a..5c5191e4 100644 --- a/app/assets/stylesheets/common/editable.css.scss +++ b/app/assets/stylesheets/common/editable.css.scss @@ -1,4 +1,5 @@ -/* # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .editable, diff --git a/app/assets/stylesheets/common/fade_text.css.scss b/app/assets/stylesheets/common/fade_text.css.scss index 99a972ae..aa8c93de 100644 --- a/app/assets/stylesheets/common/fade_text.css.scss +++ b/app/assets/stylesheets/common/fade_text.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @mixin fadeText($max-height, $text-height, $bg-color) { position: relative; diff --git a/app/assets/stylesheets/common/fonts_special.css.scss b/app/assets/stylesheets/common/fonts_special.css.scss index f293a028..1cffa79b 100644 --- a/app/assets/stylesheets/common/fonts_special.css.scss +++ b/app/assets/stylesheets/common/fonts_special.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .strong {font-weight: bold;} diff --git a/app/assets/stylesheets/common/fundraiser/metrics.css.scss b/app/assets/stylesheets/common/fundraiser/metrics.css.scss index fd315318..5389fa1f 100644 --- a/app/assets/stylesheets/common/fundraiser/metrics.css.scss +++ b/app/assets/stylesheets/common/fundraiser/metrics.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ .raisedAndAttendees { background: $fog; width: 100%; diff --git a/app/assets/stylesheets/common/fundraisers.css.scss b/app/assets/stylesheets/common/fundraisers.css.scss index d424f017..fe84340b 100644 --- a/app/assets/stylesheets/common/fundraisers.css.scss +++ b/app/assets/stylesheets/common/fundraisers.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .fundraiser--active { diff --git a/app/assets/stylesheets/common/icons.css.scss b/app/assets/stylesheets/common/icons.css.scss index 84118e09..ede5cf0a 100644 --- a/app/assets/stylesheets/common/icons.css.scss +++ b/app/assets/stylesheets/common/icons.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; // for styling icons and UI related psuedo elements. diff --git a/app/assets/stylesheets/common/image_uploader.css.scss b/app/assets/stylesheets/common/image_uploader.css.scss index be673d96..df872b2d 100644 --- a/app/assets/stylesheets/common/image_uploader.css.scss +++ b/app/assets/stylesheets/common/image_uploader.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .image-upload { text-align: center; diff --git a/app/assets/stylesheets/common/images.css.scss b/app/assets/stylesheets/common/images.css.scss index 34b11242..7f858c94 100644 --- a/app/assets/stylesheets/common/images.css.scss +++ b/app/assets/stylesheets/common/images.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; img { diff --git a/app/assets/stylesheets/common/ios_hack.scss b/app/assets/stylesheets/common/ios_hack.scss index 7a73c7b1..b354843a 100644 --- a/app/assets/stylesheets/common/ios_hack.scss +++ b/app/assets/stylesheets/common/ios_hack.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ .ios-force-absolute-positioning { position: absolute !important; } \ No newline at end of file diff --git a/app/assets/stylesheets/common/layouts.css.scss b/app/assets/stylesheets/common/layouts.css.scss index dd803599..78dd3bf7 100644 --- a/app/assets/stylesheets/common/layouts.css.scss +++ b/app/assets/stylesheets/common/layouts.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; [class*=" col-"].floatr { diff --git a/app/assets/stylesheets/common/media_queries.css.scss b/app/assets/stylesheets/common/media_queries.css.scss index 4a0d4292..d6bf98bf 100644 --- a/app/assets/stylesheets/common/media_queries.css.scss +++ b/app/assets/stylesheets/common/media_queries.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; // query by max-width diff --git a/app/assets/stylesheets/common/minimal.css.scss b/app/assets/stylesheets/common/minimal.css.scss index e1a559f8..3d1b19e4 100644 --- a/app/assets/stylesheets/common/minimal.css.scss +++ b/app/assets/stylesheets/common/minimal.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ .minimalHeader { background-color: whitesmoke; height: 90px; diff --git a/app/assets/stylesheets/common/minimal_vertically_center.css.scss b/app/assets/stylesheets/common/minimal_vertically_center.css.scss index 5d09bb12..b101f5ab 100644 --- a/app/assets/stylesheets/common/minimal_vertically_center.css.scss +++ b/app/assets/stylesheets/common/minimal_vertically_center.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; // used for minimal, single-purpose pages like the unsubscribe page diff --git a/app/assets/stylesheets/common/page.css.scss b/app/assets/stylesheets/common/page.css.scss index 7cbe12b6..a4863c61 100644 --- a/app/assets/stylesheets/common/page.css.scss +++ b/app/assets/stylesheets/common/page.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .pageTitle { diff --git a/app/assets/stylesheets/common/promote_button.css.scss b/app/assets/stylesheets/common/promote_button.css.scss index 14ca0cb1..db5c2ecd 100644 --- a/app/assets/stylesheets/common/promote_button.css.scss +++ b/app/assets/stylesheets/common/promote_button.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .promote-button { diff --git a/app/assets/stylesheets/common/states.css.scss b/app/assets/stylesheets/common/states.css.scss index b51bddea..da46dec8 100644 --- a/app/assets/stylesheets/common/states.css.scss +++ b/app/assets/stylesheets/common/states.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .is-stuck { diff --git a/app/assets/stylesheets/common/successes.css.scss b/app/assets/stylesheets/common/successes.css.scss index 40a7d1ff..ac065765 100644 --- a/app/assets/stylesheets/common/successes.css.scss +++ b/app/assets/stylesheets/common/successes.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; diff --git a/app/assets/stylesheets/common/typography/base.css.scss b/app/assets/stylesheets/common/typography/base.css.scss index 1f85009d..eb7602ac 100644 --- a/app/assets/stylesheets/common/typography/base.css.scss +++ b/app/assets/stylesheets/common/typography/base.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; // This file should'nt include any classes - diff --git a/app/assets/stylesheets/common/typography/special.css.scss b/app/assets/stylesheets/common/typography/special.css.scss index f1a0647f..299495de 100644 --- a/app/assets/stylesheets/common/typography/special.css.scss +++ b/app/assets/stylesheets/common/typography/special.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .strong { diff --git a/app/assets/stylesheets/common/utils.css.scss b/app/assets/stylesheets/common/utils.css.scss index 9b422a2d..7eaf91fc 100644 --- a/app/assets/stylesheets/common/utils.css.scss +++ b/app/assets/stylesheets/common/utils.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .hide {display: none; } diff --git a/app/assets/stylesheets/common/vendor/froala_editor.css.scss b/app/assets/stylesheets/common/vendor/froala_editor.css.scss index 59ef0603..9ccc4a37 100644 --- a/app/assets/stylesheets/common/vendor/froala_editor.css.scss +++ b/app/assets/stylesheets/common/vendor/froala_editor.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ /* If you want to use froala editor, you need to * replace this file with your froala editor css */ \ No newline at end of file diff --git a/app/assets/stylesheets/common/z_indices.css.scss b/app/assets/stylesheets/common/z_indices.css.scss index c0d53db1..a0daf671 100644 --- a/app/assets/stylesheets/common/z_indices.css.scss +++ b/app/assets/stylesheets/common/z_indices.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @mixin zIndex-minus2 { z-index: -2 !important; } @mixin zIndex-minus1 { z-index: -1 !important; } @mixin zIndex-0 { z-index: 0 !important; } diff --git a/app/assets/stylesheets/components/activity_feed.css.scss b/app/assets/stylesheets/components/activity_feed.css.scss index 5785d024..7329832c 100644 --- a/app/assets/stylesheets/components/activity_feed.css.scss +++ b/app/assets/stylesheets/components/activity_feed.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .activityFeed table, diff --git a/app/assets/stylesheets/components/admin_sidebar.css.scss b/app/assets/stylesheets/components/admin_sidebar.css.scss index c0aa7208..8cfaf1a3 100644 --- a/app/assets/stylesheets/components/admin_sidebar.css.scss +++ b/app/assets/stylesheets/components/admin_sidebar.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .adminSidebar-body { diff --git a/app/assets/stylesheets/components/admin_top_nav.css.scss b/app/assets/stylesheets/components/admin_top_nav.css.scss index a9277e60..6b28f8b1 100644 --- a/app/assets/stylesheets/components/admin_top_nav.css.scss +++ b/app/assets/stylesheets/components/admin_top_nav.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ .admin-topNav { width: 100%; background: rgba($fog, 0.8); diff --git a/app/assets/stylesheets/components/animations.css.scss b/app/assets/stylesheets/components/animations.css.scss index b66df236..8e4b28b8 100644 --- a/app/assets/stylesheets/components/animations.css.scss +++ b/app/assets/stylesheets/components/animations.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @mixin animation($animate...) { $max: length($animate); $animations: ''; diff --git a/app/assets/stylesheets/components/announcement_bar.css.scss b/app/assets/stylesheets/components/announcement_bar.css.scss index f37ee083..0380906c 100644 --- a/app/assets/stylesheets/components/announcement_bar.css.scss +++ b/app/assets/stylesheets/components/announcement_bar.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @mixin announcementBar($bg) { diff --git a/app/assets/stylesheets/components/app_loading_bar.css.scss b/app/assets/stylesheets/components/app_loading_bar.css.scss index 8c08cfdd..7dec1738 100644 --- a/app/assets/stylesheets/components/app_loading_bar.css.scss +++ b/app/assets/stylesheets/components/app_loading_bar.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @-webkit-keyframes progress-bar-stripes{ diff --git a/app/assets/stylesheets/components/arrows.css.scss b/app/assets/stylesheets/components/arrows.css.scss index 6ad1e959..efa73ce4 100644 --- a/app/assets/stylesheets/components/arrows.css.scss +++ b/app/assets/stylesheets/components/arrows.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .sortArrows { diff --git a/app/assets/stylesheets/components/better_browser.css.scss b/app/assets/stylesheets/components/better_browser.css.scss index f74a5f7b..2c9b7cd4 100644 --- a/app/assets/stylesheets/components/better_browser.css.scss +++ b/app/assets/stylesheets/components/better_browser.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; #better-browser-message { diff --git a/app/assets/stylesheets/components/browser_border.css.scss b/app/assets/stylesheets/components/browser_border.css.scss index e90c55d0..ec7dff20 100644 --- a/app/assets/stylesheets/components/browser_border.css.scss +++ b/app/assets/stylesheets/components/browser_border.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ .browserBorder { position: relative; @include border-radius(7px 7px 0 0); diff --git a/app/assets/stylesheets/components/browsers_illustration.css.scss b/app/assets/stylesheets/components/browsers_illustration.css.scss index 562aaef8..1135948d 100644 --- a/app/assets/stylesheets/components/browsers_illustration.css.scss +++ b/app/assets/stylesheets/components/browsers_illustration.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ .browsersIllustration { padding: 20px 0; display: table; diff --git a/app/assets/stylesheets/components/bulk_actions.css.scss b/app/assets/stylesheets/components/bulk_actions.css.scss index ac61a62a..18641d7a 100644 --- a/app/assets/stylesheets/components/bulk_actions.css.scss +++ b/app/assets/stylesheets/components/bulk_actions.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .bulkActions-checkbox { diff --git a/app/assets/stylesheets/components/buttons.css.scss b/app/assets/stylesheets/components/buttons.css.scss index dbdacd46..2c8b5aa1 100644 --- a/app/assets/stylesheets/components/buttons.css.scss +++ b/app/assets/stylesheets/components/buttons.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @import 'components/animations'; diff --git a/app/assets/stylesheets/components/campaign_preview_small.css.scss b/app/assets/stylesheets/components/campaign_preview_small.css.scss index 608b8c3e..8cd8918a 100644 --- a/app/assets/stylesheets/components/campaign_preview_small.css.scss +++ b/app/assets/stylesheets/components/campaign_preview_small.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .campaignPreview--small { diff --git a/app/assets/stylesheets/components/cards.css.scss b/app/assets/stylesheets/components/cards.css.scss index 263db6b4..ca9417c7 100755 --- a/app/assets/stylesheets/components/cards.css.scss +++ b/app/assets/stylesheets/components/cards.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .cardForm { diff --git a/app/assets/stylesheets/components/carousel.css.scss b/app/assets/stylesheets/components/carousel.css.scss index 632e3e8b..dc81e4d1 100644 --- a/app/assets/stylesheets/components/carousel.css.scss +++ b/app/assets/stylesheets/components/carousel.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .carousel { diff --git a/app/assets/stylesheets/components/cc_pattern.css.scss b/app/assets/stylesheets/components/cc_pattern.css.scss index 9ca29dda..9034ff6f 100644 --- a/app/assets/stylesheets/components/cc_pattern.css.scss +++ b/app/assets/stylesheets/components/cc_pattern.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .ccPattern { diff --git a/app/assets/stylesheets/components/checklist.css.scss b/app/assets/stylesheets/components/checklist.css.scss index 70892cf3..903cc8e3 100644 --- a/app/assets/stylesheets/components/checklist.css.scss +++ b/app/assets/stylesheets/components/checklist.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ .checklist li { position: relative; padding-left: 30px; diff --git a/app/assets/stylesheets/components/circle_text.css.scss b/app/assets/stylesheets/components/circle_text.css.scss index cdb033af..02dec29f 100644 --- a/app/assets/stylesheets/components/circle_text.css.scss +++ b/app/assets/stylesheets/components/circle_text.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @mixin circleText($background, $size, $color, $font-size) { background: $background; display: inline-block; diff --git a/app/assets/stylesheets/components/confirmation.css.scss b/app/assets/stylesheets/components/confirmation.css.scss index 41546e95..78146ac5 100644 --- a/app/assets/stylesheets/components/confirmation.css.scss +++ b/app/assets/stylesheets/components/confirmation.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ #confirmation-modal { text-align: center; width: 260px; diff --git a/app/assets/stylesheets/components/container.css.scss b/app/assets/stylesheets/components/container.css.scss index ccaba523..48cdda78 100644 --- a/app/assets/stylesheets/components/container.css.scss +++ b/app/assets/stylesheets/components/container.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @mixin container { diff --git a/app/assets/stylesheets/components/decorative.css.scss b/app/assets/stylesheets/components/decorative.css.scss index 518a345b..84a41ddb 100644 --- a/app/assets/stylesheets/components/decorative.css.scss +++ b/app/assets/stylesheets/components/decorative.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; hr { diff --git a/app/assets/stylesheets/components/draggable.css.scss b/app/assets/stylesheets/components/draggable.css.scss index f6250c7c..ff74c9b7 100644 --- a/app/assets/stylesheets/components/draggable.css.scss +++ b/app/assets/stylesheets/components/draggable.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ .gu-mirror { position: fixed !important; margin: 0 !important; diff --git a/app/assets/stylesheets/components/drop_down.css.scss b/app/assets/stylesheets/components/drop_down.css.scss index 407c6f47..327a1809 100644 --- a/app/assets/stylesheets/components/drop_down.css.scss +++ b/app/assets/stylesheets/components/drop_down.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ .dropDown { position: relative; display: inline-block; diff --git a/app/assets/stylesheets/components/event_preview_small.css.scss b/app/assets/stylesheets/components/event_preview_small.css.scss index 8d48fd25..2f5cb08a 100644 --- a/app/assets/stylesheets/components/event_preview_small.css.scss +++ b/app/assets/stylesheets/components/event_preview_small.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .eventPreview--small { diff --git a/app/assets/stylesheets/components/fade_in.css.scss b/app/assets/stylesheets/components/fade_in.css.scss index 4fd0c148..54122dfb 100644 --- a/app/assets/stylesheets/components/fade_in.css.scss +++ b/app/assets/stylesheets/components/fade_in.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @mi diff --git a/app/assets/stylesheets/components/fee_box.css.scss b/app/assets/stylesheets/components/fee_box.css.scss index a94bd98c..5f2742d2 100644 --- a/app/assets/stylesheets/components/fee_box.css.scss +++ b/app/assets/stylesheets/components/fee_box.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ .feeBox { @include opacity(0.9); text-align: center; diff --git a/app/assets/stylesheets/components/ff_modal.css.scss b/app/assets/stylesheets/components/ff_modal.css.scss index 727518de..f06e9711 100644 --- a/app/assets/stylesheets/components/ff_modal.css.scss +++ b/app/assets/stylesheets/components/ff_modal.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ [data-ff-modal], .ff-modal { width: 600px; diff --git a/app/assets/stylesheets/components/fixed_top_action.css.scss b/app/assets/stylesheets/components/fixed_top_action.css.scss index baa090f9..a0cbb4a1 100644 --- a/app/assets/stylesheets/components/fixed_top_action.css.scss +++ b/app/assets/stylesheets/components/fixed_top_action.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ .fixedTopAction { position: fixed; background: darken($fog, 1); diff --git a/app/assets/stylesheets/components/focal_point.css.scss b/app/assets/stylesheets/components/focal_point.css.scss index 780ad73c..ff00b757 100644 --- a/app/assets/stylesheets/components/focal_point.css.scss +++ b/app/assets/stylesheets/components/focal_point.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .focalPointPreview { diff --git a/app/assets/stylesheets/components/footer.css.scss b/app/assets/stylesheets/components/footer.css.scss index c97c5037..49dc90e1 100644 --- a/app/assets/stylesheets/components/footer.css.scss +++ b/app/assets/stylesheets/components/footer.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @import 'components/press_row'; diff --git a/app/assets/stylesheets/components/forms.css.scss b/app/assets/stylesheets/components/forms.css.scss index bd4d1feb..79507bce 100644 --- a/app/assets/stylesheets/components/forms.css.scss +++ b/app/assets/stylesheets/components/forms.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ // Errors and form statuses @import 'mixins'; diff --git a/app/assets/stylesheets/components/full_features.css.scss b/app/assets/stylesheets/components/full_features.css.scss index c182bf20..ed24bd28 100644 --- a/app/assets/stylesheets/components/full_features.css.scss +++ b/app/assets/stylesheets/components/full_features.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .fullFeatures .masonry-column > div { diff --git a/app/assets/stylesheets/components/full_screen_loading.css.scss b/app/assets/stylesheets/components/full_screen_loading.css.scss index 00b40445..d479fd0f 100644 --- a/app/assets/stylesheets/components/full_screen_loading.css.scss +++ b/app/assets/stylesheets/components/full_screen_loading.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ // this is an element that is layed over the entire page // during global loading states (appl.def('full_loading', true)) // it's purpose is to prevent users from clicking on stuff diff --git a/app/assets/stylesheets/components/giving_indicator.css.scss b/app/assets/stylesheets/components/giving_indicator.css.scss index 93b94c33..966819d7 100644 --- a/app/assets/stylesheets/components/giving_indicator.css.scss +++ b/app/assets/stylesheets/components/giving_indicator.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; $indicator_size: 16px; diff --git a/app/assets/stylesheets/components/google_maps.css.scss b/app/assets/stylesheets/components/google_maps.css.scss index 42f21b19..05e9b209 100644 --- a/app/assets/stylesheets/components/google_maps.css.scss +++ b/app/assets/stylesheets/components/google_maps.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ .googleMap { position: relative; padding-bottom: 65%; // This is the aspect ratio diff --git a/app/assets/stylesheets/components/headers.css.scss b/app/assets/stylesheets/components/headers.css.scss index f43f790b..b6ee1bf4 100644 --- a/app/assets/stylesheets/components/headers.css.scss +++ b/app/assets/stylesheets/components/headers.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @mixin fundraiserHeader { diff --git a/app/assets/stylesheets/components/help_box.css.scss b/app/assets/stylesheets/components/help_box.css.scss index 6af6efda..288a17ff 100644 --- a/app/assets/stylesheets/components/help_box.css.scss +++ b/app/assets/stylesheets/components/help_box.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ $hb-color: $looseleaf; .helpBox { diff --git a/app/assets/stylesheets/components/identity_verification.css.scss b/app/assets/stylesheets/components/identity_verification.css.scss index 5b55462c..a7349b28 100644 --- a/app/assets/stylesheets/components/identity_verification.css.scss +++ b/app/assets/stylesheets/components/identity_verification.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ #identityVerificationModal fieldset { padding: 10px 10px 10px 0; diff --git a/app/assets/stylesheets/components/image_header.css.scss b/app/assets/stylesheets/components/image_header.css.scss index f6a8d998..4fb2bfa8 100644 --- a/app/assets/stylesheets/components/image_header.css.scss +++ b/app/assets/stylesheets/components/image_header.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ .imageHeader * { margin: 0 auto; } diff --git a/app/assets/stylesheets/components/info_card.css.scss b/app/assets/stylesheets/components/info_card.css.scss index 71ef64bc..d3b5025b 100644 --- a/app/assets/stylesheets/components/info_card.css.scss +++ b/app/assets/stylesheets/components/info_card.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ aside.infoCard { position: absolute; width: 100%; diff --git a/app/assets/stylesheets/components/inputs.css.scss b/app/assets/stylesheets/components/inputs.css.scss index 5f236d1e..9c6ac369 100644 --- a/app/assets/stylesheets/components/inputs.css.scss +++ b/app/assets/stylesheets/components/inputs.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @mixin basicInputs { diff --git a/app/assets/stylesheets/components/legend.css.scss b/app/assets/stylesheets/components/legend.css.scss index 5437fffa..2e74d0e8 100644 --- a/app/assets/stylesheets/components/legend.css.scss +++ b/app/assets/stylesheets/components/legend.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .legend > * { diff --git a/app/assets/stylesheets/components/loading.css.scss b/app/assets/stylesheets/components/loading.css.scss index b08a1f77..144b531a 100644 --- a/app/assets/stylesheets/components/loading.css.scss +++ b/app/assets/stylesheets/components/loading.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .loading--overlay { diff --git a/app/assets/stylesheets/components/modals.css.scss b/app/assets/stylesheets/components/modals.css.scss index 896d6487..9e17dd76 100644 --- a/app/assets/stylesheets/components/modals.css.scss +++ b/app/assets/stylesheets/components/modals.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @import 'components/ff_modal'; diff --git a/app/assets/stylesheets/components/nonprofit_bank_accounts.css.scss b/app/assets/stylesheets/components/nonprofit_bank_accounts.css.scss index c7010ebf..0f7c7625 100644 --- a/app/assets/stylesheets/components/nonprofit_bank_accounts.css.scss +++ b/app/assets/stylesheets/components/nonprofit_bank_accounts.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ #bank-account-form { overflow: hidden; background-color: #f2f2f2; diff --git a/app/assets/stylesheets/components/notification_alerts.css.scss b/app/assets/stylesheets/components/notification_alerts.css.scss index 031c0fb2..810c40f7 100644 --- a/app/assets/stylesheets/components/notification_alerts.css.scss +++ b/app/assets/stylesheets/components/notification_alerts.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; // @import '/assets/ff-core/notification/index.css' diff --git a/app/assets/stylesheets/components/npo_card.css.scss b/app/assets/stylesheets/components/npo_card.css.scss index 0d5360e6..03707da6 100644 --- a/app/assets/stylesheets/components/npo_card.css.scss +++ b/app/assets/stylesheets/components/npo_card.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .npoCard { diff --git a/app/assets/stylesheets/components/page_tabs.css.scss b/app/assets/stylesheets/components/page_tabs.css.scss index fbb723f6..233db297 100644 --- a/app/assets/stylesheets/components/page_tabs.css.scss +++ b/app/assets/stylesheets/components/page_tabs.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .pageTabs { diff --git a/app/assets/stylesheets/components/pagination.css.scss b/app/assets/stylesheets/components/pagination.css.scss index 7d7bab2c..0d64cf59 100644 --- a/app/assets/stylesheets/components/pagination.css.scss +++ b/app/assets/stylesheets/components/pagination.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ .pagination { display: inline-block; width: 100%; diff --git a/app/assets/stylesheets/components/panels_layout.css.scss b/app/assets/stylesheets/components/panels_layout.css.scss index bdb14043..6a20abc1 100644 --- a/app/assets/stylesheets/components/panels_layout.css.scss +++ b/app/assets/stylesheets/components/panels_layout.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; html { diff --git a/app/assets/stylesheets/components/parsley.css.scss b/app/assets/stylesheets/components/parsley.css.scss index 719071ba..4a31720b 100644 --- a/app/assets/stylesheets/components/parsley.css.scss +++ b/app/assets/stylesheets/components/parsley.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .parsley-error-list { diff --git a/app/assets/stylesheets/components/pastel_boxes.css.scss b/app/assets/stylesheets/components/pastel_boxes.css.scss index d8e072d1..73182124 100644 --- a/app/assets/stylesheets/components/pastel_boxes.css.scss +++ b/app/assets/stylesheets/components/pastel_boxes.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @mixin pastelBox { diff --git a/app/assets/stylesheets/components/press_row.css.scss b/app/assets/stylesheets/components/press_row.css.scss index 2ec9410d..00224307 100644 --- a/app/assets/stylesheets/components/press_row.css.scss +++ b/app/assets/stylesheets/components/press_row.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ .press-row { background: rgb(230,230,230); padding: 20px 0; diff --git a/app/assets/stylesheets/components/progress_bar.css.scss b/app/assets/stylesheets/components/progress_bar.css.scss index 41f618ff..db75a6ee 100644 --- a/app/assets/stylesheets/components/progress_bar.css.scss +++ b/app/assets/stylesheets/components/progress_bar.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @mixin progressBar { diff --git a/app/assets/stylesheets/components/q_and_a.css.scss b/app/assets/stylesheets/components/q_and_a.css.scss index 15ee288d..876bdbd0 100644 --- a/app/assets/stylesheets/components/q_and_a.css.scss +++ b/app/assets/stylesheets/components/q_and_a.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'components/circle_text'; .question, diff --git a/app/assets/stylesheets/components/side_nav.css.scss b/app/assets/stylesheets/components/side_nav.css.scss index 6ce4d1c6..949be53f 100644 --- a/app/assets/stylesheets/components/side_nav.css.scss +++ b/app/assets/stylesheets/components/side_nav.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @import 'components/side_nav_dimensions'; diff --git a/app/assets/stylesheets/components/side_nav_dimensions.css.scss b/app/assets/stylesheets/components/side_nav_dimensions.css.scss index 5886873f..ff3b9bc6 100644 --- a/app/assets/stylesheets/components/side_nav_dimensions.css.scss +++ b/app/assets/stylesheets/components/side_nav_dimensions.css.scss @@ -1,3 +1,4 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ $sideNav-closed-width: 60px; $sideNav-opened-width: 240px; \ No newline at end of file diff --git a/app/assets/stylesheets/components/simple_tabs.css.scss b/app/assets/stylesheets/components/simple_tabs.css.scss index 4d77f2bb..70ce196a 100644 --- a/app/assets/stylesheets/components/simple_tabs.css.scss +++ b/app/assets/stylesheets/components/simple_tabs.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .simpleTabs-tab { diff --git a/app/assets/stylesheets/components/steps_menu.css.scss b/app/assets/stylesheets/components/steps_menu.css.scss index cb37d7c3..583544ff 100644 --- a/app/assets/stylesheets/components/steps_menu.css.scss +++ b/app/assets/stylesheets/components/steps_menu.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ .stepsMenu ul { margin: 0 0 10px 0px; list-style: none; diff --git a/app/assets/stylesheets/components/tables.css.scss b/app/assets/stylesheets/components/tables.css.scss index d3e82a33..a26fd266 100644 --- a/app/assets/stylesheets/components/tables.css.scss +++ b/app/assets/stylesheets/components/tables.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ table { max-width: 100%; background-color: transparent; diff --git a/app/assets/stylesheets/components/tables/filtering/meta_status.css.scss b/app/assets/stylesheets/components/tables/filtering/meta_status.css.scss index a5b58a9a..e0c1ca67 100644 --- a/app/assets/stylesheets/components/tables/filtering/meta_status.css.scss +++ b/app/assets/stylesheets/components/tables/filtering/meta_status.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ .table-meta--main .filteringBy { position: absolute; bottom: -18px; diff --git a/app/assets/stylesheets/components/tags.css.scss b/app/assets/stylesheets/components/tags.css.scss index 9e3f7cc9..df670c56 100644 --- a/app/assets/stylesheets/components/tags.css.scss +++ b/app/assets/stylesheets/components/tags.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; $tag_color: #ece6e0; diff --git a/app/assets/stylesheets/components/team_card.css.scss b/app/assets/stylesheets/components/team_card.css.scss index f8a9bf0e..6a78fa96 100644 --- a/app/assets/stylesheets/components/team_card.css.scss +++ b/app/assets/stylesheets/components/team_card.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ .teamCard { background: white; box-shadow: 0 3px 8px 0 rgba(black, 0.1); diff --git a/app/assets/stylesheets/components/ticket_button.css.scss b/app/assets/stylesheets/components/ticket_button.css.scss index ce003003..6c63f807 100644 --- a/app/assets/stylesheets/components/ticket_button.css.scss +++ b/app/assets/stylesheets/components/ticket_button.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .getTickets { diff --git a/app/assets/stylesheets/components/timeline.css.scss b/app/assets/stylesheets/components/timeline.css.scss index 0cadc194..f51423ca 100644 --- a/app/assets/stylesheets/components/timeline.css.scss +++ b/app/assets/stylesheets/components/timeline.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import "mixins"; .timeline li, diff --git a/app/assets/stylesheets/components/todos.css.scss b/app/assets/stylesheets/components/todos.css.scss index 99f886e9..9245a6c0 100644 --- a/app/assets/stylesheets/components/todos.css.scss +++ b/app/assets/stylesheets/components/todos.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .todos { background: #f8f8f8; diff --git a/app/assets/stylesheets/components/toggle_buttons.css.scss b/app/assets/stylesheets/components/toggle_buttons.css.scss index 2111579c..212e5995 100644 --- a/app/assets/stylesheets/components/toggle_buttons.css.scss +++ b/app/assets/stylesheets/components/toggle_buttons.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; button[toggle] { diff --git a/app/assets/stylesheets/components/toggle_q_a.css.scss b/app/assets/stylesheets/components/toggle_q_a.css.scss index 22bc8c9d..483c8051 100644 --- a/app/assets/stylesheets/components/toggle_q_a.css.scss +++ b/app/assets/stylesheets/components/toggle_q_a.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .toggleQA-toggle { diff --git a/app/assets/stylesheets/components/tooltips.css.scss b/app/assets/stylesheets/components/tooltips.css.scss index 9c487a75..fbb40386 100644 --- a/app/assets/stylesheets/components/tooltips.css.scss +++ b/app/assets/stylesheets/components/tooltips.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ [data-ff-field='invalid'] input, [data-ff-field='invalid'] textarea, diff --git a/app/assets/stylesheets/components/top_nav.css.scss b/app/assets/stylesheets/components/top_nav.css.scss index a687283c..f2803267 100644 --- a/app/assets/stylesheets/components/top_nav.css.scss +++ b/app/assets/stylesheets/components/top_nav.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ .topNav { background: rgba(0,0,0,0.04); text-align: left; diff --git a/app/assets/stylesheets/components/turquoise_header.css.scss b/app/assets/stylesheets/components/turquoise_header.css.scss index d7715377..0d7fadf7 100644 --- a/app/assets/stylesheets/components/turquoise_header.css.scss +++ b/app/assets/stylesheets/components/turquoise_header.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ .turquoise-header { background-color: $dark-turquoise; } .turquoise-header * { color: white; } .turquoise-header .topNav { background: rgba(0,0,0,0.05) } diff --git a/app/assets/stylesheets/components/type_ahead.css.scss b/app/assets/stylesheets/components/type_ahead.css.scss index 9816890b..37947290 100644 --- a/app/assets/stylesheets/components/type_ahead.css.scss +++ b/app/assets/stylesheets/components/type_ahead.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import "mixins"; .typeAhead { diff --git a/app/assets/stylesheets/components/wizard_index.css.scss b/app/assets/stylesheets/components/wizard_index.css.scss index 06dada72..2bf0b887 100644 --- a/app/assets/stylesheets/components/wizard_index.css.scss +++ b/app/assets/stylesheets/components/wizard_index.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; $chevron_height: 34px; diff --git a/app/assets/stylesheets/coupons/page.css.scss b/app/assets/stylesheets/coupons/page.css.scss index 0028f7aa..ca8bf8d4 100644 --- a/app/assets/stylesheets/coupons/page.css.scss +++ b/app/assets/stylesheets/coupons/page.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; body { diff --git a/app/assets/stylesheets/events/index/page.css.scss b/app/assets/stylesheets/events/index/page.css.scss index 54ac91cc..63652825 100644 --- a/app/assets/stylesheets/events/index/page.css.scss +++ b/app/assets/stylesheets/events/index/page.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @import 'common/fundraisers'; @import 'events/new/index'; diff --git a/app/assets/stylesheets/events/listing.css.scss b/app/assets/stylesheets/events/listing.css.scss index 9a684613..203d0398 100644 --- a/app/assets/stylesheets/events/listing.css.scss +++ b/app/assets/stylesheets/events/listing.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .events { diff --git a/app/assets/stylesheets/events/new/index.css.scss b/app/assets/stylesheets/events/new/index.css.scss index 87ae7a36..03d4db8b 100644 --- a/app/assets/stylesheets/events/new/index.css.scss +++ b/app/assets/stylesheets/events/new/index.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'pikaday'; @import 'common/image_uploader'; @import 'mixins'; diff --git a/app/assets/stylesheets/events/show/claim_ticket.css.scss b/app/assets/stylesheets/events/show/claim_ticket.css.scss index 44ccb0b6..2048a4aa 100644 --- a/app/assets/stylesheets/events/show/claim_ticket.css.scss +++ b/app/assets/stylesheets/events/show/claim_ticket.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ #ticket-modal, #free-ticket-modal { min-height: 400px; diff --git a/app/assets/stylesheets/events/show/page.css.scss b/app/assets/stylesheets/events/show/page.css.scss index 14f97acf..c8fa90b3 100644 --- a/app/assets/stylesheets/events/show/page.css.scss +++ b/app/assets/stylesheets/events/show/page.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'pikaday'; @import 'mixins'; @import 'bootstrap-tour'; diff --git a/app/assets/stylesheets/events/stats/page.css.scss b/app/assets/stylesheets/events/stats/page.css.scss index 05fb8429..a744f206 100644 --- a/app/assets/stylesheets/events/stats/page.css.scss +++ b/app/assets/stylesheets/events/stats/page.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; html { height: 100%; diff --git a/app/assets/stylesheets/explore/page.css.scss b/app/assets/stylesheets/explore/page.css.scss index b4851b6a..1d504922 100644 --- a/app/assets/stylesheets/explore/page.css.scss +++ b/app/assets/stylesheets/explore/page.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; body { diff --git a/app/assets/stylesheets/global.css.scss b/app/assets/stylesheets/global.css.scss index e89aee50..bd90003f 100644 --- a/app/assets/stylesheets/global.css.scss +++ b/app/assets/stylesheets/global.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @import 'resets'; @import 'common/typography/base'; diff --git a/app/assets/stylesheets/mixins.css.scss b/app/assets/stylesheets/mixins.css.scss index 88474893..9a725faf 100644 --- a/app/assets/stylesheets/mixins.css.scss +++ b/app/assets/stylesheets/mixins.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'common/colors'; @import 'common/backgrounds'; diff --git a/app/assets/stylesheets/nonprofits/btn/page.css.scss b/app/assets/stylesheets/nonprofits/btn/page.css.scss index acc6247b..d3800148 100644 --- a/app/assets/stylesheets/nonprofits/btn/page.css.scss +++ b/app/assets/stylesheets/nonprofits/btn/page.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @import 'components/animations'; diff --git a/app/assets/stylesheets/nonprofits/button/page.css.scss b/app/assets/stylesheets/nonprofits/button/page.css.scss index 841a2d12..c71faf5e 100644 --- a/app/assets/stylesheets/nonprofits/button/page.css.scss +++ b/app/assets/stylesheets/nonprofits/button/page.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @import 'nonprofits/btn/page'; @import 'components/page_tabs'; diff --git a/app/assets/stylesheets/nonprofits/dashboard/page.css.scss b/app/assets/stylesheets/nonprofits/dashboard/page.css.scss index e7a436c5..04b8524b 100644 --- a/app/assets/stylesheets/nonprofits/dashboard/page.css.scss +++ b/app/assets/stylesheets/nonprofits/dashboard/page.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @import 'bootstrap-tour'; @import 'components/activity_feed'; diff --git a/app/assets/stylesheets/nonprofits/donate/page.css.scss b/app/assets/stylesheets/nonprofits/donate/page.css.scss index ee9240c4..546fb057 100644 --- a/app/assets/stylesheets/nonprofits/donate/page.css.scss +++ b/app/assets/stylesheets/nonprofits/donate/page.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'common/donate_button'; body#donate { diff --git a/app/assets/stylesheets/nonprofits/donation_form/footer.css.scss b/app/assets/stylesheets/nonprofits/donation_form/footer.css.scss index 417879ba..17d02e49 100644 --- a/app/assets/stylesheets/nonprofits/donation_form/footer.css.scss +++ b/app/assets/stylesheets/nonprofits/donation_form/footer.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .donateForm-footer { diff --git a/app/assets/stylesheets/nonprofits/donation_form/form.css.scss b/app/assets/stylesheets/nonprofits/donation_form/form.css.scss index 1269cbf5..08310492 100644 --- a/app/assets/stylesheets/nonprofits/donation_form/form.css.scss +++ b/app/assets/stylesheets/nonprofits/donation_form/form.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; $mint-milk : #E7F3ED; diff --git a/app/assets/stylesheets/nonprofits/donation_form/show/index.css.scss b/app/assets/stylesheets/nonprofits/donation_form/show/index.css.scss index 7525550b..38dc4edb 100644 --- a/app/assets/stylesheets/nonprofits/donation_form/show/index.css.scss +++ b/app/assets/stylesheets/nonprofits/donation_form/show/index.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; $width: 400px; // same as .modal.skinny diff --git a/app/assets/stylesheets/nonprofits/donation_form/title_row.css.scss b/app/assets/stylesheets/nonprofits/donation_form/title_row.css.scss index 698bde4f..9596924b 100644 --- a/app/assets/stylesheets/nonprofits/donation_form/title_row.css.scss +++ b/app/assets/stylesheets/nonprofits/donation_form/title_row.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .titleRow { diff --git a/app/assets/stylesheets/nonprofits/manage/main_metrics.css.scss b/app/assets/stylesheets/nonprofits/manage/main_metrics.css.scss index 4426162a..d2f358b6 100644 --- a/app/assets/stylesheets/nonprofits/manage/main_metrics.css.scss +++ b/app/assets/stylesheets/nonprofits/manage/main_metrics.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ .nonprofits-manage .main-metrics { width: 920px; padding: 20px 20px 0 0; diff --git a/app/assets/stylesheets/nonprofits/manage/supporter_table.css.scss b/app/assets/stylesheets/nonprofits/manage/supporter_table.css.scss index 92fc27f5..efe2a077 100644 --- a/app/assets/stylesheets/nonprofits/manage/supporter_table.css.scss +++ b/app/assets/stylesheets/nonprofits/manage/supporter_table.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ .supporter-listing { float: left; width: 700px; diff --git a/app/assets/stylesheets/nonprofits/payments/index/filter_panel.css.scss b/app/assets/stylesheets/nonprofits/payments/index/filter_panel.css.scss index 37c165d8..517faad8 100644 --- a/app/assets/stylesheets/nonprofits/payments/index/filter_panel.css.scss +++ b/app/assets/stylesheets/nonprofits/payments/index/filter_panel.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; diff --git a/app/assets/stylesheets/nonprofits/payments/index/main_panel.css.scss b/app/assets/stylesheets/nonprofits/payments/index/main_panel.css.scss index 0e247cd4..bb718479 100644 --- a/app/assets/stylesheets/nonprofits/payments/index/main_panel.css.scss +++ b/app/assets/stylesheets/nonprofits/payments/index/main_panel.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .mainPanel td:last-of-type { diff --git a/app/assets/stylesheets/nonprofits/payments/index/page.css.scss b/app/assets/stylesheets/nonprofits/payments/index/page.css.scss index 49ff0ece..bb4733c2 100644 --- a/app/assets/stylesheets/nonprofits/payments/index/page.css.scss +++ b/app/assets/stylesheets/nonprofits/payments/index/page.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @import 'pikaday'; @import 'bootstrap-tour'; diff --git a/app/assets/stylesheets/nonprofits/payouts/index/page.css.scss b/app/assets/stylesheets/nonprofits/payouts/index/page.css.scss index 161b85be..83268242 100644 --- a/app/assets/stylesheets/nonprofits/payouts/index/page.css.scss +++ b/app/assets/stylesheets/nonprofits/payouts/index/page.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @import 'pikaday'; @import 'components/page_tabs'; diff --git a/app/assets/stylesheets/nonprofits/recurring_donations/index/page.css.scss b/app/assets/stylesheets/nonprofits/recurring_donations/index/page.css.scss index 89e85936..65e0b9c4 100644 --- a/app/assets/stylesheets/nonprofits/recurring_donations/index/page.css.scss +++ b/app/assets/stylesheets/nonprofits/recurring_donations/index/page.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @import 'recurring_donations/modal'; @import 'recurring_donations/edit'; diff --git a/app/assets/stylesheets/nonprofits/show/page.css.scss b/app/assets/stylesheets/nonprofits/show/page.css.scss index 4e21cd30..0bf0f0fc 100644 --- a/app/assets/stylesheets/nonprofits/show/page.css.scss +++ b/app/assets/stylesheets/nonprofits/show/page.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @import 'bootstrap-tour'; diff --git a/app/assets/stylesheets/nonprofits/show/settings_modal.css.scss b/app/assets/stylesheets/nonprofits/show/settings_modal.css.scss index be549e43..4afc7178 100644 --- a/app/assets/stylesheets/nonprofits/show/settings_modal.css.scss +++ b/app/assets/stylesheets/nonprofits/show/settings_modal.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ .categories { float: left; width: 30%; diff --git a/app/assets/stylesheets/nonprofits/supporters/custom_fields.css.scss b/app/assets/stylesheets/nonprofits/supporters/custom_fields.css.scss index f1476eab..757e239d 100644 --- a/app/assets/stylesheets/nonprofits/supporters/custom_fields.css.scss +++ b/app/assets/stylesheets/nonprofits/supporters/custom_fields.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; button[toggle='remove'] { diff --git a/app/assets/stylesheets/nonprofits/supporters/index/email_modal.css.scss b/app/assets/stylesheets/nonprofits/supporters/index/email_modal.css.scss index 47aa5e07..fb0b9c98 100644 --- a/app/assets/stylesheets/nonprofits/supporters/index/email_modal.css.scss +++ b/app/assets/stylesheets/nonprofits/supporters/index/email_modal.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; .emailModal-tr > td input { margin-bottom: 0; diff --git a/app/assets/stylesheets/nonprofits/supporters/index/page.css.scss b/app/assets/stylesheets/nonprofits/supporters/index/page.css.scss index 2cc0a0ec..bb9e22e0 100644 --- a/app/assets/stylesheets/nonprofits/supporters/index/page.css.scss +++ b/app/assets/stylesheets/nonprofits/supporters/index/page.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @import 'components/pagination'; @import 'supporters/form'; diff --git a/app/assets/stylesheets/nonprofits/supporters/index/side_panel.css.scss b/app/assets/stylesheets/nonprofits/supporters/index/side_panel.css.scss index 75c3febd..d2e104d4 100644 --- a/app/assets/stylesheets/nonprofits/supporters/index/side_panel.css.scss +++ b/app/assets/stylesheets/nonprofits/supporters/index/side_panel.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @import 'timeline'; @import 'email_modal'; diff --git a/app/assets/stylesheets/nonprofits/supporters/index/timeline.css.scss b/app/assets/stylesheets/nonprofits/supporters/index/timeline.css.scss index f26ab34e..57592fe4 100644 --- a/app/assets/stylesheets/nonprofits/supporters/index/timeline.css.scss +++ b/app/assets/stylesheets/nonprofits/supporters/index/timeline.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; ul.timeline-activities { diff --git a/app/assets/stylesheets/profiles/show/page.css.scss b/app/assets/stylesheets/profiles/show/page.css.scss index 82d8ab5a..ff3c5f85 100644 --- a/app/assets/stylesheets/profiles/show/page.css.scss +++ b/app/assets/stylesheets/profiles/show/page.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @import 'components/page_tabs'; @import 'components/tags'; diff --git a/app/assets/stylesheets/recurring_donations/edit.css.scss b/app/assets/stylesheets/recurring_donations/edit.css.scss index 49b40c3e..68fa090a 100644 --- a/app/assets/stylesheets/recurring_donations/edit.css.scss +++ b/app/assets/stylesheets/recurring_donations/edit.css.scss @@ -1,3 +1,4 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'components/cards'; @import 'common/donate_button'; \ No newline at end of file diff --git a/app/assets/stylesheets/recurring_donations/edit/page.css.scss b/app/assets/stylesheets/recurring_donations/edit/page.css.scss index 49b40c3e..68fa090a 100644 --- a/app/assets/stylesheets/recurring_donations/edit/page.css.scss +++ b/app/assets/stylesheets/recurring_donations/edit/page.css.scss @@ -1,3 +1,4 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'components/cards'; @import 'common/donate_button'; \ No newline at end of file diff --git a/app/assets/stylesheets/recurring_donations/modal.css.scss b/app/assets/stylesheets/recurring_donations/modal.css.scss index 76b6ce57..7cdcccb3 100644 --- a/app/assets/stylesheets/recurring_donations/modal.css.scss +++ b/app/assets/stylesheets/recurring_donations/modal.css.scss @@ -1,2 +1,3 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'supporters/form'; diff --git a/app/assets/stylesheets/resets.css.scss b/app/assets/stylesheets/resets.css.scss index eb99db70..fa7839ea 100644 --- a/app/assets/stylesheets/resets.css.scss +++ b/app/assets/stylesheets/resets.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ html *, body * { -webkit-box-sizing: border-box; diff --git a/app/assets/stylesheets/settings/index/branding.css.scss b/app/assets/stylesheets/settings/index/branding.css.scss index 4bf6c2ff..94db9687 100644 --- a/app/assets/stylesheets/settings/index/branding.css.scss +++ b/app/assets/stylesheets/settings/index/branding.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @import 'common/vendor/colpick'; @import 'nonprofits/btn/page'; diff --git a/app/assets/stylesheets/settings/index/page.css.scss b/app/assets/stylesheets/settings/index/page.css.scss index 8ffd41af..9698e4fb 100644 --- a/app/assets/stylesheets/settings/index/page.css.scss +++ b/app/assets/stylesheets/settings/index/page.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @import 'components/nonprofit_bank_accounts'; @import 'components/todos'; diff --git a/app/assets/stylesheets/tickets/index/page.css.scss b/app/assets/stylesheets/tickets/index/page.css.scss index 7ad22c59..419171ba 100644 --- a/app/assets/stylesheets/tickets/index/page.css.scss +++ b/app/assets/stylesheets/tickets/index/page.css.scss @@ -1,4 +1,5 @@ -/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ +/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */ @import 'mixins'; @import 'components/pagination'; @import 'common/donate_button'; diff --git a/app/controllers/api/api_controller.rb b/app/controllers/api/api_controller.rb index 47769648..01f63cdc 100644 --- a/app/controllers/api/api_controller.rb +++ b/app/controllers/api/api_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class Api::ApiController < ApplicationController rescue_from ActiveRecord::RecordInvalid, with: :record_invalid_rescue diff --git a/app/controllers/api/nonprofits_controller.rb b/app/controllers/api/nonprofits_controller.rb index 992b403a..7eb511af 100644 --- a/app/controllers/api/nonprofits_controller.rb +++ b/app/controllers/api/nonprofits_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class Api::NonprofitsController < Api::ApiController # requires :nonprofit, type: Hash do # requires :name, type: String, desc: 'Organization Name', allow_blank: false, documentation: { param_type: 'body' } diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 757c021d..84774026 100755 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class ApplicationController < ActionController::Base include Controllers::Locale include Controllers::Nonprofit::Authorization diff --git a/app/controllers/billing_subscriptions_controller.rb b/app/controllers/billing_subscriptions_controller.rb index 266ccd06..98480345 100644 --- a/app/controllers/billing_subscriptions_controller.rb +++ b/app/controllers/billing_subscriptions_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class BillingSubscriptionsController < ApplicationController include Controllers::Nonprofit::Current include Controllers::Nonprofit::Authorization diff --git a/app/controllers/button_debug_controller.rb b/app/controllers/button_debug_controller.rb index 53d8a892..aef499e1 100644 --- a/app/controllers/button_debug_controller.rb +++ b/app/controllers/button_debug_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class ButtonDebugController < ApplicationController def embedded @np = params[:id] || 1 diff --git a/app/controllers/campaign_gift_options_controller.rb b/app/controllers/campaign_gift_options_controller.rb index 82745524..d38e5afd 100644 --- a/app/controllers/campaign_gift_options_controller.rb +++ b/app/controllers/campaign_gift_options_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class CampaignGiftOptionsController < ApplicationController include Controllers::Campaign::Current include Controllers::Campaign::Authorization diff --git a/app/controllers/campaign_gifts_controller.rb b/app/controllers/campaign_gifts_controller.rb index 761761e6..c50f0994 100644 --- a/app/controllers/campaign_gifts_controller.rb +++ b/app/controllers/campaign_gifts_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class CampaignGiftsController < ApplicationController # post /campaign_gifts def create diff --git a/app/controllers/campaigns/campaign_gift_options_controller.rb b/app/controllers/campaigns/campaign_gift_options_controller.rb index 199391e6..95b9d1e4 100644 --- a/app/controllers/campaigns/campaign_gift_options_controller.rb +++ b/app/controllers/campaigns/campaign_gift_options_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Campaigns class CampaignGiftOptionsController < ApplicationController include Controllers::Campaign::Current diff --git a/app/controllers/campaigns/donations_controller.rb b/app/controllers/campaigns/donations_controller.rb index fbc73bc0..acbb402c 100644 --- a/app/controllers/campaigns/donations_controller.rb +++ b/app/controllers/campaigns/donations_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Campaigns class DonationsController < ApplicationController include Controllers::Campaign::Current diff --git a/app/controllers/campaigns/supporters_controller.rb b/app/controllers/campaigns/supporters_controller.rb index d504b446..748e231b 100644 --- a/app/controllers/campaigns/supporters_controller.rb +++ b/app/controllers/campaigns/supporters_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Campaigns class SupportersController < ApplicationController include Controllers::Campaign::Current diff --git a/app/controllers/campaigns_controller.rb b/app/controllers/campaigns_controller.rb index 74773232..e0639c39 100644 --- a/app/controllers/campaigns_controller.rb +++ b/app/controllers/campaigns_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class CampaignsController < ApplicationController include Controllers::Campaign::Current include Controllers::Campaign::Authorization diff --git a/app/controllers/cards_controller.rb b/app/controllers/cards_controller.rb index d55bc5b5..aaa6a762 100755 --- a/app/controllers/cards_controller.rb +++ b/app/controllers/cards_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class CardsController < ApplicationController before_action :authenticate_user!, except: [:create] diff --git a/app/controllers/concerns/controllers/campaign/authorization.rb b/app/controllers/concerns/controllers/campaign/authorization.rb index e1efe5e5..fa371d28 100644 --- a/app/controllers/concerns/controllers/campaign/authorization.rb +++ b/app/controllers/concerns/controllers/campaign/authorization.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Controllers::Campaign::Authorization extend ActiveSupport::Concern include Controllers::Nonprofit::Authorization diff --git a/app/controllers/concerns/controllers/campaign/current.rb b/app/controllers/concerns/controllers/campaign/current.rb index 0997124c..313b4cf0 100644 --- a/app/controllers/concerns/controllers/campaign/current.rb +++ b/app/controllers/concerns/controllers/campaign/current.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Controllers::Campaign::Current extend ActiveSupport::Concern include Controllers::Nonprofit::Current diff --git a/app/controllers/concerns/controllers/event/authorization.rb b/app/controllers/concerns/controllers/event/authorization.rb index 94e6ca6b..9e6105b1 100644 --- a/app/controllers/concerns/controllers/event/authorization.rb +++ b/app/controllers/concerns/controllers/event/authorization.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Controllers::Event::Authorization extend ActiveSupport::Concern include Controllers::Nonprofit::Authorization diff --git a/app/controllers/concerns/controllers/event/current.rb b/app/controllers/concerns/controllers/event/current.rb index 290b18cb..29407596 100644 --- a/app/controllers/concerns/controllers/event/current.rb +++ b/app/controllers/concerns/controllers/event/current.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Controllers::Event::Current extend ActiveSupport::Concern include Controllers::Nonprofit::Current diff --git a/app/controllers/concerns/controllers/locale.rb b/app/controllers/concerns/controllers/locale.rb index 184ad5ba..9d7610b6 100644 --- a/app/controllers/concerns/controllers/locale.rb +++ b/app/controllers/concerns/controllers/locale.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Controllers::Locale extend ActiveSupport::Concern diff --git a/app/controllers/concerns/controllers/nonprofit/authorization.rb b/app/controllers/concerns/controllers/nonprofit/authorization.rb index 1fb3e684..bbd3f095 100644 --- a/app/controllers/concerns/controllers/nonprofit/authorization.rb +++ b/app/controllers/concerns/controllers/nonprofit/authorization.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Controllers::Nonprofit::Authorization extend ActiveSupport::Concern include Controllers::User::Authorization diff --git a/app/controllers/concerns/controllers/nonprofit/current.rb b/app/controllers/concerns/controllers/nonprofit/current.rb index 14940031..ef53fae5 100644 --- a/app/controllers/concerns/controllers/nonprofit/current.rb +++ b/app/controllers/concerns/controllers/nonprofit/current.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Controllers::Nonprofit::Current extend ActiveSupport::Concern included do diff --git a/app/controllers/concerns/controllers/user/authorization.rb b/app/controllers/concerns/controllers/user/authorization.rb index 668c48cd..5cf3898d 100644 --- a/app/controllers/concerns/controllers/user/authorization.rb +++ b/app/controllers/concerns/controllers/user/authorization.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Controllers::User::Authorization extend ActiveSupport::Concern diff --git a/app/controllers/direct_debit_details_controller.rb b/app/controllers/direct_debit_details_controller.rb index 52c7426d..ca1c2295 100644 --- a/app/controllers/direct_debit_details_controller.rb +++ b/app/controllers/direct_debit_details_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class DirectDebitDetailsController < ApplicationController # POST /sepa # This endpoint is used for saving direct debit account details diff --git a/app/controllers/email_settings_controller.rb b/app/controllers/email_settings_controller.rb index b4652fd1..8931f989 100644 --- a/app/controllers/email_settings_controller.rb +++ b/app/controllers/email_settings_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class EmailSettingsController < ApplicationController include Controllers::Nonprofit::Current include Controllers::Nonprofit::Authorization diff --git a/app/controllers/emails_controller.rb b/app/controllers/emails_controller.rb index bb3e057b..233f1cfb 100644 --- a/app/controllers/emails_controller.rb +++ b/app/controllers/emails_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class EmailsController < ApplicationController before_action :authenticate_user! diff --git a/app/controllers/event_discounts_controller.rb b/app/controllers/event_discounts_controller.rb index 9ea04f5e..73bd2832 100644 --- a/app/controllers/event_discounts_controller.rb +++ b/app/controllers/event_discounts_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class EventDiscountsController < ApplicationController include Controllers::Event::Current include Controllers::Event::Authorization diff --git a/app/controllers/events_controller.rb b/app/controllers/events_controller.rb index 33d13e4c..8b6c0faa 100644 --- a/app/controllers/events_controller.rb +++ b/app/controllers/events_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class EventsController < ApplicationController include Controllers::Event::Current include Controllers::Event::Authorization diff --git a/app/controllers/front_controller.rb b/app/controllers/front_controller.rb index da3b077f..05d4b1fb 100755 --- a/app/controllers/front_controller.rb +++ b/app/controllers/front_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class FrontController < ApplicationController def index if Nonprofit.none? diff --git a/app/controllers/image_attachments_controller.rb b/app/controllers/image_attachments_controller.rb index 2d8683f1..2ffe9e07 100644 --- a/app/controllers/image_attachments_controller.rb +++ b/app/controllers/image_attachments_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class ImageAttachmentsController < ApplicationController before_action :authenticate_confirmed_user! def create diff --git a/app/controllers/maps_controller.rb b/app/controllers/maps_controller.rb index 561d11da..3c1dd0ce 100644 --- a/app/controllers/maps_controller.rb +++ b/app/controllers/maps_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class MapsController < ApplicationController include Controllers::Nonprofit::Current include Controllers::Nonprofit::Authorization diff --git a/app/controllers/nonprofits/activities_controller.rb b/app/controllers/nonprofits/activities_controller.rb index a1435e6e..84d563d7 100644 --- a/app/controllers/nonprofits/activities_controller.rb +++ b/app/controllers/nonprofits/activities_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Nonprofits class ActivitiesController < ApplicationController include Controllers::Nonprofit::Current diff --git a/app/controllers/nonprofits/bank_accounts_controller.rb b/app/controllers/nonprofits/bank_accounts_controller.rb index 3982fa70..aa0153d1 100644 --- a/app/controllers/nonprofits/bank_accounts_controller.rb +++ b/app/controllers/nonprofits/bank_accounts_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Nonprofits class BankAccountsController < ApplicationController include Controllers::Nonprofit::Current diff --git a/app/controllers/nonprofits/button_controller.rb b/app/controllers/nonprofits/button_controller.rb index caaa866b..2b8fe540 100644 --- a/app/controllers/nonprofits/button_controller.rb +++ b/app/controllers/nonprofits/button_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Nonprofits class ButtonController < ApplicationController include Controllers::Nonprofit::Current diff --git a/app/controllers/nonprofits/cards_controller.rb b/app/controllers/nonprofits/cards_controller.rb index 6bd0792b..35682fbe 100644 --- a/app/controllers/nonprofits/cards_controller.rb +++ b/app/controllers/nonprofits/cards_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Nonprofits class CardsController < ApplicationController include Controllers::Nonprofit::Current diff --git a/app/controllers/nonprofits/charges_controller.rb b/app/controllers/nonprofits/charges_controller.rb index 232a6c70..922da170 100644 --- a/app/controllers/nonprofits/charges_controller.rb +++ b/app/controllers/nonprofits/charges_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Nonprofits class ChargesController < ApplicationController include Controllers::Nonprofit::Current diff --git a/app/controllers/nonprofits/custom_field_joins_controller.rb b/app/controllers/nonprofits/custom_field_joins_controller.rb index 57cbd114..d2861cb9 100644 --- a/app/controllers/nonprofits/custom_field_joins_controller.rb +++ b/app/controllers/nonprofits/custom_field_joins_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Nonprofits class CustomFieldJoinsController < ApplicationController include Controllers::Nonprofit::Current diff --git a/app/controllers/nonprofits/custom_field_masters_controller.rb b/app/controllers/nonprofits/custom_field_masters_controller.rb index e95691f5..2f419382 100644 --- a/app/controllers/nonprofits/custom_field_masters_controller.rb +++ b/app/controllers/nonprofits/custom_field_masters_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Nonprofits class CustomFieldMastersController < ApplicationController include Controllers::Nonprofit::Current diff --git a/app/controllers/nonprofits/donations_controller.rb b/app/controllers/nonprofits/donations_controller.rb index ea8d4bc9..ad02eb56 100644 --- a/app/controllers/nonprofits/donations_controller.rb +++ b/app/controllers/nonprofits/donations_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Nonprofits class DonationsController < ApplicationController include Controllers::Nonprofit::Current diff --git a/app/controllers/nonprofits/email_lists_controller.rb b/app/controllers/nonprofits/email_lists_controller.rb index 0cb88813..9c6d7ea0 100644 --- a/app/controllers/nonprofits/email_lists_controller.rb +++ b/app/controllers/nonprofits/email_lists_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Nonprofits class EmailListsController < ApplicationController include Controllers::Nonprofit::Current diff --git a/app/controllers/nonprofits/imports_controller.rb b/app/controllers/nonprofits/imports_controller.rb index dfb212ea..c5aa4520 100644 --- a/app/controllers/nonprofits/imports_controller.rb +++ b/app/controllers/nonprofits/imports_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Nonprofits class ImportsController < ApplicationController include Controllers::Nonprofit::Current diff --git a/app/controllers/nonprofits/miscellaneous_np_infos_controller.rb b/app/controllers/nonprofits/miscellaneous_np_infos_controller.rb index 59f1392b..37d566c6 100644 --- a/app/controllers/nonprofits/miscellaneous_np_infos_controller.rb +++ b/app/controllers/nonprofits/miscellaneous_np_infos_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Nonprofits class MiscellaneousNpInfosController < ApplicationController include Controllers::Nonprofit::Current diff --git a/app/controllers/nonprofits/nonprofit_keys_controller.rb b/app/controllers/nonprofits/nonprofit_keys_controller.rb index 62b5023b..bece5078 100644 --- a/app/controllers/nonprofits/nonprofit_keys_controller.rb +++ b/app/controllers/nonprofits/nonprofit_keys_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Nonprofits class NonprofitKeysController < ApplicationController diff --git a/app/controllers/nonprofits/payments_controller.rb b/app/controllers/nonprofits/payments_controller.rb index 63a03ab7..f6ba71cc 100644 --- a/app/controllers/nonprofits/payments_controller.rb +++ b/app/controllers/nonprofits/payments_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Nonprofits class PaymentsController < ApplicationController include Controllers::Nonprofit::Current diff --git a/app/controllers/nonprofits/payouts_controller.rb b/app/controllers/nonprofits/payouts_controller.rb index 047a1197..23a31886 100644 --- a/app/controllers/nonprofits/payouts_controller.rb +++ b/app/controllers/nonprofits/payouts_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Nonprofits class PayoutsController < ApplicationController include Controllers::Nonprofit::Current diff --git a/app/controllers/nonprofits/recurring_donations_controller.rb b/app/controllers/nonprofits/recurring_donations_controller.rb index 78fed2f4..ab2b8941 100644 --- a/app/controllers/nonprofits/recurring_donations_controller.rb +++ b/app/controllers/nonprofits/recurring_donations_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Nonprofits class RecurringDonationsController < ApplicationController include Controllers::Nonprofit::Current diff --git a/app/controllers/nonprofits/refunds_controller.rb b/app/controllers/nonprofits/refunds_controller.rb index 397fe659..1f61c7e2 100644 --- a/app/controllers/nonprofits/refunds_controller.rb +++ b/app/controllers/nonprofits/refunds_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Nonprofits class RefundsController < ApplicationController include Controllers::Nonprofit::Current diff --git a/app/controllers/nonprofits/reports_controller.rb b/app/controllers/nonprofits/reports_controller.rb index a5fdd6f6..7479878c 100644 --- a/app/controllers/nonprofits/reports_controller.rb +++ b/app/controllers/nonprofits/reports_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Nonprofits class ReportsController < ApplicationController include Controllers::Nonprofit::Current diff --git a/app/controllers/nonprofits/supporter_emails_controller.rb b/app/controllers/nonprofits/supporter_emails_controller.rb index 5a3930ac..a35eae40 100644 --- a/app/controllers/nonprofits/supporter_emails_controller.rb +++ b/app/controllers/nonprofits/supporter_emails_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Nonprofits class SupporterEmailsController < ApplicationController include Controllers::Nonprofit::Current diff --git a/app/controllers/nonprofits/supporter_notes_controller.rb b/app/controllers/nonprofits/supporter_notes_controller.rb index 1926ea32..3b3cf531 100644 --- a/app/controllers/nonprofits/supporter_notes_controller.rb +++ b/app/controllers/nonprofits/supporter_notes_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Nonprofits class SupporterNotesController < ApplicationController include Controllers::Nonprofit::Current diff --git a/app/controllers/nonprofits/supporters_controller.rb b/app/controllers/nonprofits/supporters_controller.rb index ee2173e7..790f37e4 100644 --- a/app/controllers/nonprofits/supporters_controller.rb +++ b/app/controllers/nonprofits/supporters_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Nonprofits class SupportersController < ApplicationController include Controllers::Nonprofit::Current diff --git a/app/controllers/nonprofits/tag_joins_controller.rb b/app/controllers/nonprofits/tag_joins_controller.rb index 6471927e..0e04a305 100644 --- a/app/controllers/nonprofits/tag_joins_controller.rb +++ b/app/controllers/nonprofits/tag_joins_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Nonprofits class TagJoinsController < ApplicationController include Controllers::Nonprofit::Current diff --git a/app/controllers/nonprofits/tag_masters_controller.rb b/app/controllers/nonprofits/tag_masters_controller.rb index 42e234bb..ecc46943 100644 --- a/app/controllers/nonprofits/tag_masters_controller.rb +++ b/app/controllers/nonprofits/tag_masters_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Nonprofits class TagMastersController < ApplicationController include Controllers::Nonprofit::Current diff --git a/app/controllers/nonprofits/trackings_controller.rb b/app/controllers/nonprofits/trackings_controller.rb index 8a9ca5ce..d0622740 100644 --- a/app/controllers/nonprofits/trackings_controller.rb +++ b/app/controllers/nonprofits/trackings_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Nonprofits class TrackingsController < ApplicationController # POST /nonprofits/:nonprofit_id/tracking diff --git a/app/controllers/nonprofits_controller.rb b/app/controllers/nonprofits_controller.rb index 918cff7c..c1ec0184 100755 --- a/app/controllers/nonprofits_controller.rb +++ b/app/controllers/nonprofits_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class NonprofitsController < ApplicationController include Controllers::Nonprofit::Current include Controllers::Nonprofit::Authorization diff --git a/app/controllers/profiles_controller.rb b/app/controllers/profiles_controller.rb index 72e7b7eb..f162f19b 100755 --- a/app/controllers/profiles_controller.rb +++ b/app/controllers/profiles_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class ProfilesController < ApplicationController helper_method :authenticate_profile_owner! diff --git a/app/controllers/recurring_donations_controller.rb b/app/controllers/recurring_donations_controller.rb index bdf0e5ae..30c99392 100644 --- a/app/controllers/recurring_donations_controller.rb +++ b/app/controllers/recurring_donations_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class RecurringDonationsController < ApplicationController def edit @data = QueryRecurringDonations.fetch_for_edit params[:id] diff --git a/app/controllers/roles_controller.rb b/app/controllers/roles_controller.rb index 74c8fad7..9823ca97 100644 --- a/app/controllers/roles_controller.rb +++ b/app/controllers/roles_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class RolesController < ApplicationController include Controllers::Nonprofit::Current include Controllers::Nonprofit::Authorization diff --git a/app/controllers/settings_controller.rb b/app/controllers/settings_controller.rb index f1e31798..9aeeb287 100644 --- a/app/controllers/settings_controller.rb +++ b/app/controllers/settings_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class SettingsController < ApplicationController include Controllers::Nonprofit::Current include Controllers::Nonprofit::Authorization diff --git a/app/controllers/static_controller.rb b/app/controllers/static_controller.rb index f12ed5ef..89c7c18d 100644 --- a/app/controllers/static_controller.rb +++ b/app/controllers/static_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class StaticController < ApplicationController layout 'layouts/static' diff --git a/app/controllers/super_admins_controller.rb b/app/controllers/super_admins_controller.rb index cd444ceb..4e718986 100644 --- a/app/controllers/super_admins_controller.rb +++ b/app/controllers/super_admins_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class SuperAdminsController < ApplicationController layout 'layouts/page' diff --git a/app/controllers/ticket_levels_controller.rb b/app/controllers/ticket_levels_controller.rb index a59cef10..367e9195 100644 --- a/app/controllers/ticket_levels_controller.rb +++ b/app/controllers/ticket_levels_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class TicketLevelsController < ApplicationController include Controllers::Event::Current include Controllers::Event::Authorization diff --git a/app/controllers/tickets_controller.rb b/app/controllers/tickets_controller.rb index 72fdc605..13df1cec 100644 --- a/app/controllers/tickets_controller.rb +++ b/app/controllers/tickets_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class TicketsController < ApplicationController include Controllers::Event::Current include Controllers::Event::Authorization diff --git a/app/controllers/users/confirmations_controller.rb b/app/controllers/users/confirmations_controller.rb index 2ff745f8..989b1fdb 100644 --- a/app/controllers/users/confirmations_controller.rb +++ b/app/controllers/users/confirmations_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class Users::ConfirmationsController < Devise::ConfirmationsController # get /confirm def show diff --git a/app/controllers/users/registrations_controller.rb b/app/controllers/users/registrations_controller.rb index 2476e519..4709854c 100644 --- a/app/controllers/users/registrations_controller.rb +++ b/app/controllers/users/registrations_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class Users::RegistrationsController < Devise::RegistrationsController respond_to :html, :json diff --git a/app/controllers/users/sessions_controller.rb b/app/controllers/users/sessions_controller.rb index 524b53c2..267177c4 100644 --- a/app/controllers/users/sessions_controller.rb +++ b/app/controllers/users/sessions_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class Users::SessionsController < Devise::SessionsController layout 'layouts/apified', only: :new respond_to :json, only: :new diff --git a/app/helpers/api/nonprofits_helper.rb b/app/helpers/api/nonprofits_helper.rb index eca003fe..e6cb74e8 100644 --- a/app/helpers/api/nonprofits_helper.rb +++ b/app/helpers/api/nonprofits_helper.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module Api::NonprofitsHelper def nonprofit_slug_url(nonprofit) nonprofit_location_url city: nonprofit.city_slug, state_code: nonprofit.state_code_slug, name: nonprofit.slug diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index d6208207..8da4101b 100755 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module ApplicationHelper def resource_name :user diff --git a/app/helpers/card_helper.rb b/app/helpers/card_helper.rb index 0dd63536..dd902ce8 100644 --- a/app/helpers/card_helper.rb +++ b/app/helpers/card_helper.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module CardHelper def brand_file(brand) if brand == 'Visa' || brand == 'visa' || brand == 'VISA' diff --git a/app/helpers/devise_helper.rb b/app/helpers/devise_helper.rb index 03359923..3e90db20 100644 --- a/app/helpers/devise_helper.rb +++ b/app/helpers/devise_helper.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module DeviseHelper def devise_error_messages! if resource && !resource.errors.empty? diff --git a/app/helpers/nonprofits_helper.rb b/app/helpers/nonprofits_helper.rb index c721b02f..4899b1f5 100644 --- a/app/helpers/nonprofits_helper.rb +++ b/app/helpers/nonprofits_helper.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module NonprofitsHelper def managed_npo_card_json if current_user diff --git a/app/helpers/pricing_helper.rb b/app/helpers/pricing_helper.rb index e6022535..07179e23 100644 --- a/app/helpers/pricing_helper.rb +++ b/app/helpers/pricing_helper.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module PricingHelper private diff --git a/app/helpers/profiles_helper.rb b/app/helpers/profiles_helper.rb index dfca3351..d28da44a 100755 --- a/app/helpers/profiles_helper.rb +++ b/app/helpers/profiles_helper.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE module ProfilesHelper def get_shortened_name(name) if name diff --git a/app/jobs/application_job.rb b/app/jobs/application_job.rb index d4046c71..29e401b0 100644 --- a/app/jobs/application_job.rb +++ b/app/jobs/application_job.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class ApplicationJob < ActiveJob::Base end diff --git a/app/listeners/application_listener.rb b/app/listeners/application_listener.rb index 90820431..5aa4f902 100644 --- a/app/listeners/application_listener.rb +++ b/app/listeners/application_listener.rb @@ -1,3 +1,7 @@ +# frozen_string_literal: true + +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class ApplicationListener def name self.class.name diff --git a/app/listeners/campaign_listener.rb b/app/listeners/campaign_listener.rb index f8129080..297947b8 100644 --- a/app/listeners/campaign_listener.rb +++ b/app/listeners/campaign_listener.rb @@ -1,3 +1,7 @@ +# frozen_string_literal: true + +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class CampaignListener < ApplicationListener def campaign_create(campaign) if campaign.child_campaign? diff --git a/app/listeners/credit_card_payment_listener.rb b/app/listeners/credit_card_payment_listener.rb index 61129c08..50553e0e 100644 --- a/app/listeners/credit_card_payment_listener.rb +++ b/app/listeners/credit_card_payment_listener.rb @@ -1,3 +1,7 @@ +# frozen_string_literal: true + +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class CreditCardPaymentListener < ApplicationListener def donation_create(donation, locale, user=nil) if donation.payment_provider == :credit_card diff --git a/app/listeners/nonprofit_mailer_listener.rb b/app/listeners/nonprofit_mailer_listener.rb index 3cc2edcf..28109890 100644 --- a/app/listeners/nonprofit_mailer_listener.rb +++ b/app/listeners/nonprofit_mailer_listener.rb @@ -1,3 +1,7 @@ +# frozen_string_literal: true + +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class NonprofitMailerListener < ApplicationListener def nonprofit_create(nonprofit) diff --git a/app/listeners/sepa_payment_listener.rb b/app/listeners/sepa_payment_listener.rb index 67a00ab6..45c06fcf 100644 --- a/app/listeners/sepa_payment_listener.rb +++ b/app/listeners/sepa_payment_listener.rb @@ -1,3 +1,7 @@ +# frozen_string_literal: true + +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class SepaPaymentListener < ApplicationListener def donation_create(donation) if donation.payment_provider == :sepa diff --git a/app/listeners/ticket_listener.rb b/app/listeners/ticket_listener.rb index 6cac8f0a..acaa05c9 100644 --- a/app/listeners/ticket_listener.rb +++ b/app/listeners/ticket_listener.rb @@ -1,3 +1,7 @@ +# frozen_string_literal: true + +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class TicketListener < ApplicationListener def ticket_create(tickets, charge, user=nil) TicketMailer.followup(tickets.map{|i| i.id}, charge && charge.id).deliver_later diff --git a/app/listeners/wemove_listener.rb b/app/listeners/wemove_listener.rb index cbc5d3f3..92ddd5f7 100644 --- a/app/listeners/wemove_listener.rb +++ b/app/listeners/wemove_listener.rb @@ -1,3 +1,7 @@ +# frozen_string_literal: true + +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class WemoveListener < ApplicationListener def donation_create(donation) WeMoveExecuteForDonationsJob.perform_later(donation) diff --git a/app/mailers/admin_mailer.rb b/app/mailers/admin_mailer.rb index 513d1cc0..84939f5c 100644 --- a/app/mailers/admin_mailer.rb +++ b/app/mailers/admin_mailer.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class AdminMailer < BaseMailer # Subject can be set in your I18n file at config/locales/en.yml # with the following lookup: diff --git a/app/mailers/base_mailer.rb b/app/mailers/base_mailer.rb index 568ebaaa..f567f191 100644 --- a/app/mailers/base_mailer.rb +++ b/app/mailers/base_mailer.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class BaseMailer < ActionMailer::Base include Roadie::Rails::Automatic include Devise::Controllers::UrlHelpers diff --git a/app/mailers/billing_subscription_mailer.rb b/app/mailers/billing_subscription_mailer.rb index 64082d54..a7d79c94 100644 --- a/app/mailers/billing_subscription_mailer.rb +++ b/app/mailers/billing_subscription_mailer.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class BillingSubscriptionMailer < BaseMailer def failed_notice(np_id) @nonprofit = Nonprofit.find(np_id) diff --git a/app/mailers/campaign_mailer.rb b/app/mailers/campaign_mailer.rb index 9e0df251..6cd1a550 100644 --- a/app/mailers/campaign_mailer.rb +++ b/app/mailers/campaign_mailer.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class CampaignMailer < BaseMailer def creation_followup(campaign) @creator_profile = campaign.profile diff --git a/app/mailers/donation_mailer.rb b/app/mailers/donation_mailer.rb index d86a54bf..ae045c57 100644 --- a/app/mailers/donation_mailer.rb +++ b/app/mailers/donation_mailer.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class DonationMailer < BaseMailer # Used for both one-time and recurring donations # can pass in array of admin user_ids to send to only some -- if falsey/empty, will send to all diff --git a/app/mailers/event_mailer.rb b/app/mailers/event_mailer.rb index 6cff959c..9686f4cb 100644 --- a/app/mailers/event_mailer.rb +++ b/app/mailers/event_mailer.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class EventMailer < BaseMailer helper :application diff --git a/app/mailers/export_mailer.rb b/app/mailers/export_mailer.rb index 477eabf1..ef5f6096 100644 --- a/app/mailers/export_mailer.rb +++ b/app/mailers/export_mailer.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class ExportMailer < BaseMailer # Subject can be set in your I18n file at config/locales/en.yml # with the following lookup: diff --git a/app/mailers/generic_mailer.rb b/app/mailers/generic_mailer.rb index 3589edba..090408aa 100644 --- a/app/mailers/generic_mailer.rb +++ b/app/mailers/generic_mailer.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class GenericMailer < BaseMailer def generic_mail(from_email, from_name, message, subject, to_email, _to_name) @from_email = from_email diff --git a/app/mailers/import_mailer.rb b/app/mailers/import_mailer.rb index 3adb30d0..b46685f4 100644 --- a/app/mailers/import_mailer.rb +++ b/app/mailers/import_mailer.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class ImportMailer < BaseMailer def import_completed_notification(import_id) @import = Import.find(import_id) diff --git a/app/mailers/nonprofit_admin_mailer.rb b/app/mailers/nonprofit_admin_mailer.rb index f9803b21..7f7d2434 100644 --- a/app/mailers/nonprofit_admin_mailer.rb +++ b/app/mailers/nonprofit_admin_mailer.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class NonprofitAdminMailer < BaseMailer def new_invite(role, raw_token) @user = role.user diff --git a/app/mailers/nonprofit_mailer.rb b/app/mailers/nonprofit_mailer.rb index 483f8ef1..1db922ac 100644 --- a/app/mailers/nonprofit_mailer.rb +++ b/app/mailers/nonprofit_mailer.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class NonprofitMailer < BaseMailer def failed_verification_notice(np) @nonprofit = np diff --git a/app/mailers/payment_mailer.rb b/app/mailers/payment_mailer.rb index 398477bf..a96a38ae 100644 --- a/app/mailers/payment_mailer.rb +++ b/app/mailers/payment_mailer.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class PaymentMailer < BaseMailer # Send a donation receipt to a single admin # or a ticket receipt diff --git a/app/mailers/recurring_donation_mailer.rb b/app/mailers/recurring_donation_mailer.rb index ce64e58c..c9b7196c 100644 --- a/app/mailers/recurring_donation_mailer.rb +++ b/app/mailers/recurring_donation_mailer.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class RecurringDonationMailer < BaseMailer def send_cancellation_notices(recurring_donation) UserMailer.recurring_donation_cancelled(recurring_donation).deliver diff --git a/app/mailers/testing.rb b/app/mailers/testing.rb index 9d064245..4eab03e6 100644 --- a/app/mailers/testing.rb +++ b/app/mailers/testing.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class Testing < ActionMailer::Base default from: 'from@example.com' end diff --git a/app/mailers/ticket_mailer.rb b/app/mailers/ticket_mailer.rb index 7f39b499..579389db 100644 --- a/app/mailers/ticket_mailer.rb +++ b/app/mailers/ticket_mailer.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class TicketMailer < BaseMailer helper :application diff --git a/app/mailers/user_mailer.rb b/app/mailers/user_mailer.rb index b9a01478..27eafb90 100644 --- a/app/mailers/user_mailer.rb +++ b/app/mailers/user_mailer.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class UserMailer < BaseMailer def refund_receipt(refund_id) @refund = Refund.find(refund_id) diff --git a/app/models/activity.rb b/app/models/activity.rb index 8dd456c0..e3ba6f91 100644 --- a/app/models/activity.rb +++ b/app/models/activity.rb @@ -1,5 +1,6 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class Activity < ApplicationRecord end diff --git a/app/models/application_record.rb b/app/models/application_record.rb index 9f8f3f0d..204b94d6 100644 --- a/app/models/application_record.rb +++ b/app/models/application_record.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class ApplicationRecord < ActiveRecord::Base self.abstract_class = true diff --git a/app/models/bank_account.rb b/app/models/bank_account.rb index 82291b55..ff0fc410 100644 --- a/app/models/bank_account.rb +++ b/app/models/bank_account.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class BankAccount < ApplicationRecord # :name, # str (readable bank name identifier, eg. "Wells Fargo *1234") # :confirmation_token, # str (randomly generated private token for email confirmation) diff --git a/app/models/billing_plan.rb b/app/models/billing_plan.rb index 5b671256..49273418 100644 --- a/app/models/billing_plan.rb +++ b/app/models/billing_plan.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class BillingPlan < ApplicationRecord # :name, #str: readable name # :tier, #int: 0-4 (0: Free, 1: Fundraising, 2: Supporter Management) diff --git a/app/models/billing_subscription.rb b/app/models/billing_subscription.rb index f7f8831a..2a1edecc 100644 --- a/app/models/billing_subscription.rb +++ b/app/models/billing_subscription.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class BillingSubscription < ApplicationRecord # :nonprofit_id, :nonprofit, # :billing_plan_id, :billing_plan, diff --git a/app/models/campaign.rb b/app/models/campaign.rb index 1a895f3f..02621d9d 100644 --- a/app/models/campaign.rb +++ b/app/models/campaign.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class Campaign < ApplicationRecord include Image::AttachmentExtensions # :name, diff --git a/app/models/campaign_gift.rb b/app/models/campaign_gift.rb index 300d7b09..5bd4a0d6 100644 --- a/app/models/campaign_gift.rb +++ b/app/models/campaign_gift.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class CampaignGift < ApplicationRecord # :donation_id, # :donation, diff --git a/app/models/campaign_gift_option.rb b/app/models/campaign_gift_option.rb index 627c6298..0565cb61 100644 --- a/app/models/campaign_gift_option.rb +++ b/app/models/campaign_gift_option.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class CampaignGiftOption < ApplicationRecord # :amount_one_time, #int (cents) # :amount_recurring, #int (cents) diff --git a/app/models/card.rb b/app/models/card.rb index 4a1b92d0..3559efed 100755 --- a/app/models/card.rb +++ b/app/models/card.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class Card < ApplicationRecord # :cardholders_name, # str (name associated with this card) # :email, # str (cache the email associated with this card) diff --git a/app/models/charge.rb b/app/models/charge.rb index 371bbc94..3cbce08d 100644 --- a/app/models/charge.rb +++ b/app/models/charge.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE # A Charge represents a potential debit to a nonprofit's account on a credit card donation action. class Charge < ApplicationRecord diff --git a/app/models/comment.rb b/app/models/comment.rb index b2510703..d2cdb201 100644 --- a/app/models/comment.rb +++ b/app/models/comment.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class Comment < ApplicationRecord # :host_id, # :host_type, # parent: Event, Campaign, nil diff --git a/app/models/coupon.rb b/app/models/coupon.rb index 1318dd94..b61e9329 100644 --- a/app/models/coupon.rb +++ b/app/models/coupon.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class Coupon < ApplicationRecord # :name, # :victim_np_id, diff --git a/app/models/custom_field_join.rb b/app/models/custom_field_join.rb index e304c262..cdef892d 100644 --- a/app/models/custom_field_join.rb +++ b/app/models/custom_field_join.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class CustomFieldJoin < ApplicationRecord # :supporter, # :supporter_id, diff --git a/app/models/custom_field_master.rb b/app/models/custom_field_master.rb index 15f5fe08..ca4d96b9 100644 --- a/app/models/custom_field_master.rb +++ b/app/models/custom_field_master.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class CustomFieldMaster < ApplicationRecord # :nonprofit, # :nonprofit_id, diff --git a/app/models/direct_debit_detail.rb b/app/models/direct_debit_detail.rb index f3a7755d..a31aca37 100644 --- a/app/models/direct_debit_detail.rb +++ b/app/models/direct_debit_detail.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class DirectDebitDetail < ApplicationRecord # :iban, # :account_holder_name, diff --git a/app/models/dispute.rb b/app/models/dispute.rb index fb919039..ce17c812 100644 --- a/app/models/dispute.rb +++ b/app/models/dispute.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class Dispute < ApplicationRecord Reasons = %i[unrecognized duplicate fraudulent subscription_canceled product_unacceptable product_not_received unrecognized credit_not_processed goods_services_returned_or_refused goods_services_cancelled incorrect_account_details insufficient_funds bank_cannot_process debit_not_authorized general].freeze diff --git a/app/models/donation.rb b/app/models/donation.rb index 501e2d86..81d30085 100644 --- a/app/models/donation.rb +++ b/app/models/donation.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class Donation < ApplicationRecord # :date, # datetime (when this donation was made) # :amount, # int (in cents) diff --git a/app/models/email_draft.rb b/app/models/email_draft.rb index bc4296f3..d24f3cea 100644 --- a/app/models/email_draft.rb +++ b/app/models/email_draft.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class EmailDraft < ApplicationRecord # :nonprofit, :nonprofit_id, # :name, diff --git a/app/models/email_list.rb b/app/models/email_list.rb index 30ded59d..8b0b1340 100644 --- a/app/models/email_list.rb +++ b/app/models/email_list.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class EmailList < ApplicationRecord # :list_name, # :mailchimp_list_id, diff --git a/app/models/email_setting.rb b/app/models/email_setting.rb index 8624def0..d8745e33 100644 --- a/app/models/email_setting.rb +++ b/app/models/email_setting.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class EmailSetting < ApplicationRecord # :user_id, :user, # :nonprofit_id, :nonprofit, diff --git a/app/models/event.rb b/app/models/event.rb index b0ec45d1..38884d48 100644 --- a/app/models/event.rb +++ b/app/models/event.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class Event < ApplicationRecord include Image::AttachmentExtensions # :deleted, #bool for soft-delete diff --git a/app/models/event_discount.rb b/app/models/event_discount.rb index cf6d7a1e..897081c7 100644 --- a/app/models/event_discount.rb +++ b/app/models/event_discount.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class EventDiscount < ApplicationRecord # :code, # :event_id, diff --git a/app/models/export.rb b/app/models/export.rb index a48e92b9..32d61016 100644 --- a/app/models/export.rb +++ b/app/models/export.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class Export < ApplicationRecord # :exception, # :nonprofit, diff --git a/app/models/full_contact_info.rb b/app/models/full_contact_info.rb index ee910cb1..20c4838d 100644 --- a/app/models/full_contact_info.rb +++ b/app/models/full_contact_info.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class FullContactInfo < ApplicationRecord # :email, # :full_name, diff --git a/app/models/full_contact_org.rb b/app/models/full_contact_org.rb index a73a708a..d8be1d4f 100644 --- a/app/models/full_contact_org.rb +++ b/app/models/full_contact_org.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class FullContactOrg < ApplicationRecord # :name, # :is_primary, diff --git a/app/models/full_contact_photo.rb b/app/models/full_contact_photo.rb index 647d542a..798a2d85 100644 --- a/app/models/full_contact_photo.rb +++ b/app/models/full_contact_photo.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class FullContactPhoto < ApplicationRecord # :full_contact_info, # :full_contact_info_id, diff --git a/app/models/full_contact_social_profile.rb b/app/models/full_contact_social_profile.rb index 717829fe..a5c1df63 100644 --- a/app/models/full_contact_social_profile.rb +++ b/app/models/full_contact_social_profile.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class FullContactSocialProfile < ApplicationRecord # :full_contact_info, # :full_contact_info_id, diff --git a/app/models/full_contact_topic.rb b/app/models/full_contact_topic.rb index 952195a3..bf7c422a 100644 --- a/app/models/full_contact_topic.rb +++ b/app/models/full_contact_topic.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class FullContactTopic < ApplicationRecord # :provider, # :value, diff --git a/app/models/image_attachment.rb b/app/models/image_attachment.rb index 23e89904..a82684f3 100644 --- a/app/models/image_attachment.rb +++ b/app/models/image_attachment.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class ImageAttachment < ApplicationRecord include Image::AttachmentExtensions # :parent_id, diff --git a/app/models/import.rb b/app/models/import.rb index 4c6453a4..8827f374 100644 --- a/app/models/import.rb +++ b/app/models/import.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class Import < ApplicationRecord # :user_id, :user, # :email, # email of the user who ma diff --git a/app/models/miscellaneous_np_info.rb b/app/models/miscellaneous_np_info.rb index 3bd32dbb..a9a387bc 100644 --- a/app/models/miscellaneous_np_info.rb +++ b/app/models/miscellaneous_np_info.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class MiscellaneousNpInfo < ApplicationRecord # :donate_again_url, # :change_amount_message diff --git a/app/models/nonprofit.rb b/app/models/nonprofit.rb index d18597cd..b6b3a6f5 100755 --- a/app/models/nonprofit.rb +++ b/app/models/nonprofit.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class Nonprofit < ApplicationRecord attr_accessor :register_np_only, :user_id, :user Categories = ['Public Benefit', 'Human Services', 'Education', 'Civic Duty', 'Human Rights', 'Animals', 'Environment', 'Health', 'Arts, Culture, Humanities', 'International', 'Children', 'Religion', 'LGBTQ', "Women's Rights", 'Disaster Relief', 'Veterans'].freeze diff --git a/app/models/nonprofit_account.rb b/app/models/nonprofit_account.rb index c30938dd..086e0df4 100644 --- a/app/models/nonprofit_account.rb +++ b/app/models/nonprofit_account.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class NonprofitAccount < ApplicationRecord # :stripe_account_id, #str # :nonprofit, :nonprofit_id #int diff --git a/app/models/offsite_payment.rb b/app/models/offsite_payment.rb index 12f0606b..b8ccef2f 100644 --- a/app/models/offsite_payment.rb +++ b/app/models/offsite_payment.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class OffsitePayment < ApplicationRecord # :gross_amount, # :kind, diff --git a/app/models/payment.rb b/app/models/payment.rb index 17214de7..98890aeb 100644 --- a/app/models/payment.rb +++ b/app/models/payment.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE # A payment represents the event where a nonprofit receives money from a supporter # If connected to a charge, this represents money potentially debited to the nonprofit's account # If connected to an offsite_payment, this is money the nonprofit is recording for convenience. diff --git a/app/models/payment_import.rb b/app/models/payment_import.rb index 244c9e69..4d010e17 100644 --- a/app/models/payment_import.rb +++ b/app/models/payment_import.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class PaymentImport < ApplicationRecord # :nonprofit, # :user diff --git a/app/models/payment_payout.rb b/app/models/payment_payout.rb index c817f63e..2448b386 100644 --- a/app/models/payment_payout.rb +++ b/app/models/payment_payout.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE # charge_payouts are a join table between charges and payouts # # The reason we need a join table between charges and payouts: diff --git a/app/models/payout.rb b/app/models/payout.rb index e5911cc6..b60abeb1 100644 --- a/app/models/payout.rb +++ b/app/models/payout.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE # Payouts record a credit of the total pending balance on a nonprofit's account # to their bank account or debit card # diff --git a/app/models/profile.rb b/app/models/profile.rb index fa8361f6..26a5b517 100755 --- a/app/models/profile.rb +++ b/app/models/profile.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class Profile < ApplicationRecord include Image::AttachmentExtensions # :registered, # bool diff --git a/app/models/recurring_donation.rb b/app/models/recurring_donation.rb index 02c40da6..807811dc 100644 --- a/app/models/recurring_donation.rb +++ b/app/models/recurring_donation.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE require 'timespan' class RecurringDonation < ApplicationRecord diff --git a/app/models/refund.rb b/app/models/refund.rb index faed9dff..97c6484e 100644 --- a/app/models/refund.rb +++ b/app/models/refund.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class Refund < ApplicationRecord Reasons = %i[duplicate fraudulent requested_by_customer].freeze # :amount, # int diff --git a/app/models/role.rb b/app/models/role.rb index 5b3002db..bb78d7c2 100644 --- a/app/models/role.rb +++ b/app/models/role.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class Role < ApplicationRecord Names = [ :super_admin, # global access diff --git a/app/models/source_token.rb b/app/models/source_token.rb index 75e02055..d0ca907e 100644 --- a/app/models/source_token.rb +++ b/app/models/source_token.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class SourceToken < ApplicationRecord self.primary_key = :token # :expiration, diff --git a/app/models/supporter.rb b/app/models/supporter.rb index 8b115218..0f2704c5 100644 --- a/app/models/supporter.rb +++ b/app/models/supporter.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class Supporter < ApplicationRecord # :search_vectors, # :profile_id, :profile, diff --git a/app/models/supporter_email.rb b/app/models/supporter_email.rb index 340afa3a..d3566552 100644 --- a/app/models/supporter_email.rb +++ b/app/models/supporter_email.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class SupporterEmail < ApplicationRecord # :to, # :from, diff --git a/app/models/supporter_note.rb b/app/models/supporter_note.rb index cbeeaea9..1d038958 100644 --- a/app/models/supporter_note.rb +++ b/app/models/supporter_note.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class SupporterNote < ApplicationRecord # :content, # :supporter_id, :supporter diff --git a/app/models/tag_join.rb b/app/models/tag_join.rb index 9cdbb154..79138bb9 100644 --- a/app/models/tag_join.rb +++ b/app/models/tag_join.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class TagJoin < ApplicationRecord # :supporter, :supporter_id, # :tag_master, :tag_master_id diff --git a/app/models/tag_master.rb b/app/models/tag_master.rb index efca9eea..63a76af7 100644 --- a/app/models/tag_master.rb +++ b/app/models/tag_master.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class TagMaster < ApplicationRecord # :nonprofit, :nonprofit_id, # :name, diff --git a/app/models/ticket.rb b/app/models/ticket.rb index 0a19bc09..57d6a8f2 100644 --- a/app/models/ticket.rb +++ b/app/models/ticket.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class Ticket < ApplicationRecord # :note, # :event_discount, diff --git a/app/models/ticket_level.rb b/app/models/ticket_level.rb index 95994901..acdd4d67 100644 --- a/app/models/ticket_level.rb +++ b/app/models/ticket_level.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class TicketLevel < ApplicationRecord # :amount, #integer # :amount_dollars, #accessor, string diff --git a/app/models/tracking.rb b/app/models/tracking.rb index 50485c58..35d5e399 100644 --- a/app/models/tracking.rb +++ b/app/models/tracking.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class Tracking < ApplicationRecord # :utm_campaign, # :utm_content, diff --git a/app/models/user.rb b/app/models/user.rb index 397edd83..ea90603d 100755 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE class User < ApplicationRecord # :email, # str: balidated with Devise # :password, # str: hashed with bcrypt diff --git a/app/views/admin_mailer/notify_failed_gift.html.erb b/app/views/admin_mailer/notify_failed_gift.html.erb index 4d812ea2..5100c248 100644 --- a/app/views/admin_mailer/notify_failed_gift.html.erb +++ b/app/views/admin_mailer/notify_failed_gift.html.erb @@ -1,4 +1,5 @@ -<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%> +<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%>

Dear admin,

The following donation was tried to be associated with a campaign gift option. You SHOULD refund the donation diff --git a/app/views/api/nonprofits/create.json.jbuilder b/app/views/api/nonprofits/create.json.jbuilder index 388e5ef7..ec7e1dbb 100644 --- a/app/views/api/nonprofits/create.json.jbuilder +++ b/app/views/api/nonprofits/create.json.jbuilder @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE json.id @nonprofit.id json.name @nonprofit.name json.city @nonprofit.city diff --git a/app/views/app_data/_nonprofit.jbuilder b/app/views/app_data/_nonprofit.jbuilder index 9580e4b9..de5be506 100644 --- a/app/views/app_data/_nonprofit.jbuilder +++ b/app/views/app_data/_nonprofit.jbuilder @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE json.extract! nonprofit, :id, :name, #basics :brand_color, :brand_font, :tagline, #brand :zip_code, :state_code, :city, :latitude, :longitude, #location diff --git a/app/views/app_data/_profile.jbuilder b/app/views/app_data/_profile.jbuilder index 90db070e..9807308c 100644 --- a/app/views/app_data/_profile.jbuilder +++ b/app/views/app_data/_profile.jbuilder @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE json.extract! profile, :id, :name, :country, :picture json.url profile_path(profile) json.pic_tiny url_for(profile.picture_by_size(:tiny)) if profile.picture.attached? diff --git a/app/views/app_data/_user.jbuilder b/app/views/app_data/_user.jbuilder index a492df98..214c05d4 100644 --- a/app/views/app_data/_user.jbuilder +++ b/app/views/app_data/_user.jbuilder @@ -1,6 +1,7 @@ # frozen_string_literal: true -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later +# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE json.extract! user, :id, :created_at, :updated_at, :email json.unconfirmed_email user.unconfirmed_email json.confirmed user.confirmed? diff --git a/app/views/billing_subscription_mailer/failed_notice.html.erb b/app/views/billing_subscription_mailer/failed_notice.html.erb index 84cc8864..31e70dcf 100644 --- a/app/views/billing_subscription_mailer/failed_notice.html.erb +++ b/app/views/billing_subscription_mailer/failed_notice.html.erb @@ -1,4 +1,5 @@ -<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%> +<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%>

Dear <%= @nonprofit.name %>,

diff --git a/app/views/billing_subscriptions/_new_modal.html.erb b/app/views/billing_subscriptions/_new_modal.html.erb index 0fcd7adb..2942dca8 100644 --- a/app/views/billing_subscriptions/_new_modal.html.erb +++ b/app/views/billing_subscriptions/_new_modal.html.erb @@ -1,4 +1,5 @@ -<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%> +<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later +# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%>