From e22645470c8fe901d4a6ce8f9884070af4653b00 Mon Sep 17 00:00:00 2001 From: otya128 Date: Sun, 1 Jan 2017 00:00:00 +0900 Subject: [PATCH] akeome --- LICENSE | 2 +- SMILEBASIC/petitcomputer.d | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 7051196..c10f411 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 otya +Copyright (c) 2015-2017 otya Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/SMILEBASIC/petitcomputer.d b/SMILEBASIC/petitcomputer.d index 1f09fe0..5a74e81 100644 --- a/SMILEBASIC/petitcomputer.d +++ b/SMILEBASIC/petitcomputer.d @@ -1023,7 +1023,7 @@ class PetitComputer void printInformation() { console.print("otyaSMILEBASIC ver ", versionString, "\n"); - console.print("(C)2015-2016 otya\n"); + console.print("(C)2015-2017 otya\n"); console.print("8327164 bytes free\n"); console.print("\n"); printPrompt();