diff options
Diffstat (limited to 'models')
-rw-r--r-- | models/action_test.go | 4 | ||||
-rw-r--r-- | models/issue_stopwatch_test.go | 4 | ||||
-rw-r--r-- | models/lfs.go | 4 | ||||
-rw-r--r-- | models/main_test.go | 4 | ||||
-rw-r--r-- | models/review_test.go | 4 | ||||
-rw-r--r-- | models/u2f_test.go | 4 | ||||
-rw-r--r-- | models/user_follow_test.go | 4 |
7 files changed, 28 insertions, 0 deletions
diff --git a/models/action_test.go b/models/action_test.go index ccdec8f532..c6aaaaf069 100644 --- a/models/action_test.go +++ b/models/action_test.go @@ -1,3 +1,7 @@ +// Copyright 2020 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 models import ( diff --git a/models/issue_stopwatch_test.go b/models/issue_stopwatch_test.go index 41d93c8a14..6fc2b1ce5d 100644 --- a/models/issue_stopwatch_test.go +++ b/models/issue_stopwatch_test.go @@ -1,3 +1,7 @@ +// Copyright 2020 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 models import ( diff --git a/models/lfs.go b/models/lfs.go index 854b715d5c..7a04f799c0 100644 --- a/models/lfs.go +++ b/models/lfs.go @@ -1,3 +1,7 @@ +// Copyright 2020 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 models import ( diff --git a/models/main_test.go b/models/main_test.go index 11c175ef88..78fc78b4d0 100644 --- a/models/main_test.go +++ b/models/main_test.go @@ -1,3 +1,7 @@ +// Copyright 2020 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 models import ( diff --git a/models/review_test.go b/models/review_test.go index 4425012408..dd7ae662ad 100644 --- a/models/review_test.go +++ b/models/review_test.go @@ -1,3 +1,7 @@ +// Copyright 2020 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 models import ( diff --git a/models/u2f_test.go b/models/u2f_test.go index 0080c649cb..7a38334cf8 100644 --- a/models/u2f_test.go +++ b/models/u2f_test.go @@ -1,3 +1,7 @@ +// Copyright 2020 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 models import ( diff --git a/models/user_follow_test.go b/models/user_follow_test.go index 59392dcb1d..a30944f03f 100644 --- a/models/user_follow_test.go +++ b/models/user_follow_test.go @@ -1,3 +1,7 @@ +// Copyright 2020 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 models import ( |