diff --git a/iam-login-service/src/test/java/it/infn/mw/iam/test/oauth/DeviceCodeTestsConstants.java b/iam-login-service/src/test/java/it/infn/mw/iam/test/oauth/DeviceCodeTestsConstants.java index 33929be42..dc5829a20 100644 --- a/iam-login-service/src/test/java/it/infn/mw/iam/test/oauth/DeviceCodeTestsConstants.java +++ b/iam-login-service/src/test/java/it/infn/mw/iam/test/oauth/DeviceCodeTestsConstants.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) Istituto Nazionale di Fisica Nucleare (INFN). 2016-2021 + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package it.infn.mw.iam.test.oauth; public interface DeviceCodeTestsConstants { diff --git a/iam-login-service/src/test/java/it/infn/mw/iam/test/oauth/ExternalizedSessionDeviceCodeTests.java b/iam-login-service/src/test/java/it/infn/mw/iam/test/oauth/ExternalizedSessionDeviceCodeTests.java index 8ac1ba12b..63b3ede92 100644 --- a/iam-login-service/src/test/java/it/infn/mw/iam/test/oauth/ExternalizedSessionDeviceCodeTests.java +++ b/iam-login-service/src/test/java/it/infn/mw/iam/test/oauth/ExternalizedSessionDeviceCodeTests.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) Istituto Nazionale di Fisica Nucleare (INFN). 2016-2021 + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package it.infn.mw.iam.test.oauth; import static org.hamcrest.CoreMatchers.is; diff --git a/iam-login-service/src/test/java/it/infn/mw/iam/test/util/redis/RedisIamTestExtension.java b/iam-login-service/src/test/java/it/infn/mw/iam/test/util/redis/RedisIamTestExtension.java index db4423530..01cb2c442 100644 --- a/iam-login-service/src/test/java/it/infn/mw/iam/test/util/redis/RedisIamTestExtension.java +++ b/iam-login-service/src/test/java/it/infn/mw/iam/test/util/redis/RedisIamTestExtension.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) Istituto Nazionale di Fisica Nucleare (INFN). 2016-2021 + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package it.infn.mw.iam.test.util.redis; import org.junit.jupiter.api.extension.AfterAllCallback; diff --git a/iam-voms-aa/src/main/resources/application-voms-test.yml b/iam-voms-aa/src/main/resources/application-voms-test.yml index 0d09eeba4..17a3856ad 100644 --- a/iam-voms-aa/src/main/resources/application-voms-test.yml +++ b/iam-voms-aa/src/main/resources/application-voms-test.yml @@ -1,3 +1,19 @@ +# +# Copyright (c) Istituto Nazionale di Fisica Nucleare (INFN). 2016-2021 +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + server: address: 0.0.0.0 port: 8080