Browse Source

Add copyright headers

tags/v1.2.0-rc1
Andrey Nering 9 years ago
parent
commit
bc1f2178bb
2 changed files with 8 additions and 0 deletions
  1. +4
    -0
      models/issue_watch.go
  2. +4
    -0
      routers/repo/issue_watch.go

+ 4
- 0
models/issue_watch.go View File

@@ -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 (


+ 4
- 0
routers/repo/issue_watch.go View File

@@ -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

import (


Loading…
Cancel
Save