diff options
author | mattn <mattn.jp@gmail.com> | 2014-08-18 16:56:31 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2014-08-18 16:56:31 +0900 |
commit | 5e5d088a3662a12104630827ac6926f7626d23cf (patch) | |
tree | 83c3bb246e010c529ce6da7bac2e01df82ef6e91 /backup.go | |
parent | Add LICENSE file (diff) | |
download | golite-5e5d088a3662a12104630827ac6926f7626d23cf.tar.gz golite-5e5d088a3662a12104630827ac6926f7626d23cf.tar.xz |
Add license header
Diffstat (limited to 'backup.go')
-rw-r--r-- | backup.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 /* |