From e46a0f99c34cf7e0841bb83b9e050b44bdc42238 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sun, 13 Apr 2025 02:25:16 -0700 Subject: [PATCH] chore: add missing copyright in new files from infra branch (#10055) Let's see if it passes --- internal/blob/azureblob/azureblob.go | 6 ++++++ internal/blob/interface.go | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/internal/blob/azureblob/azureblob.go b/internal/blob/azureblob/azureblob.go index f6242a062..a574ccc46 100644 --- a/internal/blob/azureblob/azureblob.go +++ b/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 ( diff --git a/internal/blob/interface.go b/internal/blob/interface.go index 7918cbcd6..8e595dc27 100644 --- a/internal/blob/interface.go +++ b/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 (