瀏覽代碼

Updated copyrights

sanex3339 7 年之前
父節點
當前提交
e270e5f3ce
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      README.md
  2. 1 1
      dist/index.js
  3. 1 1
      webpack.config.js

+ 1 - 1
README.md

@@ -832,7 +832,7 @@ Become a sponsor and get your logo on our README on Github with a link to your s
 
 
 ## License
-Copyright (C) 2017 [Timofey Kachalov](http://github.com/sanex3339).
+Copyright (C) 2016-2018 [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
dist/index.js

@@ -1,5 +1,5 @@
 /*!
-Copyright (C) 2017 Timofey Kachalov <[email protected]>
+Copyright (C) 2016-2018 Timofey Kachalov <[email protected]>
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:

+ 1 - 1
webpack.config.js

@@ -6,7 +6,7 @@ const webpack = require('webpack');
 const CheckerPlugin = require('awesome-typescript-loader').CheckerPlugin;
 const TSLintPlugin = require('tslint-webpack-plugin');
 
-const copyright = 'Copyright (C) 2017 Timofey Kachalov <[email protected]>';
+const copyright = 'Copyright (C) 2016-2018 Timofey Kachalov <[email protected]>';
 
 /**
  * @return {string}