From 47a66e1c948f4c316dd0560d82b78d29a53d38dc Mon Sep 17 00:00:00 2001 From: Robert burner Schadek Date: Sun, 19 Apr 2015 19:48:50 +0200 Subject: [PATCH] license update --- LICENSE | 1 + allocator.hpp | 1 + base64.hpp | 1 + bitset.hpp | 1 + bitvector.hpp | 1 + cache.hpp | 1 + compare.hpp | 1 + fap.hpp | 1 + fector.hpp | 1 + getopts.hpp | 1 + semaphore.hpp | 2 +- streamhelper.hpp | 1 + sysinfo.hpp | 1 + trie.hpp | 1 + 14 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..3fb564a --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +LGPL3 unless stated otherwise diff --git a/allocator.hpp b/allocator.hpp index d58e68d..961efb4 100644 --- a/allocator.hpp +++ b/allocator.hpp @@ -1,3 +1,4 @@ +// LGPL 3 or higher Robert Burner Schadek rburners@gmail.com #pragma once #include diff --git a/base64.hpp b/base64.hpp index 052283d..74f8750 100644 --- a/base64.hpp +++ b/base64.hpp @@ -1,3 +1,4 @@ +// LGPL 3 or higher Robert Burner Schadek rburners@gmail.com #pragma once #include diff --git a/bitset.hpp b/bitset.hpp index 5b1a818..7d39dca 100644 --- a/bitset.hpp +++ b/bitset.hpp @@ -1,3 +1,4 @@ +// LGPL 3 or higher Robert Burner Schadek rburners@gmail.com #pragma once #include diff --git a/bitvector.hpp b/bitvector.hpp index 3c8e0cd..8b9a707 100644 --- a/bitvector.hpp +++ b/bitvector.hpp @@ -1,3 +1,4 @@ +// LGPL 3 or higher Robert Burner Schadek rburners@gmail.com #ifndef SWEETHPP_BITVECTOR #define SWEETHPP_BITVECTOR diff --git a/cache.hpp b/cache.hpp index e809987..7ab68f9 100644 --- a/cache.hpp +++ b/cache.hpp @@ -1,3 +1,4 @@ +// LGPL 3 or higher Robert Burner Schadek rburners@gmail.com #pragma once #include diff --git a/compare.hpp b/compare.hpp index 15210a4..17146ca 100644 --- a/compare.hpp +++ b/compare.hpp @@ -1,3 +1,4 @@ +// LGPL 3 or higher Robert Burner Schadek rburners@gmail.com #pragma once #include diff --git a/fap.hpp b/fap.hpp index 2d695dc..a69e0a3 100644 --- a/fap.hpp +++ b/fap.hpp @@ -1,3 +1,4 @@ +// LGPL 3 or higher Robert Burner Schadek rburners@gmail.com #pragma once #include diff --git a/fector.hpp b/fector.hpp index a470223..dce3440 100644 --- a/fector.hpp +++ b/fector.hpp @@ -1,3 +1,4 @@ +// LGPL 3 or higher Robert Burner Schadek rburners@gmail.com #pragma once #include #include diff --git a/getopts.hpp b/getopts.hpp index 3c745e4..b44bbd9 100644 --- a/getopts.hpp +++ b/getopts.hpp @@ -1,3 +1,4 @@ +// LGPL 3 or higher Robert Burner Schadek rburners@gmail.com #pragma once #include diff --git a/semaphore.hpp b/semaphore.hpp index 3524d46..bac4a01 100644 --- a/semaphore.hpp +++ b/semaphore.hpp @@ -1,7 +1,7 @@ // http://stackoverflow.com/questions/4792449/c0x-has-no-semaphores-how-to-synchronize-threads/19659736#19659736 #include -#include +#include namespace sweet { class Semaphore{ diff --git a/streamhelper.hpp b/streamhelper.hpp index 0991327..42c4d00 100644 --- a/streamhelper.hpp +++ b/streamhelper.hpp @@ -1,3 +1,4 @@ +// LGPL 3 or higher Robert Burner Schadek rburners@gmail.com #pragma once #include diff --git a/sysinfo.hpp b/sysinfo.hpp index 55051ca..5d31a94 100644 --- a/sysinfo.hpp +++ b/sysinfo.hpp @@ -1,3 +1,4 @@ +// LGPL 3 or higher Robert Burner Schadek rburners@gmail.com #include #include #include diff --git a/trie.hpp b/trie.hpp index a0b5748..fbbf771 100644 --- a/trie.hpp +++ b/trie.hpp @@ -1,3 +1,4 @@ +// LGPL 3 or higher Robert Burner Schadek rburners@gmail.com #ifndef SWEET_TRIE_HPP #define SWEET_TRIE_HPP //#include