about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorNakidai <plaza521@inbox.ru>2024-07-05 15:09:40 +0300
committerNakidai <plaza521@inbox.ru>2024-07-05 15:09:40 +0300
commitafbc03b293887e1e06b0fc0603ba86bbfa920795 (patch)
tree0111808fe3794293f8a368301699ff73ac3ea169 /include
parentaea40f3877e36e95f2a70e3eeb0569fd156e3841 (diff)
download3cl-afbc03b293887e1e06b0fc0603ba86bbfa920795.tar.gz
3cl-afbc03b293887e1e06b0fc0603ba86bbfa920795.zip
Move cvector.h
I think that moving code written not by me to a separate folder is a
nice idea
Diffstat (limited to 'include')
-rw-r--r--include/thirdparty/cvector/LICENSE21
-rw-r--r--include/thirdparty/cvector/cvector.h (renamed from include/cvector.h)0
2 files changed, 21 insertions, 0 deletions
diff --git a/include/thirdparty/cvector/LICENSE b/include/thirdparty/cvector/LICENSE
new file mode 100644
index 0000000..2eb0839
--- /dev/null
+++ b/include/thirdparty/cvector/LICENSE
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2015 Evan Teran
+
+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 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/include/cvector.h b/include/thirdparty/cvector/cvector.h
index 7be970d..7be970d 100644
--- a/include/cvector.h
+++ b/include/thirdparty/cvector/cvector.h