Author: ecn Date: Thu Nov 8 18:38:06 2012 New Revision: 1407210 URL: http://svn.apache.org/viewvc?rev=1407210&view=rev Log: ACCUMULO-819 add license heades to new files: merge to release branch
Modified: accumulo/branches/1.4.2/ (props changed) accumulo/branches/1.4.2/src/ (props changed) accumulo/branches/1.4.2/src/core/ (props changed) accumulo/branches/1.4.2/src/core/src/test/java/org/apache/accumulo/core/iterators/FirstEntryInRowIteratorTest.java accumulo/branches/1.4.2/src/server/ (props changed) accumulo/branches/1.4.2/src/server/src/main/java/org/apache/accumulo/server/util/FindOfflineTablets.java Propchange: accumulo/branches/1.4.2/ ------------------------------------------------------------------------------ Merged /accumulo/branches/1.4:r1402571 Propchange: accumulo/branches/1.4.2/src/ ------------------------------------------------------------------------------ Merged /accumulo/branches/1.4/src:r1402571 Propchange: accumulo/branches/1.4.2/src/core/ ------------------------------------------------------------------------------ Merged /accumulo/branches/1.4/src/core:r1402571 Modified: accumulo/branches/1.4.2/src/core/src/test/java/org/apache/accumulo/core/iterators/FirstEntryInRowIteratorTest.java URL: http://svn.apache.org/viewvc/accumulo/branches/1.4.2/src/core/src/test/java/org/apache/accumulo/core/iterators/FirstEntryInRowIteratorTest.java?rev=1407210&r1=1407209&r2=1407210&view=diff ============================================================================== --- accumulo/branches/1.4.2/src/core/src/test/java/org/apache/accumulo/core/iterators/FirstEntryInRowIteratorTest.java (original) +++ accumulo/branches/1.4.2/src/core/src/test/java/org/apache/accumulo/core/iterators/FirstEntryInRowIteratorTest.java Thu Nov 8 18:38:06 2012 @@ -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.accumulo.core.iterators; import java.io.IOException; Propchange: accumulo/branches/1.4.2/src/server/ ------------------------------------------------------------------------------ Merged /accumulo/branches/1.4/src/server:r1402571 Modified: accumulo/branches/1.4.2/src/server/src/main/java/org/apache/accumulo/server/util/FindOfflineTablets.java URL: http://svn.apache.org/viewvc/accumulo/branches/1.4.2/src/server/src/main/java/org/apache/accumulo/server/util/FindOfflineTablets.java?rev=1407210&r1=1407209&r2=1407210&view=diff ============================================================================== --- accumulo/branches/1.4.2/src/server/src/main/java/org/apache/accumulo/server/util/FindOfflineTablets.java (original) +++ accumulo/branches/1.4.2/src/server/src/main/java/org/apache/accumulo/server/util/FindOfflineTablets.java Thu Nov 8 18:38:06 2012 @@ -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.accumulo.server.util; import java.util.Set;