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 kl...@apache.org on 2009/06/17 20:44:08 UTC

svn commit: r785787 - in /incubator/olio/workload/java/trunk/src/org/apache/olio/workload: fsloader/ loader/ loader/framework/ util/

Author: klichong
Date: Wed Jun 17 20:44:07 2009
New Revision: 785787

URL: http://svn.apache.org/viewvc?rev=785787&view=rev
Log:
Fixing licensing headers in loader and util directories

Modified:
    incubator/olio/workload/java/trunk/src/org/apache/olio/workload/fsloader/FileLoader.java
    incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Address.java
    incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Attendees.java
    incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Comments.java
    incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/EventTag.java
    incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Friends.java
    incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/IDGen.java
    incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Invitation.java
    incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/LoadController.java
    incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Person.java
    incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/SocialEvent.java
    incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Tag.java
    incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/framework/Loadable.java
    incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/framework/Loader.java
    incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/framework/ThreadConnection.java
    incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/framework/ThreadResource.java
    incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/GrowthTest.java
    incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/MemCacheUtility.java
    incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/RandomUtil.java
    incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/ScaleFactors.java
    incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/Scramble.java
    incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/UserName.java

Modified: incubator/olio/workload/java/trunk/src/org/apache/olio/workload/fsloader/FileLoader.java
URL: http://svn.apache.org/viewvc/incubator/olio/workload/java/trunk/src/org/apache/olio/workload/fsloader/FileLoader.java?rev=785787&r1=785786&r2=785787&view=diff
==============================================================================
--- incubator/olio/workload/java/trunk/src/org/apache/olio/workload/fsloader/FileLoader.java (original)
+++ incubator/olio/workload/java/trunk/src/org/apache/olio/workload/fsloader/FileLoader.java Wed Jun 17 20:44:07 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.
+ */
 package org.apache.olio.workload.fsloader;
 
 import org.apache.olio.workload.util.ScaleFactors;

Modified: incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Address.java
URL: http://svn.apache.org/viewvc/incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Address.java?rev=785787&r1=785786&r2=785787&view=diff
==============================================================================
--- incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Address.java (original)
+++ incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Address.java Wed Jun 17 20:44:07 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.
+ */
 package org.apache.olio.workload.loader;
 
 import com.sun.faban.driver.util.Random;

Modified: incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Attendees.java
URL: http://svn.apache.org/viewvc/incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Attendees.java?rev=785787&r1=785786&r2=785787&view=diff
==============================================================================
--- incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Attendees.java (original)
+++ incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Attendees.java Wed Jun 17 20:44:07 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.
+ */
 package org.apache.olio.workload.loader;
 
 import com.sun.faban.driver.util.Random;

Modified: incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Comments.java
URL: http://svn.apache.org/viewvc/incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Comments.java?rev=785787&r1=785786&r2=785787&view=diff
==============================================================================
--- incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Comments.java (original)
+++ incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Comments.java Wed Jun 17 20:44:07 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.
+ */
 package org.apache.olio.workload.loader;
 
 import com.sun.faban.driver.util.Random;

Modified: incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/EventTag.java
URL: http://svn.apache.org/viewvc/incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/EventTag.java?rev=785787&r1=785786&r2=785787&view=diff
==============================================================================
--- incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/EventTag.java (original)
+++ incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/EventTag.java Wed Jun 17 20:44:07 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.
+ */
 package org.apache.olio.workload.loader;
 
 import com.sun.faban.driver.util.Random;

Modified: incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Friends.java
URL: http://svn.apache.org/viewvc/incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Friends.java?rev=785787&r1=785786&r2=785787&view=diff
==============================================================================
--- incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Friends.java (original)
+++ incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Friends.java Wed Jun 17 20:44:07 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.
+ */
 package org.apache.olio.workload.loader;
 
 import com.sun.faban.driver.util.Random;

Modified: incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/IDGen.java
URL: http://svn.apache.org/viewvc/incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/IDGen.java?rev=785787&r1=785786&r2=785787&view=diff
==============================================================================
--- incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/IDGen.java (original)
+++ incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/IDGen.java Wed Jun 17 20:44:07 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.
+ */
 package org.apache.olio.workload.loader;
 
 import org.apache.olio.workload.util.UserName;

Modified: incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Invitation.java
URL: http://svn.apache.org/viewvc/incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Invitation.java?rev=785787&r1=785786&r2=785787&view=diff
==============================================================================
--- incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Invitation.java (original)
+++ incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Invitation.java Wed Jun 17 20:44:07 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.
+ */
 package org.apache.olio.workload.loader;
 
 import com.sun.faban.driver.util.Random;

Modified: incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/LoadController.java
URL: http://svn.apache.org/viewvc/incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/LoadController.java?rev=785787&r1=785786&r2=785787&view=diff
==============================================================================
--- incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/LoadController.java (original)
+++ incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/LoadController.java Wed Jun 17 20:44:07 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.
+ */
 package org.apache.olio.workload.loader;
 
 import org.apache.olio.workload.util.ScaleFactors;

Modified: incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Person.java
URL: http://svn.apache.org/viewvc/incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Person.java?rev=785787&r1=785786&r2=785787&view=diff
==============================================================================
--- incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Person.java (original)
+++ incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Person.java Wed Jun 17 20:44:07 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.
+ */
 package org.apache.olio.workload.loader;
 
 import com.sun.faban.driver.util.Random;

Modified: incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/SocialEvent.java
URL: http://svn.apache.org/viewvc/incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/SocialEvent.java?rev=785787&r1=785786&r2=785787&view=diff
==============================================================================
--- incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/SocialEvent.java (original)
+++ incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/SocialEvent.java Wed Jun 17 20:44:07 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.
+ */
 package org.apache.olio.workload.loader;
 
 import com.sun.faban.driver.util.Random;

Modified: incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Tag.java
URL: http://svn.apache.org/viewvc/incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Tag.java?rev=785787&r1=785786&r2=785787&view=diff
==============================================================================
--- incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Tag.java (original)
+++ incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/Tag.java Wed Jun 17 20:44:07 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.
+ */
 package org.apache.olio.workload.loader;
 
 import org.apache.olio.workload.util.UserName;

Modified: incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/framework/Loadable.java
URL: http://svn.apache.org/viewvc/incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/framework/Loadable.java?rev=785787&r1=785786&r2=785787&view=diff
==============================================================================
--- incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/framework/Loadable.java (original)
+++ incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/framework/Loadable.java Wed Jun 17 20:44:07 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.
+ */
 package org.apache.olio.workload.loader.framework;
 
 public abstract class Loadable {

Modified: incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/framework/Loader.java
URL: http://svn.apache.org/viewvc/incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/framework/Loader.java?rev=785787&r1=785786&r2=785787&view=diff
==============================================================================
--- incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/framework/Loader.java (original)
+++ incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/framework/Loader.java Wed Jun 17 20:44:07 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.
+ */
 package org.apache.olio.workload.loader.framework;
 
 import java.sql.SQLException;

Modified: incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/framework/ThreadConnection.java
URL: http://svn.apache.org/viewvc/incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/framework/ThreadConnection.java?rev=785787&r1=785786&r2=785787&view=diff
==============================================================================
--- incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/framework/ThreadConnection.java (original)
+++ incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/framework/ThreadConnection.java Wed Jun 17 20:44:07 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.
+ */
 package org.apache.olio.workload.loader.framework;
 
 import java.sql.*;

Modified: incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/framework/ThreadResource.java
URL: http://svn.apache.org/viewvc/incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/framework/ThreadResource.java?rev=785787&r1=785786&r2=785787&view=diff
==============================================================================
--- incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/framework/ThreadResource.java (original)
+++ incubator/olio/workload/java/trunk/src/org/apache/olio/workload/loader/framework/ThreadResource.java Wed Jun 17 20:44:07 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.
+ */
 package org.apache.olio.workload.loader.framework;
 
 import com.sun.faban.driver.util.Random;

Modified: incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/GrowthTest.java
URL: http://svn.apache.org/viewvc/incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/GrowthTest.java?rev=785787&r1=785786&r2=785787&view=diff
==============================================================================
--- incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/GrowthTest.java (original)
+++ incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/GrowthTest.java Wed Jun 17 20:44:07 2009
@@ -1,8 +1,26 @@
-package org.apache.olio.workload.util;
+ /*
+ * 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.
+ */
 
 /**
  * Code to test the growth function and match it to existing research.
  */
+package org.apache.olio.workload.util;
+
 public class GrowthTest {
 
     // We use on average of 3.5 tags per event. Random 1..6 tags.

Modified: incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/MemCacheUtility.java
URL: http://svn.apache.org/viewvc/incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/MemCacheUtility.java?rev=785787&r1=785786&r2=785787&view=diff
==============================================================================
--- incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/MemCacheUtility.java (original)
+++ incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/MemCacheUtility.java Wed Jun 17 20:44:07 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.
+ */
 /*
 * MemCacheUtility.java
 *

Modified: incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/RandomUtil.java
URL: http://svn.apache.org/viewvc/incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/RandomUtil.java?rev=785787&r1=785786&r2=785787&view=diff
==============================================================================
--- incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/RandomUtil.java (original)
+++ incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/RandomUtil.java Wed Jun 17 20:44:07 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.
+ */
 package org.apache.olio.workload.util;
 
 import com.sun.faban.driver.util.Random;

Modified: incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/ScaleFactors.java
URL: http://svn.apache.org/viewvc/incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/ScaleFactors.java?rev=785787&r1=785786&r2=785787&view=diff
==============================================================================
--- incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/ScaleFactors.java (original)
+++ incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/ScaleFactors.java Wed Jun 17 20:44:07 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.
+ */
 package org.apache.olio.workload.util;
 
 import java.util.logging.Logger;

Modified: incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/Scramble.java
URL: http://svn.apache.org/viewvc/incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/Scramble.java?rev=785787&r1=785786&r2=785787&view=diff
==============================================================================
--- incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/Scramble.java (original)
+++ incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/Scramble.java Wed Jun 17 20:44:07 2009
@@ -1,14 +1,28 @@
-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
  *
+ *     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: Scramble.java,v 1.1 2007/06/20 19:57:47 akara Exp $
  *
  */
 
+package org.apache.olio.workload.util;
+
 import java.util.*;
 
 /**

Modified: incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/UserName.java
URL: http://svn.apache.org/viewvc/incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/UserName.java?rev=785787&r1=785786&r2=785787&view=diff
==============================================================================
--- incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/UserName.java (original)
+++ incubator/olio/workload/java/trunk/src/org/apache/olio/workload/util/UserName.java Wed Jun 17 20:44:07 2009
@@ -1,12 +1,25 @@
-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
+ *
+ *     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: UserName.java,v 1.1 2007/06/20 19:57:47 akara Exp $
  *
  */
+package org.apache.olio.workload.util;
 
 import java.util.HashSet;
 import java.io.*;