Updated Branches: refs/heads/master f28d000a5 -> 5521c6b10
Forgot license header. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/081d86b6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/081d86b6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/081d86b6 Branch: refs/heads/master Commit: 081d86b63500156a38399765e43563fdaae96830 Parents: f28d000 Author: Aaron McCurry <[email protected]> Authored: Tue Aug 20 14:41:50 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Tue Aug 20 14:41:50 2013 -0400 ---------------------------------------------------------------------- .../java/org/apache/blur/shell/GenerateDoc.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/081d86b6/blur-shell/src/main/java/org/apache/blur/shell/GenerateDoc.java ---------------------------------------------------------------------- diff --git a/blur-shell/src/main/java/org/apache/blur/shell/GenerateDoc.java b/blur-shell/src/main/java/org/apache/blur/shell/GenerateDoc.java index de6d326..0065ae9 100644 --- a/blur-shell/src/main/java/org/apache/blur/shell/GenerateDoc.java +++ b/blur-shell/src/main/java/org/apache/blur/shell/GenerateDoc.java @@ -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.blur.shell; import java.io.BufferedReader;
