Return-Path: Delivered-To: apmail-incubator-felix-commits-archive@www.apache.org Received: (qmail 17629 invoked from network); 27 Sep 2006 21:51:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Sep 2006 21:51:06 -0000 Received: (qmail 95283 invoked by uid 500); 27 Sep 2006 21:51:06 -0000 Delivered-To: apmail-incubator-felix-commits-archive@incubator.apache.org Received: (qmail 95262 invoked by uid 500); 27 Sep 2006 21:51:05 -0000 Mailing-List: contact felix-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: felix-dev@incubator.apache.org Delivered-To: mailing list felix-commits@incubator.apache.org Received: (qmail 95251 invoked by uid 99); 27 Sep 2006 21:51:05 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Sep 2006 14:51:05 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=pauls@apache.org; spf=permerror X-ASF-Spam-Status: No, hits=-9.4 required=5.0 tests=ALL_TRUSTED,NO_REAL_NAME Received-SPF: error (idunn.apache.osuosl.org: domain apache.org from 140.211.166.113 cause and error) Received: from [140.211.166.113] ([140.211.166.113:52549] helo=eris.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id DF/30-02891-542FA154 for ; Wed, 27 Sep 2006 14:51:01 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id B7D9E1A981A; Wed, 27 Sep 2006 14:50:59 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r450590 - in /incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl: ./ adapter/ dispatch/ handler/ security/ tasks/ util/ Date: Wed, 27 Sep 2006 21:50:58 -0000 To: felix-commits@incubator.apache.org From: pauls@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060927215059.B7D9E1A981A@eris.apache.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: pauls Date: Wed Sep 27 14:50:57 2006 New Revision: 450590 URL: http://svn.apache.org/viewvc?view=rev&rev=450590 Log: Fix headers Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/Activator.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/EventAdminImpl.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/adapter/BundleEventAdapter.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/adapter/FrameworkEventAdapter.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/adapter/LogEventAdapter.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/adapter/ServiceEventAdapter.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/CacheThreadPool.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/DelayScheduler.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/Scheduler.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/TaskHandler.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/TaskProducer.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/TaskQueue.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/ThreadPool.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/BlackList.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/BlacklistingHandlerTasks.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/CacheFilters.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/CacheTopicHandlerFilters.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/CleanBlackList.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/Filters.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/HandlerTasks.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/TopicHandlerFilters.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/security/CacheTopicPermissions.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/security/EventAdminSecurityDecorator.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/security/SecureEventAdminFactory.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/security/TopicPermissions.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/AsyncDeliverTasks.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/BlockTask.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/DeliverTask.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/DeliverTasks.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/DispatchTask.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/HandlerTask.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/HandlerTaskImpl.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/HandoverTask.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/ResumeTask.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/SyncDeliverTasks.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/util/CacheMap.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/util/LeastRecentlyUsedCacheMap.java incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/util/LogWrapper.java Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/Activator.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/Activator.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/Activator.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/Activator.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2006 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/EventAdminImpl.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/EventAdminImpl.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/EventAdminImpl.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/EventAdminImpl.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/adapter/BundleEventAdapter.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/adapter/BundleEventAdapter.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/adapter/BundleEventAdapter.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/adapter/BundleEventAdapter.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.adapter; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/adapter/FrameworkEventAdapter.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/adapter/FrameworkEventAdapter.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/adapter/FrameworkEventAdapter.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/adapter/FrameworkEventAdapter.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.adapter; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/adapter/LogEventAdapter.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/adapter/LogEventAdapter.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/adapter/LogEventAdapter.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/adapter/LogEventAdapter.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.adapter; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/adapter/ServiceEventAdapter.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/adapter/ServiceEventAdapter.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/adapter/ServiceEventAdapter.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/adapter/ServiceEventAdapter.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.adapter; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/CacheThreadPool.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/CacheThreadPool.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/CacheThreadPool.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/CacheThreadPool.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.dispatch; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/DelayScheduler.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/DelayScheduler.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/DelayScheduler.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/DelayScheduler.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.dispatch; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/Scheduler.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/Scheduler.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/Scheduler.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/Scheduler.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.dispatch; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/TaskHandler.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/TaskHandler.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/TaskHandler.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/TaskHandler.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.dispatch; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/TaskProducer.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/TaskProducer.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/TaskProducer.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/TaskProducer.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.dispatch; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/TaskQueue.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/TaskQueue.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/TaskQueue.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/TaskQueue.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.dispatch; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/ThreadPool.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/ThreadPool.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/ThreadPool.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/dispatch/ThreadPool.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.dispatch; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/BlackList.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/BlackList.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/BlackList.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/BlackList.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.handler; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/BlacklistingHandlerTasks.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/BlacklistingHandlerTasks.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/BlacklistingHandlerTasks.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/BlacklistingHandlerTasks.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.handler; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/CacheFilters.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/CacheFilters.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/CacheFilters.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/CacheFilters.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.handler; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/CacheTopicHandlerFilters.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/CacheTopicHandlerFilters.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/CacheTopicHandlerFilters.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/CacheTopicHandlerFilters.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.handler; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/CleanBlackList.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/CleanBlackList.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/CleanBlackList.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/CleanBlackList.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.handler; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/Filters.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/Filters.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/Filters.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/Filters.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.handler; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/HandlerTasks.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/HandlerTasks.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/HandlerTasks.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/HandlerTasks.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.handler; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/TopicHandlerFilters.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/TopicHandlerFilters.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/TopicHandlerFilters.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/handler/TopicHandlerFilters.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.handler; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/security/CacheTopicPermissions.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/security/CacheTopicPermissions.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/security/CacheTopicPermissions.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/security/CacheTopicPermissions.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.security; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/security/EventAdminSecurityDecorator.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/security/EventAdminSecurityDecorator.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/security/EventAdminSecurityDecorator.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/security/EventAdminSecurityDecorator.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.security; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/security/SecureEventAdminFactory.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/security/SecureEventAdminFactory.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/security/SecureEventAdminFactory.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/security/SecureEventAdminFactory.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.security; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/security/TopicPermissions.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/security/TopicPermissions.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/security/TopicPermissions.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/security/TopicPermissions.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.security; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/AsyncDeliverTasks.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/AsyncDeliverTasks.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/AsyncDeliverTasks.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/AsyncDeliverTasks.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.tasks; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/BlockTask.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/BlockTask.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/BlockTask.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/BlockTask.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.tasks; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/DeliverTask.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/DeliverTask.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/DeliverTask.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/DeliverTask.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.tasks; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/DeliverTasks.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/DeliverTasks.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/DeliverTasks.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/DeliverTasks.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.tasks; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/DispatchTask.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/DispatchTask.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/DispatchTask.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/DispatchTask.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.tasks; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/HandlerTask.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/HandlerTask.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/HandlerTask.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/HandlerTask.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.tasks; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/HandlerTaskImpl.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/HandlerTaskImpl.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/HandlerTaskImpl.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/HandlerTaskImpl.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.tasks; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/HandoverTask.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/HandoverTask.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/HandoverTask.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/HandoverTask.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.tasks; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/ResumeTask.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/ResumeTask.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/ResumeTask.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/ResumeTask.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.tasks; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/SyncDeliverTasks.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/SyncDeliverTasks.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/SyncDeliverTasks.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/tasks/SyncDeliverTasks.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.tasks; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/util/CacheMap.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/util/CacheMap.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/util/CacheMap.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/util/CacheMap.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.util; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/util/LeastRecentlyUsedCacheMap.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/util/LeastRecentlyUsedCacheMap.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/util/LeastRecentlyUsedCacheMap.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/util/LeastRecentlyUsedCacheMap.java Wed Sep 27 14:50:57 2006 @@ -1,18 +1,20 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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. + * 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.felix.eventadmin.impl.util; Modified: incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/util/LogWrapper.java URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/util/LogWrapper.java?view=diff&rev=450590&r1=450589&r2=450590 ============================================================================== --- incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/util/LogWrapper.java (original) +++ incubator/felix/trunk/eventadmin/src/main/java/org/apache/felix/eventadmin/impl/util/LogWrapper.java Wed Sep 27 14:50:57 2006 @@ -1,19 +1,21 @@ -/* - * Copyright 2005 The Apache Software Foundation +/* + * 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 * - * Licensed 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 * - * 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. - * - */ + * 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.felix.eventadmin.impl.util; import java.util.HashSet;