diff options
Diffstat (limited to 'routers/api')
-rw-r--r-- | routers/api/v1/misc/markdown_test.go | 4 | ||||
-rw-r--r-- | routers/api/v1/misc/signing.go | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/routers/api/v1/misc/markdown_test.go b/routers/api/v1/misc/markdown_test.go index 531b0d72c3..6c81ec8eb4 100644 --- a/routers/api/v1/misc/markdown_test.go +++ b/routers/api/v1/misc/markdown_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 misc import ( diff --git a/routers/api/v1/misc/signing.go b/routers/api/v1/misc/signing.go index f5428670af..0b295f3898 100644 --- a/routers/api/v1/misc/signing.go +++ b/routers/api/v1/misc/signing.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 misc import ( |