Skip to content

Commit 2655039

Browse files
committed
chore: update copyright year
1 parent 8a9d51a commit 2655039

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017-2020 0b5vr
3+
Copyright (c) 2017-2021 0b5vr
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/automaton-fxs-v2compat/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { terser } from 'rollup-plugin-terser';
77
import typescript from '@rollup/plugin-typescript';
88

99
// == constants ====================================================================================
10-
const copyright = '(c) 2017-2020 0b5vr';
10+
const copyright = '(c) 2017-2021 0b5vr';
1111
const licenseName = 'MIT License';
1212
const licenseUri = 'https://github.com/0b5vr/automaton/blob/master/LICENSE';
1313
const globalName = 'AUTOMATON_FXS_V2COMPAT';

packages/automaton-fxs/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { terser } from 'rollup-plugin-terser';
77
import typescript from '@rollup/plugin-typescript';
88

99
// == constants ====================================================================================
10-
const copyright = '(c) 2017-2020 0b5vr';
10+
const copyright = '(c) 2017-2021 0b5vr';
1111
const licenseName = 'MIT License';
1212
const licenseUri = 'https://github.com/0b5vr/automaton/blob/master/LICENSE';
1313
const globalName = 'AUTOMATON_FXS';

packages/automaton-with-gui/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { terser } from 'rollup-plugin-terser';
1010
import typescript from '@rollup/plugin-typescript';
1111

1212
// == constants ====================================================================================
13-
const copyright = '(c) 2017-2020 0b5vr';
13+
const copyright = '(c) 2017-2021 0b5vr';
1414
const licenseName = 'MIT License';
1515
const licenseUri = 'https://github.com/0b5vr/automaton/blob/master/LICENSE';
1616
const globalName = 'AUTOMATON_WITH_GUI';

packages/automaton/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { terser } from 'rollup-plugin-terser';
77
import typescript from '@rollup/plugin-typescript';
88

99
// == constants ====================================================================================
10-
const copyright = '(c) 2017-2020 0b5vr';
10+
const copyright = '(c) 2017-2021 0b5vr';
1111
const licenseName = 'MIT License';
1212
const licenseUri = 'https://github.com/0b5vr/automaton/blob/master/LICENSE';
1313
const globalName = 'AUTOMATON';

0 commit comments

Comments
 (0)