From 5d0bbfe790bb0062e524b595b25b540045801a3c Mon Sep 17 00:00:00 2001 From: Yicheng Qin Date: Fri, 18 Jul 2014 15:59:39 -0700 Subject: [PATCH] server: notice 2013 -> 2014 --- etcd/etcd.go | 2 +- etcd/etcd_functional_test.go | 2 +- etcd/etcd_test.go | 2 +- etcd/participant.go | 2 +- etcd/peer.go | 2 +- etcd/peer_hub.go | 2 +- etcd/raft_handler.go | 2 +- etcd/standby.go | 2 +- etcd/v2_admin.go | 2 +- etcd/v2_apply.go | 2 +- etcd/v2_client.go | 2 +- etcd/v2_http.go | 2 +- etcd/v2_http_delete.go | 2 +- etcd/v2_http_endpoint_test.go | 2 +- etcd/v2_http_get.go | 2 +- etcd/v2_http_kv_test.go | 2 +- etcd/v2_http_post.go | 2 +- etcd/v2_http_put.go | 2 +- etcd/v2_raft.go | 2 +- etcd/v2_store.go | 2 +- etcd/v2_usage.go | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/etcd/etcd.go b/etcd/etcd.go index 1f0e1f8d744..4455bd741c6 100644 --- a/etcd/etcd.go +++ b/etcd/etcd.go @@ -1,5 +1,5 @@ /* -Copyright 2013 CoreOS Inc. +Copyright 2014 CoreOS Inc. 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/etcd/etcd_functional_test.go b/etcd/etcd_functional_test.go index 769b4312d58..c6226b6325c 100644 --- a/etcd/etcd_functional_test.go +++ b/etcd/etcd_functional_test.go @@ -1,5 +1,5 @@ /* -Copyright 2013 CoreOS Inc. +Copyright 2014 CoreOS Inc. 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/etcd/etcd_test.go b/etcd/etcd_test.go index 221338d4a73..cae36c07fce 100644 --- a/etcd/etcd_test.go +++ b/etcd/etcd_test.go @@ -1,5 +1,5 @@ /* -Copyright 2013 CoreOS Inc. +Copyright 2014 CoreOS Inc. 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/etcd/participant.go b/etcd/participant.go index 066d8418272..f1d2c7f490e 100644 --- a/etcd/participant.go +++ b/etcd/participant.go @@ -1,5 +1,5 @@ /* -Copyright 2013 CoreOS Inc. +Copyright 2014 CoreOS Inc. 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/etcd/peer.go b/etcd/peer.go index 9caef3c4174..b007843c168 100644 --- a/etcd/peer.go +++ b/etcd/peer.go @@ -1,5 +1,5 @@ /* -Copyright 2013 CoreOS Inc. +Copyright 2014 CoreOS Inc. 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/etcd/peer_hub.go b/etcd/peer_hub.go index 0265b99530b..f3ed065f055 100644 --- a/etcd/peer_hub.go +++ b/etcd/peer_hub.go @@ -1,5 +1,5 @@ /* -Copyright 2013 CoreOS Inc. +Copyright 2014 CoreOS Inc. 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/etcd/raft_handler.go b/etcd/raft_handler.go index cb514e2e52e..9cf57e1f5ad 100644 --- a/etcd/raft_handler.go +++ b/etcd/raft_handler.go @@ -1,5 +1,5 @@ /* -Copyright 2013 CoreOS Inc. +Copyright 2014 CoreOS Inc. 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/etcd/standby.go b/etcd/standby.go index 1463f51f54a..21d877f4ae1 100644 --- a/etcd/standby.go +++ b/etcd/standby.go @@ -1,5 +1,5 @@ /* -Copyright 2013 CoreOS Inc. +Copyright 2014 CoreOS Inc. 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/etcd/v2_admin.go b/etcd/v2_admin.go index 2d14afe6738..7ab50de1fba 100644 --- a/etcd/v2_admin.go +++ b/etcd/v2_admin.go @@ -1,5 +1,5 @@ /* -Copyright 2013 CoreOS Inc. +Copyright 2014 CoreOS Inc. 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/etcd/v2_apply.go b/etcd/v2_apply.go index a5c56c6b470..e614d61c590 100644 --- a/etcd/v2_apply.go +++ b/etcd/v2_apply.go @@ -1,5 +1,5 @@ /* -Copyright 2013 CoreOS Inc. +Copyright 2014 CoreOS Inc. 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/etcd/v2_client.go b/etcd/v2_client.go index 0d789c99534..583ffefb861 100644 --- a/etcd/v2_client.go +++ b/etcd/v2_client.go @@ -1,5 +1,5 @@ /* -Copyright 2013 CoreOS Inc. +Copyright 2014 CoreOS Inc. 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/etcd/v2_http.go b/etcd/v2_http.go index 57f0f81f3c3..f83d11b957c 100644 --- a/etcd/v2_http.go +++ b/etcd/v2_http.go @@ -1,5 +1,5 @@ /* -Copyright 2013 CoreOS Inc. +Copyright 2014 CoreOS Inc. 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/etcd/v2_http_delete.go b/etcd/v2_http_delete.go index 65dab821b4d..703d9c333ac 100644 --- a/etcd/v2_http_delete.go +++ b/etcd/v2_http_delete.go @@ -1,5 +1,5 @@ /* -Copyright 2013 CoreOS Inc. +Copyright 2014 CoreOS Inc. 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/etcd/v2_http_endpoint_test.go b/etcd/v2_http_endpoint_test.go index a7dff7a9168..e13ca523509 100644 --- a/etcd/v2_http_endpoint_test.go +++ b/etcd/v2_http_endpoint_test.go @@ -1,5 +1,5 @@ /* -Copyright 2013 CoreOS Inc. +Copyright 2014 CoreOS Inc. 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/etcd/v2_http_get.go b/etcd/v2_http_get.go index d0a0cdabb86..e7c79a16e3e 100644 --- a/etcd/v2_http_get.go +++ b/etcd/v2_http_get.go @@ -1,5 +1,5 @@ /* -Copyright 2013 CoreOS Inc. +Copyright 2014 CoreOS Inc. 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/etcd/v2_http_kv_test.go b/etcd/v2_http_kv_test.go index a909c789ac2..67c8f6d4240 100644 --- a/etcd/v2_http_kv_test.go +++ b/etcd/v2_http_kv_test.go @@ -1,5 +1,5 @@ /* -Copyright 2013 CoreOS Inc. +Copyright 2014 CoreOS Inc. 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/etcd/v2_http_post.go b/etcd/v2_http_post.go index c9011f2056b..30c1e514b03 100644 --- a/etcd/v2_http_post.go +++ b/etcd/v2_http_post.go @@ -1,5 +1,5 @@ /* -Copyright 2013 CoreOS Inc. +Copyright 2014 CoreOS Inc. 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/etcd/v2_http_put.go b/etcd/v2_http_put.go index b6f031cb139..cb57096c8d6 100644 --- a/etcd/v2_http_put.go +++ b/etcd/v2_http_put.go @@ -1,5 +1,5 @@ /* -Copyright 2013 CoreOS Inc. +Copyright 2014 CoreOS Inc. 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/etcd/v2_raft.go b/etcd/v2_raft.go index 878cc9c4f33..47707d547e0 100644 --- a/etcd/v2_raft.go +++ b/etcd/v2_raft.go @@ -1,5 +1,5 @@ /* -Copyright 2013 CoreOS Inc. +Copyright 2014 CoreOS Inc. 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/etcd/v2_store.go b/etcd/v2_store.go index a2330a85c48..6ba56da049c 100644 --- a/etcd/v2_store.go +++ b/etcd/v2_store.go @@ -1,5 +1,5 @@ /* -Copyright 2013 CoreOS Inc. +Copyright 2014 CoreOS Inc. 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/etcd/v2_usage.go b/etcd/v2_usage.go index e01078a1c25..a916b4ec2a1 100644 --- a/etcd/v2_usage.go +++ b/etcd/v2_usage.go @@ -1,5 +1,5 @@ /* -Copyright 2013 CoreOS Inc. +Copyright 2014 CoreOS Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.