Browse Source

Update copyright years

coverity_scan
Daniel Scharrer 8 years ago
parent
commit
0c83a0d25b
  1. 2
      LICENSE
  2. 2
      cmake/CXXVersionCheck.cmake
  3. 2
      cmake/CompileCheck.cmake
  4. 2
      cmake/Doxygen.cmake
  5. 2
      cmake/StyleCheck.cmake
  6. 2
      cmake/cpplint.py
  7. 2
      src/cli/debug.cpp
  8. 2
      src/cli/extract.cpp
  9. 2
      src/cli/extract.hpp
  10. 2
      src/cli/gog.cpp
  11. 2
      src/cli/gog.hpp
  12. 2
      src/cli/main.cpp
  13. 2
      src/crypto/checksum.cpp
  14. 2
      src/crypto/checksum.hpp
  15. 2
      src/crypto/hasher.cpp
  16. 2
      src/setup/data.cpp
  17. 2
      src/setup/data.hpp
  18. 2
      src/setup/expression.cpp
  19. 2
      src/setup/file.cpp
  20. 2
      src/setup/file.hpp
  21. 2
      src/setup/filename.cpp
  22. 2
      src/setup/header.cpp
  23. 2
      src/setup/header.hpp
  24. 2
      src/setup/info.cpp
  25. 2
      src/setup/info.hpp
  26. 2
      src/setup/version.cpp
  27. 2
      src/setup/windows.cpp
  28. 2
      src/stream/chunk.cpp
  29. 2
      src/stream/chunk.hpp
  30. 2
      src/stream/file.cpp
  31. 2
      src/stream/file.hpp
  32. 2
      src/stream/lzma.cpp
  33. 2
      src/stream/lzma.hpp
  34. 2
      src/stream/slice.cpp
  35. 2
      src/stream/slice.hpp
  36. 2
      src/util/boostfs_compat.hpp
  37. 2
      src/util/console.hpp
  38. 2
      src/util/encoding.cpp
  39. 2
      src/util/encoding.hpp
  40. 2
      src/util/endian.hpp
  41. 2
      src/util/load.cpp
  42. 2
      src/util/output.hpp
  43. 2
      src/util/storedenum.hpp

2
LICENSE

@ -1,5 +1,5 @@
Copyright (C) 2011-2016 Daniel Scharrer <daniel@constexpr.org>
Copyright (C) 2011-2018 Daniel Scharrer <daniel@constexpr.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the author(s) be held liable for any damages

2
cmake/CXXVersionCheck.cmake

@ -1,5 +1,5 @@
# Copyright (C) 2013-2016 Daniel Scharrer
# Copyright (C) 2013-2018 Daniel Scharrer
#
# This software is provided 'as-is', without any express or implied
# warranty. In no event will the author(s) be held liable for any damages

2
cmake/CompileCheck.cmake

@ -1,5 +1,5 @@
# Copyright (C) 2011-2016 Daniel Scharrer
# Copyright (C) 2011-2017 Daniel Scharrer
#
# This software is provided 'as-is', without any express or implied
# warranty. In no event will the author(s) be held liable for any damages

2
cmake/Doxygen.cmake

@ -1,5 +1,5 @@
# Copyright (C) 2011-2012 Daniel Scharrer
# Copyright (C) 2011-2017 Daniel Scharrer
#
# This software is provided 'as-is', without any express or implied
# warranty. In no event will the author(s) be held liable for any damages

2
cmake/StyleCheck.cmake

@ -1,5 +1,5 @@
# Copyright (C) 2013-2015 Daniel Scharrer
# Copyright (C) 2013-2018 Daniel Scharrer
#
# This software is provided 'as-is', without any express or implied
# warranty. In no event will the author(s) be held liable for any damages

2
cmake/cpplint.py vendored

@ -14,7 +14,7 @@
# - Allow #ifdef BOOST_PP_IS_ITERATING + #endif in place of header guards
# - C++ source files are named .cpp, not .cc
#
# Copyright (c) 2011-1015 Daniel Scharrer
# Copyright (c) 2011-2018 Daniel Scharrer
# Copyright (c) 2009 Google Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without

2
src/cli/debug.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/cli/extract.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2016 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/cli/extract.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2016 Daniel Scharrer
* Copyright (C) 2014-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/cli/gog.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2015 Daniel Scharrer
* Copyright (C) 2014-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/cli/gog.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2015 Daniel Scharrer
* Copyright (C) 2014-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/cli/main.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2016 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/crypto/checksum.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2013 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/crypto/checksum.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/crypto/hasher.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/setup/data.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2015 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/setup/data.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2015 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/setup/expression.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012-2015 Daniel Scharrer
* Copyright (C) 2012-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/setup/file.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/setup/file.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2015 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/setup/filename.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012-2016 Daniel Scharrer
* Copyright (C) 2012-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/setup/header.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2016 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/setup/header.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2016 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/setup/info.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2015 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/setup/info.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/setup/version.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2016 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/setup/windows.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2013 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/stream/chunk.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2013 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/stream/chunk.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/stream/file.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/stream/file.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/stream/lzma.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2016 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/stream/lzma.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/stream/slice.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2015 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/stream/slice.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/util/boostfs_compat.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012-2014 Daniel Scharrer
* Copyright (C) 2012-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/util/console.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2016 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/util/encoding.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2015 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/util/encoding.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/util/endian.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2015 Daniel Scharrer
* Copyright (C) 2011-2017 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/util/load.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/util/output.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2018 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

2
src/util/storedenum.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2015 Daniel Scharrer
* Copyright (C) 2011-2017 Daniel Scharrer
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the author(s) be held liable for any damages

Loading…
Cancel
Save