summaryrefslogtreecommitdiff
path: root/misc/dashboard
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2012-05-03 09:22:45 +1000
committerAndrew Gerrand <adg@golang.org>2012-05-03 09:22:45 +1000
commitabb0632f9d3d2d1a328741c9542297ecbe06b376 (patch)
tree1380f6edbf8ad0102c883cb0c3f397d021de6a4e /misc/dashboard
parent3211f96b14cdebfc6988c9d8b56d4e9c9a8b849e (diff)
downloadgo-abb0632f9d3d2d1a328741c9542297ecbe06b376.tar.gz
misc/dashboard/codereview: add copyright notices to Go files
R=golang-dev, dsymonds CC=golang-dev http://codereview.appspot.com/6177043
Diffstat (limited to 'misc/dashboard')
-rw-r--r--misc/dashboard/codereview/dashboard/cl.go4
-rw-r--r--misc/dashboard/codereview/dashboard/front.go4
-rw-r--r--misc/dashboard/codereview/dashboard/gc.go4
-rw-r--r--misc/dashboard/codereview/dashboard/mail.go4
-rw-r--r--misc/dashboard/codereview/dashboard/people.go4
5 files changed, 20 insertions, 0 deletions
diff --git a/misc/dashboard/codereview/dashboard/cl.go b/misc/dashboard/codereview/dashboard/cl.go
index 13ff8f645..669c49cdb 100644
--- a/misc/dashboard/codereview/dashboard/cl.go
+++ b/misc/dashboard/codereview/dashboard/cl.go
@@ -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.
diff --git a/misc/dashboard/codereview/dashboard/front.go b/misc/dashboard/codereview/dashboard/front.go
index 475a66351..21d4d3cda 100644
--- a/misc/dashboard/codereview/dashboard/front.go
+++ b/misc/dashboard/codereview/dashboard/front.go
@@ -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.
diff --git a/misc/dashboard/codereview/dashboard/gc.go b/misc/dashboard/codereview/dashboard/gc.go
index d196ac9c5..a80b375f6 100644
--- a/misc/dashboard/codereview/dashboard/gc.go
+++ b/misc/dashboard/codereview/dashboard/gc.go
@@ -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.
diff --git a/misc/dashboard/codereview/dashboard/mail.go b/misc/dashboard/codereview/dashboard/mail.go
index 7d9107844..838d08222 100644
--- a/misc/dashboard/codereview/dashboard/mail.go
+++ b/misc/dashboard/codereview/dashboard/mail.go
@@ -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.
diff --git a/misc/dashboard/codereview/dashboard/people.go b/misc/dashboard/codereview/dashboard/people.go
index d4a8a8aa5..779889a9e 100644
--- a/misc/dashboard/codereview/dashboard/people.go
+++ b/misc/dashboard/codereview/dashboard/people.go
@@ -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.