Return-Path: X-Original-To: apmail-geronimo-scm-archive@www.apache.org Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 18D25899A for ; Thu, 1 Sep 2011 13:32:29 +0000 (UTC) Received: (qmail 42189 invoked by uid 500); 1 Sep 2011 13:32:28 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 42135 invoked by uid 500); 1 Sep 2011 13:32:28 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 42120 invoked by uid 99); 1 Sep 2011 13:32:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2011 13:32:28 +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, 01 Sep 2011 13:32:26 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 351B8238897D; Thu, 1 Sep 2011 13:32:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1164076 - /geronimo/bundles/trunk/woodstox-core-asl/src/main/java/com/ctc/wstx/api/CommonConfig.java Date: Thu, 01 Sep 2011 13:32:06 -0000 To: scm@geronimo.apache.org From: xuhaihong@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110901133206.351B8238897D@eris.apache.org> Author: xuhaihong Date: Thu Sep 1 13:32:05 2011 New Revision: 1164076 URL: http://svn.apache.org/viewvc?rev=1164076&view=rev Log: Add Apache license header Modified: geronimo/bundles/trunk/woodstox-core-asl/src/main/java/com/ctc/wstx/api/CommonConfig.java Modified: geronimo/bundles/trunk/woodstox-core-asl/src/main/java/com/ctc/wstx/api/CommonConfig.java URL: http://svn.apache.org/viewvc/geronimo/bundles/trunk/woodstox-core-asl/src/main/java/com/ctc/wstx/api/CommonConfig.java?rev=1164076&r1=1164075&r2=1164076&view=diff ============================================================================== --- geronimo/bundles/trunk/woodstox-core-asl/src/main/java/com/ctc/wstx/api/CommonConfig.java (original) +++ geronimo/bundles/trunk/woodstox-core-asl/src/main/java/com/ctc/wstx/api/CommonConfig.java Thu Sep 1 13:32:05 2011 @@ -1,3 +1,19 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.ctc.wstx.api; import java.util.*;