Browse Source

Updated copyright

sanex3339 5 years ago
parent
commit
41a31a1c54
4 changed files with 4 additions and 4 deletions
  1. 1 1
      dist/index.browser.js
  2. 1 1
      dist/index.cli.js
  3. 1 1
      dist/index.js
  4. 1 1
      webpack/utils/WebpackUtils.js

+ 1 - 1
dist/index.browser.js

@@ -1,5 +1,5 @@
 /*!
 /*!
-Copyright (C) 2016-2018 Timofey Kachalov <[email protected]>
+Copyright (C) 2016-2020 Timofey Kachalov <[email protected]>
 
 
 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
dist/index.cli.js

@@ -1,5 +1,5 @@
 /*!
 /*!
-Copyright (C) 2016-2018 Timofey Kachalov <[email protected]>
+Copyright (C) 2016-2020 Timofey Kachalov <[email protected]>
 
 
 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
dist/index.js

@@ -1,5 +1,5 @@
 /*!
 /*!
-Copyright (C) 2016-2018 Timofey Kachalov <[email protected]>
+Copyright (C) 2016-2020 Timofey Kachalov <[email protected]>
 
 
 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-2018 Timofey Kachalov <[email protected]>';
+const copyright = 'Copyright (C) 2016-2020 Timofey Kachalov <[email protected]>';
 const sourceMapSupportRequire = 'require("source-map-support").install();';
 const sourceMapSupportRequire = 'require("source-map-support").install();';
 
 
 class WebpackUtils {
 class WebpackUtils {