Author: shanti
Date: Wed Apr  1 04:53:53 2009
New Revision: 760782

URL: http://svn.apache.org/viewvc?rev=760782&view=rev
Log:
More fixes for license hdrs

Modified:
    incubator/olio/geocoder/build.properties.template
    incubator/olio/geocoder/web/WEB-INF/GeocodeResponse.xsd
    incubator/olio/geocoder/web/WEB-INF/SampleResponse.xml
    incubator/olio/geocoder/web/WEB-INF/web.xml
    incubator/olio/webapp/php/trunk/etc/httpd.conf
    incubator/olio/webapp/php/trunk/etc/my.cnf
    incubator/olio/webapp/php/trunk/etc/odbc.ini
    incubator/olio/webapp/php/trunk/etc/odbcinst.ini
    incubator/olio/webapp/php/trunk/etc/php.ini
    incubator/olio/webapp/php/trunk/etc/schema.sql
    
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Attendees.java
    
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Comments.java
    
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Documents.java
    
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/EventImages.java
    
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/EventTag.java
    
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Friends.java
    
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Images.java
    
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Person.java
    
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/PersonImages.java
    
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/SocialEvent.java
    
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Tag.java
    
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/util/MemCacheUtility.java
    
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/util/RandomUtil.java
    
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/util/Scramble.java

Modified: incubator/olio/geocoder/build.properties.template
URL: 
http://svn.apache.org/viewvc/incubator/olio/geocoder/build.properties.template?rev=760782&r1=760781&r2=760782&view=diff
==============================================================================
--- incubator/olio/geocoder/build.properties.template (original)
+++ incubator/olio/geocoder/build.properties.template Wed Apr  1 04:53:53 2009
@@ -1,2 +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.
+#
+
 servlet.lib.path=/usr/local/apache-tomcat-6.0.13/lib
 war.name=geocoder.war

Modified: incubator/olio/geocoder/web/WEB-INF/GeocodeResponse.xsd
URL: 
http://svn.apache.org/viewvc/incubator/olio/geocoder/web/WEB-INF/GeocodeResponse.xsd?rev=760782&r1=760781&r2=760782&view=diff
==============================================================================
--- incubator/olio/geocoder/web/WEB-INF/GeocodeResponse.xsd (original)
+++ incubator/olio/geocoder/web/WEB-INF/GeocodeResponse.xsd Wed Apr  1 04:53:53 
2009
@@ -1,4 +1,22 @@
 <?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.
+ * 
+ -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema";
   targetNamespace="urn:yahoo:maps"
   xmlns="urn:yahoo:maps"

Modified: incubator/olio/geocoder/web/WEB-INF/SampleResponse.xml
URL: 
http://svn.apache.org/viewvc/incubator/olio/geocoder/web/WEB-INF/SampleResponse.xml?rev=760782&r1=760781&r2=760782&view=diff
==============================================================================
--- incubator/olio/geocoder/web/WEB-INF/SampleResponse.xml (original)
+++ incubator/olio/geocoder/web/WEB-INF/SampleResponse.xml Wed Apr  1 04:53:53 
2009
@@ -1,4 +1,22 @@
 <?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.
+ * 
+ -->
 <ResultSet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xmlns="urn:yahoo:maps"
 xsi:schemaLocation="urn:yahoo:maps 
http://api.local.yahoo.com/MapsService/V1/GeocodeResponse.xsd";>
@@ -11,4 +29,4 @@
     <Zip>94089-1019</Zip>
     <Country>US</Country>
   </Result>
-</ResultSet>
\ No newline at end of file
+</ResultSet>

Modified: incubator/olio/geocoder/web/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/incubator/olio/geocoder/web/WEB-INF/web.xml?rev=760782&r1=760781&r2=760782&view=diff
==============================================================================
--- incubator/olio/geocoder/web/WEB-INF/web.xml (original)
+++ incubator/olio/geocoder/web/WEB-INF/web.xml Wed Apr  1 04:53:53 2009
@@ -1,4 +1,22 @@
 <?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.
+ * 
+ -->
 <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>
     <servlet>
         <servlet-name>GeocoderServlet</servlet-name>

Modified: incubator/olio/webapp/php/trunk/etc/httpd.conf
URL: 
http://svn.apache.org/viewvc/incubator/olio/webapp/php/trunk/etc/httpd.conf?rev=760782&r1=760781&r2=760782&view=diff
==============================================================================
--- incubator/olio/webapp/php/trunk/etc/httpd.conf (original)
+++ incubator/olio/webapp/php/trunk/etc/httpd.conf Wed Apr  1 04:53:53 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.
+#
 # This file documents the changes required to your apache configuration file.
 #
 # Change DocumentRoot to point to the olioapp's public_html directory

Modified: incubator/olio/webapp/php/trunk/etc/my.cnf
URL: 
http://svn.apache.org/viewvc/incubator/olio/webapp/php/trunk/etc/my.cnf?rev=760782&r1=760781&r2=760782&view=diff
==============================================================================
--- incubator/olio/webapp/php/trunk/etc/my.cnf (original)
+++ incubator/olio/webapp/php/trunk/etc/my.cnf Wed Apr  1 04:53:53 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.
+#
 # Sample my.cnf. This file is complete and can be used as is after
 # editing the data and log dirs.
 [client]

Modified: incubator/olio/webapp/php/trunk/etc/odbc.ini
URL: 
http://svn.apache.org/viewvc/incubator/olio/webapp/php/trunk/etc/odbc.ini?rev=760782&r1=760781&r2=760782&view=diff
==============================================================================
--- incubator/olio/webapp/php/trunk/etc/odbc.ini (original)
+++ incubator/olio/webapp/php/trunk/etc/odbc.ini Wed Apr  1 04:53:53 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.
+#
+
 [ODBC Data Sources]
 myodbc3                = MyODBC 3.51 Driver DSN
 

Modified: incubator/olio/webapp/php/trunk/etc/odbcinst.ini
URL: 
http://svn.apache.org/viewvc/incubator/olio/webapp/php/trunk/etc/odbcinst.ini?rev=760782&r1=760781&r2=760782&view=diff
==============================================================================
--- incubator/olio/webapp/php/trunk/etc/odbcinst.ini (original)
+++ incubator/olio/webapp/php/trunk/etc/odbcinst.ini Wed Apr  1 04:53:53 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.
+#
+
 [ODBC Drivers]
 MySQL          = Installed
 

Modified: incubator/olio/webapp/php/trunk/etc/php.ini
URL: 
http://svn.apache.org/viewvc/incubator/olio/webapp/php/trunk/etc/php.ini?rev=760782&r1=760781&r2=760782&view=diff
==============================================================================
--- incubator/olio/webapp/php/trunk/etc/php.ini (original)
+++ incubator/olio/webapp/php/trunk/etc/php.ini Wed Apr  1 04:53:53 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.
+;
+
 ; This file explains the changes needed in your php.ini to run Olio.
 ;
 ; Saving sessions to /tmp is recommended on Solaris/OpenSolaris as /tmp 

Modified: incubator/olio/webapp/php/trunk/etc/schema.sql
URL: 
http://svn.apache.org/viewvc/incubator/olio/webapp/php/trunk/etc/schema.sql?rev=760782&r1=760781&r2=760782&view=diff
==============================================================================
--- incubator/olio/webapp/php/trunk/etc/schema.sql (original)
+++ incubator/olio/webapp/php/trunk/etc/schema.sql Wed Apr  1 04:53:53 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.
+ * 
+ */
 create table PERSON(
    username VARCHAR(25) NOT NULL,
    password VARCHAR(25) NOT NULL,
@@ -109,4 +127,4 @@
    primary key (commentid)
 )ENGINE=InnoDB;
 
-CREATE INDEX SOCIALEVENT_COMMENTS on COMMENTS_RATING (socialeventid);
\ No newline at end of file
+CREATE INDEX SOCIALEVENT_COMMENTS on COMMENTS_RATING (socialeventid);

Modified: 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Attendees.java
URL: 
http://svn.apache.org/viewvc/incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Attendees.java?rev=760782&r1=760781&r2=760782&view=diff
==============================================================================
--- 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Attendees.java
 (original)
+++ 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Attendees.java
 Wed Apr  1 04:53:53 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.apache.olio.workload.loader;
 
 import com.sun.faban.driver.util.Random;

Modified: 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Comments.java
URL: 
http://svn.apache.org/viewvc/incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Comments.java?rev=760782&r1=760781&r2=760782&view=diff
==============================================================================
--- 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Comments.java
 (original)
+++ 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Comments.java
 Wed Apr  1 04:53:53 2009
@@ -1,4 +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.apache.olio.workload.loader;
 
 import com.sun.faban.driver.util.Random;

Modified: 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Documents.java
URL: 
http://svn.apache.org/viewvc/incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Documents.java?rev=760782&r1=760781&r2=760782&view=diff
==============================================================================
--- 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Documents.java
 (original)
+++ 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Documents.java
 Wed Apr  1 04:53:53 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.apache.olio.workload.loader;
 
 import com.sun.faban.driver.util.Random;

Modified: 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/EventImages.java
URL: 
http://svn.apache.org/viewvc/incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/EventImages.java?rev=760782&r1=760781&r2=760782&view=diff
==============================================================================
--- 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/EventImages.java
 (original)
+++ 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/EventImages.java
 Wed Apr  1 04:53:53 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.apache.olio.workload.loader;
 public class EventImages extends Images {
 

Modified: 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/EventTag.java
URL: 
http://svn.apache.org/viewvc/incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/EventTag.java?rev=760782&r1=760781&r2=760782&view=diff
==============================================================================
--- 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/EventTag.java
 (original)
+++ 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/EventTag.java
 Wed Apr  1 04:53:53 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.apache.olio.workload.loader;
 
 import com.sun.faban.driver.util.Random;

Modified: 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Friends.java
URL: 
http://svn.apache.org/viewvc/incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Friends.java?rev=760782&r1=760781&r2=760782&view=diff
==============================================================================
--- 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Friends.java
 (original)
+++ 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Friends.java
 Wed Apr  1 04:53:53 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.apache.olio.workload.loader;
 
 import com.sun.faban.driver.util.Random;

Modified: 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Images.java
URL: 
http://svn.apache.org/viewvc/incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Images.java?rev=760782&r1=760781&r2=760782&view=diff
==============================================================================
--- 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Images.java
 (original)
+++ 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Images.java
 Wed Apr  1 04:53:53 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.apache.olio.workload.loader;
 
 import com.sun.faban.driver.util.Random;

Modified: 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Person.java
URL: 
http://svn.apache.org/viewvc/incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Person.java?rev=760782&r1=760781&r2=760782&view=diff
==============================================================================
--- 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Person.java
 (original)
+++ 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Person.java
 Wed Apr  1 04:53:53 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.apache.olio.workload.loader;
 
 import com.sun.faban.driver.util.Random;

Modified: 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/PersonImages.java
URL: 
http://svn.apache.org/viewvc/incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/PersonImages.java?rev=760782&r1=760781&r2=760782&view=diff
==============================================================================
--- 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/PersonImages.java
 (original)
+++ 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/PersonImages.java
 Wed Apr  1 04:53:53 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.apache.olio.workload.loader;
 import org.apache.olio.workload.util.ScaleFactors;
 import org.apache.olio.workload.loader.framework.*;

Modified: 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/SocialEvent.java
URL: 
http://svn.apache.org/viewvc/incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/SocialEvent.java?rev=760782&r1=760781&r2=760782&view=diff
==============================================================================
--- 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/SocialEvent.java
 (original)
+++ 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/SocialEvent.java
 Wed Apr  1 04:53:53 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.apache.olio.workload.loader;
 
 import com.sun.faban.driver.util.Random;

Modified: 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Tag.java
URL: 
http://svn.apache.org/viewvc/incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Tag.java?rev=760782&r1=760781&r2=760782&view=diff
==============================================================================
--- 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Tag.java
 (original)
+++ 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/loader/Tag.java
 Wed Apr  1 04:53:53 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.apache.olio.workload.loader;
 
 import org.apache.olio.workload.util.UserName;

Modified: 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/util/MemCacheUtility.java
URL: 
http://svn.apache.org/viewvc/incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/util/MemCacheUtility.java?rev=760782&r1=760781&r2=760782&view=diff
==============================================================================
--- 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/util/MemCacheUtility.java
 (original)
+++ 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/util/MemCacheUtility.java
 Wed Apr  1 04:53:53 2009
@@ -1,11 +1,25 @@
 /*
-* MemCacheUtility.java
-*
-* Created on August 20, 2007, 10:23 PM
-*
-* To change this template, choose Tools | Template Manager
-* and open the template in the editor.
-*/
+ * 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.
+ * 
+ * MemCacheUtility.java
+ *
+ * Created on August 20, 2007, 10:23 PM
+ *
+ */
 
 package org.apache.olio.workload.util;
 

Modified: 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/util/RandomUtil.java
URL: 
http://svn.apache.org/viewvc/incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/util/RandomUtil.java?rev=760782&r1=760781&r2=760782&view=diff
==============================================================================
--- 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/util/RandomUtil.java
 (original)
+++ 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/util/RandomUtil.java
 Wed Apr  1 04:53:53 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.apache.olio.workload.util;
 
 import com.sun.faban.driver.util.Random;

Modified: 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/util/Scramble.java
URL: 
http://svn.apache.org/viewvc/incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/util/Scramble.java?rev=760782&r1=760781&r2=760782&view=diff
==============================================================================
--- 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/util/Scramble.java
 (original)
+++ 
incubator/olio/workload/rails/trunk/src/org/apache/olio/workload/util/Scramble.java
 Wed Apr  1 04:53:53 2009
@@ -1,14 +1,22 @@
-package org.apache.olio.workload.util;
-
 /*
- * Copyright (c) 2000-2004 by Sun Microsystems, Inc. All Rights Reserved.
- * This software is the proprietary information of Sun Microsystems, Inc.
- * 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
  *
- * $Id: Scramble.java,v 1.1 2007/06/20 19:57:47 akara Exp $
+ *     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.apache.olio.workload.util;
 import java.util.*;
 
 /**


Reply via email to