From 23a538d61a362ab82f87e74f051fe8c1c4a2f808 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Mon, 4 Jul 2016 14:55:17 +0200 Subject: [PATCH] script: Copyright in protofmt.go --- script/protofmt.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/script/protofmt.go b/script/protofmt.go index be3ffe7cc..2ad35664b 100644 --- a/script/protofmt.go +++ b/script/protofmt.go @@ -1,3 +1,11 @@ +// Copyright (C) 2016 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/. + +// +build ignore + package main import (