You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by ni...@apache.org on 2017/10/29 00:37:52 UTC

polygene-java git commit: More missing license headers. Yay for the release build Jenkins job catching this early.

Repository: polygene-java
Updated Branches:
  refs/heads/develop d46094f58 -> d345a763f


More missing license headers. Yay for the release build Jenkins job catching this early.


Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/d345a763
Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/d345a763
Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/d345a763

Branch: refs/heads/develop
Commit: d345a763ffdb656f3be87bb9c4c8716df3d68213
Parents: d46094f
Author: niclas <ni...@hedhman.org>
Authored: Sun Oct 29 08:37:45 2017 +0800
Committer: niclas <ni...@hedhman.org>
Committed: Sun Oct 29 08:37:45 2017 +0800

----------------------------------------------------------------------
 .../polygene/entitystore/sql/TearDown.java       | 19 +++++++++++++++++++
 .../polygene/entitystore/sqlkv/TearDown.java     | 19 +++++++++++++++++++
 .../polygene/tools/model/EnvisageServlet.java    | 19 +++++++++++++++++++
 tools/model-detail/src/main/resources/index.html | 19 +++++++++++++++++++
 4 files changed, 76 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-java/blob/d345a763/extensions/entitystore-sql/src/test/java/org/apache/polygene/entitystore/sql/TearDown.java
----------------------------------------------------------------------
diff --git a/extensions/entitystore-sql/src/test/java/org/apache/polygene/entitystore/sql/TearDown.java b/extensions/entitystore-sql/src/test/java/org/apache/polygene/entitystore/sql/TearDown.java
index e2371c0..88d6acc 100644
--- a/extensions/entitystore-sql/src/test/java/org/apache/polygene/entitystore/sql/TearDown.java
+++ b/extensions/entitystore-sql/src/test/java/org/apache/polygene/entitystore/sql/TearDown.java
@@ -1,3 +1,22 @@
+/*
+ *  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.polygene.entitystore.sql;
 
 import java.sql.Connection;

http://git-wip-us.apache.org/repos/asf/polygene-java/blob/d345a763/extensions/entitystore-sqlkv/src/test/java/org/apache/polygene/entitystore/sqlkv/TearDown.java
----------------------------------------------------------------------
diff --git a/extensions/entitystore-sqlkv/src/test/java/org/apache/polygene/entitystore/sqlkv/TearDown.java b/extensions/entitystore-sqlkv/src/test/java/org/apache/polygene/entitystore/sqlkv/TearDown.java
index 6aaa6cb..b91a5bc 100644
--- a/extensions/entitystore-sqlkv/src/test/java/org/apache/polygene/entitystore/sqlkv/TearDown.java
+++ b/extensions/entitystore-sqlkv/src/test/java/org/apache/polygene/entitystore/sqlkv/TearDown.java
@@ -1,3 +1,22 @@
+/*
+ *  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.polygene.entitystore.sqlkv;
 
 import java.sql.Connection;

http://git-wip-us.apache.org/repos/asf/polygene-java/blob/d345a763/tools/model-detail/src/main/java/org/apache/polygene/tools/model/EnvisageServlet.java
----------------------------------------------------------------------
diff --git a/tools/model-detail/src/main/java/org/apache/polygene/tools/model/EnvisageServlet.java b/tools/model-detail/src/main/java/org/apache/polygene/tools/model/EnvisageServlet.java
index a72d2b2..df788e1 100644
--- a/tools/model-detail/src/main/java/org/apache/polygene/tools/model/EnvisageServlet.java
+++ b/tools/model-detail/src/main/java/org/apache/polygene/tools/model/EnvisageServlet.java
@@ -1,3 +1,22 @@
+/*
+ *  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.polygene.tools.model;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/polygene-java/blob/d345a763/tools/model-detail/src/main/resources/index.html
----------------------------------------------------------------------
diff --git a/tools/model-detail/src/main/resources/index.html b/tools/model-detail/src/main/resources/index.html
index 486feab..3910d06 100644
--- a/tools/model-detail/src/main/resources/index.html
+++ b/tools/model-detail/src/main/resources/index.html
@@ -1,3 +1,22 @@
+<!--
+  ~  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.
+  ~
+  ~
+  -->
 <html>
 <body>
 <h1>Envisage</h1>