From composer-commits-return-24-apmail-incubator-composer-commits-archive=incubator.apache.org@incubator.apache.org Mon Jan 21 08:14:56 2008 Return-Path: Delivered-To: apmail-incubator-composer-commits-archive@locus.apache.org Received: (qmail 85543 invoked from network); 21 Jan 2008 08:14:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jan 2008 08:14:56 -0000 Received: (qmail 42052 invoked by uid 500); 21 Jan 2008 08:14:46 -0000 Delivered-To: apmail-incubator-composer-commits-archive@incubator.apache.org Received: (qmail 42023 invoked by uid 500); 21 Jan 2008 08:14:46 -0000 Mailing-List: contact composer-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: composer-dev@incubator.apache.org Delivered-To: mailing list composer-commits@incubator.apache.org Received: (qmail 42006 invoked by uid 99); 21 Jan 2008 08:14:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2008 00:14:46 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2008 08:14:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A14551A983E; Mon, 21 Jan 2008 00:14:33 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r613787 [2/3] - in /incubator/composer/trunk/core/src: java/org/apache/composer/core/ java/org/apache/composer/core/adapters/ java/org/apache/composer/core/annotations/ java/org/apache/composer/core/behaviors/ java/org/apache/composer/core/... Date: Mon, 21 Jan 2008 08:14:12 -0000 To: composer-commits@incubator.apache.org From: hammant@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080121081433.A14551A983E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Caching.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Caching.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Caching.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Caching.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (c) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Idea by Rachel Davies, Original code by Aslak Hellesoy and Paul Hammant * - *****************************************************************************/ +/** + * 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.composer.core.behaviors; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/HiddenImplementation.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/HiddenImplementation.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/HiddenImplementation.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/HiddenImplementation.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (C) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Original code by * - *****************************************************************************/ +/** + * 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.composer.core.behaviors; import java.lang.reflect.InvocationHandler; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/ImplementationHiding.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/ImplementationHiding.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/ImplementationHiding.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/ImplementationHiding.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (C) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Original code by * - *****************************************************************************/ +/** + * 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.composer.core.behaviors; import org.apache.composer.core.ComponentAdapter; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Intercepted.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Intercepted.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Intercepted.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Intercepted.java Mon Jan 21 00:14:03 2008 @@ -1,11 +1,19 @@ -/***************************************************************************** - * Copyright (c) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - *****************************************************************************/ +/** + * 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.composer.core.behaviors; import org.apache.composer.core.ComponentAdapter; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Intercepting.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Intercepting.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Intercepting.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Intercepting.java Mon Jan 21 00:14:03 2008 @@ -1,11 +1,19 @@ -/***************************************************************************** - * Copyright (c) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - *****************************************************************************/ +/** + * 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.composer.core.behaviors; import org.apache.composer.core.ComponentAdapter; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Locked.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Locked.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Locked.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Locked.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (C) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Original code by * - *****************************************************************************/ +/** + * 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.composer.core.behaviors; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Locking.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Locking.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Locking.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Locking.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (C) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Original code by * - *****************************************************************************/ +/** + * 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.composer.core.behaviors; import org.apache.composer.core.ComponentAdapter; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/OptInCaching.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/OptInCaching.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/OptInCaching.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/OptInCaching.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (c) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Idea by Rachel Davies, Original code by Aslak Hellesoy and Paul Hammant * - *****************************************************************************/ +/** + * 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.composer.core.behaviors; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/PropertyApplicator.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/PropertyApplicator.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/PropertyApplicator.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/PropertyApplicator.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (C) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Original code by * - *****************************************************************************/ +/** + * 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.composer.core.behaviors; import java.beans.PropertyEditor; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/PropertyApplying.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/PropertyApplying.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/PropertyApplying.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/PropertyApplying.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (C) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Original code by * - *****************************************************************************/ +/** + * 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.composer.core.behaviors; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Stored.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Stored.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Stored.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Stored.java Mon Jan 21 00:14:03 2008 @@ -1,3 +1,19 @@ +/** + * 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.composer.core.behaviors; import org.apache.composer.core.ComponentAdapter; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Storing.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Storing.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Storing.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Storing.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (c) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Idea by Rachel Davies, Original code by Aslak Hellesoy and Paul Hammant * - *****************************************************************************/ +/** + * 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.composer.core.behaviors; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Synchronized.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Synchronized.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Synchronized.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Synchronized.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (C) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Original code by * - *****************************************************************************/ +/** + * 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.composer.core.behaviors; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Synchronizing.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Synchronizing.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Synchronizing.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/Synchronizing.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (C) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Original code by * - *****************************************************************************/ +/** + * 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.composer.core.behaviors; import org.apache.composer.core.ComponentAdapter; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/ThreadCached.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/ThreadCached.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/ThreadCached.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/ThreadCached.java Mon Jan 21 00:14:03 2008 @@ -1,13 +1,19 @@ -/***************************************************************************** - * Copyright (c) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Idea by Rachel Davies, Original code by Aslak Hellesoy and Paul Hammant * - *****************************************************************************/ - +/** + * 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.composer.core.behaviors; import java.io.Serializable; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/ThreadCaching.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/ThreadCaching.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/ThreadCaching.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/behaviors/ThreadCaching.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (c) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Idea by Rachel Davies, Original code by Aslak Hellesoy and Paul Hammant * - *****************************************************************************/ +/** + * 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.composer.core.behaviors; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/AbstractDelegatingContainer.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/AbstractDelegatingContainer.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/AbstractDelegatingContainer.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/AbstractDelegatingContainer.java Mon Jan 21 00:14:03 2008 @@ -1,3 +1,19 @@ +/** + * 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.composer.core.containers; import java.io.Serializable; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/AbstractDelegatingMutableContainer.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/AbstractDelegatingMutableContainer.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/AbstractDelegatingMutableContainer.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/AbstractDelegatingMutableContainer.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (C) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Original code by the committers * - *****************************************************************************/ +/** + * 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.composer.core.containers; import java.util.Properties; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/CommandLineArgumentsContainer.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/CommandLineArgumentsContainer.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/CommandLineArgumentsContainer.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/CommandLineArgumentsContainer.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (C) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Original code by * - *****************************************************************************/ +/** + * 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.composer.core.containers; import java.io.IOException; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/EmptyContainer.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/EmptyContainer.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/EmptyContainer.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/EmptyContainer.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (C) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Original code by Paul Hammant * - *****************************************************************************/ +/** + * 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.composer.core.containers; import org.apache.composer.core.ComponentAdapter; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/ImmutableContainer.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/ImmutableContainer.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/ImmutableContainer.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/ImmutableContainer.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (C) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Original code by * - *****************************************************************************/ +/** + * 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.composer.core.containers; import org.apache.composer.core.Container; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/PropertiesContainer.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/PropertiesContainer.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/PropertiesContainer.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/PropertiesContainer.java Mon Jan 21 00:14:03 2008 @@ -1,11 +1,19 @@ -/***************************************************************************** - * Copyright (c) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - *****************************************************************************/ +/** + * 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.composer.core.containers; import java.util.Properties; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/SystemPropertiesContainer.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/SystemPropertiesContainer.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/SystemPropertiesContainer.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/SystemPropertiesContainer.java Mon Jan 21 00:14:03 2008 @@ -1,11 +1,19 @@ -/***************************************************************************** - * Copyright (c) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - *****************************************************************************/ +/** + * 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.composer.core.containers; import org.apache.composer.core.Container; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/TransientContainer.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/TransientContainer.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/TransientContainer.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/containers/TransientContainer.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (C) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Original code by * - *****************************************************************************/ +/** + * 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.composer.core.containers; import org.apache.composer.core.DefaultContainer; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/AbstractInjector.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/AbstractInjector.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/AbstractInjector.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/AbstractInjector.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (C) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Original code by * - *****************************************************************************/ +/** + * 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.composer.core.injectors; import java.lang.reflect.Constructor; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/AdaptingInjection.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/AdaptingInjection.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/AdaptingInjection.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/AdaptingInjection.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (c) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Idea by Rachel Davies, Original code by Aslak Hellesoy and Paul Hammant * - *****************************************************************************/ +/** + * 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.composer.core.injectors; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/AnnotatedFieldInjection.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/AnnotatedFieldInjection.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/AnnotatedFieldInjection.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/AnnotatedFieldInjection.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (C) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Original code by * - *****************************************************************************/ +/** + * 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.composer.core.injectors; import org.apache.composer.core.ComponentAdapter; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/AnnotatedFieldInjector.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/AnnotatedFieldInjector.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/AnnotatedFieldInjector.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/AnnotatedFieldInjector.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (C) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Original code by * - *****************************************************************************/ +/** + * 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.composer.core.injectors; import org.apache.composer.core.ComponentMonitor; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/AnnotatedMethodInjection.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/AnnotatedMethodInjection.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/AnnotatedMethodInjection.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/AnnotatedMethodInjection.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (c) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Idea by Rachel Davies, Original code by Aslak Hellesoy and Paul Hammant * - *****************************************************************************/ +/** + * 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.composer.core.injectors; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/AnnotatedMethodInjector.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/AnnotatedMethodInjector.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/AnnotatedMethodInjector.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/AnnotatedMethodInjector.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (C) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Original code by * - *****************************************************************************/ +/** + * 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.composer.core.injectors; import org.apache.composer.core.Parameter; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/ConstructorInjection.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/ConstructorInjection.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/ConstructorInjection.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/ConstructorInjection.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (c) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Idea by Rachel Davies, Original code by Aslak Hellesoy and Paul Hammant * - *****************************************************************************/ +/** + * 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.composer.core.injectors; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/ConstructorInjector.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/ConstructorInjector.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/ConstructorInjector.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/ConstructorInjector.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (c) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Idea by Rachel Davies, Original code by Aslak Hellesoy and Paul Hammant * - *****************************************************************************/ +/** + * 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.composer.core.injectors; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/Injectors.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/Injectors.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/Injectors.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/Injectors.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (C) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Original code by * - *****************************************************************************/ +/** + * 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.composer.core.injectors; import org.apache.composer.core.injectors.AdaptingInjection; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/IterativeInjector.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/IterativeInjector.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/IterativeInjector.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/IterativeInjector.java Mon Jan 21 00:14:03 2008 @@ -1,3 +1,19 @@ +/** + * 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.composer.core.injectors; import org.apache.composer.core.ComponentMonitor; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/MethodInjection.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/MethodInjection.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/MethodInjection.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/MethodInjection.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (c) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Idea by Rachel Davies, Original code by Aslak Hellesoy and Paul Hammant * - *****************************************************************************/ +/** + * 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.composer.core.injectors; import org.apache.composer.core.ComponentFactory; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/MethodInjector.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/MethodInjector.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/MethodInjector.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/MethodInjector.java Mon Jan 21 00:14:03 2008 @@ -1,11 +1,19 @@ -/***************************************************************************** - * Copyright (c) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - *****************************************************************************/ +/** + * 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.composer.core.injectors; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/MultiInjection.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/MultiInjection.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/MultiInjection.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/MultiInjection.java Mon Jan 21 00:14:03 2008 @@ -1,11 +1,19 @@ -/***************************************************************************** - * Copyright (C) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - *****************************************************************************/ +/** + * 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.composer.core.injectors; import org.apache.composer.core.ComponentMonitor; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/MultiInjector.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/MultiInjector.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/MultiInjector.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/MultiInjector.java Mon Jan 21 00:14:03 2008 @@ -1,11 +1,19 @@ -/***************************************************************************** - * Copyright (C) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - *****************************************************************************/ +/** + * 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.composer.core.injectors; import org.apache.composer.core.Parameter; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/ParameterNameBinding.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/ParameterNameBinding.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/ParameterNameBinding.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/ParameterNameBinding.java Mon Jan 21 00:14:03 2008 @@ -1,11 +1,19 @@ -/***************************************************************************** - * Copyright (c) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - *****************************************************************************/ +/** + * 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.composer.core.injectors; import org.apache.composer.core.NameBinding; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/SetterInjection.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/SetterInjection.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/SetterInjection.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/SetterInjection.java Mon Jan 21 00:14:03 2008 @@ -1,13 +1,19 @@ -/***************************************************************************** - * Copyright (c) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Idea by Rachel Davies, Original code by Aslak Hellesoy and Paul Hammant * - *****************************************************************************/ - +/** + * 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.composer.core.injectors; import java.io.Serializable; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/SetterInjector.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/SetterInjector.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/SetterInjector.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/SetterInjector.java Mon Jan 21 00:14:03 2008 @@ -1,12 +1,19 @@ -/***************************************************************************** - * Copyright (C) PicoContainer Organization. All rights reserved. * - * ------------------------------------------------------------------------- * - * The software in this package is published under the terms of the BSD * - * style license a copy of which has been included with this distribution in * - * the LICENSE.txt file. * - * * - * Original code by * - *****************************************************************************/ +/** + * 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.composer.core.injectors; import org.apache.composer.core.ComponentMonitor;