diff --git a/.project b/.project new file mode 100644 index 0000000..ba3a89c --- /dev/null +++ b/.project @@ -0,0 +1,11 @@ + + + node-mac + + + + + + + + diff --git a/LICENSE b/LICENSE index 5a2f733..39b7daa 100644 --- a/LICENSE +++ b/LICENSE @@ -1,22 +1,23 @@ -(The MIT License) - -Copyright (c) 2013 Corey Butler - -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 the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +(The MIT License) + +Copyright (c) 2013 Corey Butler + +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 the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +>>>>>>> cde7d998da6d0e206a89bdd815528b1cc7c8d45c SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md index 9610f97..3d919e8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +<<<<<<< HEAD # node-mac This is a standalone module, originally designed for internal use in [NGN](http://github.com/coreybutler/NGN). @@ -8,3 +9,15 @@ This module helps create/manage native processes and event logs for Node.js applications on Mac OSX. +======= +# node-mac + + This is a standalone module, originally designed for internal use in [NGN](http://github.com/coreybutler/NGN). + However; it is capable of providing the same features for Node.JS scripts + independently of NGN. + +## Overview + +This module helps create/manage native processes and event logs for Node.js applications on Mac OSX. + +>>>>>>> cde7d998da6d0e206a89bdd815528b1cc7c8d45c diff --git a/lib/node-mac.js b/lib/node-mac.js index 4df9c4f..263428d 100644 --- a/lib/node-mac.js +++ b/lib/node-mac.js @@ -1,3 +1,4 @@ +<<<<<<< HEAD /** * @author Corey Butler */ @@ -110,4 +111,9 @@ Object.defineProperties(daemon,{ module.exports = daemon; -daemon.start('test','/Users/Corey/Google Drive/Development/node-mac/test.js'); \ No newline at end of file +daemon.start('test','/Users/Corey/Google Drive/Development/node-mac/test.js'); +======= +/** + * @author Corey Butler + */ +>>>>>>> cde7d998da6d0e206a89bdd815528b1cc7c8d45c