Add some missing copyright headers.
authorTeemu Murtola <teemu.murtola@gmail.com>
Mon, 7 Oct 2013 03:59:58 +0000 (06:59 +0300)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Tue, 19 Nov 2013 16:55:26 +0000 (17:55 +0100)
commit7a2a9e329572c6cd4bce297d47fce1620c1105b9
tree776aa58eb865272912f573585c9af3cc69249adc
parent4c15f7267192923dcbb12120863249c076ee175d
Add some missing copyright headers.

Went through files that were modified by
  git ls-tree --name-only -r HEAD | git check-attr filter --stdin | \
  sed -Ene '/(copyright|uncrustify)$/ {s/:.*//;p;}' | \
  grep -v '_kernel_' | xargs admin/copyright.py --add-missing
and updated the copyright years for those where I know the history or
could easily dig it out.  Mostly this is CMake build system files, which
came to existence at earliest 2009, so it wasn't too hard to dig out
when the code was actually introduced/changed, using git log and
git log --follow.

Part of #818.

Change-Id: Ibba6d8bacc700efd76b7bc429228d751b8e17a27
49 files changed:
CMakeLists.txt
CPackInit.cmake
CTestConfig.cmake
admin/includedeps.cmake
cmake/Platform/BlueGeneL-static-XL-C.cmake
cmake/Platform/BlueGeneP-static-XL-C.cmake
cmake/gmxBuildTypeReference.cmake
cmake/gmxCFlags.cmake
cmake/gmxDetectAcceleration.cmake
cmake/gmxDetectClang30.cmake
cmake/gmxDetectGpu.cmake
cmake/gmxDetectTargetArchitecture.cmake
cmake/gmxGCC44O3BugWorkaround.cmake
cmake/gmxManageGPU.cmake
cmake/gmxManageLinearAlgebraLibraries.cmake
cmake/gmxManageMPI.cmake
cmake/gmxManageNvccConfig.cmake
cmake/gmxSetBuildInformation.cmake
cmake/gmxTestCXX11.cmake
cmake/gmxTestCatamount.cmake
cmake/gmxTestFloatFormat.cmake
cmake/gmxTestInline.cmake
cmake/gmxTestInlineASM.cmake
cmake/gmxTestIsfinite.cmake
cmake/gmxTestLargeFiles.cmake
cmake/gmxTestMPI_IN_PLACE.cmake
cmake/gmxTestPipes.cmake
cmake/gmxTestRestrict.cmake
cmake/gmxTestSignal.cmake
cmake/gmxTestXDR.cmake
cmake/gmxTestdlopen.cmake
manual/CMakeLists.txt
scripts/CMakeLists.txt
src/CMakeLists.txt
src/GetCompilerInfo.cmake
src/config.h.cmakein
src/contrib/fftw/CMakeLists.txt
src/gromacs/fft/tests/CMakeLists.txt
src/gromacs/gmxana/geminate.h
src/gromacs/gmxlib/CMakeLists.txt
src/gromacs/gmxlib/cuda_tools/CMakeLists.txt
src/gromacs/gmxlib/gpu_utils/CMakeLists.txt
src/gromacs/gmxlib/nonbonded/CMakeLists.txt
src/gromacs/gmxpreprocess/CMakeLists.txt
src/gromacs/legacyheaders/CMakeLists.txt
src/gromacs/legacyheaders/topsort.h
src/gromacs/linearalgebra/CMakeLists.txt
src/gromacs/mdlib/CMakeLists.txt
src/gromacs/mdlib/nbnxn_cuda/CMakeLists.txt