From 5f234ce2a5a5e28fd00e3cf42576ac9927eb0439 Mon Sep 17 00:00:00 2001
From: Willem van Dreumel <willemvd@users.noreply.github.com>
Date: Tue, 21 Feb 2017 01:46:14 +0100
Subject: [PATCH] add missing copyright header (#992)

---
 models/migrations/v16.go | 4 ++++
 1 file changed, 4 insertions(+)

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 (