Procházet zdrojové kódy

copyright year update

sanex3339 před 9 roky
rodič
revize
146a1f6a07
4 změnil soubory, kde provedl 4 přidání a 4 odebrání
  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
 ## 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
 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 Timofey Kachalov <[email protected]>
+Copyright (C) 2017 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
package.json

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

+ 1 - 1
webpack.config.js

@@ -6,7 +6,7 @@ var fs = require("fs"),
     CheckerPlugin = require('awesome-typescript-loader').CheckerPlugin;
     CheckerPlugin = require('awesome-typescript-loader').CheckerPlugin;
 
 
 function getLicenseText () {
 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*/";
         fs.readFileSync('./LICENSE.BSD', 'utf8') + "\n*/";
 }
 }