Skip to content

Commit

Permalink
new year
Browse files Browse the repository at this point in the history
  • Loading branch information
Joungkyun committed Apr 15, 2018
1 parent e32432c commit 9e62306
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENCE
Expand Up @@ -24,7 +24,7 @@ FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

iPuTTY is copyright 2017 iPuTTY project.
iPuTTY is copyright 2018 iPuTTY project.

Portions copyright Hyeshik Jang, Joongi Kim, JoungKyun Kim, and so on.
All contributors can be found at https://github.com/iPuTTY/iPuTTY/wiki/Credit
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,6 +41,6 @@ iPuTTY Official site

***PuTTY*** is copyright 1997-2017 Simon Tatham and PuTTY teamd

***iPuTTY*** is portions copyright 2003-2017 iPuTTY project
***iPuTTY*** is portions copyright 2003-2018 iPuTTY project

All contributors can be found at https://github.com/iPuTTY/iPuTTY/wiki/Credit
2 changes: 1 addition & 1 deletion doc/licence.but
Expand Up @@ -13,7 +13,7 @@ The above copyright notice and this permission notice shall be included in all c

THE SOFTWARE IS PROVIDED \q{AS IS}, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

iPuTTY is copyright 2017 iPuTTY project.
iPuTTY is copyright 2018 iPuTTY project.

Portions copyright Hyeshik Jang, Joongi Kim, JoungKyun Kim, and so on. All contributors can be found at https://github.com/iPuTTY/iPuTTY/wiki/Credit

4 changes: 2 additions & 2 deletions licence.h
Expand Up @@ -16,8 +16,8 @@
parsep \
"THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE." \
parsep \
"iPuTTY is copyright 2017 iPuTTY project." \
"iPuTTY is copyright 2018 iPuTTY project." \
parsep \
"Portions copyright Hyeshik Jang, Joongi Kim, JoungKyun Kim, and so on. All contributors can be found at https://github.com/iPuTTY/iPuTTY/wiki/Credit"

#define SHORT_COPYRIGHT_DETAILS "2017 iPuTTY Project"
#define SHORT_COPYRIGHT_DETAILS "2018 iPuTTY Project"
2 changes: 1 addition & 1 deletion licence.pl
Expand Up @@ -61,7 +61,7 @@
print "\n";

#printf "#define SHORT_COPYRIGHT_DETAILS \"%s\"\n", &stringlit($shortdetails);
printf "#define SHORT_COPYRIGHT_DETAILS \"2017 iPuTTY Project\"\n";
printf "#define SHORT_COPYRIGHT_DETAILS \"2018 iPuTTY Project\"\n";

sub stringlit {
my ($lit) = @_;
Expand Down

0 comments on commit 9e62306

Please sign in to comment.