From a08c6c845c5d3947027ddd67c1365027632705b2 Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Sat, 30 Dec 2017 12:31:07 +0800 Subject: [PATCH] *happy new year. hope i can make a release of v1.2 in 2018. --- LICENSE | 2 +- README.md | 4 ++-- core/my_basic.c | 2 +- core/my_basic.h | 2 +- donate.html | 4 ++-- resource/my_basic.rc | 2 +- shell/main.c | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/LICENSE b/LICENSE index 78fbaf5..5030656 100755 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright (C) 2011 - 2017 Wang Renxin +Copyright (C) 2011 - 2018 Wang Renxin 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 diff --git a/README.md b/README.md index f843560..5611f11 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ |_|_|_| |_| |_____|__|__|_____|_____|_____| ~~~~~~~~~~ -**Copyright (C) 2011 - 2017 Wang Renxin. All rights reserved.** +**Copyright (C) 2011 - 2018 Wang Renxin. All rights reserved.** [![Build status](https://travis-ci.org/paladin-t/my_basic.svg?branch=master)](https://travis-ci.org/paladin-t/my_basic) [![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT) @@ -117,7 +117,7 @@ For more details about using MY-BASIC when it has been integrated with a project ## [Interpreter workflow diagram](https://github.com/paladin-t/my_basic/wiki/Interpreter-workflow-diagram) -It's necessary to know some principle of MY-BASIC before doing heavy customization; nothing's better than a workflow diagram to get a first image. +It's necessary to know some principle of MY-BASIC before doing deep customization; nothing's better than a workflow diagram to get a first image. ![](https://github.com/paladin-t/my_basic/wiki/img/workflow.png) diff --git a/core/my_basic.c b/core/my_basic.c index 98b9326..485ba0b 100755 --- a/core/my_basic.c +++ b/core/my_basic.c @@ -3,7 +3,7 @@ ** ** For the latest info, see https://github.com/paladin-t/my_basic/ ** -** Copyright (C) 2011 - 2017 Wang Renxin +** Copyright (C) 2011 - 2018 Wang Renxin ** ** 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 diff --git a/core/my_basic.h b/core/my_basic.h index 32d2dd4..db4b318 100755 --- a/core/my_basic.h +++ b/core/my_basic.h @@ -3,7 +3,7 @@ ** ** For the latest info, see https://github.com/paladin-t/my_basic/ ** -** Copyright (C) 2011 - 2017 Wang Renxin +** Copyright (C) 2011 - 2018 Wang Renxin ** ** 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 diff --git a/donate.html b/donate.html index 678da13..b581556 100644 --- a/donate.html +++ b/donate.html @@ -1,6 +1,6 @@ @@ -113,6 +113,6 @@ LIST OF DONORS. BACK TO MY-BASIC

-

Copyright (C) 2011 - 2017 Wang Renxin. All rights reserved.

+

Copyright (C) 2011 - 2018 Wang Renxin. All rights reserved.

diff --git a/resource/my_basic.rc b/resource/my_basic.rc index 0515d24..ea7998e 100755 --- a/resource/my_basic.rc +++ b/resource/my_basic.rc @@ -57,7 +57,7 @@ VALUE "FileDescription", "MY-BASIC Interpreter for Windows" VALUE "FileVersion", "1, 2, 0, 0" VALUE "InternalName", "my_basic" - VALUE "LegalCopyright", "Copyright (C) 2011 - 2017 Wang Renxin" + VALUE "LegalCopyright", "Copyright (C) 2011 - 2018 Wang Renxin" VALUE "LegalTrademarks", "MY-BASIC" VALUE "OriginalFilename", "my_basic.exe" VALUE "ProductName", "MY-BASIC" diff --git a/shell/main.c b/shell/main.c index 7b1748e..78a1555 100755 --- a/shell/main.c +++ b/shell/main.c @@ -3,7 +3,7 @@ ** ** For the latest info, see https://github.com/paladin-t/my_basic/ ** -** Copyright (C) 2011 - 2017 Wang Renxin +** Copyright (C) 2011 - 2018 Wang Renxin ** ** 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 @@ -979,7 +979,7 @@ static void _list_directory(const char* path) { static void _show_tip(void) { _printf("MY-BASIC Interpreter Shell - %s\n", mb_ver_string()); - _printf("Copyright (C) 2011 - 2017 Wang Renxin. All Rights Reserved.\n"); + _printf("Copyright (C) 2011 - 2018 Wang Renxin. All Rights Reserved.\n"); _printf("For more information, see https://github.com/paladin-t/my_basic/.\n"); _printf("Input HELP and hint enter to view help information.\n"); }