Skip to content

Commit 96f4a02

Browse files
committed
Bump version 1.0.0
1 parent 773749a commit 96f4a02

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src/timmy.pas

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
{
22
timmy - Pascal unit for creating chat bots
3+
Version 1.0.0
34
4-
Created by Nguyen Hoang Duong (@NOVAglow) @ 42tm
5-
on 19 March, 2018.
6-
7-
Copyright (C) 2018, 42tm
5+
Copyright (C) 2018 42tm Team <fourtytwotm@gmail.com>
86
97
This program is free software: you can redistribute it and/or modify
10-
it under the terms of the GNU General Public License as published by
8+
it under the terms of the GNU Lesser General Public License as published by
119
the Free Software Foundation, either version 3 of the License, or
1210
(at your option) any later version.
1311
1412
This program is distributed in the hope that it will be useful,
1513
but WITHOUT ANY WARRANTY; without even the implied warranty of
1614
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
GNU General Public License for more details.
15+
GNU Lesser General Public License for more details.
1816
19-
You should have received a copy of the GNU General Public License
17+
You should have received a copy of the GNU Lesser General Public License
2018
along with this program. If not, see <https://www.gnu.org/licenses/>.
2119
}
2220
Unit timmy;
@@ -44,7 +42,7 @@
4442
DupesCheck : Check for duplicate or not (might be time-saving if we don't check for duplicate)
4543
TPercent : Minimum percentage of the number of keywords over all the words of the question
4644
so that the bot object can "understand" and have a reply.
47-
Sorry I don't have a good way to explain it.
45+
(Sorry I don't have a good way to explain it)
4846
NoUdstdRep : String to assign to TTimmy.Answer in case there's no possible answer to the given question
4947
}
5048
TTimmy = Object

0 commit comments

Comments
 (0)