From b04bb20fe45834c50b6dd0ab8975edf481265b60 Mon Sep 17 00:00:00 2001 From: "Sascha L. Teichmann" Date: Tue, 9 Sep 2014 15:22:29 +0200 Subject: [PATCH] Added copyright header. --- tilemapper/colors.go | 4 ++++ tilemapper/main.go | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/tilemapper/colors.go b/tilemapper/colors.go index 6432f9d..8132a3f 100644 --- a/tilemapper/colors.go +++ b/tilemapper/colors.go @@ -1,3 +1,7 @@ +// Copyright 2014 by Sascha L. Teichmann +// Use of this source code is governed by the MIT license +// that can be found in the LICENSE file. + package main import ( diff --git a/tilemapper/main.go b/tilemapper/main.go index 36d77ea..220305e 100644 --- a/tilemapper/main.go +++ b/tilemapper/main.go @@ -1,3 +1,7 @@ +// Copyright 2014 by Sascha L. Teichmann +// Use of this source code is governed by the MIT license +// that can be found in the LICENSE file. + package main import (