浏览代码

Updated copyright

sanex3339 5 年之前
父节点
当前提交
41a31a1c54
共有 4 个文件被更改,包括 4 次插入4 次删除
  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 {