From 43a6064395d307426fd376e115725bbcdc8cca02 Mon Sep 17 00:00:00 2001 From: shenli Date: Wed, 2 Mar 2016 14:02:26 +0800 Subject: [PATCH] *: Cleanup license --- table/tables/memory_tables.go | 6 +----- util/auth.go | 4 ---- util/types/field_type.go | 4 ---- 3 files changed, 1 insertion(+), 13 deletions(-) diff --git a/table/tables/memory_tables.go b/table/tables/memory_tables.go index 9b540f1378..8a419baac9 100644 --- a/table/tables/memory_tables.go +++ b/table/tables/memory_tables.go @@ -1,8 +1,4 @@ -// Copyright 2013 The ql Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSES/QL-LICENSE file. - -// Copyright 2015 PingCAP, Inc. +// Copyright 2016 PingCAP, 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/util/auth.go b/util/auth.go index 8531929656..7b6cf6baf5 100644 --- a/util/auth.go +++ b/util/auth.go @@ -1,7 +1,3 @@ -// Copyright 2013 The ql Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSES/QL-LICENSE file. - // Copyright 2015 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/util/types/field_type.go b/util/types/field_type.go index dfedb389cc..38da5f6280 100644 --- a/util/types/field_type.go +++ b/util/types/field_type.go @@ -1,7 +1,3 @@ -// Copyright 2014 The ql Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSES/QL-LICENSE file. - // Copyright 2015 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License");