From 8243ba4175570461a5e954c1dad8ca11c0ca7d68 Mon Sep 17 00:00:00 2001 From: flike Date: Mon, 25 Jan 2016 11:24:12 +0800 Subject: [PATCH] modify doc --- backend/backend_conn.go | 2 +- backend/backend_conn_test.go | 2 +- backend/balancer.go | 2 +- backend/db.go | 2 +- backend/node.go | 2 +- backend/node_test.go | 2 +- backend/stmt.go | 2 +- backend/stmt_test.go | 2 +- cmd/kingshard/main.go | 2 +- config/config.go | 2 +- config/config_test.go | 2 +- core/errors/errors.go | 2 +- core/golog/filehandler.go | 2 +- core/golog/handler.go | 2 +- core/golog/log.go | 2 +- core/golog/log_test.go | 2 +- core/hack/hack.go | 2 +- core/hack/hack_test.go | 2 +- doc/KingDoc/function_FAQ.md | 2 +- mysql/charset.go | 2 +- mysql/const.go | 2 +- mysql/errcode.go | 2 +- mysql/errname.go | 2 +- mysql/error.go | 2 +- mysql/field.go | 2 +- mysql/packetio.go | 2 +- mysql/resultset.go | 2 +- mysql/resultset_sort.go | 2 +- mysql/resultset_sort_test.go | 2 +- mysql/sql_fingerprint.go | 2 +- mysql/sql_fingerprint_test.go | 2 +- mysql/state.go | 2 +- mysql/util.go | 2 +- mysql/util_test.go | 2 +- proxy/router/list_test.go | 2 +- proxy/router/numkey.go | 2 +- proxy/router/planbuilder.go | 2 +- proxy/router/router.go | 2 +- proxy/router/router_test.go | 2 +- proxy/router/shard.go | 2 +- proxy/server/conn.go | 2 +- proxy/server/conn_admin.go | 2 +- proxy/server/conn_preshard.go | 2 +- proxy/server/conn_query.go | 2 +- proxy/server/conn_resultset.go | 2 +- proxy/server/conn_select.go | 2 +- proxy/server/conn_set.go | 2 +- proxy/server/conn_stmt.go | 2 +- proxy/server/conn_stmt_test.go | 2 +- proxy/server/conn_test.go | 2 +- proxy/server/conn_tx.go | 2 +- proxy/server/conn_use.go | 2 +- proxy/server/server.go | 2 +- proxy/server/server_test.go | 2 +- sqlparser/analyzer.go | 2 +- sqlparser/analyzer_test.go | 2 +- sqlparser/ast.go | 2 +- sqlparser/sql_test.go | 2 +- sqlparser/token.go | 2 +- sqlparser/tracked_buffer.go | 2 +- sqltypes/sqltypes.go | 2 +- sqltypes/sqltypes_test.go | 2 +- 62 files changed, 62 insertions(+), 62 deletions(-) diff --git a/backend/backend_conn.go b/backend/backend_conn.go index 29e744ba..f788a3ce 100644 --- a/backend/backend_conn.go +++ b/backend/backend_conn.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/backend/backend_conn_test.go b/backend/backend_conn_test.go index c9d6ed57..5d021474 100644 --- a/backend/backend_conn_test.go +++ b/backend/backend_conn_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/backend/balancer.go b/backend/balancer.go index fd25d667..2f1279e2 100644 --- a/backend/balancer.go +++ b/backend/balancer.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/backend/db.go b/backend/db.go index 76f3aaf7..a778011c 100644 --- a/backend/db.go +++ b/backend/db.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/backend/node.go b/backend/node.go index 332b5445..b253887c 100644 --- a/backend/node.go +++ b/backend/node.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/backend/node_test.go b/backend/node_test.go index a2e1b801..79b5bd5c 100644 --- a/backend/node_test.go +++ b/backend/node_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/backend/stmt.go b/backend/stmt.go index 0699ae4f..e2fe41be 100644 --- a/backend/stmt.go +++ b/backend/stmt.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/backend/stmt_test.go b/backend/stmt_test.go index dcdd0013..d937bd8a 100644 --- a/backend/stmt_test.go +++ b/backend/stmt_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/cmd/kingshard/main.go b/cmd/kingshard/main.go index 8ac7465b..674b6bdb 100644 --- a/cmd/kingshard/main.go +++ b/cmd/kingshard/main.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/config/config.go b/config/config.go index ca223dfc..b2d18d50 100644 --- a/config/config.go +++ b/config/config.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/config/config_test.go b/config/config_test.go index 2f2ad0d0..98b03921 100644 --- a/config/config_test.go +++ b/config/config_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/core/errors/errors.go b/core/errors/errors.go index 2079ae24..32ea96c7 100644 --- a/core/errors/errors.go +++ b/core/errors/errors.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/core/golog/filehandler.go b/core/golog/filehandler.go index 2facd505..77d6a362 100644 --- a/core/golog/filehandler.go +++ b/core/golog/filehandler.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/core/golog/handler.go b/core/golog/handler.go index 5bcb433b..4f876232 100644 --- a/core/golog/handler.go +++ b/core/golog/handler.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/core/golog/log.go b/core/golog/log.go index a915bc2b..7e40562f 100644 --- a/core/golog/log.go +++ b/core/golog/log.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/core/golog/log_test.go b/core/golog/log_test.go index b0adbd3c..33295793 100644 --- a/core/golog/log_test.go +++ b/core/golog/log_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/core/hack/hack.go b/core/hack/hack.go index 111a1fed..39ad9504 100644 --- a/core/hack/hack.go +++ b/core/hack/hack.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/core/hack/hack_test.go b/core/hack/hack_test.go index 8a5e59cf..65e18ce1 100644 --- a/core/hack/hack_test.go +++ b/core/hack/hack_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/doc/KingDoc/function_FAQ.md b/doc/KingDoc/function_FAQ.md index 0b394d3c..49ae9e35 100644 --- a/doc/KingDoc/function_FAQ.md +++ b/doc/KingDoc/function_FAQ.md @@ -2,7 +2,7 @@ **1. kingshard的线上使用情况和稳定性如何?** -- 目前据开发者不完全统计,已经有至少4-5家公司在生产环境使用。 +- 目前据开发者不完全统计,已经有至少7家公司在生产环境使用。 - 很多MySQL Proxy调研用户都比较关心kingshard的稳定性,从反馈情况来看,目前kingshard已经较为稳定, Bug出现的次数越来月收敛了。对于想生产环境使用kingshard的用户来说,为保证安全起见,还是需要自己利用kingshard部署一套 测试环境,自行测试一下。如果遇到BUG,可以在github的issue中提出,但希望用户在描述问题的时候,尽量详细,以便开发者快速定位问题。 diff --git a/mysql/charset.go b/mysql/charset.go index e3d2ca6d..93a53366 100644 --- a/mysql/charset.go +++ b/mysql/charset.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/mysql/const.go b/mysql/const.go index 96577f32..3e703bbe 100644 --- a/mysql/const.go +++ b/mysql/const.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/mysql/errcode.go b/mysql/errcode.go index 8e7648f2..2ad759e7 100644 --- a/mysql/errcode.go +++ b/mysql/errcode.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/mysql/errname.go b/mysql/errname.go index 092178e0..577ffc0e 100644 --- a/mysql/errname.go +++ b/mysql/errname.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/mysql/error.go b/mysql/error.go index a53f52b3..0d4c010f 100644 --- a/mysql/error.go +++ b/mysql/error.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/mysql/field.go b/mysql/field.go index 0399bbdb..7a67077a 100644 --- a/mysql/field.go +++ b/mysql/field.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/mysql/packetio.go b/mysql/packetio.go index 376be450..bf911c1e 100644 --- a/mysql/packetio.go +++ b/mysql/packetio.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/mysql/resultset.go b/mysql/resultset.go index ecc131c0..556daa17 100644 --- a/mysql/resultset.go +++ b/mysql/resultset.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/mysql/resultset_sort.go b/mysql/resultset_sort.go index 4e82eefe..21e849a5 100644 --- a/mysql/resultset_sort.go +++ b/mysql/resultset_sort.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/mysql/resultset_sort_test.go b/mysql/resultset_sort_test.go index 433a1c70..f12aab5c 100644 --- a/mysql/resultset_sort_test.go +++ b/mysql/resultset_sort_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/mysql/sql_fingerprint.go b/mysql/sql_fingerprint.go index 063fdca9..464238f6 100644 --- a/mysql/sql_fingerprint.go +++ b/mysql/sql_fingerprint.go @@ -10,7 +10,7 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/mysql/sql_fingerprint_test.go b/mysql/sql_fingerprint_test.go index a060d9b1..f41f2bfa 100644 --- a/mysql/sql_fingerprint_test.go +++ b/mysql/sql_fingerprint_test.go @@ -10,7 +10,7 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/mysql/state.go b/mysql/state.go index d9da0a84..9deec9a8 100644 --- a/mysql/state.go +++ b/mysql/state.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/mysql/util.go b/mysql/util.go index 06dff679..3ddef14c 100644 --- a/mysql/util.go +++ b/mysql/util.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/mysql/util_test.go b/mysql/util_test.go index feded9ae..5f6aa97c 100644 --- a/mysql/util_test.go +++ b/mysql/util_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/proxy/router/list_test.go b/proxy/router/list_test.go index bb4cdb81..32f5640b 100644 --- a/proxy/router/list_test.go +++ b/proxy/router/list_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/proxy/router/numkey.go b/proxy/router/numkey.go index 1e954a1a..a5212807 100644 --- a/proxy/router/numkey.go +++ b/proxy/router/numkey.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/proxy/router/planbuilder.go b/proxy/router/planbuilder.go index 26e26671..9ed805da 100644 --- a/proxy/router/planbuilder.go +++ b/proxy/router/planbuilder.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/proxy/router/router.go b/proxy/router/router.go index b7111974..2da2ac5b 100644 --- a/proxy/router/router.go +++ b/proxy/router/router.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/proxy/router/router_test.go b/proxy/router/router_test.go index e0568a01..307ae575 100644 --- a/proxy/router/router_test.go +++ b/proxy/router/router_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/proxy/router/shard.go b/proxy/router/shard.go index 15d7a770..9d9fa52c 100644 --- a/proxy/router/shard.go +++ b/proxy/router/shard.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/proxy/server/conn.go b/proxy/server/conn.go index 956350e6..28de3159 100644 --- a/proxy/server/conn.go +++ b/proxy/server/conn.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/proxy/server/conn_admin.go b/proxy/server/conn_admin.go index d169bfc6..7c87379f 100644 --- a/proxy/server/conn_admin.go +++ b/proxy/server/conn_admin.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/proxy/server/conn_preshard.go b/proxy/server/conn_preshard.go index 55a1d489..72c952b0 100644 --- a/proxy/server/conn_preshard.go +++ b/proxy/server/conn_preshard.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/proxy/server/conn_query.go b/proxy/server/conn_query.go index e7fb4d99..0c9a0568 100644 --- a/proxy/server/conn_query.go +++ b/proxy/server/conn_query.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/proxy/server/conn_resultset.go b/proxy/server/conn_resultset.go index 03ac6137..7ad465b9 100644 --- a/proxy/server/conn_resultset.go +++ b/proxy/server/conn_resultset.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/proxy/server/conn_select.go b/proxy/server/conn_select.go index 69e8dd3b..46b16131 100644 --- a/proxy/server/conn_select.go +++ b/proxy/server/conn_select.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/proxy/server/conn_set.go b/proxy/server/conn_set.go index 7e0a2fe0..4e43f0e3 100644 --- a/proxy/server/conn_set.go +++ b/proxy/server/conn_set.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/proxy/server/conn_stmt.go b/proxy/server/conn_stmt.go index a7925ebe..45224e7d 100644 --- a/proxy/server/conn_stmt.go +++ b/proxy/server/conn_stmt.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/proxy/server/conn_stmt_test.go b/proxy/server/conn_stmt_test.go index 274b8e53..a730722f 100644 --- a/proxy/server/conn_stmt_test.go +++ b/proxy/server/conn_stmt_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/proxy/server/conn_test.go b/proxy/server/conn_test.go index 5040a89c..eeab8298 100644 --- a/proxy/server/conn_test.go +++ b/proxy/server/conn_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/proxy/server/conn_tx.go b/proxy/server/conn_tx.go index 429254a2..00660e1a 100644 --- a/proxy/server/conn_tx.go +++ b/proxy/server/conn_tx.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/proxy/server/conn_use.go b/proxy/server/conn_use.go index 5d05c4d0..14885720 100644 --- a/proxy/server/conn_use.go +++ b/proxy/server/conn_use.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/proxy/server/server.go b/proxy/server/server.go index 0b6f0526..89cc291c 100644 --- a/proxy/server/server.go +++ b/proxy/server/server.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/proxy/server/server_test.go b/proxy/server/server_test.go index 6d890d77..80d72a23 100644 --- a/proxy/server/server_test.go +++ b/proxy/server/server_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/sqlparser/analyzer.go b/sqlparser/analyzer.go index 3ee026ad..6552e9d8 100644 --- a/sqlparser/analyzer.go +++ b/sqlparser/analyzer.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/sqlparser/analyzer_test.go b/sqlparser/analyzer_test.go index 953649d1..1ba7bde3 100644 --- a/sqlparser/analyzer_test.go +++ b/sqlparser/analyzer_test.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/sqlparser/ast.go b/sqlparser/ast.go index d6b5f163..8e462cc0 100644 --- a/sqlparser/ast.go +++ b/sqlparser/ast.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/sqlparser/sql_test.go b/sqlparser/sql_test.go index d30d39ec..d6fd03d7 100644 --- a/sqlparser/sql_test.go +++ b/sqlparser/sql_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/sqlparser/token.go b/sqlparser/token.go index 5e4d181f..0f7356a1 100644 --- a/sqlparser/token.go +++ b/sqlparser/token.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/sqlparser/tracked_buffer.go b/sqlparser/tracked_buffer.go index ebb3a5ec..4e8bd5ab 100644 --- a/sqlparser/tracked_buffer.go +++ b/sqlparser/tracked_buffer.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/sqltypes/sqltypes.go b/sqltypes/sqltypes.go index 132aec21..7709b36d 100644 --- a/sqltypes/sqltypes.go +++ b/sqltypes/sqltypes.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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 diff --git a/sqltypes/sqltypes_test.go b/sqltypes/sqltypes_test.go index 200e1486..2520e99c 100644 --- a/sqltypes/sqltypes_test.go +++ b/sqltypes/sqltypes_test.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Copyright 2015 The kingshard Authors. All rights reserved. +// Copyright 2016 The kingshard Authors. All rights reserved. // // 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