diff --git a/containerproxy/src/main/java/eu/openanalytics/containerproxy/auth/impl/OpenIDAuthenticationBackend.java b/containerproxy/src/main/java/eu/openanalytics/containerproxy/auth/impl/OpenIDAuthenticationBackend.java index f3005ae4..a4760522 100644 --- a/containerproxy/src/main/java/eu/openanalytics/containerproxy/auth/impl/OpenIDAuthenticationBackend.java +++ b/containerproxy/src/main/java/eu/openanalytics/containerproxy/auth/impl/OpenIDAuthenticationBackend.java @@ -1,3 +1,23 @@ +/** + * ContainerProxy + * + * Copyright (C) 2016-2018 Open Analytics + * + * =========================================================================== + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the Apache License as published by + * The Apache Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * Apache License for more details. + * + * You should have received a copy of the Apache License + * along with this program. If not, see + */ package eu.openanalytics.containerproxy.auth.impl; import java.util.Collections; diff --git a/containerproxy/src/main/java/eu/openanalytics/containerproxy/backend/docker/DockerSwarmBackend.java b/containerproxy/src/main/java/eu/openanalytics/containerproxy/backend/docker/DockerSwarmBackend.java index 53663a97..ce1520cf 100644 --- a/containerproxy/src/main/java/eu/openanalytics/containerproxy/backend/docker/DockerSwarmBackend.java +++ b/containerproxy/src/main/java/eu/openanalytics/containerproxy/backend/docker/DockerSwarmBackend.java @@ -1,3 +1,23 @@ +/** + * ContainerProxy + * + * Copyright (C) 2016-2018 Open Analytics + * + * =========================================================================== + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the Apache License as published by + * The Apache Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * Apache License for more details. + * + * You should have received a copy of the Apache License + * along with this program. If not, see + */ package eu.openanalytics.containerproxy.backend.docker; import java.net.URI; diff --git a/containerproxy/src/main/java/eu/openanalytics/containerproxy/service/LogService.java b/containerproxy/src/main/java/eu/openanalytics/containerproxy/service/LogService.java index 5708d905..a9b789cd 100644 --- a/containerproxy/src/main/java/eu/openanalytics/containerproxy/service/LogService.java +++ b/containerproxy/src/main/java/eu/openanalytics/containerproxy/service/LogService.java @@ -1,5 +1,5 @@ /** - * ShinyProxy + * ContainerProxy * * Copyright (C) 2016-2018 Open Analytics * diff --git a/containerproxy/src/main/java/eu/openanalytics/containerproxy/spec/setting/type/AbstractSettingType.java b/containerproxy/src/main/java/eu/openanalytics/containerproxy/spec/setting/type/AbstractSettingType.java index 56444aee..c40a0068 100644 --- a/containerproxy/src/main/java/eu/openanalytics/containerproxy/spec/setting/type/AbstractSettingType.java +++ b/containerproxy/src/main/java/eu/openanalytics/containerproxy/spec/setting/type/AbstractSettingType.java @@ -1,3 +1,23 @@ +/** + * ContainerProxy + * + * Copyright (C) 2016-2018 Open Analytics + * + * =========================================================================== + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the Apache License as published by + * The Apache Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * Apache License for more details. + * + * You should have received a copy of the Apache License + * along with this program. If not, see + */ package eu.openanalytics.containerproxy.spec.setting.type; import javax.inject.Inject;