Return-Path: Delivered-To: apmail-lucene-hadoop-commits-archive@locus.apache.org Received: (qmail 68753 invoked from network); 26 Oct 2006 05:57:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2006 05:57:05 -0000 Received: (qmail 63084 invoked by uid 500); 24 Oct 2006 21:50:36 -0000 Delivered-To: apmail-lucene-hadoop-commits-archive@lucene.apache.org Received: (qmail 63068 invoked by uid 500); 24 Oct 2006 21:50:36 -0000 Mailing-List: contact hadoop-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-commits@lucene.apache.org Received: (qmail 63059 invoked by uid 99); 24 Oct 2006 21:50:36 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Oct 2006 14:50:36 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Oct 2006 14:50:21 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id B1A9E1A9846; Tue, 24 Oct 2006 14:49:46 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r467498 - in /lucene/hadoop/trunk: ./ src/test/org/apache/hadoop/dfs/ src/test/org/apache/hadoop/fs/ src/test/org/apache/hadoop/io/ src/test/org/apache/hadoop/io/compress/ src/test/org/apache/hadoop/mapred/ src/test/org/apache/hadoop/record... Date: Tue, 24 Oct 2006 21:49:46 -0000 To: hadoop-commits@lucene.apache.org From: cutting@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061024214946.B1A9E1A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cutting Date: Tue Oct 24 14:49:45 2006 New Revision: 467498 URL: http://svn.apache.org/viewvc?view=rev&rev=467498 Log: HADOOP-634. Add missing license to many files. Contributed by Nigel. Modified: lucene/hadoop/trunk/CHANGES.txt lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/MiniDFSCluster.java lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/TestDFSMkdirs.java lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/TestDFSShellGenericOptions.java lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/TestLocalDFS.java lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/TestPread.java lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/TestSeekBug.java lucene/hadoop/trunk/src/test/org/apache/hadoop/fs/AccumulatingReducer.java lucene/hadoop/trunk/src/test/org/apache/hadoop/fs/IOMapperBase.java lucene/hadoop/trunk/src/test/org/apache/hadoop/fs/TestGlobPaths.java lucene/hadoop/trunk/src/test/org/apache/hadoop/fs/TestLocalFileSystem.java lucene/hadoop/trunk/src/test/org/apache/hadoop/io/TestBytesWritable.java lucene/hadoop/trunk/src/test/org/apache/hadoop/io/compress/TestCodec.java lucene/hadoop/trunk/src/test/org/apache/hadoop/mapred/EmptyInputFormat.java lucene/hadoop/trunk/src/test/org/apache/hadoop/record/test/RecBuffer.java lucene/hadoop/trunk/src/test/org/apache/hadoop/record/test/RecInt.java lucene/hadoop/trunk/src/test/org/apache/hadoop/record/test/RecRecord0.java lucene/hadoop/trunk/src/test/org/apache/hadoop/record/test/RecRecord1.java lucene/hadoop/trunk/src/test/org/apache/hadoop/record/test/RecString.java Modified: lucene/hadoop/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/CHANGES.txt?view=diff&rev=467498&r1=467497&r2=467498 ============================================================================== --- lucene/hadoop/trunk/CHANGES.txt (original) +++ lucene/hadoop/trunk/CHANGES.txt Tue Oct 24 14:49:45 2006 @@ -44,6 +44,9 @@ code, and also remove a mistaken call there. (Nigel Daley via cutting) +13. HADOOP-634. Add missing license to many files. + (Nigel Daley via cutting) + Release 0.7.2 - 2006-10-18 Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/MiniDFSCluster.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/MiniDFSCluster.java?view=diff&rev=467498&r1=467497&r2=467498 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/MiniDFSCluster.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/MiniDFSCluster.java Tue Oct 24 14:49:45 2006 @@ -1,3 +1,18 @@ +/** + * Copyright 2006 The Apache Software Foundation + * + * Licensed 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.hadoop.dfs; import java.io.*; Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/TestDFSMkdirs.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/TestDFSMkdirs.java?view=diff&rev=467498&r1=467497&r2=467498 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/TestDFSMkdirs.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/TestDFSMkdirs.java Tue Oct 24 14:49:45 2006 @@ -1,3 +1,18 @@ +/** + * Copyright 2006 The Apache Software Foundation + * + * Licensed 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.hadoop.dfs; import junit.framework.TestCase; Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/TestDFSShellGenericOptions.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/TestDFSShellGenericOptions.java?view=diff&rev=467498&r1=467497&r2=467498 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/TestDFSShellGenericOptions.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/TestDFSShellGenericOptions.java Tue Oct 24 14:49:45 2006 @@ -1,3 +1,18 @@ +/** + * Copyright 2006 The Apache Software Foundation + * + * Licensed 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.hadoop.dfs; import java.io.File; Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/TestLocalDFS.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/TestLocalDFS.java?view=diff&rev=467498&r1=467497&r2=467498 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/TestLocalDFS.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/TestLocalDFS.java Tue Oct 24 14:49:45 2006 @@ -1,3 +1,18 @@ +/** + * Copyright 2006 The Apache Software Foundation + * + * Licensed 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.hadoop.dfs; import junit.framework.TestCase; Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/TestPread.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/TestPread.java?view=diff&rev=467498&r1=467497&r2=467498 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/TestPread.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/TestPread.java Tue Oct 24 14:49:45 2006 @@ -1,3 +1,18 @@ +/** + * Copyright 2006 The Apache Software Foundation + * + * Licensed 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.hadoop.dfs; import javax.swing.filechooser.FileSystemView; Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/TestSeekBug.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/TestSeekBug.java?view=diff&rev=467498&r1=467497&r2=467498 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/TestSeekBug.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/dfs/TestSeekBug.java Tue Oct 24 14:49:45 2006 @@ -1,3 +1,18 @@ +/** + * Copyright 2006 The Apache Software Foundation + * + * Licensed 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.hadoop.dfs; import javax.swing.filechooser.FileSystemView; Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/fs/AccumulatingReducer.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/fs/AccumulatingReducer.java?view=diff&rev=467498&r1=467497&r2=467498 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/fs/AccumulatingReducer.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/fs/AccumulatingReducer.java Tue Oct 24 14:49:45 2006 @@ -1,3 +1,18 @@ +/** + * Copyright 2006 The Apache Software Foundation + * + * Licensed 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.hadoop.fs; import java.io.IOException; Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/fs/IOMapperBase.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/fs/IOMapperBase.java?view=diff&rev=467498&r1=467497&r2=467498 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/fs/IOMapperBase.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/fs/IOMapperBase.java Tue Oct 24 14:49:45 2006 @@ -1,3 +1,18 @@ +/** + * Copyright 2006 The Apache Software Foundation + * + * Licensed 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.hadoop.fs; import java.io.IOException; Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/fs/TestGlobPaths.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/fs/TestGlobPaths.java?view=diff&rev=467498&r1=467497&r2=467498 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/fs/TestGlobPaths.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/fs/TestGlobPaths.java Tue Oct 24 14:49:45 2006 @@ -1,3 +1,18 @@ +/** + * Copyright 2006 The Apache Software Foundation + * + * Licensed 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.hadoop.fs; import java.io.IOException; Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/fs/TestLocalFileSystem.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/fs/TestLocalFileSystem.java?view=diff&rev=467498&r1=467497&r2=467498 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/fs/TestLocalFileSystem.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/fs/TestLocalFileSystem.java Tue Oct 24 14:49:45 2006 @@ -1,3 +1,18 @@ +/** + * Copyright 2006 The Apache Software Foundation + * + * Licensed 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.hadoop.fs; import org.apache.hadoop.conf.Configuration; Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/io/TestBytesWritable.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/io/TestBytesWritable.java?view=diff&rev=467498&r1=467497&r2=467498 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/io/TestBytesWritable.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/io/TestBytesWritable.java Tue Oct 24 14:49:45 2006 @@ -1,3 +1,18 @@ +/** + * Copyright 2006 The Apache Software Foundation + * + * Licensed 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.hadoop.io; import junit.framework.TestCase; Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/io/compress/TestCodec.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/io/compress/TestCodec.java?view=diff&rev=467498&r1=467497&r2=467498 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/io/compress/TestCodec.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/io/compress/TestCodec.java Tue Oct 24 14:49:45 2006 @@ -1,3 +1,18 @@ +/** + * Copyright 2006 The Apache Software Foundation + * + * Licensed 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.hadoop.io.compress; import java.io.BufferedInputStream; Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/mapred/EmptyInputFormat.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/mapred/EmptyInputFormat.java?view=diff&rev=467498&r1=467497&r2=467498 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/mapred/EmptyInputFormat.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/mapred/EmptyInputFormat.java Tue Oct 24 14:49:45 2006 @@ -1,3 +1,18 @@ +/** + * Copyright 2006 The Apache Software Foundation + * + * Licensed 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.hadoop.mapred; import java.io.IOException; Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/record/test/RecBuffer.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/record/test/RecBuffer.java?view=diff&rev=467498&r1=467497&r2=467498 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/record/test/RecBuffer.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/record/test/RecBuffer.java Tue Oct 24 14:49:45 2006 @@ -1,3 +1,18 @@ +/** + * Copyright 2006 The Apache Software Foundation + * + * Licensed 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. + */ // File generated by hadoop record compiler. Do not edit. package org.apache.hadoop.record.test; Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/record/test/RecInt.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/record/test/RecInt.java?view=diff&rev=467498&r1=467497&r2=467498 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/record/test/RecInt.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/record/test/RecInt.java Tue Oct 24 14:49:45 2006 @@ -1,3 +1,18 @@ +/** + * Copyright 2006 The Apache Software Foundation + * + * Licensed 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. + */ // File generated by hadoop record compiler. Do not edit. package org.apache.hadoop.record.test; Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/record/test/RecRecord0.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/record/test/RecRecord0.java?view=diff&rev=467498&r1=467497&r2=467498 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/record/test/RecRecord0.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/record/test/RecRecord0.java Tue Oct 24 14:49:45 2006 @@ -1,3 +1,18 @@ +/** + * Copyright 2006 The Apache Software Foundation + * + * Licensed 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. + */ // File generated by hadoop record compiler. Do not edit. package org.apache.hadoop.record.test; Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/record/test/RecRecord1.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/record/test/RecRecord1.java?view=diff&rev=467498&r1=467497&r2=467498 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/record/test/RecRecord1.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/record/test/RecRecord1.java Tue Oct 24 14:49:45 2006 @@ -1,3 +1,18 @@ +/** + * Copyright 2006 The Apache Software Foundation + * + * Licensed 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. + */ // File generated by hadoop record compiler. Do not edit. package org.apache.hadoop.record.test; Modified: lucene/hadoop/trunk/src/test/org/apache/hadoop/record/test/RecString.java URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/test/org/apache/hadoop/record/test/RecString.java?view=diff&rev=467498&r1=467497&r2=467498 ============================================================================== --- lucene/hadoop/trunk/src/test/org/apache/hadoop/record/test/RecString.java (original) +++ lucene/hadoop/trunk/src/test/org/apache/hadoop/record/test/RecString.java Tue Oct 24 14:49:45 2006 @@ -1,3 +1,18 @@ +/** + * Copyright 2006 The Apache Software Foundation + * + * Licensed 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. + */ // File generated by hadoop record compiler. Do not edit. package org.apache.hadoop.record.test;