From 5d9c9686145319921f5b14ad8e030ee7f55f1443 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sun, 1 Jun 2014 22:50:14 +0200 Subject: [PATCH] Add license header --- cmd/discosrv/main.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cmd/discosrv/main.go b/cmd/discosrv/main.go index 490ed28e..12d49a54 100644 --- a/cmd/discosrv/main.go +++ b/cmd/discosrv/main.go @@ -1,3 +1,7 @@ +// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved. +// Use of this source code is governed by an MIT-style license that can be +// found in the LICENSE file. + package main import (