From 9ca0f45bfdf63ebbc08cade48a888c7108c12d0d Mon Sep 17 00:00:00 2001 From: Durand D'souza Date: Tue, 20 Sep 2016 08:33:48 +0100 Subject: Updated Licence --- .jshintrc | 20 -------------------- LICENSE.md | 2 +- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 .jshintrc diff --git a/.jshintrc b/.jshintrc deleted file mode 100644 index c7fe066..0000000 --- a/.jshintrc +++ /dev/null @@ -1,20 +0,0 @@ -{ - "bitwise": true, - "browser": true, - "curly": true, - "eqeqeq": true, - "eqnull": true, - "es5": false, - "esnext": true, - "immed": true, - "jquery": true, - "latedef": true, - "newcap": true, - "noarg": true, - "node": true, - "strict": false, - "trailing": false, - "undef": true, - "multistr": true, - "expr": true -} \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md index e1265aa..2cc6799 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 YOUR_NAME_HERE +Copyright (c) 2014 Michael Rose (c) 2016 Durand D'souza Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in -- cgit v1.2.3