diff --git a/LICENSE-MIT b/LICENSE-MIT index 72289bb..31afffd 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,4 +1,4 @@ -Copyright (c) 2016 anseki +Copyright (c) 2017 anseki Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/lib/encrypt.js b/lib/encrypt.js index a09cab4..d7dfe89 100644 --- a/lib/encrypt.js +++ b/lib/encrypt.js @@ -2,7 +2,7 @@ * readlineSync * https://github.com/anseki/readline-sync * - * Copyright (c) 2016 anseki + * Copyright (c) 2017 anseki * Licensed under the MIT license. */ diff --git a/lib/read.cs.js b/lib/read.cs.js index c5aa354..7f2a5fd 100644 --- a/lib/read.cs.js +++ b/lib/read.cs.js @@ -4,7 +4,7 @@ * readlineSync * https://github.com/anseki/readline-sync * - * Copyright (c) 2016 anseki + * Copyright (c) 2017 anseki * Licensed under the MIT license. */ diff --git a/lib/read.ps1 b/lib/read.ps1 index 9455d52..fbd119c 100644 --- a/lib/read.ps1 +++ b/lib/read.ps1 @@ -1,7 +1,7 @@ # readlineSync # https://github.com/anseki/readline-sync # -# Copyright (c) 2016 anseki +# Copyright (c) 2017 anseki # Licensed under the MIT license. Param( diff --git a/lib/read.sh b/lib/read.sh index 66cd29d..e614278 100644 --- a/lib/read.sh +++ b/lib/read.sh @@ -1,7 +1,7 @@ # readlineSync # https://github.com/anseki/readline-sync # -# Copyright (c) 2016 anseki +# Copyright (c) 2017 anseki # Licensed under the MIT license. # Use perl for compatibility of sed/awk of GNU / POSIX, BSD. (and tr) diff --git a/lib/readline-sync.js b/lib/readline-sync.js index 18b3fcd..fd85860 100644 --- a/lib/readline-sync.js +++ b/lib/readline-sync.js @@ -2,7 +2,7 @@ * readlineSync * https://github.com/anseki/readline-sync * - * Copyright (c) 2016 anseki + * Copyright (c) 2017 anseki * Licensed under the MIT license. */ diff --git a/package.json b/package.json index d13b77e..225d7db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readline-sync", - "version": "1.4.5", + "version": "1.4.6", "title": "readlineSync", "description": "Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).", "keywords": [