add license
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/8d17ccb7 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/8d17ccb7 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/8d17ccb7 Branch: refs/heads/trunk Commit: 8d17ccb7b26d705e815863554d7e15f4eca46c89 Parents: 3814af8 Author: Jonathan Ellis <[email protected]> Authored: Thu Jun 20 10:21:23 2013 -0500 Committer: Jonathan Ellis <[email protected]> Committed: Thu Jun 20 13:53:59 2013 -0500 ---------------------------------------------------------------------- .../cassandra/metrics/ReadRepairMetrics.java | 21 ++++++++++++++++++++ 1 file changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/8d17ccb7/src/java/org/apache/cassandra/metrics/ReadRepairMetrics.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/cassandra/metrics/ReadRepairMetrics.java b/src/java/org/apache/cassandra/metrics/ReadRepairMetrics.java index 3f48fee..5b61e42 100644 --- a/src/java/org/apache/cassandra/metrics/ReadRepairMetrics.java +++ b/src/java/org/apache/cassandra/metrics/ReadRepairMetrics.java @@ -1,4 +1,25 @@ package org.apache.cassandra.metrics; +/* + * + * 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. + * + */ + import java.util.concurrent.TimeUnit;
