Browse Source

Update copyright years

pull/53/head
Daniel Scharrer 10 years ago
parent
commit
6acf806782
  1. 2
      LICENSE
  2. 2
      cmake/CXX11Check.cmake
  3. 2
      cmake/CompileCheck.cmake
  4. 2
      cmake/FilterList.cmake
  5. 2
      cmake/UseStaticLibs.cmake
  6. 2
      cmake/VersionScript.cmake
  7. 2
      cmake/VersionString.cmake
  8. 2
      src/cli/extract.cpp
  9. 2
      src/cli/extract.hpp
  10. 2
      src/cli/main.cpp
  11. 2
      src/setup/filename.cpp
  12. 2
      src/setup/filename.hpp
  13. 2
      src/setup/header.cpp
  14. 2
      src/setup/header.hpp
  15. 2
      src/setup/version.cpp
  16. 2
      src/stream/block.cpp
  17. 2
      src/stream/lzma.cpp
  18. 2
      src/util/console.cpp
  19. 2
      src/util/console.hpp
  20. 2
      src/util/load.hpp
  21. 2
      src/util/windows.cpp

2
LICENSE

@ -1,5 +1,5 @@
Copyright (C) 2011-2015 Daniel Scharrer <daniel@constexpr.org>
Copyright (C) 2011-2016 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/CXX11Check.cmake

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

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

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

@ -1,5 +1,5 @@
# Copyright (C) 2011-2015 Daniel Scharrer
# Copyright (C) 2011-2016 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-2015 Daniel Scharrer
* Copyright (C) 2011-2016 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-2015 Daniel Scharrer
* Copyright (C) 2014-2016 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-2015 Daniel Scharrer
* Copyright (C) 2011-2016 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-2015 Daniel Scharrer
* Copyright (C) 2012-2016 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-2015 Daniel Scharrer
* Copyright (C) 2012-2016 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-2015 Daniel Scharrer
* Copyright (C) 2011-2016 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-2015 Daniel Scharrer
* Copyright (C) 2011-2016 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-2015 Daniel Scharrer
* Copyright (C) 2011-2016 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/block.cpp

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