From e1b2e7245bdc0dee6d466cfccdcec9d835d0a8d5 Mon Sep 17 00:00:00 2001 From: Xiang Li Date: Sun, 1 Nov 2015 18:19:32 -0800 Subject: [PATCH] tools/etcd-top: add copyright header --- tools/etcd-top/etcd-top.go | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tools/etcd-top/etcd-top.go b/tools/etcd-top/etcd-top.go index 0812b8b12..ebc34484d 100644 --- a/tools/etcd-top/etcd-top.go +++ b/tools/etcd-top/etcd-top.go @@ -1,3 +1,17 @@ +// Copyright 2015 CoreOS, Inc. +// +// Licensed 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 main import (