瀏覽代碼

copyright year update

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

+ 1 - 1
README.md

@@ -495,7 +495,7 @@ Performance will slightly slower than without obfuscation
 ```
 
 ## License
-Copyright (C) 2016 [Timofey Kachalov](http://github.com/sanex3339).
+Copyright (C) 2017 [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) 2016 Timofey Kachalov <[email protected]>
+Copyright (C) 2017 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
package.json

@@ -32,7 +32,7 @@
     "lodash": "4.17.4",
     "mkdirp": "0.5.1",
     "reflect-metadata": "0.1.9",
-    "source-map-support": "0.4.8",
+    "source-map-support": "0.4.9",
     "string-template": "1.0.0",
     "tslib": "1.5.0"
   },

+ 1 - 1
webpack.config.js

@@ -6,7 +6,7 @@ var fs = require("fs"),
     CheckerPlugin = require('awesome-typescript-loader').CheckerPlugin;
 
 function getLicenseText () {
-    return "/*\nCopyright (C) 2016 Timofey Kachalov <[email protected]>\n\n" +
+    return "/*\nCopyright (C) 2017 Timofey Kachalov <[email protected]>\n\n" +
         fs.readFileSync('./LICENSE.BSD', 'utf8') + "\n*/";
 }