소스 검색

tools: update LICENSE header

Gyu-Ho Lee 9 년 전
부모
커밋
3d523e34b1
32개의 변경된 파일33개의 추가작업 그리고 33개의 파일을 삭제
  1. 1 1
      tools/benchmark/cmd/mvcc-put.go
  2. 1 1
      tools/benchmark/cmd/mvcc.go
  3. 1 1
      tools/benchmark/cmd/put.go
  4. 1 1
      tools/benchmark/cmd/range.go
  5. 2 2
      tools/benchmark/cmd/report.go
  6. 1 1
      tools/benchmark/cmd/root.go
  7. 1 1
      tools/benchmark/cmd/stm.go
  8. 1 1
      tools/benchmark/cmd/timeseries.go
  9. 1 1
      tools/benchmark/cmd/timeseries_test.go
  10. 1 1
      tools/benchmark/cmd/util.go
  11. 1 1
      tools/benchmark/cmd/watch.go
  12. 1 1
      tools/benchmark/cmd/watch_get.go
  13. 1 1
      tools/benchmark/main.go
  14. 1 1
      tools/etcd-dump-logs/main.go
  15. 1 1
      tools/etcd-top/etcd-top.go
  16. 1 1
      tools/functional-tester/etcd-agent/agent.go
  17. 1 1
      tools/functional-tester/etcd-agent/agent_test.go
  18. 1 1
      tools/functional-tester/etcd-agent/client/client.go
  19. 1 1
      tools/functional-tester/etcd-agent/main.go
  20. 1 1
      tools/functional-tester/etcd-agent/rpc.go
  21. 1 1
      tools/functional-tester/etcd-agent/rpc_test.go
  22. 1 1
      tools/functional-tester/etcd-runner/main.go
  23. 1 1
      tools/functional-tester/etcd-tester/cluster.go
  24. 1 1
      tools/functional-tester/etcd-tester/failure.go
  25. 1 1
      tools/functional-tester/etcd-tester/http.go
  26. 1 1
      tools/functional-tester/etcd-tester/main.go
  27. 1 1
      tools/functional-tester/etcd-tester/metrics.go
  28. 1 1
      tools/functional-tester/etcd-tester/status.go
  29. 1 1
      tools/functional-tester/etcd-tester/stresser.go
  30. 1 1
      tools/functional-tester/etcd-tester/tester.go
  31. 1 1
      tools/functional-tester/etcd-tester/util.go
  32. 1 1
      tools/local-tester/bridge/bridge.go

+ 1 - 1
tools/benchmark/cmd/mvcc-put.go

@@ -1,4 +1,4 @@
-// Copyright 2015 Nippon Telegraph and Telephone Corporation.
+// Copyright 2015 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/benchmark/cmd/mvcc.go

@@ -1,4 +1,4 @@
-// Copyright 2015 Nippon Telegraph and Telephone Corporation.
+// Copyright 2015 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/benchmark/cmd/put.go

@@ -1,4 +1,4 @@
-// Copyright 2015 CoreOS, Inc.
+// Copyright 2015 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/benchmark/cmd/range.go

@@ -1,4 +1,4 @@
-// Copyright 2015 CoreOS, Inc.
+// Copyright 2015 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 2 - 2
tools/benchmark/cmd/report.go

@@ -1,10 +1,10 @@
-// Copyright 2014 Google Inc. All Rights Reserved.
+// Copyright 2014 The etcd Authors
 //
 // 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
+//     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,

+ 1 - 1
tools/benchmark/cmd/root.go

@@ -1,4 +1,4 @@
-// Copyright 2015 CoreOS, Inc.
+// Copyright 2015 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/benchmark/cmd/stm.go

@@ -1,4 +1,4 @@
-// Copyright 2016 CoreOS, Inc.
+// Copyright 2016 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/benchmark/cmd/timeseries.go

@@ -1,4 +1,4 @@
-// Copyright 2016 CoreOS, Inc.
+// Copyright 2016 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/benchmark/cmd/timeseries_test.go

@@ -1,4 +1,4 @@
-// Copyright 2016 CoreOS, Inc.
+// Copyright 2016 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/benchmark/cmd/util.go

@@ -1,4 +1,4 @@
-// Copyright 2015 CoreOS, Inc.
+// Copyright 2015 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/benchmark/cmd/watch.go

@@ -1,4 +1,4 @@
-// Copyright 2015 CoreOS, Inc.
+// Copyright 2015 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/benchmark/cmd/watch_get.go

@@ -1,4 +1,4 @@
-// Copyright 2016 CoreOS, Inc.
+// Copyright 2016 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/benchmark/main.go

@@ -1,4 +1,4 @@
-// Copyright 2015 CoreOS, Inc.
+// Copyright 2015 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/etcd-dump-logs/main.go

@@ -1,4 +1,4 @@
-// Copyright 2015 CoreOS, Inc.
+// Copyright 2015 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/etcd-top/etcd-top.go

@@ -1,4 +1,4 @@
-// Copyright 2015 CoreOS, Inc.
+// Copyright 2015 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/functional-tester/etcd-agent/agent.go

@@ -1,4 +1,4 @@
-// Copyright 2015 CoreOS, Inc.
+// Copyright 2015 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/functional-tester/etcd-agent/agent_test.go

@@ -1,4 +1,4 @@
-// Copyright 2015 CoreOS, Inc.
+// Copyright 2015 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/functional-tester/etcd-agent/client/client.go

@@ -1,4 +1,4 @@
-// Copyright 2015 CoreOS, Inc.
+// Copyright 2015 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/functional-tester/etcd-agent/main.go

@@ -1,4 +1,4 @@
-// Copyright 2015 CoreOS, Inc.
+// Copyright 2015 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/functional-tester/etcd-agent/rpc.go

@@ -1,4 +1,4 @@
-// Copyright 2015 CoreOS, Inc.
+// Copyright 2015 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/functional-tester/etcd-agent/rpc_test.go

@@ -1,4 +1,4 @@
-// Copyright 2015 CoreOS, Inc.
+// Copyright 2015 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/functional-tester/etcd-runner/main.go

@@ -1,4 +1,4 @@
-// Copyright 2016 CoreOS, Inc.
+// Copyright 2016 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/functional-tester/etcd-tester/cluster.go

@@ -1,4 +1,4 @@
-// Copyright 2015 CoreOS, Inc.
+// Copyright 2015 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/functional-tester/etcd-tester/failure.go

@@ -1,4 +1,4 @@
-// Copyright 2015 CoreOS, Inc.
+// Copyright 2015 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/functional-tester/etcd-tester/http.go

@@ -1,4 +1,4 @@
-// Copyright 2015 CoreOS, Inc.
+// Copyright 2015 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/functional-tester/etcd-tester/main.go

@@ -1,4 +1,4 @@
-// Copyright 2015 CoreOS, Inc.
+// Copyright 2015 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/functional-tester/etcd-tester/metrics.go

@@ -1,4 +1,4 @@
-// Copyright 2016 CoreOS, Inc.
+// Copyright 2016 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/functional-tester/etcd-tester/status.go

@@ -1,4 +1,4 @@
-// Copyright 2016 CoreOS, Inc.
+// Copyright 2016 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/functional-tester/etcd-tester/stresser.go

@@ -1,4 +1,4 @@
-// Copyright 2015 CoreOS, Inc.
+// Copyright 2015 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/functional-tester/etcd-tester/tester.go

@@ -1,4 +1,4 @@
-// Copyright 2015 CoreOS, Inc.
+// Copyright 2015 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/functional-tester/etcd-tester/util.go

@@ -1,4 +1,4 @@
-// Copyright 2016 CoreOS, Inc.
+// Copyright 2016 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

+ 1 - 1
tools/local-tester/bridge/bridge.go

@@ -1,4 +1,4 @@
-// Copyright 2016 CoreOS, Inc.
+// Copyright 2016 The etcd Authors
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.