svn commit: r812724 - in /ofbiz/trunk: applications/marketing/data/sfaDemoData.xml applications/marketing/webapp/marketing/contact/ContactCommunicationPreview.ftl framework/base/src/org/ofbiz/base/util/NotifyLevel.java framework/example/security/

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r812724 - in /ofbiz/trunk: applications/marketing/data/sfaDemoData.xml applications/marketing/webapp/marketing/contact/ContactCommunicationPreview.ftl framework/base/src/org/ofbiz/base/util/NotifyLevel.java framework/example/security/

jleroux@apache.org
Author: jleroux
Date: Tue Sep  8 23:29:03 2009
New Revision: 812724

URL: http://svn.apache.org/viewvc?rev=812724&view=rev
Log:
Add some missing ASL2 headers and remove empty files

Removed:
    ofbiz/trunk/framework/example/security/
Modified:
    ofbiz/trunk/applications/marketing/data/sfaDemoData.xml
    ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactCommunicationPreview.ftl
    ofbiz/trunk/framework/base/src/org/ofbiz/base/util/NotifyLevel.java

Modified: ofbiz/trunk/applications/marketing/data/sfaDemoData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/data/sfaDemoData.xml?rev=812724&r1=812723&r2=812724&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/data/sfaDemoData.xml (original)
+++ ofbiz/trunk/applications/marketing/data/sfaDemoData.xml Tue Sep  8 23:29:03 2009
@@ -1,4 +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.
+-->
 <entity-engine-xml>
 
     <!-- demo accounts -->

Modified: ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactCommunicationPreview.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactCommunicationPreview.ftl?rev=812724&r1=812723&r2=812724&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactCommunicationPreview.ftl (original)
+++ ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactCommunicationPreview.ftl Tue Sep  8 23:29:03 2009
@@ -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>
     <head>
         <title>PREVIEW</title>
@@ -11,4 +30,4 @@
         ${StringUtil.wrapString(communicationEvent.content)!}
 
     </body>
-</html>
\ No newline at end of file
+</html>

Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/util/NotifyLevel.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/src/org/ofbiz/base/util/NotifyLevel.java?rev=812724&r1=812723&r2=812724&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/src/org/ofbiz/base/util/NotifyLevel.java (original)
+++ ofbiz/trunk/framework/base/src/org/ofbiz/base/util/NotifyLevel.java Tue Sep  8 23:29:03 2009
@@ -1,5 +1,20 @@
 /*
- * Copyright (c) 2007 Andrew Zeneski. All Rights Reserved.
+ 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.ofbiz.base.util;