File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2017-2020 0b5vr
3+ Copyright (c) 2017-2021 0b5vr
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { terser } from 'rollup-plugin-terser';
77import typescript from '@rollup/plugin-typescript' ;
88
99// == constants ====================================================================================
10- const copyright = '(c) 2017-2020 0b5vr' ;
10+ const copyright = '(c) 2017-2021 0b5vr' ;
1111const licenseName = 'MIT License' ;
1212const licenseUri = 'https://github.com/0b5vr/automaton/blob/master/LICENSE' ;
1313const globalName = 'AUTOMATON_FXS_V2COMPAT' ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { terser } from 'rollup-plugin-terser';
77import typescript from '@rollup/plugin-typescript' ;
88
99// == constants ====================================================================================
10- const copyright = '(c) 2017-2020 0b5vr' ;
10+ const copyright = '(c) 2017-2021 0b5vr' ;
1111const licenseName = 'MIT License' ;
1212const licenseUri = 'https://github.com/0b5vr/automaton/blob/master/LICENSE' ;
1313const globalName = 'AUTOMATON_FXS' ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { terser } from 'rollup-plugin-terser';
1010import typescript from '@rollup/plugin-typescript' ;
1111
1212// == constants ====================================================================================
13- const copyright = '(c) 2017-2020 0b5vr' ;
13+ const copyright = '(c) 2017-2021 0b5vr' ;
1414const licenseName = 'MIT License' ;
1515const licenseUri = 'https://github.com/0b5vr/automaton/blob/master/LICENSE' ;
1616const globalName = 'AUTOMATON_WITH_GUI' ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { terser } from 'rollup-plugin-terser';
77import typescript from '@rollup/plugin-typescript' ;
88
99// == constants ====================================================================================
10- const copyright = '(c) 2017-2020 0b5vr' ;
10+ const copyright = '(c) 2017-2021 0b5vr' ;
1111const licenseName = 'MIT License' ;
1212const licenseUri = 'https://github.com/0b5vr/automaton/blob/master/LICENSE' ;
1313const globalName = 'AUTOMATON' ;
You can’t perform that action at this time.
0 commit comments