Переглянути джерело

Updated License in all code head comments

Yoginth 7 роки тому
батько
коміт
e76dc63d69
100 змінених файлів з 198 додано та 198 видалено
  1. 2 2
      cmd/admin.go
  2. 2 2
      cmd/cert.go
  3. 2 2
      cmd/cert_stub.go
  4. 2 2
      cmd/cmd.go
  5. 2 2
      cmd/hook.go
  6. 2 2
      cmd/import.go
  7. 2 2
      cmd/serv.go
  8. 2 2
      cmd/web.go
  9. 2 2
      gitote.go
  10. 2 2
      models/access.go
  11. 2 2
      models/action.go
  12. 2 2
      models/admin.go
  13. 2 2
      models/attachment.go
  14. 2 2
      models/comment.go
  15. 2 2
      models/error.go
  16. 2 2
      models/errors/errors.go
  17. 2 2
      models/errors/issue.go
  18. 2 2
      models/errors/login_source.go
  19. 2 2
      models/errors/org.go
  20. 2 2
      models/errors/repo.go
  21. 2 2
      models/errors/two_factor.go
  22. 2 2
      models/errors/user.go
  23. 2 2
      models/errors/user_mail.go
  24. 2 2
      models/errors/webhook.go
  25. 2 2
      models/git_diff.go
  26. 2 2
      models/git_diff_test.go
  27. 2 2
      models/issue.go
  28. 2 2
      models/issue_label.go
  29. 2 2
      models/issue_mail.go
  30. 2 2
      models/login_source.go
  31. 2 2
      models/milestone.go
  32. 2 2
      models/mirror.go
  33. 2 2
      models/mirror_test.go
  34. 2 2
      models/models.go
  35. 2 2
      models/models_sqlite.go
  36. 2 2
      models/models_test.go
  37. 2 2
      models/org.go
  38. 2 2
      models/org_team.go
  39. 2 2
      models/pull.go
  40. 2 2
      models/release.go
  41. 2 2
      models/repo.go
  42. 2 2
      models/repo_branch.go
  43. 2 2
      models/repo_collaboration.go
  44. 2 2
      models/repo_editor.go
  45. 2 2
      models/repo_editor_test.go
  46. 2 2
      models/repo_test.go
  47. 2 2
      models/ssh_key.go
  48. 2 2
      models/ssh_key_test.go
  49. 2 2
      models/token.go
  50. 2 2
      models/two_factor.go
  51. 2 2
      models/update.go
  52. 2 2
      models/user.go
  53. 2 2
      models/user_cache.go
  54. 2 2
      models/user_mail.go
  55. 2 2
      models/webhook.go
  56. 2 2
      models/webhook_discord.go
  57. 2 2
      models/webhook_slack.go
  58. 2 2
      models/wiki.go
  59. 2 2
      pkg/auth/auth.go
  60. 2 2
      pkg/auth/github/github.go
  61. 2 2
      pkg/auth/ldap/ldap.go
  62. 2 2
      pkg/auth/pam/pam.go
  63. 2 2
      pkg/auth/pam/pam_stub.go
  64. 2 2
      pkg/avatar/avatar.go
  65. 2 2
      pkg/avatar/avatar_test.go
  66. 2 2
      pkg/context/api.go
  67. 2 2
      pkg/context/api_org.go
  68. 2 2
      pkg/context/auth.go
  69. 2 2
      pkg/context/context.go
  70. 2 2
      pkg/context/org.go
  71. 2 2
      pkg/context/repo.go
  72. 2 2
      pkg/context/user.go
  73. 2 2
      pkg/cron/cron.go
  74. 2 2
      pkg/form/admin.go
  75. 2 2
      pkg/form/auth.go
  76. 2 2
      pkg/form/form.go
  77. 2 2
      pkg/form/org.go
  78. 2 2
      pkg/form/repo.go
  79. 2 2
      pkg/form/user.go
  80. 2 2
      pkg/httplib/httplib.go
  81. 2 2
      pkg/mailer/mail.go
  82. 2 2
      pkg/mailer/mailer.go
  83. 2 2
      pkg/markup/markdown.go
  84. 2 2
      pkg/markup/markdown_test.go
  85. 2 2
      pkg/markup/markup.go
  86. 2 2
      pkg/markup/markup_test.go
  87. 2 2
      pkg/markup/orgmode.go
  88. 2 2
      pkg/markup/sanitizer.go
  89. 2 2
      pkg/markup/sanitizer_test.go
  90. 2 2
      pkg/process/manager.go
  91. 2 2
      pkg/setting/miniwinsvc.go
  92. 2 2
      pkg/setting/setting.go
  93. 2 2
      pkg/ssh/ssh.go
  94. 2 2
      pkg/sync/exclusive_pool.go
  95. 2 2
      pkg/sync/status_pool.go
  96. 2 2
      pkg/sync/unique_queue.go
  97. 2 2
      pkg/template/highlight/highlight.go
  98. 2 2
      pkg/template/template.go
  99. 2 2
      pkg/tool/file.go
  100. 0 0
      pkg/tool/path.go

+ 2 - 2
cmd/admin.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
cmd/cert.go

@@ -1,7 +1,7 @@
 // +build cert
 
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
cmd/cert_stub.go

@@ -1,7 +1,7 @@
 // +build !cert
 
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
cmd/cmd.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
cmd/hook.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
cmd/import.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
cmd/serv.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
cmd/web.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
gitote.go

@@ -1,7 +1,7 @@
 // +build go1.8
 
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/access.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/action.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/admin.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/attachment.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/comment.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/error.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/errors/errors.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/errors/issue.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/errors/login_source.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/errors/org.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/errors/repo.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/errors/two_factor.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/errors/user.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/errors/user_mail.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/errors/webhook.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/git_diff.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/git_diff_test.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/issue.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/issue_label.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/issue_mail.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/login_source.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/milestone.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/mirror.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/mirror_test.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/models.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/models_sqlite.go

@@ -1,7 +1,7 @@
 // +build sqlite
 
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/models_test.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/org.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/org_team.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/pull.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/release.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/repo.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/repo_branch.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/repo_collaboration.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/repo_editor.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/repo_editor_test.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/repo_test.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/ssh_key.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/ssh_key_test.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/token.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/two_factor.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/update.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/user.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/user_cache.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/user_mail.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/webhook.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/webhook_discord.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/webhook_slack.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
models/wiki.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/auth/auth.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/auth/github/github.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/auth/ldap/ldap.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/auth/pam/pam.go

@@ -1,7 +1,7 @@
 // +build pam
 
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/auth/pam/pam_stub.go

@@ -1,7 +1,7 @@
 // +build !pam
 
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/avatar/avatar.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/avatar/avatar_test.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/context/api.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/context/api_org.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/context/auth.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/context/context.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/context/org.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/context/repo.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/context/user.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/cron/cron.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/form/admin.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/form/auth.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/form/form.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/form/org.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/form/repo.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/form/user.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/httplib/httplib.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/mailer/mail.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/mailer/mailer.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/markup/markdown.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/markup/markdown_test.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/markup/markup.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/markup/markup_test.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/markup/orgmode.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/markup/sanitizer.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/markup/sanitizer_test.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/process/manager.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/setting/miniwinsvc.go

@@ -1,7 +1,7 @@
 // +build miniwinsvc
 
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/setting/setting.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/ssh/ssh.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/sync/exclusive_pool.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/sync/status_pool.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/sync/unique_queue.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/template/highlight/highlight.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/template/template.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 2 - 2
pkg/tool/file.go

@@ -1,5 +1,5 @@
-// Copyright 2015 The Gogs Authors. All rights reserved.
-// Copyright 2018 Gitote. All rights reserved.
+// Copyright 2015 - Present, The Gogs Authors. All rights reserved.
+// Copyright 2018 - Present, Gitote. All rights reserved.
 //
 // This source code is licensed under the MIT license found in the
 // LICENSE file in the root directory of this source tree.

+ 0 - 0
pkg/tool/path.go


Деякі файли не було показано, через те що забагато файлів було змінено