chore: change email
This commit is contained in:
parent
5f13b22150
commit
e3796c9263
2 changed files with 18 additions and 1 deletions
17
fsm.test.ts
17
fsm.test.ts
|
@ -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
2
fsm.ts
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue