From 00ab8b25062778f8562ac2d8a3fd30aeeddec5dc Mon Sep 17 00:00:00 2001 From: Sebastien Binet Date: Mon, 3 Aug 2015 14:23:00 +0200 Subject: [PATCH] all: add copyright headers Change-Id: Ia0cebb003a350b753766dd26887fcd63e83b0d46 --- cmd_bind.go | 4 ++++ cmd_gen.go | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/cmd_bind.go b/cmd_bind.go index c1393cc..7f0954d 100644 --- a/cmd_bind.go +++ b/cmd_bind.go @@ -1,3 +1,7 @@ +// Copyright 2015 The go-python 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 ( diff --git a/cmd_gen.go b/cmd_gen.go index 66c6590..4722209 100644 --- a/cmd_gen.go +++ b/cmd_gen.go @@ -1,3 +1,7 @@ +// Copyright 2015 The go-python 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 (