aboutsummaryrefslogtreecommitdiff
path: root/lib/sql
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-06-10 22:41:22 +0700
committerShulhan <m.shulhan@gmail.com>2020-06-10 22:41:22 +0700
commit9ca9757dc36412466f0103cb069ec0b7f051f657 (patch)
tree4c1af8e68659a74f98042b7698a2f8a4a3dc7916 /lib/sql
parent5498098567efe91dc854d6c23d874bb48fec757b (diff)
downloadpakakeh.go-9ca9757dc36412466f0103cb069ec0b7f051f657.tar.xz
all: update email address
Diffstat (limited to 'lib/sql')
-rw-r--r--lib/sql/client.go2
-rw-r--r--lib/sql/row.go2
-rw-r--r--lib/sql/session.go2
-rw-r--r--lib/sql/sql.go2
-rw-r--r--lib/sql/table.go2
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/sql/client.go b/lib/sql/client.go
index 81f85961..819d2c3b 100644
--- a/lib/sql/client.go
+++ b/lib/sql/client.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/lib/sql/row.go b/lib/sql/row.go
index 524c540f..99a58aa8 100644
--- a/lib/sql/row.go
+++ b/lib/sql/row.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/lib/sql/session.go b/lib/sql/session.go
index dec4b0cd..32d3cc84 100644
--- a/lib/sql/session.go
+++ b/lib/sql/session.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/lib/sql/sql.go b/lib/sql/sql.go
index d2024ed5..0d33db51 100644
--- a/lib/sql/sql.go
+++ b/lib/sql/sql.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/lib/sql/table.go b/lib/sql/table.go
index 4ecb198d..70fe1b58 100644
--- a/lib/sql/table.go
+++ b/lib/sql/table.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.