|
Author: jacopoc
Date: Thu Jan 13 15:13:22 2011 New Revision: 1058601 URL: http://svn.apache.org/viewvc?rev=1058601&view=rev Log: Added missing license headers Modified: ofbiz/branches/release10.04/framework/base/src/org/ofbiz/base/concurrent/DependencyPool.java ofbiz/branches/release10.04/framework/base/src/org/ofbiz/base/concurrent/test/DependencyPoolTests.java ofbiz/branches/release10.04/framework/base/src/org/ofbiz/base/lang/LockedBy.java ofbiz/branches/release10.04/framework/widget/src/org/ofbiz/widget/form/UtilHelpText.java Modified: ofbiz/branches/release10.04/framework/base/src/org/ofbiz/base/concurrent/DependencyPool.java URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/framework/base/src/org/ofbiz/base/concurrent/DependencyPool.java?rev=1058601&r1=1058600&r2=1058601&view=diff ============================================================================== --- ofbiz/branches/release10.04/framework/base/src/org/ofbiz/base/concurrent/DependencyPool.java (original) +++ ofbiz/branches/release10.04/framework/base/src/org/ofbiz/base/concurrent/DependencyPool.java Thu Jan 13 15:13:22 2011 @@ -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.ofbiz.base.concurrent; import java.util.Collection; Modified: ofbiz/branches/release10.04/framework/base/src/org/ofbiz/base/concurrent/test/DependencyPoolTests.java URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/framework/base/src/org/ofbiz/base/concurrent/test/DependencyPoolTests.java?rev=1058601&r1=1058600&r2=1058601&view=diff ============================================================================== --- ofbiz/branches/release10.04/framework/base/src/org/ofbiz/base/concurrent/test/DependencyPoolTests.java (original) +++ ofbiz/branches/release10.04/framework/base/src/org/ofbiz/base/concurrent/test/DependencyPoolTests.java Thu Jan 13 15:13:22 2011 @@ -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.ofbiz.base.concurrent.test; import java.util.ArrayList; Modified: ofbiz/branches/release10.04/framework/base/src/org/ofbiz/base/lang/LockedBy.java URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/framework/base/src/org/ofbiz/base/lang/LockedBy.java?rev=1058601&r1=1058600&r2=1058601&view=diff ============================================================================== --- ofbiz/branches/release10.04/framework/base/src/org/ofbiz/base/lang/LockedBy.java (original) +++ ofbiz/branches/release10.04/framework/base/src/org/ofbiz/base/lang/LockedBy.java Thu Jan 13 15:13:22 2011 @@ -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.ofbiz.base.lang; import java.lang.annotation.Documented; Modified: ofbiz/branches/release10.04/framework/widget/src/org/ofbiz/widget/form/UtilHelpText.java URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/framework/widget/src/org/ofbiz/widget/form/UtilHelpText.java?rev=1058601&r1=1058600&r2=1058601&view=diff ============================================================================== --- ofbiz/branches/release10.04/framework/widget/src/org/ofbiz/widget/form/UtilHelpText.java (original) +++ ofbiz/branches/release10.04/framework/widget/src/org/ofbiz/widget/form/UtilHelpText.java Thu Jan 13 15:13:22 2011 @@ -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.ofbiz.widget.form; import java.util.Locale; |
| Free forum by Nabble | Edit this page |
