From olio-commits-return-178-apmail-incubator-olio-commits-archive=incubator.apache.org@incubator.apache.org Wed Jun 17 20:44:21 2009 Return-Path: Delivered-To: apmail-incubator-olio-commits-archive@minotaur.apache.org Received: (qmail 57529 invoked from network); 17 Jun 2009 20:44:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Jun 2009 20:44:21 -0000 Received: (qmail 21469 invoked by uid 500); 17 Jun 2009 20:44:32 -0000 Delivered-To: apmail-incubator-olio-commits-archive@incubator.apache.org Received: (qmail 21449 invoked by uid 500); 17 Jun 2009 20:44:32 -0000 Mailing-List: contact olio-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: olio-dev@incubator.apache.org Delivered-To: mailing list olio-commits@incubator.apache.org Received: (qmail 21436 invoked by uid 99); 17 Jun 2009 20:44:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 20:44:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 20:44:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 80FDE238889D; Wed, 17 Jun 2009 20:44:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r785787 - in /incubator/olio/workload/java/trunk/src/org/apache/olio/workload: fsloader/ loader/ loader/framework/ util/ Date: Wed, 17 Jun 2009 20:44:08 -0000 To: olio-commits@incubator.apache.org From: klichong@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090617204409.80FDE238889D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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.*;