Return-Path: Delivered-To: apmail-felix-commits-archive@www.apache.org Received: (qmail 41985 invoked from network); 4 Feb 2008 00:35:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2008 00:35:57 -0000 Received: (qmail 21481 invoked by uid 500); 4 Feb 2008 00:35:48 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 21463 invoked by uid 500); 4 Feb 2008 00:35:48 -0000 Mailing-List: contact commits-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list commits@felix.apache.org Received: (qmail 21454 invoked by uid 99); 4 Feb 2008 00:35:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Feb 2008 16:35:48 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Feb 2008 00:35:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id CCC071A9832; Sun, 3 Feb 2008 16:35:33 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r618135 - in /felix/trunk/framework/src/main/java/org/apache/felix/framework: BundleProtectionDomain.java ext/SecurityProvider.java Date: Mon, 04 Feb 2008 00:35:33 -0000 To: commits@felix.apache.org From: pauls@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080204003533.CCC071A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pauls Date: Sun Feb 3 16:35:32 2008 New Revision: 618135 URL: http://svn.apache.org/viewvc?rev=618135&view=rev Log: Add missing license headers. Modified: felix/trunk/framework/src/main/java/org/apache/felix/framework/BundleProtectionDomain.java felix/trunk/framework/src/main/java/org/apache/felix/framework/ext/SecurityProvider.java Modified: felix/trunk/framework/src/main/java/org/apache/felix/framework/BundleProtectionDomain.java URL: http://svn.apache.org/viewvc/felix/trunk/framework/src/main/java/org/apache/felix/framework/BundleProtectionDomain.java?rev=618135&r1=618134&r2=618135&view=diff ============================================================================== --- felix/trunk/framework/src/main/java/org/apache/felix/framework/BundleProtectionDomain.java (original) +++ felix/trunk/framework/src/main/java/org/apache/felix/framework/BundleProtectionDomain.java Sun Feb 3 16:35:32 2008 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.apache.felix.framework; import java.security.Permission; Modified: felix/trunk/framework/src/main/java/org/apache/felix/framework/ext/SecurityProvider.java URL: http://svn.apache.org/viewvc/felix/trunk/framework/src/main/java/org/apache/felix/framework/ext/SecurityProvider.java?rev=618135&r1=618134&r2=618135&view=diff ============================================================================== --- felix/trunk/framework/src/main/java/org/apache/felix/framework/ext/SecurityProvider.java (original) +++ felix/trunk/framework/src/main/java/org/apache/felix/framework/ext/SecurityProvider.java Sun Feb 3 16:35:32 2008 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.apache.felix.framework.ext; import java.security.Permission;