diff options
| -rw-r--r-- | .github/.keep | 0 | ||||
| -rw-r--r-- | .gitignore | 7 | ||||
| -rw-r--r-- | .gitmodules | 6 | ||||
| -rw-r--r-- | LICENSE | 23 | ||||
| -rw-r--r-- | doc/.keep | 0 | ||||
| -rw-r--r-- | libs/.keep | 0 | ||||
| m--------- | libs/core | 0 | ||||
| m--------- | libs/fix | 0 | ||||
| -rw-r--r-- | tools/.keep | 0 |
9 files changed, 36 insertions, 0 deletions
diff --git a/.github/.keep b/.github/.keep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.github/.keep diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fc0bfdf --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.aux +*.fdb_latexmk +*.fls +*.log +*.pdf +*.gz +*.out
\ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6aa4641 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "libs/core"] + path = libs/core + url = https://github.com/ocl-org/core.git +[submodule "libs/fix"] + path = libs/fix + url = https://github.com/ocl-org/fix.git @@ -0,0 +1,23 @@ +Boost Software License - Version 1.0 - August 17th, 2003 + +Permission is hereby granted, free of charge, to any person or organization +obtaining a copy of the software and accompanying documentation covered by +this license (the "Software") to use, reproduce, display, distribute, +execute, and transmit the Software, and to prepare derivative works of the +Software, and to permit third-parties to whom the Software is furnished to +do so, all subject to the following: + +The copyright notices in the Software and this entire statement, including +the above license grant, this restriction and the following disclaimer, +must be included in all copies of the Software, in whole or in part, and +all derivative works of the Software, unless such copies or derivative +works are solely in the form of machine-executable object code generated by +a source language processor. + +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, TITLE AND NON-INFRINGEMENT. IN NO EVENT +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE.
\ No newline at end of file diff --git a/doc/.keep b/doc/.keep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/doc/.keep diff --git a/libs/.keep b/libs/.keep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/libs/.keep diff --git a/libs/core b/libs/core new file mode 160000 +Subproject ac86f6c04494276b823d1fe87c5ac483a7c9f4d diff --git a/libs/fix b/libs/fix new file mode 160000 +Subproject e56ce859e9caafe5c96f1dcab039ef0e6656f09 diff --git a/tools/.keep b/tools/.keep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tools/.keep |
