summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2023-02-01 22:59:41 +0100
committerJakob Borg <jakob@kastelo.net>2023-02-01 22:59:41 +0100
commitd5e4ef249f4263b03c4ec8c8b00e009d28b89182 (patch)
treec6552b9cdfb7a50f6eeaaaebca2f2671fa7a31e5
parent65cfefaa3c2989db25fb847b44847a683e9881c4 (diff)
Add forgotten copyright notices
-rw-r--r--cmd/stcrashreceiver/diskstore.go6
-rw-r--r--lib/httpcache/httpcache.go6
2 files changed, 12 insertions, 0 deletions
diff --git a/cmd/stcrashreceiver/diskstore.go b/cmd/stcrashreceiver/diskstore.go
index a5f459ad01..83a4cc175f 100644
--- a/cmd/stcrashreceiver/diskstore.go
+++ b/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 (
diff --git a/lib/httpcache/httpcache.go b/lib/httpcache/httpcache.go
index fd56b45e03..f3339192bc 100644
--- a/lib/httpcache/httpcache.go
+++ b/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 (