dep: add license header to init.go

This commit is contained in:
sam boyer 2016-12-01 08:45:33 -05:00
Родитель 7b1fbdb305
Коммит 9c6897b49f
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,7 @@
// Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package main
import (