Skip to content

Commit

Permalink
Updating copyright years in LICENSE & README.md, version bump to sign…
Browse files Browse the repository at this point in the history
…al new build tool chain
  • Loading branch information
avoidwork committed Apr 13, 2021
1 parent adca25c commit 098538d
Show file tree
Hide file tree
Showing 6 changed files with 6,355 additions and 1,208 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2020, Jason Mulligan
Copyright (c) 2021, Jason Mulligan
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ filesize.js supports AMD loaders (require.js, curl.js, etc.), node.js & npm (```
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'))`.

## License
Copyright (c) 2019 Jason Mulligan
Copyright (c) 2021 Jason Mulligan
Licensed under the BSD-3 license.
4 changes: 2 additions & 2 deletions lib/filesize.es6.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* filesize
*
* @copyright 2020 Jason Mulligan <[email protected]>
* @copyright 2021 Jason Mulligan <[email protected]>
* @license BSD-3-Clause
* @version 6.1.0
* @version 6.2.0
*/
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
Expand Down
4 changes: 2 additions & 2 deletions lib/filesize.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* filesize
*
* @copyright 2020 Jason Mulligan <[email protected]>
* @copyright 2021 Jason Mulligan <[email protected]>
* @license BSD-3-Clause
* @version 6.1.0
* @version 6.2.0
*/
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
Expand Down
Loading

0 comments on commit 098538d

Please sign in to comment.