فهرست منبع

Updated copyrights

sanex 3 سال پیش
والد
کامیت
006375d549
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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
 [![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
 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 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();';
 
 class WebpackUtils {