nt

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/nt
Log | Files | Refs | LICENSE

commit e1f65875f6b6d555296a2daf1c54de2b0d77f52a
parent 571adeda644677e5359d98fe22cac6c7db4c9fcf
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Fri,  2 Jun 2017 20:11:59 -0700

Add copyright notice to version and LICENSE

Diffstat:
LICENSE | 3++-
nt.c | 2+-
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -1,5 +1,7 @@ zlib License +Copyright (c) 2017 Ed van Bruggen + This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. @@ -15,4 +17,3 @@ freely, subject to the following restrictions: 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. - diff --git a/nt.c b/nt.c @@ -332,7 +332,7 @@ main(int argc, char *argv[]) neednt = 0; break; case 'v': - printf("%s v%s\n", argv0, VERSION); + printf("%s v%s (c) 2017 Ed van Bruggen\n", argv0, VERSION); return 0; case 'y': yes = 1;