From composer-commits-return-23-apmail-incubator-composer-commits-archive=incubator.apache.org@incubator.apache.org Mon Jan 21 08:14:55 2008 Return-Path: Delivered-To: apmail-incubator-composer-commits-archive@locus.apache.org Received: (qmail 85505 invoked from network); 21 Jan 2008 08:14:55 -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:55 -0000 Received: (qmail 41994 invoked by uid 500); 21 Jan 2008 08:14:45 -0000 Delivered-To: apmail-incubator-composer-commits-archive@incubator.apache.org Received: (qmail 41973 invoked by uid 500); 21 Jan 2008 08:14:45 -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 41964 invoked by uid 99); 21 Jan 2008 08:14:45 -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:45 -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 BB2AE1A9842; 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 [3/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.BB2AE1A9842@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/SingleMemberInjector.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/SingleMemberInjector.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/SingleMemberInjector.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/injectors/SingleMemberInjector.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/lifecycle/AbstractMonitoringLifecycleStrategy.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/lifecycle/AbstractMonitoringLifecycleStrategy.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/lifecycle/AbstractMonitoringLifecycleStrategy.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/lifecycle/AbstractMonitoringLifecycleStrategy.java Mon Jan 21 00:14:03 2008 @@ -1,10 +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.lifecycle; import java.io.Serializable; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/lifecycle/LifecycleState.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/lifecycle/LifecycleState.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/lifecycle/LifecycleState.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/lifecycle/LifecycleState.java Mon Jan 21 00:14:03 2008 @@ -1,10 +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.lifecycle; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/lifecycle/NullLifecycleStrategy.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/lifecycle/NullLifecycleStrategy.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/lifecycle/NullLifecycleStrategy.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/lifecycle/NullLifecycleStrategy.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.lifecycle; import java.io.Serializable; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/lifecycle/ReflectionLifecycleException.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/lifecycle/ReflectionLifecycleException.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/lifecycle/ReflectionLifecycleException.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/lifecycle/ReflectionLifecycleException.java Mon Jan 21 00:14:03 2008 @@ -1,10 +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.lifecycle; import org.apache.composer.core.ComposerException; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/lifecycle/ReflectionLifecycleStrategy.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/lifecycle/ReflectionLifecycleStrategy.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/lifecycle/ReflectionLifecycleStrategy.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/lifecycle/ReflectionLifecycleStrategy.java Mon Jan 21 00:14:03 2008 @@ -1,10 +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.lifecycle; import java.lang.reflect.InvocationTargetException; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/lifecycle/StartableLifecycleStrategy.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/lifecycle/StartableLifecycleStrategy.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/lifecycle/StartableLifecycleStrategy.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/lifecycle/StartableLifecycleStrategy.java Mon Jan 21 00:14:03 2008 @@ -1,10 +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.lifecycle; import java.lang.reflect.Method; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/monitors/AbstractComponentMonitor.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/monitors/AbstractComponentMonitor.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/monitors/AbstractComponentMonitor.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/monitors/AbstractComponentMonitor.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 Mauro Talevi * - *****************************************************************************/ +/** + * 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.monitors; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/monitors/ComponentMonitorHelper.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/monitors/ComponentMonitorHelper.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/monitors/ComponentMonitorHelper.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/monitors/ComponentMonitorHelper.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 Hammaant * - *****************************************************************************/ +/** + * 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.monitors; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/monitors/ConsoleComponentMonitor.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/monitors/ConsoleComponentMonitor.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/monitors/ConsoleComponentMonitor.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/monitors/ConsoleComponentMonitor.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 Hammaant * - *****************************************************************************/ +/** + * 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.monitors; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/monitors/LifecycleComponentMonitor.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/monitors/LifecycleComponentMonitor.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/monitors/LifecycleComponentMonitor.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/monitors/LifecycleComponentMonitor.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.monitors; import java.lang.reflect.Constructor; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/monitors/NullComponentMonitor.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/monitors/NullComponentMonitor.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/monitors/NullComponentMonitor.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/monitors/NullComponentMonitor.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 & Obie Fernandez & Aslak Hellesøy * - *****************************************************************************/ +/** + * 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.monitors; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/monitors/WriterComponentMonitor.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/monitors/WriterComponentMonitor.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/monitors/WriterComponentMonitor.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/monitors/WriterComponentMonitor.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 Hammaant * - *****************************************************************************/ +/** + * 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.monitors; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/parameters/BasicComponentParameter.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/parameters/BasicComponentParameter.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/parameters/BasicComponentParameter.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/parameters/BasicComponentParameter.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.parameters; import java.io.File; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/parameters/CollectionComponentParameter.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/parameters/CollectionComponentParameter.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/parameters/CollectionComponentParameter.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/parameters/CollectionComponentParameter.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.parameters; import org.apache.composer.core.ComponentAdapter; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/parameters/ComponentParameter.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/parameters/ComponentParameter.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/parameters/ComponentParameter.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/parameters/ComponentParameter.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.parameters; import org.apache.composer.core.ComponentAdapter; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/parameters/ConstantParameter.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/parameters/ConstantParameter.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/parameters/ConstantParameter.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/parameters/ConstantParameter.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 Jon Tirsen * - *****************************************************************************/ +/** + * 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.parameters; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/references/SimpleReference.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/references/SimpleReference.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/references/SimpleReference.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/references/SimpleReference.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.references; import java.io.Serializable; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/references/ThreadLocalMapObjectReference.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/references/ThreadLocalMapObjectReference.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/references/ThreadLocalMapObjectReference.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/references/ThreadLocalMapObjectReference.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.references; import org.apache.composer.core.ObjectReference; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/references/ThreadLocalReference.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/references/ThreadLocalReference.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/references/ThreadLocalReference.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/references/ThreadLocalReference.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.references; import org.apache.composer.core.ObjectReference; Modified: incubator/composer/trunk/core/src/java/org/apache/composer/core/security/CustomPermissionsURLClassLoader.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/java/org/apache/composer/core/security/CustomPermissionsURLClassLoader.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/java/org/apache/composer/core/security/CustomPermissionsURLClassLoader.java (original) +++ incubator/composer/trunk/core/src/java/org/apache/composer/core/security/CustomPermissionsURLClassLoader.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.security; Modified: incubator/composer/trunk/core/src/test/org/apache/composer/core/ContainerBuilderTestCase.java URL: http://svn.apache.org/viewvc/incubator/composer/trunk/core/src/test/org/apache/composer/core/ContainerBuilderTestCase.java?rev=613787&r1=613786&r2=613787&view=diff ============================================================================== --- incubator/composer/trunk/core/src/test/org/apache/composer/core/ContainerBuilderTestCase.java (original) +++ incubator/composer/trunk/core/src/test/org/apache/composer/core/ContainerBuilderTestCase.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; import static org.junit.Assert.assertEquals;