From 61cb6b1f8d555ffce216245b98bd56b80629b9df Mon Sep 17 00:00:00 2001 From: Faraz Fazli Date: Mon, 18 Jan 2016 22:25:38 -0500 Subject: [PATCH] Update copyrights --- cmd/cert.go | 2 +- cmd/cert_stub.go | 2 +- cmd/cmd.go | 2 +- cmd/dump.go | 2 +- cmd/serve.go | 2 +- cmd/update.go | 2 +- cmd/web.go | 2 +- gogs.go | 2 +- models/access.go | 2 +- models/action.go | 2 +- models/admin.go | 2 +- models/cron/cron.go | 2 +- models/error.go | 2 +- models/git_diff.go | 2 +- models/issue.go | 2 +- models/login.go | 2 +- models/migrations/migrations.go | 2 +- models/models.go | 2 +- models/models_sqlite.go | 2 +- models/models_tidb.go | 2 +- models/org.go | 2 +- models/pull.go | 2 +- models/release.go | 2 +- models/repo.go | 2 +- models/ssh_key.go | 2 +- models/token.go | 2 +- models/update.go | 2 +- models/user.go | 2 +- models/webhook.go | 2 +- models/webhook_slack.go | 2 +- models/wiki.go | 2 +- modules/auth/admin.go | 2 +- modules/auth/auth.go | 2 +- modules/auth/auth_form.go | 2 +- modules/auth/ldap/ldap.go | 2 +- modules/auth/org.go | 2 +- modules/auth/pam/pam.go | 2 +- modules/auth/pam/pam_stub.go | 2 +- modules/auth/repo_form.go | 2 +- modules/auth/user_form.go | 2 +- modules/avatar/avatar.go | 2 +- modules/avatar/avatar_test.go | 2 +- modules/base/base.go | 2 +- modules/base/markdown.go | 2 +- modules/base/tool.go | 2 +- modules/cron/cron.go | 2 +- modules/httplib/httplib.go | 2 +- modules/httplib/httplib_test.go | 2 +- modules/log/conn.go | 2 +- modules/log/console.go | 2 +- modules/log/database.go | 2 +- modules/log/file.go | 2 +- modules/log/log.go | 2 +- modules/log/smtp.go | 2 +- modules/mailer/mail.go | 2 +- modules/mailer/mailer.go | 2 +- modules/middleware/auth.go | 2 +- modules/middleware/context.go | 2 +- modules/middleware/org.go | 2 +- modules/middleware/repo.go | 2 +- modules/process/manager.go | 2 +- modules/setting/miniwinsvc.go | 2 +- modules/setting/setting.go | 2 +- modules/ssh/ssh.go | 2 +- modules/template/highlight.go | 2 +- modules/template/template.go | 2 +- modules/user/user.go | 2 +- routers/admin/admin.go | 2 +- routers/admin/auths.go | 2 +- routers/admin/notice.go | 2 +- routers/admin/orgs.go | 2 +- routers/admin/repos.go | 2 +- routers/admin/users.go | 2 +- routers/api/v1/admin/orgs.go | 2 +- routers/api/v1/admin/repos.go | 2 +- routers/api/v1/admin/users.go | 2 +- routers/api/v1/api.go | 2 +- routers/api/v1/convert/convert.go | 2 +- routers/api/v1/misc/markdown.go | 2 +- routers/api/v1/org/org.go | 2 +- routers/api/v1/repo/file.go | 2 +- routers/api/v1/repo/hooks.go | 2 +- routers/api/v1/repo/keys.go | 2 +- routers/api/v1/repo/repo.go | 2 +- routers/api/v1/user/app.go | 2 +- routers/api/v1/user/email.go | 2 +- routers/api/v1/user/followers.go | 2 +- routers/api/v1/user/keys.go | 2 +- routers/api/v1/user/user.go | 2 +- routers/dev/template.go | 2 +- routers/home.go | 2 +- routers/install.go | 2 +- routers/org/members.go | 2 +- routers/org/org.go | 2 +- routers/org/setting.go | 2 +- routers/org/teams.go | 2 +- routers/repo/branch.go | 2 +- routers/repo/commit.go | 2 +- routers/repo/download.go | 2 +- routers/repo/http.go | 2 +- routers/repo/issue.go | 2 +- routers/repo/pull.go | 2 +- routers/repo/release.go | 2 +- routers/repo/repo.go | 2 +- routers/repo/setting.go | 2 +- routers/repo/view.go | 2 +- routers/repo/webhook.go | 2 +- routers/repo/wiki.go | 2 +- routers/user/auth.go | 2 +- routers/user/home.go | 2 +- routers/user/profile.go | 2 +- routers/user/setting.go | 2 +- 112 files changed, 112 insertions(+), 112 deletions(-) diff --git a/cmd/cert.go b/cmd/cert.go index 7b68f330e..bd5a99e7e 100644 --- a/cmd/cert.go +++ b/cmd/cert.go @@ -1,7 +1,7 @@ // +build cert // Copyright 2009 The Go Authors. All rights reserved. -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/cmd/cert_stub.go b/cmd/cert_stub.go index f848e246c..a5e01e12a 100644 --- a/cmd/cert_stub.go +++ b/cmd/cert_stub.go @@ -1,7 +1,7 @@ // +build !cert // Copyright 2009 The Go Authors. All rights reserved. -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. package cmd diff --git a/cmd/cmd.go b/cmd/cmd.go index 8df02d5c7..247727870 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/cmd/dump.go b/cmd/dump.go index a6f514259..d69686f25 100644 --- a/cmd/dump.go +++ b/cmd/dump.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/cmd/serve.go b/cmd/serve.go index d8e77dcd5..929d1e1e8 100644 --- a/cmd/serve.go +++ b/cmd/serve.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/cmd/update.go b/cmd/update.go index 4cd62a7f5..748b09103 100644 --- a/cmd/update.go +++ b/cmd/update.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/cmd/web.go b/cmd/web.go index d397874b0..2d056aa4f 100644 --- a/cmd/web.go +++ b/cmd/web.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/gogs.go b/gogs.go index 81b28c6bb..e9acb39e6 100644 --- a/gogs.go +++ b/gogs.go @@ -1,6 +1,6 @@ // +build go1.4 -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/models/access.go b/models/access.go index 5eef32819..827b811d7 100644 --- a/models/access.go +++ b/models/access.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/models/action.go b/models/action.go index 33d5246ee..c1b3221ef 100644 --- a/models/action.go +++ b/models/action.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/models/admin.go b/models/admin.go index 1d6bf6296..7638ba75d 100644 --- a/models/admin.go +++ b/models/admin.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/models/cron/cron.go b/models/cron/cron.go index 8e494e553..8d9d40fb3 100644 --- a/models/cron/cron.go +++ b/models/cron/cron.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/models/error.go b/models/error.go index 83a24e7f4..c1196d0ca 100644 --- a/models/error.go +++ b/models/error.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/models/git_diff.go b/models/git_diff.go index 1913ec46e..ca9bba526 100644 --- a/models/git_diff.go +++ b/models/git_diff.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/models/issue.go b/models/issue.go index 6188da5c6..5142640ea 100644 --- a/models/issue.go +++ b/models/issue.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/models/login.go b/models/login.go index df8905096..500ce3f0e 100644 --- a/models/login.go +++ b/models/login.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/models/migrations/migrations.go b/models/migrations/migrations.go index 78729bded..810181888 100644 --- a/models/migrations/migrations.go +++ b/models/migrations/migrations.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/models/models.go b/models/models.go index 2249fee41..c3a03cf35 100644 --- a/models/models.go +++ b/models/models.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/models/models_sqlite.go b/models/models_sqlite.go index c77e5ae5a..f6fdbcb1b 100644 --- a/models/models_sqlite.go +++ b/models/models_sqlite.go @@ -1,6 +1,6 @@ // +build sqlite -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/models/models_tidb.go b/models/models_tidb.go index fad25cf00..d47631bad 100644 --- a/models/models_tidb.go +++ b/models/models_tidb.go @@ -1,6 +1,6 @@ // +build tidb go1.4.2 -// Copyright 2015 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/models/org.go b/models/org.go index fa26b59e6..92bcdd5b7 100644 --- a/models/org.go +++ b/models/org.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/models/pull.go b/models/pull.go index 8497285e1..3e77ddf0f 100644 --- a/models/pull.go +++ b/models/pull.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/models/release.go b/models/release.go index 9fc5d3967..33577cec4 100644 --- a/models/release.go +++ b/models/release.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/models/repo.go b/models/repo.go index e53d80657..728d38684 100644 --- a/models/repo.go +++ b/models/repo.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/models/ssh_key.go b/models/ssh_key.go index a7b1680f6..41c6e7da4 100644 --- a/models/ssh_key.go +++ b/models/ssh_key.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/models/token.go b/models/token.go index 136753c32..3d8e001f2 100644 --- a/models/token.go +++ b/models/token.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/models/update.go b/models/update.go index 5c6ea7f65..4d9d97b70 100644 --- a/models/update.go +++ b/models/update.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/models/user.go b/models/user.go index 5c43a23a2..ad12655dd 100644 --- a/models/user.go +++ b/models/user.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/models/webhook.go b/models/webhook.go index f58cfbf56..cb87bf581 100644 --- a/models/webhook.go +++ b/models/webhook.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/models/webhook_slack.go b/models/webhook_slack.go index e41bbbc79..8f20710a6 100644 --- a/models/webhook_slack.go +++ b/models/webhook_slack.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/models/wiki.go b/models/wiki.go index 2bd548b22..bfe85c5c1 100644 --- a/models/wiki.go +++ b/models/wiki.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/auth/admin.go b/modules/auth/admin.go index e8e601a9b..fcc4cd3a3 100644 --- a/modules/auth/admin.go +++ b/modules/auth/admin.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/auth/auth.go b/modules/auth/auth.go index 7c4cfafcf..48c34ff54 100644 --- a/modules/auth/auth.go +++ b/modules/auth/auth.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/auth/auth_form.go b/modules/auth/auth_form.go index 68a968830..61bec0aa8 100644 --- a/modules/auth/auth_form.go +++ b/modules/auth/auth_form.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/auth/ldap/ldap.go b/modules/auth/ldap/ldap.go index 313c23550..e1070ee4b 100644 --- a/modules/auth/ldap/ldap.go +++ b/modules/auth/ldap/ldap.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/auth/org.go b/modules/auth/org.go index 8af4ad55d..899bdf0ce 100644 --- a/modules/auth/org.go +++ b/modules/auth/org.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/auth/pam/pam.go b/modules/auth/pam/pam.go index 7f326d42f..8d6cd24d7 100644 --- a/modules/auth/pam/pam.go +++ b/modules/auth/pam/pam.go @@ -1,6 +1,6 @@ // +build pam -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/auth/pam/pam_stub.go b/modules/auth/pam/pam_stub.go index 33ac751a3..bbd89cd91 100644 --- a/modules/auth/pam/pam_stub.go +++ b/modules/auth/pam/pam_stub.go @@ -1,6 +1,6 @@ // +build !pam -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go index 804c8ebae..968db09ef 100644 --- a/modules/auth/repo_form.go +++ b/modules/auth/repo_form.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/auth/user_form.go b/modules/auth/user_form.go index d4c2dff9c..b95d032b4 100644 --- a/modules/auth/user_form.go +++ b/modules/auth/user_form.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/avatar/avatar.go b/modules/avatar/avatar.go index b25b1bfe4..5e66132a7 100644 --- a/modules/avatar/avatar.go +++ b/modules/avatar/avatar.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/avatar/avatar_test.go b/modules/avatar/avatar_test.go index 0cbf70fe6..476e794eb 100644 --- a/modules/avatar/avatar_test.go +++ b/modules/avatar/avatar_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. package avatar_test diff --git a/modules/base/base.go b/modules/base/base.go index c9875fb50..850dc60c8 100644 --- a/modules/base/base.go +++ b/modules/base/base.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/base/markdown.go b/modules/base/markdown.go index a3d3a7ca8..834c5c7f1 100644 --- a/modules/base/markdown.go +++ b/modules/base/markdown.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/base/tool.go b/modules/base/tool.go index 6bfd912d3..701c08b79 100644 --- a/modules/base/tool.go +++ b/modules/base/tool.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/cron/cron.go b/modules/cron/cron.go index 3491afac9..33274282c 100644 --- a/modules/cron/cron.go +++ b/modules/cron/cron.go @@ -1,5 +1,5 @@ // Copyright 2012 Rob Figueiredo. All rights reserved. -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/httplib/httplib.go b/modules/httplib/httplib.go index ff03195c8..198202e90 100644 --- a/modules/httplib/httplib.go +++ b/modules/httplib/httplib.go @@ -1,5 +1,5 @@ // Copyright 2013 The Beego Authors. All rights reserved. -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/httplib/httplib_test.go b/modules/httplib/httplib_test.go index e3f6b5d40..b0bc41484 100644 --- a/modules/httplib/httplib_test.go +++ b/modules/httplib/httplib_test.go @@ -1,5 +1,5 @@ // Copyright 2013 The Beego Authors. All rights reserved. -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/log/conn.go b/modules/log/conn.go index c104a16c9..430b3d807 100644 --- a/modules/log/conn.go +++ b/modules/log/conn.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/log/console.go b/modules/log/console.go index f5a8b96fd..eb8a7b114 100644 --- a/modules/log/console.go +++ b/modules/log/console.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/log/database.go b/modules/log/database.go index 5857cb6d6..894f52c5f 100644 --- a/modules/log/database.go +++ b/modules/log/database.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/log/file.go b/modules/log/file.go index e9402815f..348384c9b 100644 --- a/modules/log/file.go +++ b/modules/log/file.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/log/log.go b/modules/log/log.go index a17c912f3..b6a043605 100644 --- a/modules/log/log.go +++ b/modules/log/log.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/log/smtp.go b/modules/log/smtp.go index 0a10e56a6..e2374179c 100644 --- a/modules/log/smtp.go +++ b/modules/log/smtp.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/mailer/mail.go b/modules/mailer/mail.go index 456f85033..20911224b 100644 --- a/modules/mailer/mail.go +++ b/modules/mailer/mail.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/mailer/mailer.go b/modules/mailer/mailer.go index eafe04680..6a21633de 100644 --- a/modules/mailer/mailer.go +++ b/modules/mailer/mailer.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/middleware/auth.go b/modules/middleware/auth.go index 5c470d9a7..c8ed9a33a 100644 --- a/modules/middleware/auth.go +++ b/modules/middleware/auth.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/middleware/context.go b/modules/middleware/context.go index d58967b89..a9f262c8b 100644 --- a/modules/middleware/context.go +++ b/modules/middleware/context.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/middleware/org.go b/modules/middleware/org.go index 37ba4deb1..16813d464 100644 --- a/modules/middleware/org.go +++ b/modules/middleware/org.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/middleware/repo.go b/modules/middleware/repo.go index 9ceb9903d..c6a1cc32e 100644 --- a/modules/middleware/repo.go +++ b/modules/middleware/repo.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/process/manager.go b/modules/process/manager.go index 1f98ca7cf..b00bb89d5 100644 --- a/modules/process/manager.go +++ b/modules/process/manager.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/setting/miniwinsvc.go b/modules/setting/miniwinsvc.go index 02e8eb91f..9378740ea 100644 --- a/modules/setting/miniwinsvc.go +++ b/modules/setting/miniwinsvc.go @@ -1,6 +1,6 @@ // +build miniwinsvc -// Copyright 2015 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/setting/setting.go b/modules/setting/setting.go index e719153ae..fbcd46323 100644 --- a/modules/setting/setting.go +++ b/modules/setting/setting.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/ssh/ssh.go b/modules/ssh/ssh.go index 15ba02a2b..7bbe7ec94 100644 --- a/modules/ssh/ssh.go +++ b/modules/ssh/ssh.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/template/highlight.go b/modules/template/highlight.go index bd9813eef..049637feb 100644 --- a/modules/template/highlight.go +++ b/modules/template/highlight.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/template/template.go b/modules/template/template.go index 6099fcc98..64766e75c 100644 --- a/modules/template/template.go +++ b/modules/template/template.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/user/user.go b/modules/user/user.go index 4415632ee..8cfc40e9c 100644 --- a/modules/user/user.go +++ b/modules/user/user.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/admin/admin.go b/routers/admin/admin.go index f530cd43c..774e51a86 100644 --- a/routers/admin/admin.go +++ b/routers/admin/admin.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/admin/auths.go b/routers/admin/auths.go index 659b8fcf6..884f4180e 100644 --- a/routers/admin/auths.go +++ b/routers/admin/auths.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/admin/notice.go b/routers/admin/notice.go index 39d0abc73..9311ca891 100644 --- a/routers/admin/notice.go +++ b/routers/admin/notice.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/admin/orgs.go b/routers/admin/orgs.go index 75a2aee72..09cb4e017 100644 --- a/routers/admin/orgs.go +++ b/routers/admin/orgs.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/admin/repos.go b/routers/admin/repos.go index a16a9adec..c379518a6 100644 --- a/routers/admin/repos.go +++ b/routers/admin/repos.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/admin/users.go b/routers/admin/users.go index ada0df590..3630693b5 100644 --- a/routers/admin/users.go +++ b/routers/admin/users.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/api/v1/admin/orgs.go b/routers/api/v1/admin/orgs.go index 5b5302ca1..104ff4942 100644 --- a/routers/api/v1/admin/orgs.go +++ b/routers/api/v1/admin/orgs.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/api/v1/admin/repos.go b/routers/api/v1/admin/repos.go index 7a6b2af20..17b8080db 100644 --- a/routers/api/v1/admin/repos.go +++ b/routers/api/v1/admin/repos.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/api/v1/admin/users.go b/routers/api/v1/admin/users.go index 9a8c906f2..b76aed922 100644 --- a/routers/api/v1/admin/users.go +++ b/routers/api/v1/admin/users.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/api/v1/api.go b/routers/api/v1/api.go index 6fe11a07e..314b85467 100644 --- a/routers/api/v1/api.go +++ b/routers/api/v1/api.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/api/v1/convert/convert.go b/routers/api/v1/convert/convert.go index b91abbdd3..98cab3e9e 100644 --- a/routers/api/v1/convert/convert.go +++ b/routers/api/v1/convert/convert.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/api/v1/misc/markdown.go b/routers/api/v1/misc/markdown.go index e4c420269..af018318d 100644 --- a/routers/api/v1/misc/markdown.go +++ b/routers/api/v1/misc/markdown.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/api/v1/org/org.go b/routers/api/v1/org/org.go index 2c6d6fd3f..a84d93684 100644 --- a/routers/api/v1/org/org.go +++ b/routers/api/v1/org/org.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/api/v1/repo/file.go b/routers/api/v1/repo/file.go index f64e66346..12ec0a6e6 100644 --- a/routers/api/v1/repo/file.go +++ b/routers/api/v1/repo/file.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/api/v1/repo/hooks.go b/routers/api/v1/repo/hooks.go index e0893a014..dfcb7818e 100644 --- a/routers/api/v1/repo/hooks.go +++ b/routers/api/v1/repo/hooks.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/api/v1/repo/keys.go b/routers/api/v1/repo/keys.go index 2ec0b754f..a375b2057 100644 --- a/routers/api/v1/repo/keys.go +++ b/routers/api/v1/repo/keys.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/api/v1/repo/repo.go b/routers/api/v1/repo/repo.go index eb00aa886..e58c2f8d6 100644 --- a/routers/api/v1/repo/repo.go +++ b/routers/api/v1/repo/repo.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/api/v1/user/app.go b/routers/api/v1/user/app.go index 00aacbdc1..04b962214 100644 --- a/routers/api/v1/user/app.go +++ b/routers/api/v1/user/app.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/api/v1/user/email.go b/routers/api/v1/user/email.go index fd9193bd7..bd6099649 100644 --- a/routers/api/v1/user/email.go +++ b/routers/api/v1/user/email.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/api/v1/user/followers.go b/routers/api/v1/user/followers.go index 0a2897964..603d54fea 100644 --- a/routers/api/v1/user/followers.go +++ b/routers/api/v1/user/followers.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/api/v1/user/keys.go b/routers/api/v1/user/keys.go index 8ba73d993..7c31ddd1e 100644 --- a/routers/api/v1/user/keys.go +++ b/routers/api/v1/user/keys.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/api/v1/user/user.go b/routers/api/v1/user/user.go index 6d4b52ffd..4c647fd75 100644 --- a/routers/api/v1/user/user.go +++ b/routers/api/v1/user/user.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/dev/template.go b/routers/dev/template.go index 5548f5147..06bf7902d 100644 --- a/routers/dev/template.go +++ b/routers/dev/template.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/home.go b/routers/home.go index 4e1ebe989..1dab1bc90 100644 --- a/routers/home.go +++ b/routers/home.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/install.go b/routers/install.go index 120aa4685..8c17b2b3f 100644 --- a/routers/install.go +++ b/routers/install.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/org/members.go b/routers/org/members.go index a0a3051d4..2ac4e2eba 100644 --- a/routers/org/members.go +++ b/routers/org/members.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/org/org.go b/routers/org/org.go index dff11be47..6b0fca51f 100644 --- a/routers/org/org.go +++ b/routers/org/org.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/org/setting.go b/routers/org/setting.go index 0b1b512d3..f90d02f43 100644 --- a/routers/org/setting.go +++ b/routers/org/setting.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/org/teams.go b/routers/org/teams.go index 2dd3c1981..e17de4eb1 100644 --- a/routers/org/teams.go +++ b/routers/org/teams.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/repo/branch.go b/routers/repo/branch.go index c340b2bf6..20f48e85b 100644 --- a/routers/repo/branch.go +++ b/routers/repo/branch.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/repo/commit.go b/routers/repo/commit.go index 9e46c2e84..bce2cbc3e 100644 --- a/routers/repo/commit.go +++ b/routers/repo/commit.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/repo/download.go b/routers/repo/download.go index a10792b87..93ba52dce 100644 --- a/routers/repo/download.go +++ b/routers/repo/download.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/repo/http.go b/routers/repo/http.go index e6726936e..52d96970c 100644 --- a/routers/repo/http.go +++ b/routers/repo/http.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/repo/issue.go b/routers/repo/issue.go index a4efb6802..a3233e37c 100644 --- a/routers/repo/issue.go +++ b/routers/repo/issue.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/repo/pull.go b/routers/repo/pull.go index e3500716d..d773fec25 100644 --- a/routers/repo/pull.go +++ b/routers/repo/pull.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/repo/release.go b/routers/repo/release.go index 880385708..6cf9d7600 100644 --- a/routers/repo/release.go +++ b/routers/repo/release.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/repo/repo.go b/routers/repo/repo.go index d60ec6883..4db43cdf5 100644 --- a/routers/repo/repo.go +++ b/routers/repo/repo.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/repo/setting.go b/routers/repo/setting.go index 507984e56..774260c1f 100644 --- a/routers/repo/setting.go +++ b/routers/repo/setting.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/repo/view.go b/routers/repo/view.go index 48d23f13a..58049bf9f 100644 --- a/routers/repo/view.go +++ b/routers/repo/view.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/repo/webhook.go b/routers/repo/webhook.go index 458670ad2..46bb6ed27 100644 --- a/routers/repo/webhook.go +++ b/routers/repo/webhook.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/repo/wiki.go b/routers/repo/wiki.go index d2931dc1d..335d83e7d 100644 --- a/routers/repo/wiki.go +++ b/routers/repo/wiki.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/user/auth.go b/routers/user/auth.go index 3f37b0905..453b97796 100644 --- a/routers/user/auth.go +++ b/routers/user/auth.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/user/home.go b/routers/user/home.go index b5df5e367..5603beadd 100644 --- a/routers/user/home.go +++ b/routers/user/home.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/user/profile.go b/routers/user/profile.go index caf6de3ab..ff34e37d7 100644 --- a/routers/user/profile.go +++ b/routers/user/profile.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/routers/user/setting.go b/routers/user/setting.go index 56a9cab0a..c4c6eee25 100644 --- a/routers/user/setting.go +++ b/routers/user/setting.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file.