From 0289c50ad9a9794d0886bef3bac3820c6e4511a3 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Wed, 25 Mar 2015 08:55:10 +0100 Subject: [PATCH] Changelog.go needs a copyright header --- changelog.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.go b/changelog.go index 6eb20fbf9..ec94ce818 100644 --- a/changelog.go +++ b/changelog.go @@ -1,3 +1,9 @@ +// Copyright (C) 2014 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 main import (