Browse Source

Update copyright lines for files changed this year

coverity_scan
Daniel Scharrer 13 years ago
parent
commit
1b2a62b714
  1. 2
      LICENSE
  2. 2
      cmake/FindLZMA.cmake
  3. 2
      cmake/Findiconv.cmake
  4. 18
      cmake/UseStaticLibs.cmake
  5. 2
      cmake/VersionScript.cmake
  6. 2
      cmake/VersionString.cmake
  7. 2
      src/cli/main.cpp
  8. 2
      src/crypto/adler32.hpp
  9. 2
      src/crypto/checksum.hpp
  10. 2
      src/crypto/crc32.hpp
  11. 2
      src/crypto/hasher.hpp
  12. 2
      src/crypto/iteratedhash.hpp
  13. 2
      src/loader/exereader.cpp
  14. 2
      src/release.cpp.in
  15. 2
      src/release.hpp
  16. 2
      src/setup/item.hpp
  17. 2
      src/setup/windows.hpp
  18. 2
      src/stream/block.hpp
  19. 2
      src/stream/checksum.hpp
  20. 2
      src/stream/chunk.hpp
  21. 2
      src/stream/lzma.hpp
  22. 2
      src/stream/slice.hpp
  23. 2
      src/util/flags.hpp
  24. 2
      src/util/load.cpp
  25. 2
      src/util/load.hpp
  26. 2
      src/util/log.hpp
  27. 2
      src/util/output.hpp
  28. 2
      src/util/storedenum.hpp
  29. 2
      src/util/types.hpp
  30. 2
      src/util/util.hpp

2
LICENSE

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

@ -1,5 +1,5 @@
# Copyright (C) 2011 Daniel Scharrer
# Copyright (C) 2011-2013 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 Daniel Scharrer
# Copyright (C) 2012-2013 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

18
cmake/UseStaticLibs.cmake

@ -1,4 +1,22 @@
# Copyright (C) 2013 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
# arising from the use of this software.
#
# Permission is granted to anyone to use this software for any purpose,
# including commercial applications, and to alter it and redistribute it
# freely, subject to the following restrictions:
#
# 1. The origin of this software must not be misrepresented; you must not
# claim that you wrote the original software. If you use this software
# in a product, an acknowledgment in the product documentation would be
# appreciated but is not required.
# 2. Altered source versions must be plainly marked as such, and must not be
# misrepresented as being the original software.
# 3. This notice may not be removed or altered from any source distribution.
macro(use_static_libs ID)
if(${ID}_USE_STATIC_LIBS)
set(_UseStaticLibs_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES ${CMAKE_FIND_LIBRARY_SUFFIXES})

2
cmake/VersionScript.cmake

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

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

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

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

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

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

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

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

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