diff --git a/LICENSE.txt b/LICENSE.txt index a068df4..86f91ee 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ reckless logging -Copyright 2015, 2016 Mattias Flodin +Copyright 2015-2020 Mattias Flodin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/examples/custom_formatter.cpp b/examples/custom_formatter.cpp index 94318f1..97a9614 100644 --- a/examples/custom_formatter.cpp +++ b/examples/custom_formatter.cpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/severity_log.cpp b/examples/severity_log.cpp index c0c4331..c245ea6 100644 --- a/examples/severity_log.cpp +++ b/examples/severity_log.cpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/stderr_log.cpp b/examples/stderr_log.cpp index a707291..7aff38d 100644 --- a/examples/stderr_log.cpp +++ b/examples/stderr_log.cpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/ucs2_log.cpp b/examples/ucs2_log.cpp index 2d6774f..81eeb16 100644 --- a/examples/ucs2_log.cpp +++ b/examples/ucs2_log.cpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/performance_log/include/performance_log/performance_log.hpp b/performance_log/include/performance_log/performance_log.hpp index 947a2a4..3e9dbef 100644 --- a/performance_log/include/performance_log/performance_log.hpp +++ b/performance_log/include/performance_log/performance_log.hpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/performance_log/include/performance_log/trace_log.hpp b/performance_log/include/performance_log/trace_log.hpp index 856917a..75fd40a 100644 --- a/performance_log/include/performance_log/trace_log.hpp +++ b/performance_log/include/performance_log/trace_log.hpp @@ -1,3 +1,24 @@ +/* This file is part of reckless logging + * Copyright 2015-2020 Mattias Flodin + * + * 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. + */ #ifndef RECKLESS_DETAIL_TRACE_LOG_HPP #define RECKLESS_DETAIL_TRACE_LOG_HPP #include // size_t, max_align_t diff --git a/performance_log/src/performance_log.cpp b/performance_log/src/performance_log.cpp index 3cfaf27..f9272d3 100644 --- a/performance_log/src/performance_log.cpp +++ b/performance_log/src/performance_log.cpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/include/reckless/basic_log.hpp b/reckless/include/reckless/basic_log.hpp index 1be3541..0d5f1d8 100644 --- a/reckless/include/reckless/basic_log.hpp +++ b/reckless/include/reckless/basic_log.hpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/include/reckless/crash_handler.hpp b/reckless/include/reckless/crash_handler.hpp index cdb70cb..b902998 100644 --- a/reckless/include/reckless/crash_handler.hpp +++ b/reckless/include/reckless/crash_handler.hpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/include/reckless/detail/fd_writer.hpp b/reckless/include/reckless/detail/fd_writer.hpp index 5f5f1a6..75f83c4 100644 --- a/reckless/include/reckless/detail/fd_writer.hpp +++ b/reckless/include/reckless/detail/fd_writer.hpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/include/reckless/detail/lockless_cv.hpp b/reckless/include/reckless/detail/lockless_cv.hpp index 3f6c52c..95b9029 100644 --- a/reckless/include/reckless/detail/lockless_cv.hpp +++ b/reckless/include/reckless/detail/lockless_cv.hpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/include/reckless/detail/mpsc_ring_buffer.hpp b/reckless/include/reckless/detail/mpsc_ring_buffer.hpp index b199044..82c4527 100644 --- a/reckless/include/reckless/detail/mpsc_ring_buffer.hpp +++ b/reckless/include/reckless/detail/mpsc_ring_buffer.hpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/include/reckless/detail/platform.hpp b/reckless/include/reckless/detail/platform.hpp index a38ecf8..1927e3a 100644 --- a/reckless/include/reckless/detail/platform.hpp +++ b/reckless/include/reckless/detail/platform.hpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/include/reckless/detail/spsc_event.hpp b/reckless/include/reckless/detail/spsc_event.hpp index 4a2f7c4..54b21ef 100644 --- a/reckless/include/reckless/detail/spsc_event.hpp +++ b/reckless/include/reckless/detail/spsc_event.hpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/include/reckless/detail/utility.hpp b/reckless/include/reckless/detail/utility.hpp index 91c823c..86bae68 100644 --- a/reckless/include/reckless/detail/utility.hpp +++ b/reckless/include/reckless/detail/utility.hpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/include/reckless/file_writer.hpp b/reckless/include/reckless/file_writer.hpp index dd97ed1..3951716 100644 --- a/reckless/include/reckless/file_writer.hpp +++ b/reckless/include/reckless/file_writer.hpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/include/reckless/ntoa.hpp b/reckless/include/reckless/ntoa.hpp index 77b87a9..84ddc13 100644 --- a/reckless/include/reckless/ntoa.hpp +++ b/reckless/include/reckless/ntoa.hpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/include/reckless/output_buffer.hpp b/reckless/include/reckless/output_buffer.hpp index 6fb8ee7..ac9527d 100644 --- a/reckless/include/reckless/output_buffer.hpp +++ b/reckless/include/reckless/output_buffer.hpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/include/reckless/policy_log.hpp b/reckless/include/reckless/policy_log.hpp index 6a299f6..cdd6539 100644 --- a/reckless/include/reckless/policy_log.hpp +++ b/reckless/include/reckless/policy_log.hpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/include/reckless/severity_log.hpp b/reckless/include/reckless/severity_log.hpp index 30a6dab..415b01f 100644 --- a/reckless/include/reckless/severity_log.hpp +++ b/reckless/include/reckless/severity_log.hpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/include/reckless/stdout_writer.hpp b/reckless/include/reckless/stdout_writer.hpp index 419b631..e32c7f2 100644 --- a/reckless/include/reckless/stdout_writer.hpp +++ b/reckless/include/reckless/stdout_writer.hpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/include/reckless/template_formatter.hpp b/reckless/include/reckless/template_formatter.hpp index f0b7f62..fbe73f9 100644 --- a/reckless/include/reckless/template_formatter.hpp +++ b/reckless/include/reckless/template_formatter.hpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/include/reckless/writer.hpp b/reckless/include/reckless/writer.hpp index 57294b6..e85dfe7 100644 --- a/reckless/include/reckless/writer.hpp +++ b/reckless/include/reckless/writer.hpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/src/basic_log.cpp b/reckless/src/basic_log.cpp index b14658f..d9ef10a 100644 --- a/reckless/src/basic_log.cpp +++ b/reckless/src/basic_log.cpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/src/crash_handler_unix.cpp b/reckless/src/crash_handler_unix.cpp index 7449d3f..edebbf5 100644 --- a/reckless/src/crash_handler_unix.cpp +++ b/reckless/src/crash_handler_unix.cpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/src/crash_handler_win32.cpp b/reckless/src/crash_handler_win32.cpp index 81debda..c372461 100644 --- a/reckless/src/crash_handler_win32.cpp +++ b/reckless/src/crash_handler_win32.cpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/src/fd_writer.cpp b/reckless/src/fd_writer.cpp index ce8dd03..82e7384 100644 --- a/reckless/src/fd_writer.cpp +++ b/reckless/src/fd_writer.cpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/src/file_writer.cpp b/reckless/src/file_writer.cpp index 3561b94..036fe9f 100644 --- a/reckless/src/file_writer.cpp +++ b/reckless/src/file_writer.cpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/src/lockless_cv.cpp b/reckless/src/lockless_cv.cpp index ef6a6e5..606152a 100644 --- a/reckless/src/lockless_cv.cpp +++ b/reckless/src/lockless_cv.cpp @@ -1,3 +1,24 @@ +/* This file is part of reckless logging + * Copyright 2015-2020 Mattias Flodin + * + * 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. + */ #include #if defined(__linux__) diff --git a/reckless/src/mpsc_ring_buffer.cpp b/reckless/src/mpsc_ring_buffer.cpp index 530a756..de96d4c 100644 --- a/reckless/src/mpsc_ring_buffer.cpp +++ b/reckless/src/mpsc_ring_buffer.cpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/src/ntoa.cpp b/reckless/src/ntoa.cpp index 5c00603..6ce8c9b 100644 --- a/reckless/src/ntoa.cpp +++ b/reckless/src/ntoa.cpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/src/output_buffer.cpp b/reckless/src/output_buffer.cpp index 8567305..4a24d71 100644 --- a/reckless/src/output_buffer.cpp +++ b/reckless/src/output_buffer.cpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/src/platform.cpp b/reckless/src/platform.cpp index 3ddbb64..2f65927 100644 --- a/reckless/src/platform.cpp +++ b/reckless/src/platform.cpp @@ -1,24 +1,24 @@ /* This file is part of reckless logging -* Copyright 2015, 2016 Mattias Flodin -* -* 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. -*/ + * Copyright 2015-2020 Mattias Flodin + * + * 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. + */ #include #if defined(__unix__) diff --git a/reckless/src/policy_log.cpp b/reckless/src/policy_log.cpp index 4b94c8c..5837f43 100644 --- a/reckless/src/policy_log.cpp +++ b/reckless/src/policy_log.cpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/src/spsc_event_win32.cpp b/reckless/src/spsc_event_win32.cpp index 0fcb59f..72746cd 100644 --- a/reckless/src/spsc_event_win32.cpp +++ b/reckless/src/spsc_event_win32.cpp @@ -1,3 +1,24 @@ +/* This file is part of reckless logging + * Copyright 2015-2020 Mattias Flodin + * + * 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. + */ #include #include #include diff --git a/reckless/src/template_formatter.cpp b/reckless/src/template_formatter.cpp index a93197d..3d137fc 100644 --- a/reckless/src/template_formatter.cpp +++ b/reckless/src/template_formatter.cpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/src/trace_log.cpp b/reckless/src/trace_log.cpp index 82c6493..71c54bf 100644 --- a/reckless/src/trace_log.cpp +++ b/reckless/src/trace_log.cpp @@ -1,3 +1,24 @@ +/* This file is part of reckless logging + * Copyright 2015-2020 Mattias Flodin + * + * 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. + */ #include #ifdef RECKLESS_ENABLE_TRACE_LOG diff --git a/reckless/src/unit_test.hpp b/reckless/src/unit_test.hpp index 37c2b08..a71ed38 100644 --- a/reckless/src/unit_test.hpp +++ b/reckless/src/unit_test.hpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/reckless/src/writer.cpp b/reckless/src/writer.cpp index d8e44a4..9a1a435 100644 --- a/reckless/src/writer.cpp +++ b/reckless/src/writer.cpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/scripts/license_header.txt b/scripts/license_header.txt index d2f040d..0cd3830 100644 --- a/scripts/license_header.txt +++ b/scripts/license_header.txt @@ -1,5 +1,5 @@ This file is part of reckless logging -Copyright 2015, 2016 Mattias Flodin +Copyright 2015-2020 Mattias Flodin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/crash_handler.cpp b/tests/crash_handler.cpp index c4b840b..f06e54b 100644 --- a/tests/crash_handler.cpp +++ b/tests/crash_handler.cpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/eol.hpp b/tests/eol.hpp index 4eef4a9..b81bd4d 100644 --- a/tests/eol.hpp +++ b/tests/eol.hpp @@ -1,3 +1,24 @@ +/* This file is part of reckless logging + * Copyright 2015-2020 Mattias Flodin + * + * 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. + */ #include std::string eol(std::string const& s) diff --git a/tests/error_code.cpp b/tests/error_code.cpp index fb874de..d1b7ac6 100644 --- a/tests/error_code.cpp +++ b/tests/error_code.cpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/flush.cpp b/tests/flush.cpp index 5d7278e..e53370d 100644 --- a/tests/flush.cpp +++ b/tests/flush.cpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/format_error.cpp b/tests/format_error.cpp index fab3d53..0bf9953 100644 --- a/tests/format_error.cpp +++ b/tests/format_error.cpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/frame_construction_error.cpp b/tests/frame_construction_error.cpp index b149418..70c8f90 100644 --- a/tests/frame_construction_error.cpp +++ b/tests/frame_construction_error.cpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/memory_writer.hpp b/tests/memory_writer.hpp index e416b09..7e24877 100644 --- a/tests/memory_writer.hpp +++ b/tests/memory_writer.hpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/panic_flush.cpp b/tests/panic_flush.cpp index 9fe4fdc..079f6fb 100644 --- a/tests/panic_flush.cpp +++ b/tests/panic_flush.cpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/temporary_error.cpp b/tests/temporary_error.cpp index 0fcd994..9ed5d63 100644 --- a/tests/temporary_error.cpp +++ b/tests/temporary_error.cpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/unique_ptr.cpp b/tests/unique_ptr.cpp index 2e2b76a..8a34cab 100644 --- a/tests/unique_ptr.cpp +++ b/tests/unique_ptr.cpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/unreliable_writer.hpp b/tests/unreliable_writer.hpp index ac51a97..600e80e 100644 --- a/tests/unreliable_writer.hpp +++ b/tests/unreliable_writer.hpp @@ -1,5 +1,5 @@ /* This file is part of reckless logging - * Copyright 2015, 2016 Mattias Flodin + * Copyright 2015-2020 Mattias Flodin * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal