Attempt to add mostly-correct license info at the top of each file... track this stuff a bit better

This commit is contained in:
Daniel Oaks 2016-06-15 21:50:56 +10:00
parent fef7979b1c
commit 2f08401a0f
25 changed files with 110 additions and 4 deletions

View file

@ -1,11 +1,15 @@
// Copyright (c) 2012-2014 Jeremy Latt
// released under the MIT license
package irc
import (
"database/sql"
"fmt"
_ "github.com/mattn/go-sqlite3"
"log"
"os"
_ "github.com/mattn/go-sqlite3"
)
func InitDB(path string) {