Build tag is more important that copyright.

configurable-file-paths
Robert Gerus 2015-11-19 02:23:03 +01:00
parent dd3adb922e
commit c8de32ddbf
6 changed files with 18 additions and 10 deletions

View File

@ -1,5 +1,9 @@
// +build go1.2,!go1.4
// Copyright 2015 Robert S. Gerus. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
package bot
import (

View File

@ -1,5 +1,9 @@
// +build go1.4
// Copyright 2015 Robert S. Gerus. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
package bot
import (

View File

@ -1,9 +1,9 @@
// +build go1.2,!go1.4
// Copyright 2015 Robert S. Gerus. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
// +build go1.2,!go1.4
package config
import (

View File

@ -1,9 +1,9 @@
// +build go1.4
// Copyright 2015 Robert S. Gerus. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
// +build go1.4
package config
import (

View File

@ -1,12 +1,12 @@
// Copyright 2015 Robert S. Gerus. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
// These tests don't build for now at go1.3, but it's almoast 2AM and i need
// some sleep.
// They fail at "for range []int{0, 2} {" and such.
// +build ignore
// Copyright 2015 Robert S. Gerus. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
package irc
import (

View File

@ -1,9 +1,9 @@
// +build go1.4
// Copyright 2015 Robert S. Gerus. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
// +build go1.4
package irc
import (