Author: shanti
Date: Wed Nov 11 22:33:14 2009
New Revision: 835106

URL: http://svn.apache.org/viewvc?rev=835106&view=rev
Log:
Removed unwanted files. Fixed apache headers for others

Removed:
    incubator/olio/webapp/php/trunk/public_html/apc.php
    incubator/olio/webapp/php/trunk/public_html/apcinfo.php
Modified:
    incubator/olio/webapp/php/trunk/public_html/js/controls.js
    incubator/olio/webapp/php/trunk/public_html/js/dragdrop.js
    incubator/olio/webapp/php/trunk/public_html/js/effects.js
    incubator/olio/webapp/php/trunk/public_html/js/prototype.js

Modified: incubator/olio/webapp/php/trunk/public_html/js/controls.js
URL: 
http://svn.apache.org/viewvc/incubator/olio/webapp/php/trunk/public_html/js/controls.js?rev=835106&r1=835105&r2=835106&view=diff
==============================================================================
--- incubator/olio/webapp/php/trunk/public_html/js/controls.js (original)
+++ incubator/olio/webapp/php/trunk/public_html/js/controls.js Wed Nov 11 
22:33:14 2009
@@ -1,10 +1,20 @@
-// Copyright (c) 2005, 2006 Thomas Fuchs (http://script.aculo.us, 
http://mir.aculo.us)
-//           (c) 2005, 2006 Ivan Krstic (http://blogs.law.harvard.edu/ivan)
-//           (c) 2005, 2006 Jon Tirsen (http://www.tirsen.com)
-// Contributors:
-//  Richard Livsey
-//  Rahul Bhargava
-//  Rob Wills
+/*
+ * 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.
+ */ 
 // 
 // script.aculo.us is freely distributable under the terms of an MIT-style 
license.
 // For details, see the script.aculo.us web site: http://script.aculo.us/

Modified: incubator/olio/webapp/php/trunk/public_html/js/dragdrop.js
URL: 
http://svn.apache.org/viewvc/incubator/olio/webapp/php/trunk/public_html/js/dragdrop.js?rev=835106&r1=835105&r2=835106&view=diff
==============================================================================
--- incubator/olio/webapp/php/trunk/public_html/js/dragdrop.js (original)
+++ incubator/olio/webapp/php/trunk/public_html/js/dragdrop.js Wed Nov 11 
22:33:14 2009
@@ -1,9 +1,20 @@
-// Copyright (c) 2005, 2006 Thomas Fuchs (http://script.aculo.us, 
http://mir.aculo.us)
-//           (c) 2005, 2006 Sammi Williams (http://www.oriontransfer.co.nz, 
sa...@oriontransfer.co.nz)
-// 
-// script.aculo.us is freely distributable under the terms of an MIT-style 
license.
-// For details, see the script.aculo.us web site: http://script.aculo.us/
-
+/*
+ * 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.
+ */ 
 if(typeof Effect == 'undefined')
   throw("dragdrop.js requires including script.aculo.us' effects.js library");
 

Modified: incubator/olio/webapp/php/trunk/public_html/js/effects.js
URL: 
http://svn.apache.org/viewvc/incubator/olio/webapp/php/trunk/public_html/js/effects.js?rev=835106&r1=835105&r2=835106&view=diff
==============================================================================
--- incubator/olio/webapp/php/trunk/public_html/js/effects.js (original)
+++ incubator/olio/webapp/php/trunk/public_html/js/effects.js Wed Nov 11 
22:33:14 2009
@@ -1,12 +1,20 @@
-// Copyright (c) 2005, 2006 Thomas Fuchs (http://script.aculo.us, 
http://mir.aculo.us)
-// Contributors:
-//  Justin Palmer (http://encytemedia.com/)
-//  Mark Pilgrim (http://diveintomark.org/)
-//  Martin Bialasinki
-// 
-// script.aculo.us is freely distributable under the terms of an MIT-style 
license.
-// For details, see the script.aculo.us web site: http://script.aculo.us/ 
-
+/*
+ * 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.
+ */ 
 // converts rgb() and #xxx to #xxxxxx format,  
 // returns self (or first argument) if not convertable  
 String.prototype.parseColor = function() {  
@@ -1085,4 +1093,4 @@
   return $(element);
 };
 
-Element.addMethods();
\ No newline at end of file
+Element.addMethods();

Modified: incubator/olio/webapp/php/trunk/public_html/js/prototype.js
URL: 
http://svn.apache.org/viewvc/incubator/olio/webapp/php/trunk/public_html/js/prototype.js?rev=835106&r1=835105&r2=835106&view=diff
==============================================================================
--- incubator/olio/webapp/php/trunk/public_html/js/prototype.js (original)
+++ incubator/olio/webapp/php/trunk/public_html/js/prototype.js Wed Nov 11 
22:33:14 2009
@@ -1,11 +1,20 @@
-/*  Prototype JavaScript framework, version 1.5.0
- *  (c) 2005-2007 Sam Stephenson
+/*
+ * 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
  *
- *  Prototype is freely distributable under the terms of an MIT-style license.
- *  For details, see the Prototype web site: http://prototype.conio.net/
+ *     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 Prototype = {
   Version: '1.5.0',
   BrowserFeatures: {
@@ -2512,4 +2521,4 @@
   }
 }
 
-Element.addMethods();
\ No newline at end of file
+Element.addMethods();


Reply via email to