GNM-117, 126 Legal Header prüfen
diff --git a/src/main/asciidoc/architectureDocumentation/auth_n_auth_architectureDocumentation.adoc b/src/main/asciidoc/architectureDocumentation/auth_n_auth_architectureDocumentation.adoc index 7abfa88..3281812 100644 --- a/src/main/asciidoc/architectureDocumentation/auth_n_auth_architectureDocumentation.adoc +++ b/src/main/asciidoc/architectureDocumentation/auth_n_auth_architectureDocumentation.adoc
@@ -1,4 +1,15 @@ -openKonsequenz - Architecture of the module "portal@openK" +//// +****************************************************************************** +* Copyright © 2018 PTA GmbH. +* All rights reserved. This program and the accompanying materials +* are made available under the terms of the Eclipse Public License v1.0 +* which accompanies this distribution, and is available at +* +* http://www.eclipse.org/legal/epl-v10.html +* +****************************************************************************** +//// +openKonsequenz - Architecture of the module "portal@openK" ========================================================== :Author: Frank Dietrich :Email: frank.dietrich@pta.de
diff --git a/src/main/asciidoc/howto/auth_n_auth_howtoBuild.adoc b/src/main/asciidoc/howto/auth_n_auth_howtoBuild.adoc index f325b3e..f71a473 100644 --- a/src/main/asciidoc/howto/auth_n_auth_howtoBuild.adoc +++ b/src/main/asciidoc/howto/auth_n_auth_howtoBuild.adoc
@@ -1,3 +1,14 @@ +//// +****************************************************************************** +* Copyright © 2018 PTA GmbH. +* All rights reserved. This program and the accompanying materials +* are made available under the terms of the Eclipse Public License v1.0 +* which accompanies this distribution, and is available at +* +* http://www.eclipse.org/legal/epl-v10.html +* +****************************************************************************** +//// = openKonsequenz - How to build the module "portal@openK" :Date: 2017-11-17 :Revision: 1
diff --git a/src/main/asciidoc/howto/auth_n_auth_howtoRun.adoc b/src/main/asciidoc/howto/auth_n_auth_howtoRun.adoc index b3afbbe..bddebfc 100644 --- a/src/main/asciidoc/howto/auth_n_auth_howtoRun.adoc +++ b/src/main/asciidoc/howto/auth_n_auth_howtoRun.adoc
@@ -1,3 +1,14 @@ +//// +****************************************************************************** +* Copyright © 2018 PTA GmbH. +* All rights reserved. This program and the accompanying materials +* are made available under the terms of the Eclipse Public License v1.0 +* which accompanies this distribution, and is available at +* +* http://www.eclipse.org/legal/epl-v10.html +* +****************************************************************************** +//// = openKonsequenz - How to run the module "portal@openK" :Date: 2017-11-17 :Revision: 1
diff --git a/src/main/asciidoc/interfaceDocumentation/auth_n_auth_interfaceDocumentation.adoc b/src/main/asciidoc/interfaceDocumentation/auth_n_auth_interfaceDocumentation.adoc index 8db2339..d9aed64 100644 --- a/src/main/asciidoc/interfaceDocumentation/auth_n_auth_interfaceDocumentation.adoc +++ b/src/main/asciidoc/interfaceDocumentation/auth_n_auth_interfaceDocumentation.adoc
@@ -1,4 +1,15 @@ -authAndAuth@openK - Backend REST-Service documentation +//// +****************************************************************************** +* Copyright © 2018 PTA GmbH. +* All rights reserved. This program and the accompanying materials +* are made available under the terms of the Eclipse Public License v1.0 +* which accompanies this distribution, and is available at +* +* http://www.eclipse.org/legal/epl-v10.html +* +****************************************************************************** +//// +authAndAuth@openK - Backend REST-Service documentation ====================================================== :Author: Frank Dietrich :Email: frank.dietrich@pta.de
diff --git a/src/test/java/org/eclipse/openk/portal/health/base/NamedHealthCheckResultTest.java b/src/test/java/org/eclipse/openk/portal/health/base/NamedHealthCheckResultTest.java index 0fdd4e7..9cb9770 100644 --- a/src/test/java/org/eclipse/openk/portal/health/base/NamedHealthCheckResultTest.java +++ b/src/test/java/org/eclipse/openk/portal/health/base/NamedHealthCheckResultTest.java
@@ -1,3 +1,14 @@ +/** + ****************************************************************************** + * Copyright © 2017-2018 PTA GmbH. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * + * http://www.eclipse.org/legal/epl-v10.html + * + ****************************************************************************** + */ package org.eclipse.openk.portal.health.base; import org.junit.Test;
diff --git a/src/test/java/org/eclipse/openk/portal/health/base/ResultTest.java b/src/test/java/org/eclipse/openk/portal/health/base/ResultTest.java index 9379922..a2056b0 100644 --- a/src/test/java/org/eclipse/openk/portal/health/base/ResultTest.java +++ b/src/test/java/org/eclipse/openk/portal/health/base/ResultTest.java
@@ -1,3 +1,14 @@ +/** + ****************************************************************************** + * Copyright © 2017-2018 PTA GmbH. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * + * http://www.eclipse.org/legal/epl-v10.html + * + ****************************************************************************** + */ package org.eclipse.openk.portal.health.base; import org.junit.Test;
diff --git a/src/test/java/org/eclipse/openk/portal/health/impl/KeyCloakPresentHealthCheckTest.java b/src/test/java/org/eclipse/openk/portal/health/impl/KeyCloakPresentHealthCheckTest.java index 1727b6a..25ef190 100644 --- a/src/test/java/org/eclipse/openk/portal/health/impl/KeyCloakPresentHealthCheckTest.java +++ b/src/test/java/org/eclipse/openk/portal/health/impl/KeyCloakPresentHealthCheckTest.java
@@ -1,3 +1,14 @@ +/** + ****************************************************************************** + * Copyright © 2017-2018 PTA GmbH. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * + * http://www.eclipse.org/legal/epl-v10.html + * + ****************************************************************************** + */ package org.eclipse.openk.portal.health.impl; import org.junit.Before;