From 4a5befc2de3e4b2d4ba06749711be3b563a0704a Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Thu, 12 May 2016 20:50:04 -0700 Subject: [PATCH] wal: update LICENSE header --- wal/decoder.go | 2 +- wal/doc.go | 2 +- wal/encoder.go | 2 +- wal/file_pipeline.go | 2 +- wal/metrics.go | 2 +- wal/record_test.go | 2 +- wal/repair.go | 2 +- wal/repair_test.go | 2 +- wal/util.go | 2 +- wal/wal.go | 2 +- wal/wal_bench_test.go | 2 +- wal/wal_test.go | 2 +- wal/walpb/record.go | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/wal/decoder.go b/wal/decoder.go index e5abd513a..0d9b4428c 100644 --- a/wal/decoder.go +++ b/wal/decoder.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. diff --git a/wal/doc.go b/wal/doc.go index 1a4ec9032..031a043a3 100644 --- a/wal/doc.go +++ b/wal/doc.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. diff --git a/wal/encoder.go b/wal/encoder.go index 995aa7a73..1ec5f16fa 100644 --- a/wal/encoder.go +++ b/wal/encoder.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. diff --git a/wal/file_pipeline.go b/wal/file_pipeline.go index 6db9f66d7..e5674e63c 100644 --- a/wal/file_pipeline.go +++ b/wal/file_pipeline.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. diff --git a/wal/metrics.go b/wal/metrics.go index d500ade2c..9e089d380 100644 --- a/wal/metrics.go +++ b/wal/metrics.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. diff --git a/wal/record_test.go b/wal/record_test.go index 82849c276..ddbc37d86 100644 --- a/wal/record_test.go +++ b/wal/record_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. diff --git a/wal/repair.go b/wal/repair.go index f6391e31f..1e668b5ef 100644 --- a/wal/repair.go +++ b/wal/repair.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. diff --git a/wal/repair_test.go b/wal/repair_test.go index 07627833a..313501dac 100644 --- a/wal/repair_test.go +++ b/wal/repair_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. diff --git a/wal/util.go b/wal/util.go index 9588b6ec0..ee41cbd27 100644 --- a/wal/util.go +++ b/wal/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. diff --git a/wal/wal.go b/wal/wal.go index 77fefb7bb..7e01a212c 100644 --- a/wal/wal.go +++ b/wal/wal.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. diff --git a/wal/wal_bench_test.go b/wal/wal_bench_test.go index 9568399b2..fc87fe3fd 100644 --- a/wal/wal_bench_test.go +++ b/wal/wal_bench_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. diff --git a/wal/wal_test.go b/wal/wal_test.go index 49fbddefe..270f6f6c3 100644 --- a/wal/wal_test.go +++ b/wal/wal_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. diff --git a/wal/walpb/record.go b/wal/walpb/record.go index bb5368569..30a05e0c1 100644 --- a/wal/walpb/record.go +++ b/wal/walpb/record.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.