Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 72677 invoked from network); 4 Aug 2006 23:08:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Aug 2006 23:08:23 -0000 Received: (qmail 438 invoked by uid 500); 4 Aug 2006 23:08:23 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 413 invoked by uid 500); 4 Aug 2006 23:08:22 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 402 invoked by uid 99); 4 Aug 2006 23:08:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 16:08:22 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 16:08:21 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id C42241A981A; Fri, 4 Aug 2006 16:08:00 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r428917 - in /db/derby/code/trunk/tools: j2ee/derby/WEB-INF/ release/ testing/i18nTestGenerator/ Date: Fri, 04 Aug 2006 23:07:59 -0000 To: derby-commits@db.apache.org From: davidvc@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060804230800.C42241A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: davidvc Date: Fri Aug 4 16:07:59 2006 New Revision: 428917 URL: http://svn.apache.org/viewvc?rev=428917&view=rev Log: DERBY-1377: (Partial) - Inserted license text into files in tools directory that had no license text and seemed to need it. This is not in conflict with the issue Dan had raised, as these files previously had no copyright message. Modified: db/derby/code/trunk/tools/j2ee/derby/WEB-INF/web.xml db/derby/code/trunk/tools/release/build.xml db/derby/code/trunk/tools/testing/i18nTestGenerator/clientPrologue.txt db/derby/code/trunk/tools/testing/i18nTestGenerator/genClient1.sed db/derby/code/trunk/tools/testing/i18nTestGenerator/genClient2.sed db/derby/code/trunk/tools/testing/i18nTestGenerator/generateClientMessageTest.sh Modified: db/derby/code/trunk/tools/j2ee/derby/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/j2ee/derby/WEB-INF/web.xml?rev=428917&r1=428916&r2=428917&view=diff ============================================================================== --- db/derby/code/trunk/tools/j2ee/derby/WEB-INF/web.xml (original) +++ db/derby/code/trunk/tools/j2ee/derby/WEB-INF/web.xml Fri Aug 4 16:07:59 2006 @@ -1,4 +1,20 @@ + Modified: db/derby/code/trunk/tools/release/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/release/build.xml?rev=428917&r1=428916&r2=428917&view=diff ============================================================================== --- db/derby/code/trunk/tools/release/build.xml (original) +++ db/derby/code/trunk/tools/release/build.xml Fri Aug 4 16:07:59 2006 @@ -1,4 +1,20 @@ + Modified: db/derby/code/trunk/tools/testing/i18nTestGenerator/clientPrologue.txt URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/i18nTestGenerator/clientPrologue.txt?rev=428917&r1=428916&r2=428917&view=diff ============================================================================== --- db/derby/code/trunk/tools/testing/i18nTestGenerator/clientPrologue.txt (original) +++ db/derby/code/trunk/tools/testing/i18nTestGenerator/clientPrologue.txt Fri Aug 4 16:07:59 2006 @@ -1,3 +1,20 @@ +/** +* 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.derbyTesting.functionTests.tests.i18n; import org.apache.derby.client.am.ClientMessageId; Modified: db/derby/code/trunk/tools/testing/i18nTestGenerator/genClient1.sed URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/i18nTestGenerator/genClient1.sed?rev=428917&r1=428916&r2=428917&view=diff ============================================================================== --- db/derby/code/trunk/tools/testing/i18nTestGenerator/genClient1.sed (original) +++ db/derby/code/trunk/tools/testing/i18nTestGenerator/genClient1.sed Fri Aug 4 16:07:59 2006 @@ -1,3 +1,18 @@ +# 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. + # Print out anything that creates a ClientMessageId, this is a situation # where message translation is likely happening # Modified: db/derby/code/trunk/tools/testing/i18nTestGenerator/genClient2.sed URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/i18nTestGenerator/genClient2.sed?rev=428917&r1=428916&r2=428917&view=diff ============================================================================== --- db/derby/code/trunk/tools/testing/i18nTestGenerator/genClient2.sed (original) +++ db/derby/code/trunk/tools/testing/i18nTestGenerator/genClient2.sed Fri Aug 4 16:07:59 2006 @@ -1,3 +1,18 @@ +# 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. + # For those expressions that start with "new Exception", pre-append # a try block /new[[:space:]]*[a-zA-Z]*Exception/i\ Modified: db/derby/code/trunk/tools/testing/i18nTestGenerator/generateClientMessageTest.sh URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/testing/i18nTestGenerator/generateClientMessageTest.sh?rev=428917&r1=428916&r2=428917&view=diff ============================================================================== --- db/derby/code/trunk/tools/testing/i18nTestGenerator/generateClientMessageTest.sh (original) +++ db/derby/code/trunk/tools/testing/i18nTestGenerator/generateClientMessageTest.sh Fri Aug 4 16:07:59 2006 @@ -1,5 +1,21 @@ #!/bin/bash +# 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. + + TESTDIR=java/testing/org/apache/derbyTesting/functionTests/tests/i18n ROOT=$1