Browse Source

Update copyright years

pull/108/head
Daniel Scharrer 7 years ago
parent
commit
641fc95f04
  1. 2
      LICENSE
  2. 2
      cmake/CXXVersionCheck.cmake
  3. 2
      cmake/FindLZMA.cmake
  4. 2
      cmake/Findiconv.cmake
  5. 2
      cmake/UseStaticLibs.cmake
  6. 2
      src/cli/debug.cpp
  7. 2
      src/cli/extract.cpp
  8. 2
      src/cli/extract.hpp
  9. 2
      src/cli/gog.cpp
  10. 2
      src/cli/goggalaxy.cpp
  11. 2
      src/cli/main.cpp
  12. 2
      src/crypto/adler32.cpp
  13. 2
      src/crypto/adler32.hpp
  14. 2
      src/crypto/crc32.cpp
  15. 2
      src/crypto/hasher.cpp
  16. 2
      src/crypto/hasher.hpp
  17. 2
      src/crypto/iteratedhash.hpp
  18. 2
      src/crypto/md5.cpp
  19. 2
      src/crypto/sha1.cpp
  20. 2
      src/loader/exereader.hpp
  21. 2
      src/loader/offsets.cpp
  22. 2
      src/setup/component.cpp
  23. 2
      src/setup/component.hpp
  24. 2
      src/setup/data.cpp
  25. 2
      src/setup/data.hpp
  26. 2
      src/setup/delete.cpp
  27. 2
      src/setup/delete.hpp
  28. 2
      src/setup/directory.cpp
  29. 2
      src/setup/directory.hpp
  30. 2
      src/setup/expression.cpp
  31. 2
      src/setup/expression.hpp
  32. 2
      src/setup/file.cpp
  33. 2
      src/setup/file.hpp
  34. 2
      src/setup/filename.cpp
  35. 2
      src/setup/filename.hpp
  36. 2
      src/setup/header.cpp
  37. 2
      src/setup/header.hpp
  38. 2
      src/setup/icon.cpp
  39. 2
      src/setup/icon.hpp
  40. 2
      src/setup/info.cpp
  41. 2
      src/setup/info.hpp
  42. 2
      src/setup/ini.cpp
  43. 2
      src/setup/ini.hpp
  44. 2
      src/setup/item.cpp
  45. 2
      src/setup/item.hpp
  46. 2
      src/setup/language.cpp
  47. 2
      src/setup/language.hpp
  48. 2
      src/setup/message.cpp
  49. 2
      src/setup/message.hpp
  50. 2
      src/setup/permission.cpp
  51. 2
      src/setup/permission.hpp
  52. 2
      src/setup/registry.cpp
  53. 2
      src/setup/registry.hpp
  54. 2
      src/setup/run.cpp
  55. 2
      src/setup/run.hpp
  56. 2
      src/setup/task.cpp
  57. 2
      src/setup/task.hpp
  58. 2
      src/setup/type.cpp
  59. 2
      src/setup/type.hpp
  60. 2
      src/setup/version.cpp
  61. 2
      src/setup/version.hpp
  62. 2
      src/setup/windows.cpp
  63. 2
      src/stream/checksum.hpp
  64. 2
      src/stream/exefilter.hpp
  65. 2
      src/stream/lzma.cpp
  66. 2
      src/stream/restrict.hpp
  67. 2
      src/stream/slice.cpp
  68. 2
      src/stream/slice.hpp
  69. 2
      src/util/console.cpp
  70. 2
      src/util/console.hpp
  71. 2
      src/util/encoding.cpp
  72. 2
      src/util/encoding.hpp
  73. 2
      src/util/flags.hpp
  74. 2
      src/util/load.cpp
  75. 2
      src/util/load.hpp
  76. 2
      src/util/log.cpp
  77. 2
      src/util/log.hpp
  78. 2
      src/util/output.hpp
  79. 2
      src/util/process.cpp
  80. 2
      src/util/storedenum.hpp
  81. 2
      src/util/time.cpp
  82. 2
      src/util/windows.cpp

2
LICENSE

@ -1,5 +1,5 @@
Copyright (C) 2011-2018 Daniel Scharrer <daniel@constexpr.org>
Copyright (C) 2011-2019 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-2018 Daniel Scharrer
# Copyright (C) 2013-2019 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/FindLZMA.cmake

@ -1,5 +1,5 @@
# Copyright (C) 2011-2013 Daniel Scharrer
# Copyright (C) 2011-2019 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/Findiconv.cmake

@ -1,5 +1,5 @@
# Copyright (C) 2012-2014 Daniel Scharrer
# Copyright (C) 2012-2019 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/UseStaticLibs.cmake

@ -1,5 +1,5 @@
# Copyright (C) 2013-2016 Daniel Scharrer
# Copyright (C) 2013-2019 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/debug.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2018 Daniel Scharrer
* Copyright (C) 2011-2019 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-2018 Daniel Scharrer
* Copyright (C) 2011-2019 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-2018 Daniel Scharrer
* Copyright (C) 2014-2019 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-2018 Daniel Scharrer
* Copyright (C) 2014-2019 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/goggalaxy.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018 Daniel Scharrer
* Copyright (C) 2018-2019 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-2018 Daniel Scharrer
* Copyright (C) 2011-2019 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/adler32.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2013 Daniel Scharrer
* Copyright (C) 2011-2019 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/adler32.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2019 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/crc32.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2013 Daniel Scharrer
* Copyright (C) 2011-2019 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-2018 Daniel Scharrer
* Copyright (C) 2011-2019 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.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2019 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/iteratedhash.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2019 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/md5.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2013 Daniel Scharrer
* Copyright (C) 2011-2019 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/sha1.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2013 Daniel Scharrer
* Copyright (C) 2011-2019 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/loader/exereader.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2019 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/loader/offsets.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/component.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2013 Daniel Scharrer
* Copyright (C) 2011-2019 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/component.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2019 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-2018 Daniel Scharrer
* Copyright (C) 2011-2019 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-2018 Daniel Scharrer
* Copyright (C) 2011-2019 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/delete.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2013 Daniel Scharrer
* Copyright (C) 2011-2019 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/delete.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2019 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/directory.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2019 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/directory.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2019 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-2018 Daniel Scharrer
* Copyright (C) 2012-2019 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.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012-2015 Daniel Scharrer
* Copyright (C) 2012-2019 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-2018 Daniel Scharrer
* Copyright (C) 2011-2019 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-2018 Daniel Scharrer
* Copyright (C) 2011-2019 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-2018 Daniel Scharrer
* Copyright (C) 2012-2019 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.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2012-2016 Daniel Scharrer
* Copyright (C) 2012-2019 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-2018 Daniel Scharrer
* Copyright (C) 2011-2019 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-2018 Daniel Scharrer
* Copyright (C) 2011-2019 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/icon.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2013 Daniel Scharrer
* Copyright (C) 2011-2019 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/icon.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2019 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-2018 Daniel Scharrer
* Copyright (C) 2011-2019 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-2018 Daniel Scharrer
* Copyright (C) 2011-2019 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/ini.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2013 Daniel Scharrer
* Copyright (C) 2011-2019 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/ini.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2019 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/item.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2013 Daniel Scharrer
* Copyright (C) 2011-2019 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/item.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2019 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/language.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2013 Daniel Scharrer
* Copyright (C) 2011-2019 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/language.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2019 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/message.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2019 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/message.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2019 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/permission.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2013 Daniel Scharrer
* Copyright (C) 2011-2019 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/permission.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2019 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/registry.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2013 Daniel Scharrer
* Copyright (C) 2011-2019 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/registry.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2019 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/run.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2013 Daniel Scharrer
* Copyright (C) 2011-2019 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/run.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2019 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/task.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2013 Daniel Scharrer
* Copyright (C) 2011-2019 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/task.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2019 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/type.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2013 Daniel Scharrer
* Copyright (C) 2011-2019 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/type.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2019 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-2018 Daniel Scharrer
* Copyright (C) 2011-2019 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.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2019 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-2018 Daniel Scharrer
* Copyright (C) 2011-2019 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/checksum.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2019 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/exefilter.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2019 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-2018 Daniel Scharrer
* Copyright (C) 2011-2019 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/restrict.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2014 Daniel Scharrer
* Copyright (C) 2013-2019 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-2018 Daniel Scharrer
* Copyright (C) 2011-2019 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-2018 Daniel Scharrer
* Copyright (C) 2011-2019 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.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2016 Daniel Scharrer
* Copyright (C) 2011-2019 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-2018 Daniel Scharrer
* Copyright (C) 2011-2019 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-2018 Daniel Scharrer
* Copyright (C) 2011-2019 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-2018 Daniel Scharrer
* Copyright (C) 2011-2019 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/flags.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2019 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-2018 Daniel Scharrer
* Copyright (C) 2011-2019 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.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2016 Daniel Scharrer
* Copyright (C) 2011-2019 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/log.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2015 Daniel Scharrer
* Copyright (C) 2011-2019 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/log.hpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2014 Daniel Scharrer
* Copyright (C) 2011-2019 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-2018 Daniel Scharrer
* Copyright (C) 2011-2019 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/process.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2015 Daniel Scharrer
* Copyright (C) 2013-2019 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-2017 Daniel Scharrer
* Copyright (C) 2011-2019 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/time.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2015 Daniel Scharrer
* Copyright (C) 2013-2019 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/windows.cpp

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2016 Daniel Scharrer
* Copyright (C) 2013-2019 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