Skip to content

Commit 5fb5318

Browse files
author
Patrick Crosby
committed
license headers
1 parent e7eae91 commit 5fb5318

13 files changed

+52
-0
lines changed

context.go

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (C) 2012 Numerotron Inc.
2+
// Use of this source code is governed by an MIT-style license
3+
// that can be found in the LICENSE file.
4+
15
package bingo
26

37
import (

context_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (C) 2012 Numerotron Inc.
2+
// Use of this source code is governed by an MIT-style license
3+
// that can be found in the LICENSE file.
4+
15
package bingo
26

37
import (

cookie.go

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (C) 2012 Numerotron Inc.
2+
// Use of this source code is governed by an MIT-style license
3+
// that can be found in the LICENSE file.
4+
15
package bingo
26

37
import (

error.go

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (C) 2012 Numerotron Inc.
2+
// Use of this source code is governed by an MIT-style license
3+
// that can be found in the LICENSE file.
4+
15
package bingo
26

37
import (

handler.go

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (C) 2012 Numerotron Inc.
2+
// Use of this source code is governed by an MIT-style license
3+
// that can be found in the LICENSE file.
4+
15
package bingo
26

37
import (

log.go

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (C) 2012 Numerotron Inc.
2+
// Use of this source code is governed by an MIT-style license
3+
// that can be found in the LICENSE file.
4+
15
package bingo
26

37
import (

path.go

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (C) 2012 Numerotron Inc.
2+
// Use of this source code is governed by an MIT-style license
3+
// that can be found in the LICENSE file.
4+
15
package bingo
26

37
import (

pool.go

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (C) 2012 Numerotron Inc.
2+
// Use of this source code is governed by an MIT-style license
3+
// that can be found in the LICENSE file.
4+
15
package bingo
26

37
import (

render.go

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (C) 2012 Numerotron Inc.
2+
// Use of this source code is governed by an MIT-style license
3+
// that can be found in the LICENSE file.
4+
15
package bingo
26

37
import (

render_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (C) 2012 Numerotron Inc.
2+
// Use of this source code is governed by an MIT-style license
3+
// that can be found in the LICENSE file.
4+
15
package bingo
26

37
import (

server.go

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (C) 2012 Numerotron Inc.
2+
// Use of this source code is governed by an MIT-style license
3+
// that can be found in the LICENSE file.
4+
15
package bingo
26

37
import (

session.go

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (C) 2012 Numerotron Inc.
2+
// Use of this source code is governed by an MIT-style license
3+
// that can be found in the LICENSE file.
4+
15
package bingo
26

37
import (

session_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (C) 2012 Numerotron Inc.
2+
// Use of this source code is governed by an MIT-style license
3+
// that can be found in the LICENSE file.
4+
15
package bingo
26

37
import (

0 commit comments

Comments
 (0)