File tree 15 files changed +48
-26
lines changed
15 files changed +48
-26
lines changed Original file line number Diff line number Diff line change
1
+ # This is the official list of Go-MySQL-Driver authors for copyright purposes.
2
+
3
+ # If you are submitting a patch, please add your name or the name of the
4
+ # organization which holds the copyright to this list in alphabetical order.
5
+
6
+ # Names should be added to this file as
7
+ # Name <email address>
8
+ # The email address is not required for organizations.
9
+ # Please keep the list sorted.
10
+
11
+
12
+ # Individual Persons
13
+
14
+ Arne Hormann <arnehormann at gmail.com>
15
+ Hanno Braun <mail at hannobraun.com>
16
+ James Harr <james.harr at gmail.com>
17
+ Julien Schmidt <go-sql-driver at julienschmidt.com>
18
+ Lucas Liu <extrafliu at gmail.com>
19
+ Luke Scott <luke at webconnex.com>
20
+ Michael Woolnough <michael.woolnough at gmail.com>
21
+ Nicola Peduzzi <thenikso at gmail.com>
22
+ Xiaobing Jiang <s7v7nislands at gmail.com>
23
+
24
+
25
+ # Organizations
26
+
27
+ Google Inc.
Original file line number Diff line number Diff line change 1
1
// Go MySQL Driver - A MySQL-Driver for Go's database/sql package
2
2
//
3
- // Copyright 2013 Julien Schmidt. All rights reserved.
4
- // http://www.julienschmidt.com
3
+ // Copyright 2013 The Go-MySQL-Driver Authors. All rights reserved.
5
4
//
6
5
// This Source Code Form is subject to the terms of the Mozilla Public
7
6
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
Original file line number Diff line number Diff line change 1
1
// Go MySQL Driver - A MySQL-Driver for Go's database/sql package
2
2
//
3
- // Copyright 2012 Julien Schmidt. All rights reserved.
4
- // http://www.julienschmidt.com
3
+ // Copyright 2012 The Go-MySQL-Driver Authors. All rights reserved.
5
4
//
6
5
// This Source Code Form is subject to the terms of the Mozilla Public
7
6
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
Original file line number Diff line number Diff line change 1
1
// Go MySQL Driver - A MySQL-Driver for Go's database/sql package
2
2
//
3
- // Copyright 2012 Julien Schmidt. All rights reserved.
4
- // http://www.julienschmidt.com
3
+ // Copyright 2012 The Go-MySQL-Driver Authors. All rights reserved.
5
4
//
6
5
// This Source Code Form is subject to the terms of the Mozilla Public
7
6
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
Original file line number Diff line number Diff line change 1
- // Copyright 2012 Julien Schmidt. All rights reserved.
2
- // http://www.julienschmidt.com
1
+ // Copyright 2012 The Go-MySQL-Driver Authors. All rights reserved.
3
2
//
4
3
// This Source Code Form is subject to the terms of the Mozilla Public
5
4
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
Original file line number Diff line number Diff line change
1
+ // Go MySQL Driver - A MySQL-Driver for Go's database/sql package
2
+ //
3
+ // Copyright 2013 The Go-MySQL-Driver Authors. All rights reserved.
4
+ //
5
+ // This Source Code Form is subject to the terms of the Mozilla Public
6
+ // License, v. 2.0. If a copy of the MPL was not distributed with this file,
7
+ // You can obtain one at http://mozilla.org/MPL/2.0/.
8
+
1
9
package mysql
2
10
3
11
import (
Original file line number Diff line number Diff line change 1
1
// Go MySQL Driver - A MySQL-Driver for Go's database/sql package
2
2
//
3
- // Copyright 2013 Julien Schmidt. All rights reserved.
4
- // http://www.julienschmidt.com
3
+ // Copyright 2013 The Go-MySQL-Driver Authors. All rights reserved.
5
4
//
6
5
// This Source Code Form is subject to the terms of the Mozilla Public
7
6
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
Original file line number Diff line number Diff line change 1
1
// Go MySQL Driver - A MySQL-Driver for Go's database/sql package
2
2
//
3
- // Copyright 2013 Julien Schmidt. All rights reserved.
4
- // http://www.julienschmidt.com
3
+ // Copyright 2013 The Go-MySQL-Driver Authors. All rights reserved.
5
4
//
6
5
// This Source Code Form is subject to the terms of the Mozilla Public
7
6
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
Original file line number Diff line number Diff line change 1
1
// Go MySQL Driver - A MySQL-Driver for Go's database/sql package
2
2
//
3
- // Copyright 2012 Julien Schmidt. All rights reserved.
4
- // http://www.julienschmidt.com
3
+ // Copyright 2012 The Go-MySQL-Driver Authors. All rights reserved.
5
4
//
6
5
// This Source Code Form is subject to the terms of the Mozilla Public
7
6
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
Original file line number Diff line number Diff line change 1
1
// Go MySQL Driver - A MySQL-Driver for Go's database/sql package
2
2
//
3
- // Copyright 2012 Julien Schmidt. All rights reserved.
4
- // http://www.julienschmidt.com
3
+ // Copyright 2012 The Go-MySQL-Driver Authors. All rights reserved.
5
4
//
6
5
// This Source Code Form is subject to the terms of the Mozilla Public
7
6
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
Original file line number Diff line number Diff line change 1
1
// Go MySQL Driver - A MySQL-Driver for Go's database/sql package
2
2
//
3
- // Copyright 2012 Julien Schmidt. All rights reserved.
4
- // http://www.julienschmidt.com
3
+ // Copyright 2012 The Go-MySQL-Driver Authors. All rights reserved.
5
4
//
6
5
// This Source Code Form is subject to the terms of the Mozilla Public
7
6
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
Original file line number Diff line number Diff line change 1
1
// Go MySQL Driver - A MySQL-Driver for Go's database/sql package
2
2
//
3
- // Copyright 2012 Julien Schmidt. All rights reserved.
4
- // http://www.julienschmidt.com
3
+ // Copyright 2012 The Go-MySQL-Driver Authors. All rights reserved.
5
4
//
6
5
// This Source Code Form is subject to the terms of the Mozilla Public
7
6
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
Original file line number Diff line number Diff line change 1
1
// Go MySQL Driver - A MySQL-Driver for Go's database/sql package
2
2
//
3
- // Copyright 2012 Julien Schmidt. All rights reserved.
4
- // http://www.julienschmidt.com
3
+ // Copyright 2012 The Go-MySQL-Driver Authors. All rights reserved.
5
4
//
6
5
// This Source Code Form is subject to the terms of the Mozilla Public
7
6
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
Original file line number Diff line number Diff line change 1
1
// Go MySQL Driver - A MySQL-Driver for Go's database/sql package
2
2
//
3
- // Copyright 2012 Julien Schmidt. All rights reserved.
4
- // http://www.julienschmidt.com
3
+ // Copyright 2012 The Go-MySQL-Driver Authors. All rights reserved.
5
4
//
6
5
// This Source Code Form is subject to the terms of the Mozilla Public
7
6
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
Original file line number Diff line number Diff line change 1
1
// Go MySQL Driver - A MySQL-Driver for Go's database/sql package
2
2
//
3
- // Copyright 2013 Julien Schmidt. All rights reserved.
4
- // http://www.julienschmidt.com
3
+ // Copyright 2013 The Go-MySQL-Driver Authors. All rights reserved.
5
4
//
6
5
// This Source Code Form is subject to the terms of the Mozilla Public
7
6
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
You can’t perform that action at this time.
0 commit comments