From 34ff0706a3a587eb63e53a195b21932e83c7a354 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Mon, 21 Sep 2015 10:34:20 +0200 Subject: [PATCH] Add missing copyright notice --- lib/discover/cache.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/discover/cache.go b/lib/discover/cache.go index ade5f2d9..2fb99f9f 100644 --- a/lib/discover/cache.go +++ b/lib/discover/cache.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 discover import (