Browse Source

Update copyright years

pull/108/head
Daniel Scharrer 6 years ago
parent
commit
d8d4d57fb3
  1. 2
      LICENSE
  2. 2
      src/cli/debug.cpp
  3. 2
      src/cli/debug.hpp
  4. 2
      src/cli/extract.cpp
  5. 2
      src/cli/extract.hpp
  6. 2
      src/cli/main.cpp
  7. 2
      src/loader/offsets.cpp
  8. 2
      src/loader/offsets.hpp
  9. 2
      src/setup/delete.cpp
  10. 2
      src/setup/directory.cpp
  11. 2
      src/setup/file.cpp
  12. 2
      src/setup/filename.cpp
  13. 2
      src/setup/header.cpp
  14. 2
      src/setup/icon.cpp
  15. 2
      src/setup/info.cpp
  16. 2
      src/setup/ini.cpp
  17. 2
      src/setup/registry.cpp
  18. 2
      src/setup/run.cpp
  19. 2
      src/setup/version.cpp
  20. 2
      src/util/boostfs_compat.hpp
  21. 2
      src/util/encoding.cpp
  22. 2
      src/util/encoding.hpp
  23. 2
      src/util/load.cpp
  24. 2
      src/util/load.hpp

2
LICENSE

@ -1,5 +1,5 @@
Copyright (C) 2011-2019 Daniel Scharrer <daniel@constexpr.org>
Copyright (C) 2011-2020 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
src/cli/debug.cpp

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

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

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

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