houdini/config/default_organization.yml
Bradley M. Kuhn ed8872422f Relicense all .yml files as CC-1.0
The primary license of the project is changing to:
  AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later

with some specific files to be licensed under the one of two licenses:
   CC0-1.0
   LGPL-3.0-or-later

This commit is one of the many steps to relicense the entire codebase.

We decided to relicense the .yml files, which currently contain only
translations, under CC0-1.0 for now.  The project may in future place these
files under a copyleft license, but will discuss that with the contributor
community before doing so.

Documentation granting permission for this relicensing (from all past
contributors who hold copyrights) is on file with Software Freedom
Conservancy, Inc.
2018-03-25 15:10:40 -04:00

29 lines
762 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# License: CC0-1.0
# This is an example organization configuration file.
#
# How to use it:
# 1. Set an enviroment variable called ORG_NAME
# 2. Make a copy of this file and rename it to <ORG_NAME>.yml this will be your
# default settings file. You can also create <ORG_NAME>.enviroment.yml which
# will overwrite your settings on per enviroment basis.
# 3. Set your details in the new files et voila!
mailer:
default_from: Default Org Team <hi@defaultorg.com>"
delivery_method: "smtp"
address: "localhost"
port: 1025
host: "localhost:5000"
email: 'email@email.org'
devise:
mailer_sender: "hi@defaultorg.com"
intntl:
currencies: ["eur"]
eur:
unit: "euro"
subunit: "cents"
symbol: "€"
abbv: "eur"
format: "%n%u"