You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2016/08/01 17:30:42 UTC

[53/53] incubator-juneau git commit: Add missing copyrights.

Add missing copyrights.

Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/5f1a39d5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/5f1a39d5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/5f1a39d5

Branch: refs/heads/master
Commit: 5f1a39d5ed173de0805283618d4c5761e5b84d64
Parents: 623f3ce
Author: jamesbognar <ja...@gmail.com>
Authored: Mon Aug 1 13:29:40 2016 -0400
Committer: jamesbognar <ja...@gmail.com>
Committed: Mon Aug 1 13:29:40 2016 -0400

----------------------------------------------------------------------
 org.apache.juneau.releng/Readme.txt             | 33 --------------------
 .../juneau/samples/addressbook/package.html     | 15 +++++++++
 .../server/samples/CodeFormatterResource.html   | 15 +++++++++
 .../juneau/server/samples/SqlQueryResource.html | 15 +++++++++
 .../src/test/resources/log4j.properties         | 16 +++++++++-
 5 files changed, 60 insertions(+), 34 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/5f1a39d5/org.apache.juneau.releng/Readme.txt
----------------------------------------------------------------------
diff --git a/org.apache.juneau.releng/Readme.txt b/org.apache.juneau.releng/Readme.txt
deleted file mode 100755
index dce0414..0000000
--- a/org.apache.juneau.releng/Readme.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-#================================================================================
-# Juneau Components List
-#================================================================================
-
----------------------------------------------------------------------------------
-juneau-all.jar
-Contains all binaries from the Core, Server, Client, and Microservice APIs
----------------------------------------------------------------------------------
-
----------------------------------------------------------------------------------
-bundles/*
-Contents of juneau-all.jar as individual OSGi bundles.
----------------------------------------------------------------------------------
-
----------------------------------------------------------------------------------
-source/*
-Same as the binaries, except includes all the source code as well.
----------------------------------------------------------------------------------
-
----------------------------------------------------------------------------------
-juneau-javadocs.war
-The docs for everything.
----------------------------------------------------------------------------------
-
----------------------------------------------------------------------------------
-microservice-project.zip
-The Eclipse project template for creating a microservice.
----------------------------------------------------------------------------------
-
----------------------------------------------------------------------------------
-microservice-samples-project.zip
-The Eclipse project for running the samples.
----------------------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/5f1a39d5/org.apache.juneau.samples/src/main/java/org/apache/juneau/samples/addressbook/package.html
----------------------------------------------------------------------
diff --git a/org.apache.juneau.samples/src/main/java/org/apache/juneau/samples/addressbook/package.html b/org.apache.juneau.samples/src/main/java/org/apache/juneau/samples/addressbook/package.html
index 5ac8abc..21caee9 100755
--- a/org.apache.juneau.samples/src/main/java/org/apache/juneau/samples/addressbook/package.html
+++ b/org.apache.juneau.samples/src/main/java/org/apache/juneau/samples/addressbook/package.html
@@ -1,3 +1,18 @@
+<!--
+/***************************************************************************************************************************
+ * 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>
 <head>
 	<style type="text/css">

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/5f1a39d5/org.apache.juneau.samples/src/main/java/org/apache/juneau/server/samples/CodeFormatterResource.html
----------------------------------------------------------------------
diff --git a/org.apache.juneau.samples/src/main/java/org/apache/juneau/server/samples/CodeFormatterResource.html b/org.apache.juneau.samples/src/main/java/org/apache/juneau/server/samples/CodeFormatterResource.html
index 2523daa..307c1c1 100755
--- a/org.apache.juneau.samples/src/main/java/org/apache/juneau/server/samples/CodeFormatterResource.html
+++ b/org.apache.juneau.samples/src/main/java/org/apache/juneau/server/samples/CodeFormatterResource.html
@@ -1,4 +1,19 @@
 <!DOCTYPE HTML>
+<!--
+/***************************************************************************************************************************
+ * 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>
 <head>
 	<style type='text/css'>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/5f1a39d5/org.apache.juneau.samples/src/main/java/org/apache/juneau/server/samples/SqlQueryResource.html
----------------------------------------------------------------------
diff --git a/org.apache.juneau.samples/src/main/java/org/apache/juneau/server/samples/SqlQueryResource.html b/org.apache.juneau.samples/src/main/java/org/apache/juneau/server/samples/SqlQueryResource.html
index 4235d94..1119400 100755
--- a/org.apache.juneau.samples/src/main/java/org/apache/juneau/server/samples/SqlQueryResource.html
+++ b/org.apache.juneau.samples/src/main/java/org/apache/juneau/server/samples/SqlQueryResource.html
@@ -1,4 +1,19 @@
 <!DOCTYPE HTML>
+<!--
+/***************************************************************************************************************************
+ * 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>
 <head>
 	<style type='text/css'>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/5f1a39d5/org.apache.juneau/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/org.apache.juneau/src/test/resources/log4j.properties b/org.apache.juneau/src/test/resources/log4j.properties
index 029b3c2..6e15dfc 100644
--- a/org.apache.juneau/src/test/resources/log4j.properties
+++ b/org.apache.juneau/src/test/resources/log4j.properties
@@ -1,4 +1,18 @@
-# Default logging is for WARN and higher
+# ***************************************************************************************************************************
+# * 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.                                              *
+# *                                                                                                                         *
+# ***************************************************************************************************************************
+
+ Default logging is for WARN and higher
 log4j.rootLogger=INFO, stdout, file
 
 ################################