]> Cypherpunks repositories - gostls13.git/commitdiff
doc/codelab/wiki: Add the usual Copyright notice.
authorOlivier Duperray <duperray.olivier@gmail.com>
Sun, 22 Jan 2012 22:28:32 +0000 (09:28 +1100)
committerAndrew Gerrand <adg@golang.org>
Sun, 22 Jan 2012 22:28:32 +0000 (09:28 +1100)
R=adg
CC=golang-dev
https://golang.org/cl/5554073

12 files changed:
doc/codelab/wiki/final-noclosure.go
doc/codelab/wiki/final-noerror.go
doc/codelab/wiki/final-parsetemplate.go
doc/codelab/wiki/final-template.go
doc/codelab/wiki/final.go
doc/codelab/wiki/get.go
doc/codelab/wiki/htmlify.go
doc/codelab/wiki/notemplate.go
doc/codelab/wiki/part1-noerror.go
doc/codelab/wiki/part1.go
doc/codelab/wiki/part2.go
doc/codelab/wiki/srcextract.go

index bc08f25ebf77a3e95cb871f80b80f421967b3afd..a0428d42dc955b87f79e4e4421ac239f0b310dc9 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2010 The Go 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 (
index 535550b979913c9f2684456df036c1e1126daa0c..e86bc1a3ca995f5ebb84ddbdfc151fa64974aab2 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2010 The Go 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 (
index aca4fbb12b4a8588d58f0860221262b07278d3b6..c068a616ff47e8454bc7e7a5f3ed93094e968a50 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2010 The Go 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 (
index f8ab1c6784e9cfc4510ccb9fdfa9c96482651ab7..5386210a5caf7581608b70dd610a8cdcba8f565e 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2010 The Go 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 (
index 94e685b151afde3ed818a66b582cc811fe3656c5..97f0a16a663e27348d70c7716226a1aa8459deaa 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2010 The Go 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 (
index 383935378db3d0d6fa11e371d9cb53bb79d3df0f..c6e9bf28b736d457c991759f68abc583ad5c56c2 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2011 The Go 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 (
index 1f9023f43714c6a30f7b6b33be57b5174dc3efbf..2a845a1740ec0b312e27c5f8c0d71627111dcc5c 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2010 The Go 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 (
index 2b2aa685f6daf66b394c946c88a73b5ff59a1514..33006ac958f1be4e5520214965c4b49a61e535e4 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2010 The Go 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 (
index c70318a8b58621cea9429ee569b5b36bee3ebd6b..7577b7b46839375cf5d7e3f2cefa74ade9e823c7 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2010 The Go 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 (
index b3fb750f1f1c92facee7c3fd2c22e781395202d6..d7bf1be974b2362192e34bf4d5c8d3173179c320 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2010 The Go 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 (
index 96359a17e2e81ec8b75c191d412f438f768ca717..dd4365c82242dbb7f6a66815fd3563e7aae3352f 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2010 The Go 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 (
index 74c33a2d64381ad8053e9cced62cbc2d5a37f46d..813e252833ea2323bcd7796351bdbd32cb2344ef 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2010 The Go 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 (