You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-commits@incubator.apache.org by sh...@apache.org on 2009/04/01 00:49:40 UTC

svn commit: r760748 - in /incubator/olio: geocoder/ webapp/php/trunk/ webapp/php/trunk/includes/ webapp/php/trunk/public_html/xsl/ webapp/rails/branches/caching/cloudstone/ webapp/rails/branches/caching/config/ webapp/rails/trunk/bin/ webapp/rails/trun...

Author: shanti
Date: Wed Apr  1 00:49:39 2009
New Revision: 760748

URL: http://svn.apache.org/viewvc?rev=760748&view=rev
Log:
Deleting unwanted files, fixing license headers

Removed:
    incubator/olio/webapp/rails/branches/caching/cloudstone/
    incubator/olio/webapp/rails/trunk/vendor/plugins/country_select/MIT-LICENSE
    incubator/olio/workload/php/trunk/config/
    incubator/olio/workload/php/trunk/lib/java_memcached-release_1.5.1.jar
    incubator/olio/workload/php/trunk/lib/mysql-connector-java-5.0.6-bin.jar
    incubator/olio/workload/php/trunk/nbproject/
    incubator/olio/workload/php/trunk/sbin/
    incubator/olio/workload/rails/trunk/config/
    incubator/olio/workload/rails/trunk/lib/mysql-connector-java-5.0.6-bin.jar
    incubator/olio/workload/rails/trunk/nbproject/
    incubator/olio/workload/rails/trunk/sbin/
Modified:
    incubator/olio/geocoder/build.xml
    incubator/olio/webapp/php/trunk/build.xml
    incubator/olio/webapp/php/trunk/includes/countries.html
    incubator/olio/webapp/php/trunk/includes/footer.html
    incubator/olio/webapp/php/trunk/includes/login.html
    incubator/olio/webapp/php/trunk/includes/timezones.html
    incubator/olio/webapp/php/trunk/public_html/xsl/feed.xsl
    incubator/olio/webapp/rails/branches/caching/config/database.yml.template
    incubator/olio/webapp/rails/branches/caching/config/environment.rb
    incubator/olio/webapp/rails/trunk/bin/start_thin
    incubator/olio/webapp/rails/trunk/bin/stop_thin
    incubator/olio/webapp/rails/trunk/etc/nginx.conf
    incubator/olio/webapp/rails/trunk/lib/tagcount.rb
    incubator/olio/webapp/rails/trunk/lib/uploadable.rb
    incubator/olio/workload/php/trunk/bin/dbloader.sh
    incubator/olio/workload/php/trunk/bin/drop.sql
    incubator/olio/workload/php/trunk/bin/fileloader.sh
    incubator/olio/workload/php/trunk/bin/loader.pl
    incubator/olio/workload/php/trunk/bin/schema.sql
    incubator/olio/workload/php/trunk/build.properties.template
    incubator/olio/workload/php/trunk/build.xml
    incubator/olio/workload/php/trunk/deploy/benchmark.xml
    incubator/olio/workload/php/trunk/deploy/config.xhtml
    incubator/olio/workload/php/trunk/deploy/run.xml
    incubator/olio/workload/rails/trunk/bin/dbloader.sh
    incubator/olio/workload/rails/trunk/bin/drop.sql
    incubator/olio/workload/rails/trunk/bin/fileloader.sh
    incubator/olio/workload/rails/trunk/bin/loader.pl
    incubator/olio/workload/rails/trunk/bin/schema.sql
    incubator/olio/workload/rails/trunk/build.properties.template
    incubator/olio/workload/rails/trunk/build.xml
    incubator/olio/workload/rails/trunk/deploy/benchmark.xml
    incubator/olio/workload/rails/trunk/deploy/config.xhtml
    incubator/olio/workload/rails/trunk/deploy/run.xml

Modified: incubator/olio/geocoder/build.xml
URL: http://svn.apache.org/viewvc/incubator/olio/geocoder/build.xml?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/geocoder/build.xml (original)
+++ incubator/olio/geocoder/build.xml Wed Apr  1 00:49:39 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.
+ * 
+-->
 <project name="Geocoder Emulator" default="all" basedir=".">
 
     <property file="build.properties"/>

Modified: incubator/olio/webapp/php/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/php/trunk/build.xml?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/webapp/php/trunk/build.xml (original)
+++ incubator/olio/webapp/php/trunk/build.xml Wed Apr  1 00:49:39 2009
@@ -1,9 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- *  Copyright © 2008 Sun Microsystems, Inc. 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
  *
- *  Use is subject to license terms.
+ *     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.
+ * 
 -->
+
 <project name="OlioPHP" default="package">
     <target name="package">
         <zip destfile="oliophp.zip">

Modified: incubator/olio/webapp/php/trunk/includes/countries.html
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/php/trunk/includes/countries.html?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/webapp/php/trunk/includes/countries.html (original)
+++ incubator/olio/webapp/php/trunk/includes/countries.html Wed Apr  1 00:49:39 2009
@@ -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.    
+-->
 <OPTION VALUE="Albania">Albania</OPTION>
 <OPTION VALUE="Algeria">Algeria</OPTION>
 <OPTION VALUE="American Samoa">American Samoa</OPTION>

Modified: incubator/olio/webapp/php/trunk/includes/footer.html
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/php/trunk/includes/footer.html?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/webapp/php/trunk/includes/footer.html (original)
+++ incubator/olio/webapp/php/trunk/includes/footer.html Wed Apr  1 00:49:39 2009
@@ -1,5 +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.    
+-->
 <hr/>
-    If you have any questions or suggestions, please use the <a
-        href="https://blueprints.dev.java.net/feedback.html" target="petstore">feedback page</a>.
+    If you have any questions or suggestions, please send them to the olio-dev mailing list.
     <br/>
-    <a href="http://sun.com/">Sun Microsystems</a> &copy; 2007 Sun Microsystems Inc. All rights reserved. Use is subject to license terms.
+    <a href="http://sun.com/">Apache Software Foundation</a> &copy; 2009 Apache Software Foundation. All rights reserved. Use is subject to license terms.

Modified: incubator/olio/webapp/php/trunk/includes/login.html
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/php/trunk/includes/login.html?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/webapp/php/trunk/includes/login.html (original)
+++ incubator/olio/webapp/php/trunk/includes/login.html Wed Apr  1 00:49:39 2009
@@ -1,7 +1,25 @@
+<!-- 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.    
+-->
+
 <form method="post" action="login.php">
                  <label for="user_name">Username</label>
                  <input id="user_name" name="user_name" size="12" type="text" />
                  <label for="password">Password</label>
                  <input id="password" name="password" size="12" type="password" />
                  <input name="submit" type="submit" value="Login" />  
-</form>
\ No newline at end of file
+</form>

Modified: incubator/olio/webapp/php/trunk/includes/timezones.html
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/php/trunk/includes/timezones.html?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/webapp/php/trunk/includes/timezones.html (original)
+++ incubator/olio/webapp/php/trunk/includes/timezones.html Wed Apr  1 00:49:39 2009
@@ -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.    
+-->
 <option value="International Date Line West">(GMT-11:00) International Date Line West</option>
 <option value="Midway Island">(GMT-11:00) Midway Island</option>
 <option value="Samoa">(GMT-11:00) Samoa</option>

Modified: incubator/olio/webapp/php/trunk/public_html/xsl/feed.xsl
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/php/trunk/public_html/xsl/feed.xsl?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/webapp/php/trunk/public_html/xsl/feed.xsl (original)
+++ incubator/olio/webapp/php/trunk/public_html/xsl/feed.xsl Wed Apr  1 00:49:39 2009
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ * 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.
+ * 
+-->
+
 <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
 <xsl:output method="html"/> 

Modified: incubator/olio/webapp/rails/branches/caching/config/database.yml.template
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/branches/caching/config/database.yml.template?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/webapp/rails/branches/caching/config/database.yml.template (original)
+++ incubator/olio/webapp/rails/branches/caching/config/database.yml.template Wed Apr  1 00:49:39 2009
@@ -11,27 +11,21 @@
 #
 # And be sure to use new-style password hashing:
 #   http://dev.mysql.com/doc/refman/5.0/en/old-client.html
-development: &development
-  adapter: sqlite3
-  database: db/development.sqlite3
-  timeout: 5000
-  
-development_file_cached:
-  <<: *development
-
-development_mem_cached:
-  <<: *development
+development:
+  adapter: mysql
+  database: olio
+  username: olio
+  password: olio
+  hostname: localhost
 
 # Warning: The database defined as 'test' will be erased and
 # re-generated from your development database when you run 'rake'.
 # Do not set this db to the same as development or production.
-test:
-  adapter: sqlite3
-  database: db/test.sqlite3
-  timeout: 5000
+test: 
+  <<: *development 
+  database: olio-test
+  hostname: localhost
 
 production:
-  adapter: mysql
-  database: perf_production
-  username: web20
-  password: web20
+  <<: *development 
+  hostname: localhost

Modified: incubator/olio/webapp/rails/branches/caching/config/environment.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/branches/caching/config/environment.rb?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/webapp/rails/branches/caching/config/environment.rb (original)
+++ incubator/olio/webapp/rails/branches/caching/config/environment.rb Wed Apr  1 00:49:39 2009
@@ -5,7 +5,7 @@
 ENV['RAILS_ENV'] ||= 'production'
 
 # Specifies gem version of Rails to use when vendor/rails is not present
-RAILS_GEM_VERSION = '2.2.2' unless defined? RAILS_GEM_VERSION
+RAILS_GEM_VERSION = '2.2.3' unless defined? RAILS_GEM_VERSION
 
 # Bootstrap the Rails environment, frameworks, and default configuration
 require File.join(File.dirname(__FILE__), 'boot')

Modified: incubator/olio/webapp/rails/trunk/bin/start_thin
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/bin/start_thin?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/bin/start_thin (original)
+++ incubator/olio/webapp/rails/trunk/bin/start_thin Wed Apr  1 00:49:39 2009
@@ -1,3 +1,19 @@
 #!/bin/sh
-
+#
+#  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.
+#
 thin -p 3000 -d -s $1 -e production start

Modified: incubator/olio/webapp/rails/trunk/bin/stop_thin
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/bin/stop_thin?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/bin/stop_thin (original)
+++ incubator/olio/webapp/rails/trunk/bin/stop_thin Wed Apr  1 00:49:39 2009
@@ -1,3 +1,19 @@
 #!/bin/sh
-
+#
+#  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.
+#
 thin -p 3000 -d -s $1 -e production stop

Modified: incubator/olio/webapp/rails/trunk/etc/nginx.conf
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/etc/nginx.conf?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/etc/nginx.conf (original)
+++ incubator/olio/webapp/rails/trunk/etc/nginx.conf Wed Apr  1 00:49:39 2009
@@ -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.
+#
 user  root;
 worker_processes  4;
 

Modified: incubator/olio/webapp/rails/trunk/lib/tagcount.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/lib/tagcount.rb?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/lib/tagcount.rb (original)
+++ incubator/olio/webapp/rails/trunk/lib/tagcount.rb Wed Apr  1 00:49:39 2009
@@ -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.
+#
 module Tagcount
   
   def self.included(base)
@@ -17,4 +34,4 @@
       find_by_sql(sql)
     end
   end
-end
\ No newline at end of file
+end

Modified: incubator/olio/webapp/rails/trunk/lib/uploadable.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/lib/uploadable.rb?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/lib/uploadable.rb (original)
+++ incubator/olio/webapp/rails/trunk/lib/uploadable.rb Wed Apr  1 00:49:39 2009
@@ -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.
+#
 module Uploadable
   
   def self.included(base)
@@ -23,4 +40,4 @@
     end 
   end
   
-end
\ No newline at end of file
+end

Modified: incubator/olio/workload/php/trunk/bin/dbloader.sh
URL: http://svn.apache.org/viewvc/incubator/olio/workload/php/trunk/bin/dbloader.sh?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/workload/php/trunk/bin/dbloader.sh (original)
+++ incubator/olio/workload/php/trunk/bin/dbloader.sh Wed Apr  1 00:49:39 2009
@@ -1,15 +1,24 @@
 #!/bin/sh
-##############################################################
-#  Copyright ?? 2008 Sun Microsystems, Inc. All rights reserved
 #
-#  Use is subject to license terms.
+# 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.
 #
-#  $Id: dbloader.sh,v 1.1.1.1 2008/09/29 22:33:07 sp208304 Exp $
-##############################################################
 
 #Script to run loader by hand
 
-#Edit above lines if required
 if [ -z "$2" ] ; then
     echo "Usage: $0 [dbserver] [concurrent users]" >&2
     exit 1

Modified: incubator/olio/workload/php/trunk/bin/drop.sql
URL: http://svn.apache.org/viewvc/incubator/olio/workload/php/trunk/bin/drop.sql?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/workload/php/trunk/bin/drop.sql (original)
+++ incubator/olio/workload/php/trunk/bin/drop.sql Wed Apr  1 00:49:39 2009
@@ -1,4 +1,20 @@
--- $Id: drop.sql,v 1.1.1.1 2008/09/29 22:33:07 sp208304 Exp $
+/*
+ * 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.
+ */
 
 drop table PERSON_PERSON;
 drop table PERSON_SOCIALEVENT;

Modified: incubator/olio/workload/php/trunk/bin/fileloader.sh
URL: http://svn.apache.org/viewvc/incubator/olio/workload/php/trunk/bin/fileloader.sh?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/workload/php/trunk/bin/fileloader.sh (original)
+++ incubator/olio/workload/php/trunk/bin/fileloader.sh Wed Apr  1 00:49:39 2009
@@ -1,11 +1,21 @@
 #!/bin/sh
-##############################################################
-#  Copyright ?? 2008 Sun Microsystems, Inc. All rights reserved
 #
-#  Use is subject to license terms.
+# 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.
 #
-#  $Id: fileloader.sh,v 1.1.1.1 2008/09/29 22:33:07 sp208304 Exp $
-##############################################################
 
 #Script to run loader by hand
 

Modified: incubator/olio/workload/php/trunk/bin/loader.pl
URL: http://svn.apache.org/viewvc/incubator/olio/workload/php/trunk/bin/loader.pl?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/workload/php/trunk/bin/loader.pl (original)
+++ incubator/olio/workload/php/trunk/bin/loader.pl Wed Apr  1 00:49:39 2009
@@ -1,6 +1,21 @@
 #!/usr/bin/perl
-##############################################################
-#  $Id: loader.pl,v 1.1.1.1 2008/09/29 22:33:07 sp208304 Exp $
+#
+# 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.
+#
 #
 # Loader for MogileFS.
 # This is outdated. Will be fixed when we add MogileFS code fully.

Modified: incubator/olio/workload/php/trunk/bin/schema.sql
URL: http://svn.apache.org/viewvc/incubator/olio/workload/php/trunk/bin/schema.sql?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/workload/php/trunk/bin/schema.sql (original)
+++ incubator/olio/workload/php/trunk/bin/schema.sql Wed Apr  1 00:49:39 2009
@@ -1,4 +1,20 @@
--- $Id: schema.sql,v 1.1.1.1 2008/09/29 22:33:07 sp208304 Exp $
+/*
+* 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 table PERSON(
    username VARCHAR(25) NOT NULL,

Modified: incubator/olio/workload/php/trunk/build.properties.template
URL: http://svn.apache.org/viewvc/incubator/olio/workload/php/trunk/build.properties.template?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/workload/php/trunk/build.properties.template (original)
+++ incubator/olio/workload/php/trunk/build.properties.template Wed Apr  1 00:49:39 2009
@@ -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.
+#
 bench.shortname=OlioDriver
 faban.home=/export/home/faban
 faban.url=http://host.sfbay:9980/

Modified: incubator/olio/workload/php/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/olio/workload/php/trunk/build.xml?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/workload/php/trunk/build.xml (original)
+++ incubator/olio/workload/php/trunk/build.xml Wed Apr  1 00:49:39 2009
@@ -1,9 +1,22 @@
-<!-- Copyright © 2008 Sun Microsystems, Inc. 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
  *
- *   Use is subject to license terms.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- *   $Id: build.xml,v 1.1.1.1 2008/09/29 22:33:07 sp208304 Exp $
+ * 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.
+ * 
 -->
+
 <project name="Faban Benchmark" default="deploy.jar" basedir=".">
 
     <property file="build.properties"/>

Modified: incubator/olio/workload/php/trunk/deploy/benchmark.xml
URL: http://svn.apache.org/viewvc/incubator/olio/workload/php/trunk/deploy/benchmark.xml?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/workload/php/trunk/deploy/benchmark.xml (original)
+++ incubator/olio/workload/php/trunk/deploy/benchmark.xml Wed Apr  1 00:49:39 2009
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ * 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.
+ * 
+-->
+
 <benchmark>
     <!-- Note: Most of these fields are not needed for a benchmark
     implemented using the Faban driver framework.

Modified: incubator/olio/workload/php/trunk/deploy/config.xhtml
URL: http://svn.apache.org/viewvc/incubator/olio/workload/php/trunk/deploy/config.xhtml?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/workload/php/trunk/deploy/config.xhtml (original)
+++ incubator/olio/workload/php/trunk/deploy/config.xhtml Wed Apr  1 00:49:39 2009
@@ -1,5 +1,23 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!-- $Id: config.xhtml,v 1.1.1.1 2008/09/29 22:33:07 sp208304 Exp $ -->
+<!--
+ * 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 xmlns:chiba="http://chiba.sourceforge.net/2003/08/xforms"
     xmlns:xforms="http://www.w3.org/2002/xforms"
     xmlns:fa="http://faban.sunsource.net/ns/faban"

Modified: incubator/olio/workload/php/trunk/deploy/run.xml
URL: http://svn.apache.org/viewvc/incubator/olio/workload/php/trunk/deploy/run.xml?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/workload/php/trunk/deploy/run.xml (original)
+++ incubator/olio/workload/php/trunk/deploy/run.xml Wed Apr  1 00:49:39 2009
@@ -1,4 +1,23 @@
 <?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.
+ * 
+-->
+
 <olio>
     <jvmConfig xmlns="http://faban.sunsource.net/ns/fabanharness">
         <javaHome>/apps/JVMs/jdk1.6.0_03</javaHome>

Modified: incubator/olio/workload/rails/trunk/bin/dbloader.sh
URL: http://svn.apache.org/viewvc/incubator/olio/workload/rails/trunk/bin/dbloader.sh?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/workload/rails/trunk/bin/dbloader.sh (original)
+++ incubator/olio/workload/rails/trunk/bin/dbloader.sh Wed Apr  1 00:49:39 2009
@@ -1,7 +1,23 @@
 #!/bin/sh
+#
+#  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 to run loader by hand
 
-#Edit above lines if required
 if [ -z "$2" ] ; then
     echo "Usage: $0 [dbserver] [concurrent users]" >&2
     exit 1

Modified: incubator/olio/workload/rails/trunk/bin/drop.sql
URL: http://svn.apache.org/viewvc/incubator/olio/workload/rails/trunk/bin/drop.sql?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/workload/rails/trunk/bin/drop.sql (original)
+++ incubator/olio/workload/rails/trunk/bin/drop.sql Wed Apr  1 00:49:39 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.
+ * 
+ */ 
+
 drop table users;
 drop table tags;
 drop table taggings;

Modified: incubator/olio/workload/rails/trunk/bin/fileloader.sh
URL: http://svn.apache.org/viewvc/incubator/olio/workload/rails/trunk/bin/fileloader.sh?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/workload/rails/trunk/bin/fileloader.sh (original)
+++ incubator/olio/workload/rails/trunk/bin/fileloader.sh Wed Apr  1 00:49:39 2009
@@ -1,10 +1,21 @@
 #!/bin/sh
-##############################################################
-#  Copyright ?? 2008 Sun Microsystems, Inc. All rights reserved
 #
-#  Use is subject to license terms.
+#  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.
 #
-#  $Id: fileloader.sh,v 1.1.1.1 2008/09/29 22:33:07 sp208304 Exp $
 ##############################################################
 
 #Script to run loader by hand

Modified: incubator/olio/workload/rails/trunk/bin/loader.pl
URL: http://svn.apache.org/viewvc/incubator/olio/workload/rails/trunk/bin/loader.pl?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/workload/rails/trunk/bin/loader.pl (original)
+++ incubator/olio/workload/rails/trunk/bin/loader.pl Wed Apr  1 00:49:39 2009
@@ -1,4 +1,21 @@
 #!/opt/coolstack/bin/perl
+#
+#  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.
+#
 
 use Getopt::Std;
 use POSIX;

Modified: incubator/olio/workload/rails/trunk/bin/schema.sql
URL: http://svn.apache.org/viewvc/incubator/olio/workload/rails/trunk/bin/schema.sql?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/workload/rails/trunk/bin/schema.sql (original)
+++ incubator/olio/workload/rails/trunk/bin/schema.sql Wed Apr  1 00:49:39 2009
@@ -1,3 +1,23 @@
+/*
+ * 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.
+ * 
+ * $Id: UIDriver.java,v 1.1.1.1 2008/09/29 22:33:08 sp208304 Exp $
+ */ 
+
 CREATE TABLE `addresses` (
   `id` int(11) NOT NULL auto_increment,
   `street1` varchar(55) default NULL,

Modified: incubator/olio/workload/rails/trunk/build.properties.template
URL: http://svn.apache.org/viewvc/incubator/olio/workload/rails/trunk/build.properties.template?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/workload/rails/trunk/build.properties.template (original)
+++ incubator/olio/workload/rails/trunk/build.properties.template Wed Apr  1 00:49:39 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.
+#
+
 bench.shortname=OlioDriver
 faban.home=/export/home/faban
 faban.url=http://host.sfbay:9980/

Modified: incubator/olio/workload/rails/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/olio/workload/rails/trunk/build.xml?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/workload/rails/trunk/build.xml (original)
+++ incubator/olio/workload/rails/trunk/build.xml Wed Apr  1 00:49:39 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.
+ * 
+-->
+
 <project name="Faban Benchmark" default="deploy.jar" basedir=".">
 
     <property file="build.properties"/>

Modified: incubator/olio/workload/rails/trunk/deploy/benchmark.xml
URL: http://svn.apache.org/viewvc/incubator/olio/workload/rails/trunk/deploy/benchmark.xml?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/workload/rails/trunk/deploy/benchmark.xml (original)
+++ incubator/olio/workload/rails/trunk/deploy/benchmark.xml Wed Apr  1 00:49:39 2009
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ * 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.
+ * 
+-->
+
 <benchmark>
     <!-- Note: Most of these fields are not needed for a benchmark
     implemented using the Faban driver framework.

Modified: incubator/olio/workload/rails/trunk/deploy/config.xhtml
URL: http://svn.apache.org/viewvc/incubator/olio/workload/rails/trunk/deploy/config.xhtml?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/workload/rails/trunk/deploy/config.xhtml (original)
+++ incubator/olio/workload/rails/trunk/deploy/config.xhtml Wed Apr  1 00:49:39 2009
@@ -1,5 +1,23 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!-- $Id: config.xhtml,v 1.15 2008/04/10 07:47:39 akara Exp $ -->
+<!--
+ * 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 xmlns:chiba="http://chiba.sourceforge.net/2003/08/xforms"
     xmlns:xforms="http://www.w3.org/2002/xforms"
     xmlns:fa="http://faban.sunsource.net/ns/faban"

Modified: incubator/olio/workload/rails/trunk/deploy/run.xml
URL: http://svn.apache.org/viewvc/incubator/olio/workload/rails/trunk/deploy/run.xml?rev=760748&r1=760747&r2=760748&view=diff
==============================================================================
--- incubator/olio/workload/rails/trunk/deploy/run.xml (original)
+++ incubator/olio/workload/rails/trunk/deploy/run.xml Wed Apr  1 00:49:39 2009
@@ -1,4 +1,23 @@
 <?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.
+ * 
+-->
+
 <olio>
     <jvmConfig xmlns="http://faban.sunsource.net/ns/fabanharness">
         <javaHome>/usr/jdk/instances/jdk1.6.0</javaHome>