From 7f1fcc9cfcd5ef4be5e29935e8679f7fa9f2c538 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Thu, 31 Jul 2014 12:30:19 +0200 Subject: [PATCH] Don't build all utility scripts as part of ./build.sh --- cmd/genassets/main.go | 2 ++ cmd/genxdr/main.go | 2 ++ cmd/pidx/main.go | 4 ++++ cmd/stevents/main.go | 4 ++++ cmd/todos/main.go | 6 ++++++ cmd/transifexdl/main.go | 6 ++++++ cmd/translate/main.go | 6 ++++++ 7 files changed, 30 insertions(+) diff --git a/cmd/genassets/main.go b/cmd/genassets/main.go index 5c944307..cf588751 100644 --- a/cmd/genassets/main.go +++ b/cmd/genassets/main.go @@ -2,6 +2,8 @@ // All rights reserved. Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. +// +build ignore + package main import ( diff --git a/cmd/genxdr/main.go b/cmd/genxdr/main.go index c3528a62..d6488096 100644 --- a/cmd/genxdr/main.go +++ b/cmd/genxdr/main.go @@ -2,6 +2,8 @@ // All rights reserved. Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. +// +build ignore + package main import ( diff --git a/cmd/pidx/main.go b/cmd/pidx/main.go index 7a4b630b..bfdc0198 100644 --- a/cmd/pidx/main.go +++ b/cmd/pidx/main.go @@ -1,3 +1,7 @@ +// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// All rights reserved. Use of this source code is governed by an MIT-style +// license that can be found in the LICENSE file. + package main import ( diff --git a/cmd/stevents/main.go b/cmd/stevents/main.go index 273b3825..5e2fac6b 100644 --- a/cmd/stevents/main.go +++ b/cmd/stevents/main.go @@ -1,3 +1,7 @@ +// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// All rights reserved. Use of this source code is governed by an MIT-style +// license that can be found in the LICENSE file. + package main import ( diff --git a/cmd/todos/main.go b/cmd/todos/main.go index 60a0a7b9..3a6a4f73 100644 --- a/cmd/todos/main.go +++ b/cmd/todos/main.go @@ -1,3 +1,9 @@ +// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// All rights reserved. Use of this source code is governed by an MIT-style +// license that can be found in the LICENSE file. + +// +build ignore + package main import ( diff --git a/cmd/transifexdl/main.go b/cmd/transifexdl/main.go index 0f42a8bb..f227cd28 100644 --- a/cmd/transifexdl/main.go +++ b/cmd/transifexdl/main.go @@ -1,3 +1,9 @@ +// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// All rights reserved. Use of this source code is governed by an MIT-style +// license that can be found in the LICENSE file. + +// +build ignore + package main import ( diff --git a/cmd/translate/main.go b/cmd/translate/main.go index f1ee2069..89bc4249 100644 --- a/cmd/translate/main.go +++ b/cmd/translate/main.go @@ -1,3 +1,9 @@ +// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file). +// All rights reserved. Use of this source code is governed by an MIT-style +// license that can be found in the LICENSE file. + +// +build ignore + package main import (