You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by rf...@apache.org on 2010/07/08 12:34:03 UTC

svn commit: r961698 - in /lenya/branches/BRANCH_2_1_X/src/modules: cforms/flow/ editors/resources/javascript/ editors/resources/javascript/sourceEditor/ svg/shape/

Author: rfrovarp
Date: Thu Jul  8 10:34:03 2010
New Revision: 961698

URL: http://svn.apache.org/viewvc?rev=961698&view=rev
Log:
Added license

Modified:
    lenya/branches/BRANCH_2_1_X/src/modules/cforms/flow/customFlow.js
    lenya/branches/BRANCH_2_1_X/src/modules/editors/resources/javascript/insertAsset.js
    lenya/branches/BRANCH_2_1_X/src/modules/editors/resources/javascript/org.apache.lenya.editors.js
    lenya/branches/BRANCH_2_1_X/src/modules/editors/resources/javascript/sourceEditor/lenya_glue.js
    lenya/branches/BRANCH_2_1_X/src/modules/svg/shape/corner.js
    lenya/branches/BRANCH_2_1_X/src/modules/svg/shape/tab.js

Modified: lenya/branches/BRANCH_2_1_X/src/modules/cforms/flow/customFlow.js
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/cforms/flow/customFlow.js?rev=961698&r1=961697&r2=961698&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/modules/cforms/flow/customFlow.js (original)
+++ lenya/branches/BRANCH_2_1_X/src/modules/cforms/flow/customFlow.js Thu Jul  8 10:34:03 2010
@@ -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.
+ *
+ */
+
 function customLoopFlow(view,proxy,generic) {
    // load some helper functions
    // cocoon.load("fallback://lenya/modules/cforms/flow/lenyadoc-utils.js");

Modified: lenya/branches/BRANCH_2_1_X/src/modules/editors/resources/javascript/insertAsset.js
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/editors/resources/javascript/insertAsset.js?rev=961698&r1=961697&r2=961698&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/modules/editors/resources/javascript/insertAsset.js (original)
+++ lenya/branches/BRANCH_2_1_X/src/modules/editors/resources/javascript/insertAsset.js Thu Jul  8 10:34:03 2010
@@ -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.
+ *
+ */
+
 /**
   * updates the hidden form data whenever the user selects a new asset radiobutton.
   */

Modified: lenya/branches/BRANCH_2_1_X/src/modules/editors/resources/javascript/org.apache.lenya.editors.js
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/editors/resources/javascript/org.apache.lenya.editors.js?rev=961698&r1=961697&r2=961698&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/modules/editors/resources/javascript/org.apache.lenya.editors.js (original)
+++ lenya/branches/BRANCH_2_1_X/src/modules/editors/resources/javascript/org.apache.lenya.editors.js Thu Jul  8 10:34:03 2010
@@ -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.
+ *
+ */
+
 // create a domain-based "package" to keep the global namespace clean
 var org;
 if (!org) org = new Object();

Modified: lenya/branches/BRANCH_2_1_X/src/modules/editors/resources/javascript/sourceEditor/lenya_glue.js
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/editors/resources/javascript/sourceEditor/lenya_glue.js?rev=961698&r1=961697&r2=961698&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/modules/editors/resources/javascript/sourceEditor/lenya_glue.js (original)
+++ lenya/branches/BRANCH_2_1_X/src/modules/editors/resources/javascript/sourceEditor/lenya_glue.js Thu Jul  8 10:34:03 2010
@@ -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.
+ *
+ */
+
 org.apache.lenya.editors.setObjectData = function(objectData, windowName) {
   var currentUsecase = usecaseMap[windowName];
   var snippet = org.apache.lenya.editors.generateContentSnippet(currentUsecase, objectData);

Modified: lenya/branches/BRANCH_2_1_X/src/modules/svg/shape/corner.js
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/svg/shape/corner.js?rev=961698&r1=961697&r2=961698&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/modules/svg/shape/corner.js (original)
+++ lenya/branches/BRANCH_2_1_X/src/modules/svg/shape/corner.js Thu Jul  8 10:34:03 2010
@@ -1,3 +1,20 @@
+/*
+ * 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.
+ *
+ */
 
 function corner() {
 
@@ -67,4 +84,4 @@ function corner() {
         "height" : height
     });
 
-}
\ No newline at end of file
+}

Modified: lenya/branches/BRANCH_2_1_X/src/modules/svg/shape/tab.js
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/svg/shape/tab.js?rev=961698&r1=961697&r2=961698&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/modules/svg/shape/tab.js (original)
+++ lenya/branches/BRANCH_2_1_X/src/modules/svg/shape/tab.js Thu Jul  8 10:34:03 2010
@@ -1,3 +1,20 @@
+/*
+ * 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.
+ *
+ */
 
 function tab() {
 
@@ -41,4 +58,4 @@ function tab() {
         "height" : height
     });
 
-}
\ No newline at end of file
+}



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org