]> Cypherpunks repositories - gostls13.git/commitdiff
misc/dashboard/codereview: add copyright notices to Go files
authorAndrew Gerrand <adg@golang.org>
Wed, 2 May 2012 23:22:45 +0000 (09:22 +1000)
committerAndrew Gerrand <adg@golang.org>
Wed, 2 May 2012 23:22:45 +0000 (09:22 +1000)
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/6177043

misc/dashboard/codereview/dashboard/cl.go
misc/dashboard/codereview/dashboard/front.go
misc/dashboard/codereview/dashboard/gc.go
misc/dashboard/codereview/dashboard/mail.go
misc/dashboard/codereview/dashboard/people.go

index 13ff8f645cb968af5116220a802c5ba24c8d8650..669c49cdb5668cfb8f057f0a08fdf59c55a65017 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2012 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 dashboard
 
 // This file handles operations on the CL entity kind.
index 475a663516c2244a0ecc459826d05a59d8cc763c..21d4d3cda95958ccdb392494f91bfae91a843a16 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2012 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 dashboard
 
 // This file handles the front page.
index d196ac9c570c14300d8be2a504c7044e0e81912e..a80b375f6a24a4f7f63da68e7fe8403846006925 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2012 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 dashboard
 
 // This file handles garbage collection of old CLs.
index 7d910784434d2131108cb0df6fbf7044eadeb63f..838d082228b6e012b25020efd640cbbd1a8751c9 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2012 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 dashboard
 
 // This file handles receiving mail.
index d4a8a8aa58170c259ccf7e36fa72b6264d3bf1b9..779889a9e662f8a5d181711a22f030e06a05a52b 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2012 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 dashboard
 
 // This file handles identities of people.