From 591462e3c115000becf3b8f733c45bccc6eeec15 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Sat, 5 Aug 2017 17:17:04 +0200 Subject: [PATCH] Added gitignores and updated license --- .gitignore | 4 ++++ LICENSE | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d3beee5..7057457 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,10 @@ _test *.[568vq] [568vq].out +# Debug +debug +aitenote + *.cgo1.go *.cgo2.c _cgo_defun.c diff --git a/LICENSE b/LICENSE index 472ac23..ee2be4d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ MIT License -Copyright (c) +Copyright (c) 2017 Gisle Aune Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: