Browse Source

Add copyright headers

tags/v1.2.0-rc1
Andrey Nering 8 years ago
parent
commit
18952c40f8
  1. 4
      models/issue_watch.go
  2. 4
      routers/repo/issue_watch.go

4
models/issue_watch.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 package models
import ( import (

4
routers/repo/issue_watch.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 repo package repo
import ( import (

Loading…
Cancel
Save