You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/08/20 13:24:07 UTC

svn commit: r806127 - in /ofbiz/trunk: applications/content/config/ applications/content/template/email/ specialpurpose/cmssite/webapp/ofbizsite/images/ specialpurpose/pos/src/org/ofbiz/pos/screen/

Author: jleroux
Date: Thu Aug 20 11:24:07 2009
New Revision: 806127

URL: http://svn.apache.org/viewvc?rev=806127&view=rev
Log: (empty)

Modified:
    ofbiz/trunk/applications/content/config/forum.properties
    ofbiz/trunk/applications/content/template/email/servicenotification.ftl
    ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/images/ofbws.css
    ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/screen/NumericKeypad.java

Modified: ofbiz/trunk/applications/content/config/forum.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/config/forum.properties?rev=806127&r1=806126&r2=806127&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/config/forum.properties (original)
+++ ofbiz/trunk/applications/content/config/forum.properties Thu Aug 20 11:24:07 2009
@@ -1 +1,19 @@
-descriptLen=80
\ No newline at end of file
+###############################################################################
+# 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.
+###############################################################################
+descriptLen=80

Modified: ofbiz/trunk/applications/content/template/email/servicenotification.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/template/email/servicenotification.ftl?rev=806127&r1=806126&r2=806127&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/template/email/servicenotification.ftl (original)
+++ ofbiz/trunk/applications/content/template/email/servicenotification.ftl Thu Aug 20 11:24:07 2009
@@ -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.
+  -->
 
 <pre>
 The service : ${service.name}

Modified: ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/images/ofbws.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/images/ofbws.css?rev=806127&r1=806126&r2=806127&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/images/ofbws.css (original)
+++ ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/images/ofbws.css Thu Aug 20 11:24:07 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.
+ */
+
 /* Apache general header color R:G:B 82:93:118, #525D76 */
 
 BODY {

Modified: ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/screen/NumericKeypad.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/screen/NumericKeypad.java?rev=806127&r1=806126&r2=806127&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/screen/NumericKeypad.java (original)
+++ ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/screen/NumericKeypad.java Thu Aug 20 11:24:07 2009
@@ -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.ofbiz.pos.screen;
 
 import net.xoetrope.swing.XButton;