Return-Path: Delivered-To: apmail-labs-commits-archive@minotaur.apache.org Received: (qmail 71347 invoked from network); 21 Jul 2009 00:51:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Jul 2009 00:51:10 -0000 Received: (qmail 94561 invoked by uid 500); 21 Jul 2009 00:52:16 -0000 Delivered-To: apmail-labs-commits-archive@labs.apache.org Received: (qmail 94443 invoked by uid 500); 21 Jul 2009 00:52:15 -0000 Mailing-List: contact commits-help@labs.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: labs@labs.apache.org Delivered-To: mailing list commits@labs.apache.org Received: (qmail 94433 invoked by uid 99); 21 Jul 2009 00:52:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2009 00:52:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2009 00:52:10 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4C3BF2388902; Tue, 21 Jul 2009 00:51:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r796092 - in /labs/magma/trunk/foundation-basics/src: main/java/org/apache/magma/basics/ main/java/org/apache/magma/basics/context/ main/java/org/apache/magma/basics/services/ main/java/org/apache/magma/basics/startup/ test/java/org/apache/... Date: Tue, 21 Jul 2009 00:51:47 -0000 To: commits@labs.apache.org From: simoneg@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090721005148.4C3BF2388902@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: simoneg Date: Tue Jul 21 00:51:46 2009 New Revision: 796092 URL: http://svn.apache.org/viewvc?rev=796092&view=rev Log: LABS-393 : missing Apache headers Modified: labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/DefaultCharSequence.java labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/DefaultCharSequenceImpl.aj labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/MagmaExceptionChaining.aj labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/AutoRegisterContextOwners.aj labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/AutoSwitchContextOwner.aj labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/ClassContextElement.java labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/ContextElement.java labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/ContextOwner.java labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/MethodContextElement.java labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/RunningContext.java labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/StringContextElement.java labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/SubRunningContext.java labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/services/ServiceFinder.java labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/startup/Cycle.java labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/startup/CycleCleanable.java labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/startup/CycleThreadLocal.java labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/startup/Startup.java labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/ExceptionChainingTest.java labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/context/FakeContextOwner.java labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/context/RunningContextTest.java labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/context/SubRunningContextTest.java labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/services/MockService.java labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/services/MockServiceImpl1.java labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/services/MockServiceImpl2.java labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/services/ServiceFinderTest.java labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/startup/CycleTest.java labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/utils/genericstuff/FinallyConcrete.java labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/utils/genericstuff/MoreIntermediate.java labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/utils/genericstuff/YetMoreIntermediate.java labs/magma/trunk/foundation-basics/src/test/resources/META-INF/magma.properties Modified: labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/DefaultCharSequence.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/DefaultCharSequence.java?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/DefaultCharSequence.java (original) +++ labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/DefaultCharSequence.java Tue Jul 21 00:51:46 2009 @@ -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.magma.basics; /** Modified: labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/DefaultCharSequenceImpl.aj URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/DefaultCharSequenceImpl.aj?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/DefaultCharSequenceImpl.aj (original) +++ labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/DefaultCharSequenceImpl.aj Tue Jul 21 00:51:46 2009 @@ -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.magma.basics; /** Modified: labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/MagmaExceptionChaining.aj URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/MagmaExceptionChaining.aj?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/MagmaExceptionChaining.aj (original) +++ labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/MagmaExceptionChaining.aj Tue Jul 21 00:51:46 2009 @@ -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.magma.basics; /** Modified: labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/AutoRegisterContextOwners.aj URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/AutoRegisterContextOwners.aj?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/AutoRegisterContextOwners.aj (original) +++ labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/AutoRegisterContextOwners.aj Tue Jul 21 00:51:46 2009 @@ -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.magma.basics.context; /** Modified: labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/AutoSwitchContextOwner.aj URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/AutoSwitchContextOwner.aj?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/AutoSwitchContextOwner.aj (original) +++ labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/AutoSwitchContextOwner.aj Tue Jul 21 00:51:46 2009 @@ -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.magma.basics.context; /** Modified: labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/ClassContextElement.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/ClassContextElement.java?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/ClassContextElement.java (original) +++ labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/ClassContextElement.java Tue Jul 21 00:51:46 2009 @@ -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.magma.basics.context; /** Modified: labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/ContextElement.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/ContextElement.java?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/ContextElement.java (original) +++ labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/ContextElement.java Tue Jul 21 00:51:46 2009 @@ -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.magma.basics.context; /** Modified: labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/ContextOwner.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/ContextOwner.java?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/ContextOwner.java (original) +++ labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/ContextOwner.java Tue Jul 21 00:51:46 2009 @@ -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.magma.basics.context; /** Modified: labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/MethodContextElement.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/MethodContextElement.java?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/MethodContextElement.java (original) +++ labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/MethodContextElement.java Tue Jul 21 00:51:46 2009 @@ -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.magma.basics.context; import java.lang.reflect.Method; Modified: labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/RunningContext.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/RunningContext.java?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/RunningContext.java (original) +++ labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/RunningContext.java Tue Jul 21 00:51:46 2009 @@ -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.magma.basics.context; import java.util.HashMap; Modified: labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/StringContextElement.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/StringContextElement.java?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/StringContextElement.java (original) +++ labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/StringContextElement.java Tue Jul 21 00:51:46 2009 @@ -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.magma.basics.context; /** Modified: labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/SubRunningContext.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/SubRunningContext.java?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/SubRunningContext.java (original) +++ labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/context/SubRunningContext.java Tue Jul 21 00:51:46 2009 @@ -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.magma.basics.context; import java.lang.reflect.Method; Modified: labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/services/ServiceFinder.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/services/ServiceFinder.java?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/services/ServiceFinder.java (original) +++ labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/services/ServiceFinder.java Tue Jul 21 00:51:46 2009 @@ -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.magma.basics.services; import java.util.ArrayList; Modified: labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/startup/Cycle.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/startup/Cycle.java?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/startup/Cycle.java (original) +++ labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/startup/Cycle.java Tue Jul 21 00:51:46 2009 @@ -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.magma.basics.startup; import java.lang.reflect.Method; Modified: labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/startup/CycleCleanable.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/startup/CycleCleanable.java?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/startup/CycleCleanable.java (original) +++ labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/startup/CycleCleanable.java Tue Jul 21 00:51:46 2009 @@ -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.magma.basics.startup; /** Modified: labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/startup/CycleThreadLocal.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/startup/CycleThreadLocal.java?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/startup/CycleThreadLocal.java (original) +++ labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/startup/CycleThreadLocal.java Tue Jul 21 00:51:46 2009 @@ -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.magma.basics.startup; /** Modified: labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/startup/Startup.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/startup/Startup.java?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/startup/Startup.java (original) +++ labs/magma/trunk/foundation-basics/src/main/java/org/apache/magma/basics/startup/Startup.java Tue Jul 21 00:51:46 2009 @@ -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.magma.basics.startup; import java.lang.reflect.Method; Modified: labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/ExceptionChainingTest.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/ExceptionChainingTest.java?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/ExceptionChainingTest.java (original) +++ labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/ExceptionChainingTest.java Tue Jul 21 00:51:46 2009 @@ -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.magma.basics; import static org.junit.Assert.*; Modified: labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/context/FakeContextOwner.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/context/FakeContextOwner.java?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/context/FakeContextOwner.java (original) +++ labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/context/FakeContextOwner.java Tue Jul 21 00:51:46 2009 @@ -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.magma.basics.context; import java.util.List; Modified: labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/context/RunningContextTest.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/context/RunningContextTest.java?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/context/RunningContextTest.java (original) +++ labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/context/RunningContextTest.java Tue Jul 21 00:51:46 2009 @@ -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.magma.basics.context; import static org.junit.Assert.assertEquals; Modified: labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/context/SubRunningContextTest.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/context/SubRunningContextTest.java?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/context/SubRunningContextTest.java (original) +++ labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/context/SubRunningContextTest.java Tue Jul 21 00:51:46 2009 @@ -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.magma.basics.context; import java.util.List; Modified: labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/services/MockService.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/services/MockService.java?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/services/MockService.java (original) +++ labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/services/MockService.java Tue Jul 21 00:51:46 2009 @@ -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.magma.basics.services; public class MockService { Modified: labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/services/MockServiceImpl1.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/services/MockServiceImpl1.java?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/services/MockServiceImpl1.java (original) +++ labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/services/MockServiceImpl1.java Tue Jul 21 00:51:46 2009 @@ -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.magma.basics.services; public class MockServiceImpl1 extends MockService { Modified: labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/services/MockServiceImpl2.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/services/MockServiceImpl2.java?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/services/MockServiceImpl2.java (original) +++ labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/services/MockServiceImpl2.java Tue Jul 21 00:51:46 2009 @@ -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.magma.basics.services; public class MockServiceImpl2 extends MockService { Modified: labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/services/ServiceFinderTest.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/services/ServiceFinderTest.java?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/services/ServiceFinderTest.java (original) +++ labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/services/ServiceFinderTest.java Tue Jul 21 00:51:46 2009 @@ -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.magma.basics.services; import static org.junit.Assert.*; Modified: labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/startup/CycleTest.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/startup/CycleTest.java?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/startup/CycleTest.java (original) +++ labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/startup/CycleTest.java Tue Jul 21 00:51:46 2009 @@ -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.magma.basics.startup; import static org.junit.Assert.*; Modified: labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/utils/genericstuff/FinallyConcrete.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/utils/genericstuff/FinallyConcrete.java?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/utils/genericstuff/FinallyConcrete.java (original) +++ labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/utils/genericstuff/FinallyConcrete.java Tue Jul 21 00:51:46 2009 @@ -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.magma.basics.utils.genericstuff; public class FinallyConcrete extends YetMoreIntermediate { Modified: labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/utils/genericstuff/MoreIntermediate.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/utils/genericstuff/MoreIntermediate.java?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/utils/genericstuff/MoreIntermediate.java (original) +++ labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/utils/genericstuff/MoreIntermediate.java Tue Jul 21 00:51:46 2009 @@ -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.magma.basics.utils.genericstuff; public class MoreIntermediate extends IntermediateThing { Modified: labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/utils/genericstuff/YetMoreIntermediate.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/utils/genericstuff/YetMoreIntermediate.java?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/utils/genericstuff/YetMoreIntermediate.java (original) +++ labs/magma/trunk/foundation-basics/src/test/java/org/apache/magma/basics/utils/genericstuff/YetMoreIntermediate.java Tue Jul 21 00:51:46 2009 @@ -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.magma.basics.utils.genericstuff; public class YetMoreIntermediate extends MoreIntermediate { Modified: labs/magma/trunk/foundation-basics/src/test/resources/META-INF/magma.properties URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-basics/src/test/resources/META-INF/magma.properties?rev=796092&r1=796091&r2=796092&view=diff ============================================================================== --- labs/magma/trunk/foundation-basics/src/test/resources/META-INF/magma.properties (original) +++ labs/magma/trunk/foundation-basics/src/test/resources/META-INF/magma.properties Tue Jul 21 00:51:46 2009 @@ -1,3 +1,17 @@ +#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. org.apache.magma.basics.services.MockService.impl1=org.apache.magma.basics.services.MockServiceImpl1 -org.apache.magma.basics.services.MockService.impl2=org.apache.magma.basics.services.MockServiceImpl2 \ No newline at end of file +org.apache.magma.basics.services.MockService.impl2=org.apache.magma.basics.services.MockServiceImpl2 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org For additional commands, e-mail: commits-help@labs.apache.org