Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 22504 invoked from network); 1 Aug 2007 22:57:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Aug 2007 22:57:07 -0000 Received: (qmail 19143 invoked by uid 500); 1 Aug 2007 22:57:06 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 18796 invoked by uid 500); 1 Aug 2007 22:57:05 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 18786 invoked by uid 99); 1 Aug 2007 22:57:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2007 15:57:05 -0700 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; Wed, 01 Aug 2007 22:56:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 47AE41A981A; Wed, 1 Aug 2007 15:56:42 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r561984 - in /commons/proper: attributes/trunk/api/src/java/org/apache/commons/attributes/ cli/trunk/src/test/org/apache/commons/cli2/commandline/ jci/trunk/compilers/jsr199/src/main/java/org/apache/commons/jci/compilers/ jexl/trunk/src/tes... Date: Wed, 01 Aug 2007 22:56:41 -0000 To: commits@commons.apache.org From: niallp@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070801225642.47AE41A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: niallp Date: Wed Aug 1 15:56:34 2007 New Revision: 561984 URL: http://svn.apache.org/viewvc?view=rev&rev=561984 Log: Add missing license headers Modified: commons/proper/attributes/trunk/api/src/java/org/apache/commons/attributes/Target.java commons/proper/cli/trunk/src/test/org/apache/commons/cli2/commandline/ParserTest.java commons/proper/jci/trunk/compilers/jsr199/src/main/java/org/apache/commons/jci/compilers/Jsr199JavaCompilerSettings.java commons/proper/jexl/trunk/src/test/org/apache/commons/jexl/parser/ParserTest.java commons/proper/math/trunk/src/mantissa/src/org/spaceroots/mantissa/algebra/CoefficientsGenerator.java commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/commons/vfs/provider/webdav/WebdavMethodRetryHandler.java Modified: commons/proper/attributes/trunk/api/src/java/org/apache/commons/attributes/Target.java URL: http://svn.apache.org/viewvc/commons/proper/attributes/trunk/api/src/java/org/apache/commons/attributes/Target.java?view=diff&rev=561984&r1=561983&r2=561984 ============================================================================== --- commons/proper/attributes/trunk/api/src/java/org/apache/commons/attributes/Target.java (original) +++ commons/proper/attributes/trunk/api/src/java/org/apache/commons/attributes/Target.java Wed Aug 1 15:56:34 2007 @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.commons.attributes; /** Modified: commons/proper/cli/trunk/src/test/org/apache/commons/cli2/commandline/ParserTest.java URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/src/test/org/apache/commons/cli2/commandline/ParserTest.java?view=diff&rev=561984&r1=561983&r2=561984 ============================================================================== --- commons/proper/cli/trunk/src/test/org/apache/commons/cli2/commandline/ParserTest.java (original) +++ commons/proper/cli/trunk/src/test/org/apache/commons/cli2/commandline/ParserTest.java Wed Aug 1 15:56:34 2007 @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.commons.cli2.commandline; import java.io.BufferedReader; Modified: commons/proper/jci/trunk/compilers/jsr199/src/main/java/org/apache/commons/jci/compilers/Jsr199JavaCompilerSettings.java URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/jsr199/src/main/java/org/apache/commons/jci/compilers/Jsr199JavaCompilerSettings.java?view=diff&rev=561984&r1=561983&r2=561984 ============================================================================== --- commons/proper/jci/trunk/compilers/jsr199/src/main/java/org/apache/commons/jci/compilers/Jsr199JavaCompilerSettings.java (original) +++ commons/proper/jci/trunk/compilers/jsr199/src/main/java/org/apache/commons/jci/compilers/Jsr199JavaCompilerSettings.java Wed Aug 1 15:56:34 2007 @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.commons.jci.compilers; public class Jsr199JavaCompilerSettings extends JavaCompilerSettings { Modified: commons/proper/jexl/trunk/src/test/org/apache/commons/jexl/parser/ParserTest.java URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/test/org/apache/commons/jexl/parser/ParserTest.java?view=diff&rev=561984&r1=561983&r2=561984 ============================================================================== --- commons/proper/jexl/trunk/src/test/org/apache/commons/jexl/parser/ParserTest.java (original) +++ commons/proper/jexl/trunk/src/test/org/apache/commons/jexl/parser/ParserTest.java Wed Aug 1 15:56:34 2007 @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.commons.jexl.parser; import junit.framework.TestCase; Modified: commons/proper/math/trunk/src/mantissa/src/org/spaceroots/mantissa/algebra/CoefficientsGenerator.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/mantissa/src/org/spaceroots/mantissa/algebra/CoefficientsGenerator.java?view=diff&rev=561984&r1=561983&r2=561984 ============================================================================== --- commons/proper/math/trunk/src/mantissa/src/org/spaceroots/mantissa/algebra/CoefficientsGenerator.java (original) +++ commons/proper/math/trunk/src/mantissa/src/org/spaceroots/mantissa/algebra/CoefficientsGenerator.java Wed Aug 1 15:56:34 2007 @@ -1,3 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. package org.spaceroots.mantissa.algebra; import java.util.ArrayList; Modified: commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/commons/vfs/provider/webdav/WebdavMethodRetryHandler.java URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/commons/vfs/provider/webdav/WebdavMethodRetryHandler.java?view=diff&rev=561984&r1=561983&r2=561984 ============================================================================== --- commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/commons/vfs/provider/webdav/WebdavMethodRetryHandler.java (original) +++ commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/commons/vfs/provider/webdav/WebdavMethodRetryHandler.java Wed Aug 1 15:56:34 2007 @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.commons.vfs.provider.webdav; import org.apache.commons.httpclient.HttpClient;