From c539ce1afc84856f71d6fc1932a86c66fe5a37dd Mon Sep 17 00:00:00 2001 From: jim teeuwen Date: Fri, 17 Jun 2011 18:01:49 +0200 Subject: [PATCH] wrong license header in main.go --- main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.go b/main.go index d1a181b..d49cf81 100644 --- a/main.go +++ b/main.go @@ -1,6 +1,6 @@ -// Copyright (c) 2010, Jim Teeuwen. All rights reserved. -// This code is subject to a 1-clause BSD license. -// See the LICENSE file for its contents. +// This work is subject to the CC0 1.0 Universal (CC0 1.0) Public Domain Dedication +// license. Its contents can be found at: +// http://creativecommons.org/publicdomain/zero/1.0/ package main