summaryrefslogtreecommitdiffstats
path: root/models/migrations
diff options
context:
space:
mode:
authorWillem van Dreumel <willemvd@users.noreply.github.com>2017-02-21 01:46:14 +0100
committerLunny Xiao <xiaolunwen@gmail.com>2017-02-21 08:46:14 +0800
commit5f234ce2a5a5e28fd00e3cf42576ac9927eb0439 (patch)
tree682563f67017071839d8bbed8c696420217ca082 /models/migrations
parentc5f8b96ddaefe83eb87a71a44c46cc13cc7130fa (diff)
downloadgitea-5f234ce2a5a5e28fd00e3cf42576ac9927eb0439.tar.gz
gitea-5f234ce2a5a5e28fd00e3cf42576ac9927eb0439.zip
add missing copyright header (#992)
Diffstat (limited to 'models/migrations')
-rw-r--r--models/migrations/v16.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/models/migrations/v16.go b/models/migrations/v16.go
index de43007077..47292c41e2 100644
--- a/models/migrations/v16.go
+++ b/models/migrations/v16.go
@@ -1,3 +1,7 @@
+// Copyright 2017 The Gitea 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 migrations
import (