diff options
Diffstat (limited to 'models/webhook_discord.go')
-rw-r--r-- | models/webhook_discord.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/models/webhook_discord.go b/models/webhook_discord.go index 631c8174e9..6d39d8b993 100644 --- a/models/webhook_discord.go +++ b/models/webhook_discord.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 models import ( |