From b4cf146a528f401e7dec46d625a3ea2bf226cbe9 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 1f0e1f8d7..4455bd741 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 769b4312d..c6226b632 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 221338d4a..cae36c07f 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 066d84182..f1d2c7f49 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 9caef3c41..b007843c1 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 0265b9953..f3ed065f0 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 cb514e2e5..9cf57e1f5 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 1463f51f5..21d877f4a 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 2d14afe67..7ab50de1f 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 a5c56c6b4..e614d61c5 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 0d789c995..583ffefb8 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 57f0f81f3..f83d11b95 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 65dab821b..703d9c333 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 a7dff7a91..e13ca5235 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 d0a0cdabb..e7c79a16e 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 a909c789a..67c8f6d42 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 c9011f205..30c1e514b 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 b6f031cb1..cb57096c8 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 878cc9c4f..47707d547 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 a2330a85c..6ba56da04 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 fa05b5f92..ab96c0181 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.