Added apache license headers to the new snapshot command files
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/c80839d9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/c80839d9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/c80839d9 Branch: refs/heads/apache-blur-0.2 Commit: c80839d9899020b98e483bdfc31fc042c4b3d5c6 Parents: 453a0dd Author: Rahul Challapalli <[email protected]> Authored: Thu Sep 19 00:34:53 2013 -0700 Committer: Rahul Challapalli <[email protected]> Committed: Thu Sep 19 00:34:53 2013 -0700 ---------------------------------------------------------------------- .../apache/blur/shell/CreateSnapshotCommand.java | 18 ++++++++++++++++++ .../apache/blur/shell/ListSnapshotsCommand.java | 18 ++++++++++++++++++ .../apache/blur/shell/RemoveSnapshotCommand.java | 18 ++++++++++++++++++ 3 files changed, 54 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/c80839d9/blur-shell/src/main/java/org/apache/blur/shell/CreateSnapshotCommand.java ---------------------------------------------------------------------- diff --git a/blur-shell/src/main/java/org/apache/blur/shell/CreateSnapshotCommand.java b/blur-shell/src/main/java/org/apache/blur/shell/CreateSnapshotCommand.java index c8e1a6e..6b21963 100644 --- a/blur-shell/src/main/java/org/apache/blur/shell/CreateSnapshotCommand.java +++ b/blur-shell/src/main/java/org/apache/blur/shell/CreateSnapshotCommand.java @@ -1,3 +1,21 @@ +/** + * 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.blur.shell; import java.io.PrintWriter; http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/c80839d9/blur-shell/src/main/java/org/apache/blur/shell/ListSnapshotsCommand.java ---------------------------------------------------------------------- diff --git a/blur-shell/src/main/java/org/apache/blur/shell/ListSnapshotsCommand.java b/blur-shell/src/main/java/org/apache/blur/shell/ListSnapshotsCommand.java index 9e76ccd..bf53552 100644 --- a/blur-shell/src/main/java/org/apache/blur/shell/ListSnapshotsCommand.java +++ b/blur-shell/src/main/java/org/apache/blur/shell/ListSnapshotsCommand.java @@ -1,3 +1,21 @@ +/** + * 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.blur.shell; import java.io.PrintWriter; http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/c80839d9/blur-shell/src/main/java/org/apache/blur/shell/RemoveSnapshotCommand.java ---------------------------------------------------------------------- diff --git a/blur-shell/src/main/java/org/apache/blur/shell/RemoveSnapshotCommand.java b/blur-shell/src/main/java/org/apache/blur/shell/RemoveSnapshotCommand.java index a191f89..3eeb33b 100644 --- a/blur-shell/src/main/java/org/apache/blur/shell/RemoveSnapshotCommand.java +++ b/blur-shell/src/main/java/org/apache/blur/shell/RemoveSnapshotCommand.java @@ -1,3 +1,21 @@ +/** + * 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.blur.shell; import java.io.PrintWriter;
