Updated Branches: refs/heads/master 3579d7ff5 -> 4f6863587
Adding headers. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/8e7a98f2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/8e7a98f2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/8e7a98f2 Branch: refs/heads/master Commit: 8e7a98f2a6595ba1dd8d40e9395eba0c9ef4de4a Parents: 3579d7f Author: Aaron McCurry <[email protected]> Authored: Mon Sep 9 14:56:27 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Mon Sep 9 14:56:27 2013 -0400 ---------------------------------------------------------------------- .../java/org/apache/blur/utils/CreateGarbage.java | 16 ++++++++++++++++ .../java/org/apache/blur/utils/MemoryReporter.java | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/8e7a98f2/blur-core/src/main/java/org/apache/blur/utils/CreateGarbage.java ---------------------------------------------------------------------- diff --git a/blur-core/src/main/java/org/apache/blur/utils/CreateGarbage.java b/blur-core/src/main/java/org/apache/blur/utils/CreateGarbage.java index 4f4c6a7..df28ad9 100644 --- a/blur-core/src/main/java/org/apache/blur/utils/CreateGarbage.java +++ b/blur-core/src/main/java/org/apache/blur/utils/CreateGarbage.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.blur.utils; import java.util.Map; http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/8e7a98f2/blur-core/src/main/java/org/apache/blur/utils/MemoryReporter.java ---------------------------------------------------------------------- diff --git a/blur-core/src/main/java/org/apache/blur/utils/MemoryReporter.java b/blur-core/src/main/java/org/apache/blur/utils/MemoryReporter.java index a64f51b..76dd391 100644 --- a/blur-core/src/main/java/org/apache/blur/utils/MemoryReporter.java +++ b/blur-core/src/main/java/org/apache/blur/utils/MemoryReporter.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.blur.utils; import java.util.HashMap;
