Skip to content

Commit

Permalink
header
Browse files Browse the repository at this point in the history
  • Loading branch information
ChizhovVadim committed Jun 12, 2018
1 parent 8eb43b3 commit 8a7742c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions main.go
Expand Up @@ -5,6 +5,13 @@ import (
"github.com/ChizhovVadim/CounterGo/shell"
)

/*
Counter Copyright (C) 2017-2018 Vadim Chizhov
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

func main() {
var uci = shell.NewUciProtocol(engine.NewEngine())
uci.Run()
Expand Down

0 comments on commit 8a7742c

Please sign in to comment.