Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ef7511c

Browse files
Rebecca Chindprotaso
Rebecca Chin
authored andcommittedMay 29, 2017
Add copyright header to utils
Signed-off-by: Dave Protasowski <[email protected]>
1 parent 6e1e05f commit ef7511c

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed
 

‎utils_go17.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
// +build go1.7
22
// +build !go1.8
33

4+
// Go MySQL Driver - A MySQL-Driver for Go's database/sql package
5+
//
6+
// Copyright 2017 The Go-MySQL-Driver Authors. All rights reserved.
7+
//
8+
// This Source Code Form is subject to the terms of the Mozilla Public
9+
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
10+
// You can obtain one at http://mozilla.org/MPL/2.0/.
11+
412
package mysql
513

614
import "crypto/tls"

‎utils_go18.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
// +build go1.8
22

3+
// Go MySQL Driver - A MySQL-Driver for Go's database/sql package
4+
//
5+
// Copyright 2017 The Go-MySQL-Driver Authors. All rights reserved.
6+
//
7+
// This Source Code Form is subject to the terms of the Mozilla Public
8+
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
9+
// You can obtain one at http://mozilla.org/MPL/2.0/.
10+
311
package mysql
412

513
import "crypto/tls"

‎utils_legacy.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
// +build !go1.7
22

3+
// Go MySQL Driver - A MySQL-Driver for Go's database/sql package
4+
//
5+
// Copyright 2017 The Go-MySQL-Driver Authors. All rights reserved.
6+
//
7+
// This Source Code Form is subject to the terms of the Mozilla Public
8+
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
9+
// You can obtain one at http://mozilla.org/MPL/2.0/.
10+
311
package mysql
412

513
import "crypto/tls"

0 commit comments

Comments
 (0)
Please sign in to comment.