aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2018-06-04 00:14:28 +0700
committerShulhan <ms@kilabit.info>2018-06-04 00:14:28 +0700
commit9539cdf4703978a5fb6b9a9d3e86d4770ccde69b (patch)
treeb12b43eff0a50fbaf7e7fc8e6719e18b1a7fb71c
parentab5beae89179a26262ba59a3297f768bcc0dee4a (diff)
downloadbeku-9539cdf4703978a5fb6b9a9d3e86d4770ccde69b.tar.xz
[chore] Add copyright information
-rw-r--r--beku.go4
-rw-r--r--beku_test.go4
-rw-r--r--cmd/beku/command.go4
-rw-r--r--cmd/beku/command_test.go4
-rw-r--r--cmd/beku/operation.go4
-rw-r--r--common_test.go4
-rw-r--r--env_test.go4
-rw-r--r--package_git.go4
-rw-r--r--package_git_test.go4
-rw-r--r--package_test.go4
-rw-r--r--packagestate.go4
11 files changed, 44 insertions, 0 deletions
diff --git a/beku.go b/beku.go
index d302658..628ae37 100644
--- a/beku.go
+++ b/beku.go
@@ -1,3 +1,7 @@
+// Copyright 2018, Shulhan <ms@kilabit.info>. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
package beku
import (
diff --git a/beku_test.go b/beku_test.go
index 0754df9..fa35ed3 100644
--- a/beku_test.go
+++ b/beku_test.go
@@ -1,3 +1,7 @@
+// Copyright 2018, Shulhan <ms@kilabit.info>. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
package beku
import (
diff --git a/cmd/beku/command.go b/cmd/beku/command.go
index f3ed445..71dde1a 100644
--- a/cmd/beku/command.go
+++ b/cmd/beku/command.go
@@ -1,3 +1,7 @@
+// Copyright 2018, Shulhan <ms@kilabit.info>. 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 (
diff --git a/cmd/beku/command_test.go b/cmd/beku/command_test.go
index 5eb43cb..1b84781 100644
--- a/cmd/beku/command_test.go
+++ b/cmd/beku/command_test.go
@@ -1,3 +1,7 @@
+// Copyright 2018, Shulhan <ms@kilabit.info>. 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 (
diff --git a/cmd/beku/operation.go b/cmd/beku/operation.go
index dc74ee9..85b2097 100644
--- a/cmd/beku/operation.go
+++ b/cmd/beku/operation.go
@@ -1,3 +1,7 @@
+// Copyright 2018, Shulhan <ms@kilabit.info>. 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
type operation uint
diff --git a/common_test.go b/common_test.go
index ffdc5c5..d7bb557 100644
--- a/common_test.go
+++ b/common_test.go
@@ -1,3 +1,7 @@
+// Copyright 2018, Shulhan <ms@kilabit.info>. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
package beku
import (
diff --git a/env_test.go b/env_test.go
index 8e03a9b..12fbd65 100644
--- a/env_test.go
+++ b/env_test.go
@@ -1,3 +1,7 @@
+// Copyright 2018, Shulhan <ms@kilabit.info>. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
package beku
import (
diff --git a/package_git.go b/package_git.go
index ba50235..4d44e09 100644
--- a/package_git.go
+++ b/package_git.go
@@ -1,3 +1,7 @@
+// Copyright 2018, Shulhan <ms@kilabit.info>. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
package beku
import (
diff --git a/package_git_test.go b/package_git_test.go
index ddd12ca..4f36c6f 100644
--- a/package_git_test.go
+++ b/package_git_test.go
@@ -1,3 +1,7 @@
+// Copyright 2018, Shulhan <ms@kilabit.info>. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
package beku
import (
diff --git a/package_test.go b/package_test.go
index 8738cbb..1bb0576 100644
--- a/package_test.go
+++ b/package_test.go
@@ -1,3 +1,7 @@
+// Copyright 2018, Shulhan <ms@kilabit.info>. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
package beku
import (
diff --git a/packagestate.go b/packagestate.go
index 913b689..ae1a0e1 100644
--- a/packagestate.go
+++ b/packagestate.go
@@ -1,3 +1,7 @@
+// Copyright 2018, Shulhan <ms@kilabit.info>. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
package beku
type packageState uint