Return-Path: X-Original-To: apmail-felix-commits-archive@www.apache.org Delivered-To: apmail-felix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 363D111CE6 for ; Thu, 14 Aug 2014 04:29:45 +0000 (UTC) Received: (qmail 48784 invoked by uid 500); 14 Aug 2014 04:29:45 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 48735 invoked by uid 500); 14 Aug 2014 04:29:45 -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 48723 invoked by uid 99); 14 Aug 2014 04:29:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Aug 2014 04:29:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Aug 2014 04:29:44 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E6FF52388868; Thu, 14 Aug 2014 04:29:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1617874 - /felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/metadata/DSVersion.java Date: Thu, 14 Aug 2014 04:29:23 -0000 To: commits@felix.apache.org From: djencks@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140814042923.E6FF52388868@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: djencks Date: Thu Aug 14 04:29:23 2014 New Revision: 1617874 URL: http://svn.apache.org/r1617874 Log: FELIX-4505 add missing AL header Modified: felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/metadata/DSVersion.java Modified: felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/metadata/DSVersion.java URL: http://svn.apache.org/viewvc/felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/metadata/DSVersion.java?rev=1617874&r1=1617873&r2=1617874&view=diff ============================================================================== --- felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/metadata/DSVersion.java (original) +++ felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/metadata/DSVersion.java Thu Aug 14 04:29:23 2014 @@ -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.scr.impl.metadata; public enum DSVersion