Browse Source

Updated copyrights

sanex 3 years ago
parent
commit
006375d549
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      webpack/utils/WebpackUtils.js

+ 1 - 1
README.md

@@ -1671,7 +1671,7 @@ Become a sponsor and get your logo on our README on Github with a link to your s
 ## License
 ## License
 [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjavascript-obfuscator%2Fjavascript-obfuscator.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fjavascript-obfuscator%2Fjavascript-obfuscator?ref=badge_large)
 [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjavascript-obfuscator%2Fjavascript-obfuscator.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fjavascript-obfuscator%2Fjavascript-obfuscator?ref=badge_large)
 
 
-Copyright (C) 2016-2021 [Timofey Kachalov](http://github.com/sanex3339).
+Copyright (C) 2016-2022 [Timofey Kachalov](http://github.com/sanex3339).
 
 
 Redistribution and use in source and binary forms, with or without
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 modification, are permitted provided that the following conditions are met:

+ 1 - 1
webpack/utils/WebpackUtils.js

@@ -1,6 +1,6 @@
 const fs = require('fs');
 const fs = require('fs');
 
 
-const copyright = 'Copyright (C) 2016-2020 Timofey Kachalov <[email protected]>';
+const copyright = 'Copyright (C) 2016-2022 Timofey Kachalov <[email protected]>';
 const sourceMapSupportRequire = 'require("source-map-support").install();';
 const sourceMapSupportRequire = 'require("source-map-support").install();';
 
 
 class WebpackUtils {
 class WebpackUtils {