diff -r 4b3436c03726 -r 8dc05ff5dbe2 solve.go --- a/solve.go Sun Oct 16 11:52:01 2016 +0200 +++ b/solve.go Sun Oct 16 12:20:29 2016 +0200 @@ -1,5 +1,11 @@ +// Copyright (C) 2016 Mikael Berthe . All rights reserved. +// Use of this source code is governed by the MIT license, +// which can be found in the LICENSE file. + package takuzu +// This file contains the methods used to solve a takuzu puzzle. + import ( "fmt" "log"