From 42738ab54dd1ba5e870cb9211fbb20408806c0a4 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Thu, 11 Jun 2015 08:46:57 +0200 Subject: [PATCH] Add missing copyright notice --- internal/config/commit_test.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/internal/config/commit_test.go b/internal/config/commit_test.go index 69965aa9f..3cff5cd04 100644 --- a/internal/config/commit_test.go +++ b/internal/config/commit_test.go @@ -1,3 +1,9 @@ +// Copyright (C) 2015 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 http://mozilla.org/MPL/2.0/. + package config import (