aboutsummaryrefslogtreecommitdiff
path: root/backup.go
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2014-08-18 16:56:31 +0900
committermattn <mattn.jp@gmail.com>2014-08-18 16:56:31 +0900
commit5e5d088a3662a12104630827ac6926f7626d23cf (patch)
tree83c3bb246e010c529ce6da7bac2e01df82ef6e91 /backup.go
parentAdd LICENSE file (diff)
downloadgolite-5e5d088a3662a12104630827ac6926f7626d23cf.tar.gz
golite-5e5d088a3662a12104630827ac6926f7626d23cf.tar.xz
Add license header
Diffstat (limited to 'backup.go')
-rw-r--r--backup.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/backup.go b/backup.go
index 0e3d6fa..9e79c60 100644
--- a/backup.go
+++ b/backup.go
@@ -1,3 +1,7 @@
+// Copyright (C) 2014 Yasuhiro Matsumoto <mattn.jp@gmail.com>.
+//
+// Use of this source code is governed by an MIT-style
+// license that can be found in the LICENSE file.
package sqlite3
/*