diff options
author | hellekin <hellekin@cepheide.org> | 2020-10-29 22:40:35 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2020-10-29 22:40:35 +0100 |
commit | 3d4f9f2c280f9d85722951fa5850ca00a7e80aac (patch) | |
tree | 476e5100981e9507aeb5e41a784705e1c8bb1a0b /app/lib | |
parent | 1cda1e3525b180778fb0ba864d63698941eb7360 (diff) | |
download | incommon-map-3d4f9f2c280f9d85722951fa5850ca00a7e80aac.tar.gz |
REUSE: Add AGPL-3.0-or-later to app/*
Diffstat (limited to 'app/lib')
-rw-r--r-- | app/lib/incommon.rb | 6 | ||||
-rw-r--r-- | app/lib/sso.rb | 4 | ||||
-rw-r--r-- | app/lib/sso/from_discourse.rb | 4 |
3 files changed, 14 insertions, 0 deletions
diff --git a/app/lib/incommon.rb b/app/lib/incommon.rb new file mode 100644 index 0000000..091f022 --- /dev/null +++ b/app/lib/incommon.rb @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc> +# +# SPDX-License-Identifier: AGPL-3.0-or-later + +module INCOMMON +end diff --git a/app/lib/sso.rb b/app/lib/sso.rb index 0939a7c..088f436 100644 --- a/app/lib/sso.rb +++ b/app/lib/sso.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 # Perform Single Sign-On using Discourse diff --git a/app/lib/sso/from_discourse.rb b/app/lib/sso/from_discourse.rb index a5df192..94969c9 100644 --- a/app/lib/sso/from_discourse.rb +++ b/app/lib/sso/from_discourse.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 module SSO |