Browse Source

Updated copyrights

sanex3339 7 years ago
parent
commit
e270e5f3ce
3 changed files with 3 additions and 3 deletions
  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
 ## 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
 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) 2017 Timofey Kachalov <[email protected]>
+Copyright (C) 2016-2018 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.config.js

@@ -6,7 +6,7 @@ const webpack = require('webpack');
 const CheckerPlugin = require('awesome-typescript-loader').CheckerPlugin;
 const CheckerPlugin = require('awesome-typescript-loader').CheckerPlugin;
 const TSLintPlugin = require('tslint-webpack-plugin');
 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}
  * @return {string}