Skip to content

Commit 04d9043

Browse files
committed
fixed license header
1 parent cad8c13 commit 04d9043

9 files changed

+9
-0
lines changed

connection.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// This Source Code Form is subject to the terms of the Mozilla Public
77
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
88
// You can obtain one at http://mozilla.org/MPL/2.0/.
9+
910
package mysql
1011

1112
import (

const.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// This Source Code Form is subject to the terms of the Mozilla Public
77
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
88
// You can obtain one at http://mozilla.org/MPL/2.0/.
9+
910
package mysql
1011

1112
// Constants documentation:

driver.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// This Source Code Form is subject to the terms of the Mozilla Public
77
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
88
// You can obtain one at http://mozilla.org/MPL/2.0/.
9+
910
package mysql
1011

1112
import (

packets.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// This Source Code Form is subject to the terms of the Mozilla Public
77
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
88
// You can obtain one at http://mozilla.org/MPL/2.0/.
9+
910
package mysql
1011

1112
import (

result.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// This Source Code Form is subject to the terms of the Mozilla Public
77
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
88
// You can obtain one at http://mozilla.org/MPL/2.0/.
9+
910
package mysql
1011

1112
type mysqlResult struct {

rows.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// This Source Code Form is subject to the terms of the Mozilla Public
77
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
88
// You can obtain one at http://mozilla.org/MPL/2.0/.
9+
910
package mysql
1011

1112
import (

statement.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// This Source Code Form is subject to the terms of the Mozilla Public
77
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
88
// You can obtain one at http://mozilla.org/MPL/2.0/.
9+
910
package mysql
1011

1112
import (

transaction.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// This Source Code Form is subject to the terms of the Mozilla Public
77
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
88
// You can obtain one at http://mozilla.org/MPL/2.0/.
9+
910
package mysql
1011

1112
type mysqlTx struct {

utils.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// This Source Code Form is subject to the terms of the Mozilla Public
77
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
88
// You can obtain one at http://mozilla.org/MPL/2.0/.
9+
910
package mysql
1011

1112
import (

0 commit comments

Comments
 (0)