You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2019/01/12 11:57:13 UTC

[isis] 02/02: ISIS-1811: adds missing license headers

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch release-2.0.0-M2-RC1
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 75262f8e334cedd46f0b95fbb7736e7d01cbb163
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sat Jan 12 11:56:48 2019 +0000

    ISIS-1811: adds missing license headers
---
 core/webserver/config/isis.properties                  | 16 ++++++++++++++++
 .../apache/isis/core/webserver/DummyAppManifest.java   | 18 ++++++++++++++++++
 .../isis/core/webserver/HelloWorldAppConfigTest.java   | 18 ++++++++++++++++++
 3 files changed, 52 insertions(+)

diff --git a/core/webserver/config/isis.properties b/core/webserver/config/isis.properties
index 3a4de45..7a1f344 100644
--- a/core/webserver/config/isis.properties
+++ b/core/webserver/config/isis.properties
@@ -1 +1,17 @@
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you 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.
 isis.appManifest=org.apache.isis.core.webserver.DummyAppManifest
\ No newline at end of file
diff --git a/core/webserver/src/test/java/org/apache/isis/core/webserver/DummyAppManifest.java b/core/webserver/src/test/java/org/apache/isis/core/webserver/DummyAppManifest.java
index 27a0a62..e6565db 100644
--- a/core/webserver/src/test/java/org/apache/isis/core/webserver/DummyAppManifest.java
+++ b/core/webserver/src/test/java/org/apache/isis/core/webserver/DummyAppManifest.java
@@ -1,3 +1,21 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you 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 org.apache.isis.core.webserver;
 
 import org.apache.isis.applib.AppManifestAbstract2;
diff --git a/core/webserver/src/test/java/org/apache/isis/core/webserver/HelloWorldAppConfigTest.java b/core/webserver/src/test/java/org/apache/isis/core/webserver/HelloWorldAppConfigTest.java
index 3856bbd..e9332be 100644
--- a/core/webserver/src/test/java/org/apache/isis/core/webserver/HelloWorldAppConfigTest.java
+++ b/core/webserver/src/test/java/org/apache/isis/core/webserver/HelloWorldAppConfigTest.java
@@ -1,3 +1,21 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you 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 org.apache.isis.core.webserver;
 
 import java.util.Map;