Skip to content

Commit 2f0a4cc

Browse files
committed
all: add license header
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
1 parent 8b76956 commit 2f0a4cc

File tree

10 files changed

+44
-0
lines changed

10 files changed

+44
-0
lines changed

b2d/b2d.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
// Copyright 2015 The docker-machine-driver-xhyve Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
5+
// This code based by github.com/docker/machine/libmachine/mcnutils/b2d.go
6+
17
package b2d
28

39
import (

main.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2015 The docker-machine-driver-xhyve Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
15
package main
26

37
import (

vmnet/dhcp.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
// Copyright 2015 The docker-machine-driver-xhyve Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
15
// Originally Author is @ailispaw
26
// import by https://github.com/ailispaw/xhyvectl/tree/master/vmnet
7+
38
package vmnet
49

510
import (

vmnet/vmnet.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
// Copyright 2015 The docker-machine-driver-xhyve Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
15
// Originally Author is @ailispaw
26
// import by https://github.com/ailispaw/xhyvectl/tree/master/vmnet
7+
38
package vmnet
49

510
import (

xhyve/qcow2.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2015 The docker-machine-driver-xhyve Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
15
package xhyve
26

37
var diskimageFooter = []byte{83, 70, 72, 0, 0, 170, 17, 170, 17, 0, 48, 101, 67, 236, 172, 55, 61, 229, 247, 104, 21, 87, 66, 167, 12, 134, 58, 51, 211, 95, 1, 40, 0, 0, 0, 0, 0, 0, 0, 215, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 105, 0, 115, 0, 107, 0, 32, 0, 105, 0, 109, 0, 97, 0, 103, 0, 101}

xhyve/utils.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2015 The docker-machine-driver-xhyve Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
15
package xhyve
26

37
import (

xhyve/uuid.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2015 The docker-machine-driver-xhyve Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
15
package xhyve
26

37
/*

xhyve/version.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2015 The docker-machine-driver-xhyve Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
15
package xhyve
26

37
var (

xhyve/xhyve.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2015 The docker-machine-driver-xhyve Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
15
package xhyve
26

37
import (

xhyve/xhyve_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2015 The docker-machine-driver-xhyve Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
15
package xhyve
26

37
import (

0 commit comments

Comments
 (0)