ACCUMULO-1854 More missing licenses
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/e6e1df41 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/e6e1df41 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/e6e1df41 Branch: refs/heads/1.6.0-SNAPSHOT Commit: e6e1df41abad9291b919b675147e211ad7cc8cef Parents: c88d87a Author: Josh Elser <els...@apache.org> Authored: Sat Nov 23 14:24:34 2013 -0500 Committer: Josh Elser <els...@apache.org> Committed: Sat Nov 23 14:24:34 2013 -0500 ---------------------------------------------------------------------- .../BadPasswordSplitsAccumuloInputFormat.java | 18 +++++++++++++++++- .../mapreduce/EmptySplitsAccumuloInputFormat.java | 18 +++++++++++++++++- 2 files changed, 34 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/e6e1df41/core/src/test/java/org/apache/accumulo/core/client/mapreduce/BadPasswordSplitsAccumuloInputFormat.java ---------------------------------------------------------------------- diff --git a/core/src/test/java/org/apache/accumulo/core/client/mapreduce/BadPasswordSplitsAccumuloInputFormat.java b/core/src/test/java/org/apache/accumulo/core/client/mapreduce/BadPasswordSplitsAccumuloInputFormat.java index 846208b..ee4233f 100644 --- a/core/src/test/java/org/apache/accumulo/core/client/mapreduce/BadPasswordSplitsAccumuloInputFormat.java +++ b/core/src/test/java/org/apache/accumulo/core/client/mapreduce/BadPasswordSplitsAccumuloInputFormat.java @@ -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.client.mapreduce; import java.io.IOException; @@ -23,4 +39,4 @@ public class BadPasswordSplitsAccumuloInputFormat extends AccumuloInputFormat { return splits; } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/accumulo/blob/e6e1df41/core/src/test/java/org/apache/accumulo/core/client/mapreduce/EmptySplitsAccumuloInputFormat.java ---------------------------------------------------------------------- diff --git a/core/src/test/java/org/apache/accumulo/core/client/mapreduce/EmptySplitsAccumuloInputFormat.java b/core/src/test/java/org/apache/accumulo/core/client/mapreduce/EmptySplitsAccumuloInputFormat.java index 91db378..440dbf7 100644 --- a/core/src/test/java/org/apache/accumulo/core/client/mapreduce/EmptySplitsAccumuloInputFormat.java +++ b/core/src/test/java/org/apache/accumulo/core/client/mapreduce/EmptySplitsAccumuloInputFormat.java @@ -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.client.mapreduce; import java.io.IOException; @@ -18,4 +34,4 @@ public class EmptySplitsAccumuloInputFormat extends AccumuloInputFormat { return Arrays.<InputSplit> asList(new RangeInputSplit()); } -} \ No newline at end of file +}