diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c26d991 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +*.swp +*.swo +*.sublime-* +*.pyc +jmeter.log +__pycache__ +tmp/ +node_modules/ +sftp-config.json +.DS_Store +*.iml +*.ipr +*.iws +*.idea diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..a714ec4 --- /dev/null +++ b/LICENSE @@ -0,0 +1,7 @@ +Copyright 2018 Hai Liang Wang . All rights reserved. +This software and related documentation are provided under a license agreement containing +restrictions on use and disclosure and are protected by intellectual property laws. +Except as expressly permitted in your license agreement or allowed by law, you may not use, +copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, +publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, +or decompilation of this software, unless required by law for interoperability, is prohibited. diff --git a/README.md b/README.md new file mode 100644 index 0000000..db4573c --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# text-dependency-parser \ No newline at end of file