Browse Source

Add forgotten copyright notices

Jakob Borg 2 years ago
parent
commit
d5e4ef249f
2 changed files with 12 additions and 0 deletions
  1. 6 0
      cmd/stcrashreceiver/diskstore.go
  2. 6 0
      lib/httpcache/httpcache.go

+ 6 - 0
cmd/stcrashreceiver/diskstore.go

@@ -1,3 +1,9 @@
+// Copyright (C) 2023 The Syncthing Authors.
+//
+// This Source Code Form is subject to the terms of the Mozilla Public
+// License, v. 2.0. If a copy of the MPL was not distributed with this file,
+// You can obtain one at https://mozilla.org/MPL/2.0/.
+
 package main
 
 import (

+ 6 - 0
lib/httpcache/httpcache.go

@@ -1,3 +1,9 @@
+// Copyright (C) 2023 The Syncthing Authors.
+//
+// This Source Code Form is subject to the terms of the Mozilla Public
+// License, v. 2.0. If a copy of the MPL was not distributed with this file,
+// You can obtain one at https://mozilla.org/MPL/2.0/.
+
 package httpcache
 
 import (