Skip to content

Commit

Permalink
Update year range for license
Browse files Browse the repository at this point in the history
q
  • Loading branch information
mattiasflodin committed Apr 2, 2020
1 parent 1e55e25 commit 21c4659
Show file tree
Hide file tree
Showing 52 changed files with 171 additions and 66 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
reckless logging
Copyright 2015, 2016 Mattias Flodin <[email protected]>
Copyright 2015-2020 Mattias Flodin <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion examples/custom_formatter.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion examples/severity_log.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion examples/stderr_log.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion examples/ucs2_log.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
21 changes: 21 additions & 0 deletions performance_log/include/performance_log/trace_log.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/* This file is part of reckless logging
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* 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 <cstddef> // size_t, max_align_t
Expand Down
2 changes: 1 addition & 1 deletion performance_log/src/performance_log.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion reckless/include/reckless/basic_log.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion reckless/include/reckless/crash_handler.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion reckless/include/reckless/detail/fd_writer.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion reckless/include/reckless/detail/lockless_cv.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion reckless/include/reckless/detail/mpsc_ring_buffer.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion reckless/include/reckless/detail/platform.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion reckless/include/reckless/detail/spsc_event.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion reckless/include/reckless/detail/utility.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion reckless/include/reckless/file_writer.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion reckless/include/reckless/ntoa.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion reckless/include/reckless/output_buffer.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion reckless/include/reckless/policy_log.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion reckless/include/reckless/severity_log.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion reckless/include/reckless/stdout_writer.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion reckless/include/reckless/template_formatter.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion reckless/include/reckless/writer.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion reckless/src/basic_log.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion reckless/src/crash_handler_unix.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion reckless/src/crash_handler_win32.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion reckless/src/fd_writer.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion reckless/src/file_writer.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
21 changes: 21 additions & 0 deletions reckless/src/lockless_cv.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/* This file is part of reckless logging
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* 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 <reckless/detail/lockless_cv.hpp>

#if defined(__linux__)
Expand Down
2 changes: 1 addition & 1 deletion reckless/src/mpsc_ring_buffer.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion reckless/src/ntoa.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion reckless/src/output_buffer.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
40 changes: 20 additions & 20 deletions reckless/src/platform.cpp
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
*
* 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 <[email protected]>
*
* 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 <reckless/detail/platform.hpp>

#if defined(__unix__)
Expand Down
2 changes: 1 addition & 1 deletion reckless/src/policy_log.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
21 changes: 21 additions & 0 deletions reckless/src/spsc_event_win32.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/* This file is part of reckless logging
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* 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 <reckless/detail/spsc_event.hpp>
#include <new>
#include <Windows.h>
Expand Down
2 changes: 1 addition & 1 deletion reckless/src/template_formatter.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
21 changes: 21 additions & 0 deletions reckless/src/trace_log.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/* This file is part of reckless logging
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* 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 <performance_log/trace_log.hpp>

#ifdef RECKLESS_ENABLE_TRACE_LOG
Expand Down
2 changes: 1 addition & 1 deletion reckless/src/unit_test.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion reckless/src/writer.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of reckless logging
* Copyright 2015, 2016 Mattias Flodin <[email protected]>
* Copyright 2015-2020 Mattias Flodin <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion scripts/license_header.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This file is part of reckless logging
Copyright 2015, 2016 Mattias Flodin <[email protected]>
Copyright 2015-2020 Mattias Flodin <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit 21c4659

Please sign in to comment.