chore: change email

This commit is contained in:
Dmitriy Pleshevskiy 2022-11-17 18:49:50 +03:00
parent 5f13b22150
commit e3796c9263
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
2 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,20 @@
/**
* Copyright (C) 2019, Dmitriy Pleshevskiy <dmitriy@pleshevski.ru>
*
* it-fsm is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* it-fsm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with it-fsm. If not, see <https://www.gnu.org/licenses/>.
*/
import {
assertEquals,
assertThrows,

2
fsm.ts
View File

@ -1,5 +1,5 @@
/**
* Copyright (C) 2019, Dmitriy Pleshevskiy <dmitriy@ideascup.me>
* Copyright (C) 2019, Dmitriy Pleshevskiy <dmitriy@pleshevski.ru>
*
* it-fsm is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by