Skip to content

Commit 098538d

Browse files
committed
Updating copyright years in LICENSE & README.md, version bump to signal new build tool chain
1 parent adca25c commit 098538d

File tree

6 files changed

+6355
-1208
lines changed

6 files changed

+6355
-1208
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2020, Jason Mulligan
1+
Copyright (c) 2021, Jason Mulligan
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ filesize.js supports AMD loaders (require.js, curl.js, etc.), node.js & npm (```
8888
An ES6 version is bundled with an npm install, but requires you load it with the full path, e.g. `require(path.join(__dirname, 'node_modules', 'filesize', 'lib', 'filesize.es6.js'))`.
8989

9090
## License
91-
Copyright (c) 2019 Jason Mulligan
91+
Copyright (c) 2021 Jason Mulligan
9292
Licensed under the BSD-3 license.

lib/filesize.es6.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
* filesize
33
*
4-
* @copyright 2020 Jason Mulligan <[email protected]>
4+
* @copyright 2021 Jason Mulligan <[email protected]>
55
* @license BSD-3-Clause
6-
* @version 6.1.0
6+
* @version 6.2.0
77
*/
88
(function (global, factory) {
99
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :

lib/filesize.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
* filesize
33
*
4-
* @copyright 2020 Jason Mulligan <[email protected]>
4+
* @copyright 2021 Jason Mulligan <[email protected]>
55
* @license BSD-3-Clause
6-
* @version 6.1.0
6+
* @version 6.2.0
77
*/
88
(function (global, factory) {
99
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :

0 commit comments

Comments
 (0)