Skip to content

Commit

Permalink
License Header: Update 2018
Browse files Browse the repository at this point in the history
Updating years in header files is cumbersome,
so we update all files to include 2018 at once.

Updated via

``` bash
grep -iR "Copyright 20" . | awk -F: '{print $1}' | \
  xargs -n1 -P1 -I{} sed -i 's/\(Copyright 20..\) /\1-2018 /g' {}
grep -iR "Copyright 20" . | awk -F: '{print $1}' | \
  xargs -n1 -P1 -I{} sed -i 's/\(Copyright 20..-201\). /\18 /g' {}
```

and commited via

``` bash
git checkout thirdParty/

GIT_AUTHOR_NAME="Tools" GIT_AUTHOR_EMAIL="picongpu@hzdr.de" \
  git commit -a -S
```

Happy new year! :) 🌟
  • Loading branch information
Tools authored and ax3l committed Jan 3, 2018
1 parent 48a9e08 commit 820e264
Show file tree
Hide file tree
Showing 1,167 changed files with 1,167 additions and 1,167 deletions.
2 changes: 1 addition & 1 deletion bin/cuda_memtest.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright 2013-2017 Rene Widera
# Copyright 2013-2018 Rene Widera
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion buildsystem/CompileSuite/autoTests/config.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright 2013-2017 Axel Huebl
# Copyright 2013-2018 Axel Huebl
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion buildsystem/CompileSuite/autoTests/get_work.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright 2013-2017 Axel Huebl
# Copyright 2013-2018 Axel Huebl
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion buildsystem/CompileSuite/autoTests/new_commits.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright 2013-2017 Axel Huebl
# Copyright 2013-2018 Axel Huebl
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion buildsystem/CompileSuite/autoTests/report.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright 2013-2017 Axel Huebl
# Copyright 2013-2018 Axel Huebl
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion buildsystem/CompileSuite/color.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright 2013-2017 Axel Huebl, Rene Widera
# Copyright 2013-2018 Axel Huebl, Rene Widera
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion buildsystem/CompileSuite/compileSet.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright 2013-2017 Axel Huebl
# Copyright 2013-2018 Axel Huebl
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion buildsystem/CompileSuite/exec_helper.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright 2013-2017 Axel Huebl
# Copyright 2013-2018 Axel Huebl
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion buildsystem/CompileSuite/help.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright 2013-2017 Axel Huebl
# Copyright 2013-2018 Axel Huebl
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion buildsystem/CompileSuite/options.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright 2013-2017 Axel Huebl
# Copyright 2013-2018 Axel Huebl
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion buildsystem/CompileSuite/path.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright 2013-2017 Axel Huebl
# Copyright 2013-2018 Axel Huebl
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion docs/TBG_macros.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2014-2017 Felix Schmitt, Axel Huebl, Richard Pausch, Heiko Burau
# Copyright 2014-2018 Felix Schmitt, Axel Huebl, Richard Pausch, Heiko Burau
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion docs/propose_changelog.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright 2017 Axel Huebl
# Copyright 2017-2018 Axel Huebl
#
# License: GPLv3+
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/bash/mpiexec.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl, Anton Helm, Rene Widera
# Copyright 2013-2018 Axel Huebl, Anton Helm, Rene Widera
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/bash/mpirun.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl, Anton Helm, Rene Widera
# Copyright 2013-2018 Axel Huebl, Anton Helm, Rene Widera
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/cpuNumaStarter.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright 2017 Rene Widera, Alexander Matthes
# Copyright 2017-2018 Rene Widera, Alexander Matthes
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/davinci-rice/picongpu.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl, Rene Widera, Richard Pausch
# Copyright 2013-2018 Axel Huebl, Rene Widera, Richard Pausch
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/draco-mpcdf/general.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl, Richard Pausch, Rene Widera
# Copyright 2013-2018 Axel Huebl, Richard Pausch, Rene Widera
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/hydra-hzdr/default.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl, Anton Helm, Rene Widera
# Copyright 2013-2018 Axel Huebl, Anton Helm, Rene Widera
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/hypnos-hzdr/fermi.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl, Anton Helm, Rene Widera
# Copyright 2013-2018 Axel Huebl, Anton Helm, Rene Widera
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/hypnos-hzdr/k20.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl, Anton Helm, Rene Widera
# Copyright 2013-2018 Axel Huebl, Anton Helm, Rene Widera
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/hypnos-hzdr/k20_autoWait.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl, Rene Widera, Richard Pausch
# Copyright 2013-2018 Axel Huebl, Rene Widera, Richard Pausch
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/hypnos-hzdr/k20_vampir.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl, Anton Helm, Rene Widera
# Copyright 2013-2018 Axel Huebl, Anton Helm, Rene Widera
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/hypnos-hzdr/k20_wait.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl, Rene Widera, Richard Pausch
# Copyright 2013-2018 Axel Huebl, Rene Widera, Richard Pausch
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/hypnos-hzdr/k80.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl, Anton Helm, Rene Widera
# Copyright 2013-2018 Axel Huebl, Anton Helm, Rene Widera
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/hypnos-hzdr/k80_restart.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl, Anton Helm, Rene Widera, Richard Pausch, Bifeng Lei
# Copyright 2013-2018 Axel Huebl, Anton Helm, Rene Widera, Richard Pausch, Bifeng Lei
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/hypnos-hzdr/laser.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl, Anton Helm, Rene Widera
# Copyright 2013-2018 Axel Huebl, Anton Helm, Rene Widera
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/joker-tud/fermi.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl, Rene Widera, Richard Pausch
# Copyright 2013-2018 Axel Huebl, Rene Widera, Richard Pausch
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/joker-tud/fermi_vampir.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl, Rene Widera, Richard Pausch
# Copyright 2013-2018 Axel Huebl, Rene Widera, Richard Pausch
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/joker-tud/tesla.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl, Rene Widera, Richard Pausch
# Copyright 2013-2018 Axel Huebl, Rene Widera, Richard Pausch
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/joker-tud/tesla_vampir.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl, Rene Widera, Richard Pausch
# Copyright 2013-2018 Axel Huebl, Rene Widera, Richard Pausch
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/judge-fzj/m2050.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl, Rene Widera, Richard Pausch, Wen Fu
# Copyright 2013-2018 Axel Huebl, Rene Widera, Richard Pausch, Wen Fu
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/judge-fzj/m2070.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl, Rene Widera, Richard Pausch, Wen Fu
# Copyright 2013-2018 Axel Huebl, Rene Widera, Richard Pausch, Wen Fu
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/keeneland-gt/parallel.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl, Rene Widera, Robert Dietric
# Copyright 2013-2018 Axel Huebl, Rene Widera, Robert Dietric
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/lawrencium-lbnl/fermi.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl
# Copyright 2013-2018 Axel Huebl
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/lawrencium-lbnl/k20.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl
# Copyright 2013-2018 Axel Huebl
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/pizdaint-cscs/large.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -l
# Copyright 2013-2017 Axel Huebl, Richard Pausch, Rene Widera
# Copyright 2013-2018 Axel Huebl, Richard Pausch, Rene Widera
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/pizdaint-cscs/normal.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -l
# Copyright 2013-2017 Axel Huebl, Richard Pausch, Rene Widera
# Copyright 2013-2018 Axel Huebl, Richard Pausch, Rene Widera
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/submitAction.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl, Rene Widera, Felix Schmitt
# Copyright 2013-2018 Axel Huebl, Rene Widera, Felix Schmitt
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/taurus-tud/k20x.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl, Richard Pausch
# Copyright 2013-2018 Axel Huebl, Richard Pausch
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/taurus-tud/k80.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl, Richard Pausch
# Copyright 2013-2018 Axel Huebl, Richard Pausch
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/taurus-tud/knl.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl, Richard Pausch, Alexander Matthes
# Copyright 2013-2018 Axel Huebl, Richard Pausch, Alexander Matthes
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/titan-ornl/batch.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl, Rene Widera
# Copyright 2013-2018 Axel Huebl, Rene Widera
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion etc/picongpu/titan-ornl/batch_scorep.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2013-2017 Axel Huebl, Rene Widera, Felix Schmitt
# Copyright 2013-2018 Axel Huebl, Rene Widera, Felix Schmitt
#
# This file is part of PIConGPU.
#
Expand Down
2 changes: 1 addition & 1 deletion include/mpiInfo/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2013-2017 Axel Huebl, Rene Widera, Felix Schmitt
# Copyright 2013-2018 Axel Huebl, Rene Widera, Felix Schmitt
#
# This file is part of mpiInfo.
#
Expand Down
2 changes: 1 addition & 1 deletion include/mpiInfo/main.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2013-2017 Rene Widera
/* Copyright 2013-2018 Rene Widera
*
* This file is part of mpiInfo.
*
Expand Down
2 changes: 1 addition & 1 deletion include/picongpu/ArgsParser.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2013-2017 Axel Huebl, Felix Schmitt, Rene Widera,
/* Copyright 2013-2018 Axel Huebl, Felix Schmitt, Rene Widera,
* Benjamin Worpitz
*
* This file is part of PIConGPU.
Expand Down
2 changes: 1 addition & 1 deletion include/picongpu/ArgsParser.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2013-2017 Axel Huebl, Felix Schmitt, Rene Widera,
/* Copyright 2013-2018 Axel Huebl, Felix Schmitt, Rene Widera,
* Benjamin Worpitz
*
* This file is part of PIConGPU.
Expand Down
2 changes: 1 addition & 1 deletion include/picongpu/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2013-2017 Axel Huebl, Benjamin Schneider, Felix Schmitt, Heiko Burau,
# Copyright 2013-2018 Axel Huebl, Benjamin Schneider, Felix Schmitt, Heiko Burau,
# Rene Widera, Alexander Grund, Alexander Matthes
#
# This file is part of PIConGPU.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2013-2017 Axel Huebl, Heiko Burau, Rene Widera
/* Copyright 2013-2018 Axel Huebl, Heiko Burau, Rene Widera
*
* This file is part of PIConGPU.
*
Expand Down
2 changes: 1 addition & 1 deletion include/picongpu/algorithms/DifferenceToLower.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2013-2017 Heiko Burau, Rene Widera, Axel Huebl
/* Copyright 2013-2018 Heiko Burau, Rene Widera, Axel Huebl
*
* This file is part of PIConGPU.
*
Expand Down
2 changes: 1 addition & 1 deletion include/picongpu/algorithms/DifferenceToUpper.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2013-2017 Heiko Burau, Rene Widera, Axel Huebl
/* Copyright 2013-2018 Heiko Burau, Rene Widera, Axel Huebl
*
* This file is part of PIConGPU.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2013-2017 Axel Huebl, Heiko Burau, Rene Widera
/* Copyright 2013-2018 Axel Huebl, Heiko Burau, Rene Widera
*
* This file is part of PIConGPU.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2013-2017 Axel Huebl, Heiko Burau, Rene Widera
/* Copyright 2013-2018 Axel Huebl, Heiko Burau, Rene Widera
*
* This file is part of PIConGPU.
*
Expand Down
2 changes: 1 addition & 1 deletion include/picongpu/algorithms/Gamma.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2013-2017 Axel Huebl, Heiko Burau, Rene Widera
/* Copyright 2013-2018 Axel Huebl, Heiko Burau, Rene Widera
*
* This file is part of PIConGPU.
*
Expand Down
2 changes: 1 addition & 1 deletion include/picongpu/algorithms/Gamma.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2013-2017 Axel Huebl, Heiko Burau, Rene Widera
/* Copyright 2013-2018 Axel Huebl, Heiko Burau, Rene Widera
*
* This file is part of PIConGPU.
*
Expand Down
2 changes: 1 addition & 1 deletion include/picongpu/algorithms/KinEnergy.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2017 Axel Huebl, Heiko Burau, Rene Widera
/* Copyright 2017-2018 Axel Huebl, Heiko Burau, Rene Widera
*
* This file is part of PIConGPU.
*
Expand Down
Loading

0 comments on commit 820e264

Please sign in to comment.