diff options
author | hellekin <hellekin@cepheide.org> | 2020-10-29 22:50:49 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2020-10-29 22:50:49 +0100 |
commit | bc486c6818949309ba90e9c7cb5d0a3fbd39b43a (patch) | |
tree | 4f40e10b1b5dd1581ca9ab8d153e01b712071fd6 /config/initializers | |
parent | f6087be2325b1da1b4f735787615aac2eed27783 (diff) | |
download | incommon-map-bc486c6818949309ba90e9c7cb5d0a3fbd39b43a.tar.gz |
REUSE: Add AGPL-3.0-or-later on remaining IN COMMON code
Diffstat (limited to 'config/initializers')
-rw-r--r-- | config/initializers/inflections.rb | 4 | ||||
-rw-r--r-- | config/initializers/sso_config.rb | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/config/initializers/inflections.rb b/config/initializers/inflections.rb index 13e8739..0e49cd1 100644 --- a/config/initializers/inflections.rb +++ b/config/initializers/inflections.rb @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc> +# +# SPDX-License-Identifier: AGPL-3.0-or-later + # Be sure to restart your server when you modify this file. # Add new inflection rules using the following format. Inflections diff --git a/config/initializers/sso_config.rb b/config/initializers/sso_config.rb index d88b595..cf3bf3f 100644 --- a/config/initializers/sso_config.rb +++ b/config/initializers/sso_config.rb @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018-2020 IN COMMON Collective <collective@incommon.cc> +# +# SPDX-License-Identifier: AGPL-3.0-or-later + # frozen_string_literal: true # See lib/sso/from_discourse.rb |