You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2012/11/16 23:00:00 UTC

svn commit: r1410591 - in /openejb/trunk/openejb: ./ container/openejb-core/src/test/java/org/apache/openejb/junit/ examples/rest-xml-json/src/main/java/org/superbiz/rest/ examples/schedule-events/src/test/resources/META-INF/ tomee/tomee-webapp/src/mai...

Author: jlmonteiro
Date: Fri Nov 16 21:59:59 2012
New Revision: 1410591

URL: http://svn.apache.org/viewvc?rev=1410591&view=rev
Log:
Adding missing Apache headers

Modified:
    openejb/trunk/openejb/container/openejb-core/src/test/java/org/apache/openejb/junit/DescriptorTest.java
    openejb/trunk/openejb/examples/rest-xml-json/src/main/java/org/superbiz/rest/Request.java
    openejb/trunk/openejb/examples/rest-xml-json/src/main/java/org/superbiz/rest/Response.java
    openejb/trunk/openejb/examples/schedule-events/src/test/resources/META-INF/beans.xml
    openejb/trunk/openejb/rat.xml
    openejb/trunk/openejb/tomee/tomee-webapp/src/main/java/org/apache/tomee/webapp/command/UserNotAuthenticated.java

Modified: openejb/trunk/openejb/container/openejb-core/src/test/java/org/apache/openejb/junit/DescriptorTest.java
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/container/openejb-core/src/test/java/org/apache/openejb/junit/DescriptorTest.java?rev=1410591&r1=1410590&r2=1410591&view=diff
==============================================================================
--- openejb/trunk/openejb/container/openejb-core/src/test/java/org/apache/openejb/junit/DescriptorTest.java (original)
+++ openejb/trunk/openejb/container/openejb-core/src/test/java/org/apache/openejb/junit/DescriptorTest.java Fri Nov 16 21:59:59 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.openejb.junit;
 
 import org.apache.openejb.assembler.classic.AppInfo;

Modified: openejb/trunk/openejb/examples/rest-xml-json/src/main/java/org/superbiz/rest/Request.java
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/rest-xml-json/src/main/java/org/superbiz/rest/Request.java?rev=1410591&r1=1410590&r2=1410591&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/rest-xml-json/src/main/java/org/superbiz/rest/Request.java (original)
+++ openejb/trunk/openejb/examples/rest-xml-json/src/main/java/org/superbiz/rest/Request.java Fri Nov 16 21:59:59 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.superbiz.rest;
 
 import javax.xml.bind.annotation.XmlRootElement;

Modified: openejb/trunk/openejb/examples/rest-xml-json/src/main/java/org/superbiz/rest/Response.java
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/rest-xml-json/src/main/java/org/superbiz/rest/Response.java?rev=1410591&r1=1410590&r2=1410591&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/rest-xml-json/src/main/java/org/superbiz/rest/Response.java (original)
+++ openejb/trunk/openejb/examples/rest-xml-json/src/main/java/org/superbiz/rest/Response.java Fri Nov 16 21:59:59 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.superbiz.rest;
 
 import javax.xml.bind.annotation.XmlRootElement;

Modified: openejb/trunk/openejb/examples/schedule-events/src/test/resources/META-INF/beans.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/schedule-events/src/test/resources/META-INF/beans.xml?rev=1410591&r1=1410590&r2=1410591&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/schedule-events/src/test/resources/META-INF/beans.xml (original)
+++ openejb/trunk/openejb/examples/schedule-events/src/test/resources/META-INF/beans.xml Fri Nov 16 21:59:59 2012
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    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.
+-->
+<beans xmlns="http://java.sun.com/xml/ns/javaee"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd" />

Modified: openejb/trunk/openejb/rat.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/rat.xml?rev=1410591&r1=1410590&r2=1410591&view=diff
==============================================================================
--- openejb/trunk/openejb/rat.xml (original)
+++ openejb/trunk/openejb/rat.xml Fri Nov 16 21:59:59 2012
@@ -80,7 +80,9 @@
           <exclude name="tomee/tomee-webapp/src/main/webapp/lib/codemirror/**" /> 
           <exclude name="tomee/tomee-webapp/src/main/webapp/lib/handlebars/**" /> 
           <exclude name="tomee/tomee-webapp/src/main/webapp/lib/jquery/**" /> 
-          <exclude name="tomee/tomee-webapp/src/main/webapp/lib/less/**" /> 
+          <exclude name="tomee/tomee-webapp/src/main/webapp/lib/less/**" />
+          <!-- TODO check if that's really excluded -->
+          <exclude name="tomee/tomee-webapp/src/main/webapp/app/js/templates/**" />
 
           <!-- user-owned config files.  see httpds default.httpd.conf for precident --> 
           <exclude name="**/default.openejb.conf"/> 

Modified: openejb/trunk/openejb/tomee/tomee-webapp/src/main/java/org/apache/tomee/webapp/command/UserNotAuthenticated.java
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/tomee/tomee-webapp/src/main/java/org/apache/tomee/webapp/command/UserNotAuthenticated.java?rev=1410591&r1=1410590&r2=1410591&view=diff
==============================================================================
--- openejb/trunk/openejb/tomee/tomee-webapp/src/main/java/org/apache/tomee/webapp/command/UserNotAuthenticated.java (original)
+++ openejb/trunk/openejb/tomee/tomee-webapp/src/main/java/org/apache/tomee/webapp/command/UserNotAuthenticated.java Fri Nov 16 21:59:59 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.tomee.webapp.command;
 
 import org.apache.tomee.webapp.TomeeException;