Преглед на файлове

chore: add missing copyright in new files from infra branch (#10055)

Let's see if it passes
Jakob Borg преди 6 месеца
родител
ревизия
e46a0f99c3
променени са 2 файла, в които са добавени 12 реда и са изтрити 0 реда
  1. 6 0
      internal/blob/azureblob/azureblob.go
  2. 6 0
      internal/blob/interface.go

+ 6 - 0
internal/blob/azureblob/azureblob.go

@@ -1,3 +1,9 @@
+// Copyright (C) 2025 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 azureblob
 
 import (

+ 6 - 0
internal/blob/interface.go

@@ -1,3 +1,9 @@
+// Copyright (C) 2025 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 blob
 
 import (