svn commit: r423899 - in /incubator/ofbiz/trunk/framework/images/webapp/images: htmledit/whizzywig.js selectall.js

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

svn commit: r423899 - in /incubator/ofbiz/trunk/framework/images/webapp/images: htmledit/whizzywig.js selectall.js

jacopoc
Author: jacopoc
Date: Thu Jul 20 04:30:47 2006
New Revision: 423899

URL: http://svn.apache.org/viewvc?rev=423899&view=rev
Log:
License change from MIT to ASL2.0 for misc files of framework components.

Modified:
    incubator/ofbiz/trunk/framework/images/webapp/images/htmledit/whizzywig.js
    incubator/ofbiz/trunk/framework/images/webapp/images/selectall.js

Modified: incubator/ofbiz/trunk/framework/images/webapp/images/htmledit/whizzywig.js
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/images/webapp/images/htmledit/whizzywig.js?rev=423899&r1=423898&r2=423899&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/images/webapp/images/htmledit/whizzywig.js (original)
+++ incubator/ofbiz/trunk/framework/images/webapp/images/htmledit/whizzywig.js Thu Jul 20 04:30:47 2006
@@ -1,8 +1,21 @@
+/*
+ * Copyright 2001-2006 The Apache Software Foundation
+ *
+ * Licensed 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.
+ */
+
+
 var whizzywig_version = 'Whizzywig v50k'; // Office XML; x <code>; sync on clean; extend sels,buts[ ]; whizzy in table/div; monospace; cols ex; MIT license;x Enter on forms;http/mailto; no font for color; gentleClean true; IE anchor bug; designmode x-browser; x 404 text buts;
-//Copyright  2005, John Goodman - john.goodman(at)unverse.net  *date 060323
-//Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-//The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-//THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 var buttonPath;  //path to toolbar button images;  unset or "textbuttons" means don't use images
 var cssFile;     //url of CSS stylesheet to attach to edit area
 var imageBrowse; //path to page for image browser
@@ -497,4 +510,4 @@
 function h(id) {o(id).style.display = 'none';} //hide element
 function o(id) { return document.getElementById(id); } //get element by ID
 function w(str) { return document.write(str); } //document write
-function t(key) {return (window.language && language[key]) ? language[key] :  key;} //translation
\ No newline at end of file
+function t(key) {return (window.language && language[key]) ? language[key] :  key;} //translation

Modified: incubator/ofbiz/trunk/framework/images/webapp/images/selectall.js
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/images/webapp/images/selectall.js?rev=423899&r1=423898&r2=423899&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/images/webapp/images/selectall.js (original)
+++ incubator/ofbiz/trunk/framework/images/webapp/images/selectall.js Thu Jul 20 04:30:47 2006
@@ -1,23 +1,17 @@
 /*
- *  Copyright (c) 2003-2006 The Open For Business Project - www.ofbiz.org
- *
- *  Permission is hereby granted, free of charge, to any person obtaining a
- *  copy of this software and associated documentation files (the "Software"),
- *  to deal in the Software without restriction, including without limitation
- *  the rights to use, copy, modify, merge, publish, distribute, sublicense,
- *  and/or sell copies of the Software, and to permit persons to whom the
- *  Software is furnished to do so, subject to the following conditions:
- *
- *  The above copyright notice and this permission notice shall be included
- *  in all copies or substantial portions of the Software.
- *
- *  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- *  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- *  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- *  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- *  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
- *  OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
- *  THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ * Copyright 2001-2006 The Apache Software Foundation
+ *
+ * Licensed 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.
  */
 
 // Check Box Select/Toggle Functions for Select/Toggle All