Skip to content

Commit

Permalink
Update copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed Jun 24, 2022
1 parent 94d3b0b commit b205f25
Show file tree
Hide file tree
Showing 1,166 changed files with 1,614 additions and 1,158 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright (C) 2009-2019 The ESPResSo project
#
# Copyright (C) 2009-2022 The ESPResSo project
# Copyright (C) 2009,2010
# Max-Planck-Institute for Polymer Research, Theory Group
#
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ publications, as indicated in the documentation. For detailed instructions, see

## License

Copyright (C) 2010-2021 The ESPResSo project
Copyright (C) 2010-2022 The ESPResSo project

Copyright (C) 2002-2010 Max-Planck-Institute for Polymer Research, Theory Group

Expand Down
19 changes: 19 additions & 0 deletions doc/doxygen/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
#
# Copyright (C) 2015-2022 The ESPResSo project
#
# This file is part of ESPResSo.
#
# ESPResSo is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# ESPResSo is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

find_package(Doxygen)
if(DOXYGEN_FOUND)
add_custom_command(
Expand Down
2 changes: 1 addition & 1 deletion doc/doxygen/gen_doxyconfig.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright (C) 2013-2019 The ESPResSo project
# Copyright (C) 2013-2022 The ESPResSo project
# Copyright (C) 2012 Olaf Lenz
#
# This file is part of ESPResSo.
Expand Down
2 changes: 1 addition & 1 deletion doc/doxygen/main.dox
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2019 The ESPResSo project
* Copyright (C) 2010-2022 The ESPResSo project
* Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010
* Max-Planck-Institute for Polymer Research, Theory Group
*
Expand Down
2 changes: 1 addition & 1 deletion doc/logo/cup.vmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2012-2019 The ESPResSo project
# Copyright (C) 2012-2022 The ESPResSo project
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
Expand Down
2 changes: 1 addition & 1 deletion doc/logo/generate_animation.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (C) 2012-2019 The ESPResSo project
# Copyright (C) 2012-2022 The ESPResSo project
# Copyright (C) 2012,2013 Olaf Lenz
#
# This file is part of ESPResSo.
Expand Down
2 changes: 1 addition & 1 deletion doc/logo/generate_pixmaps.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (C) 2012-2019 The ESPResSo project
# Copyright (C) 2012-2022 The ESPResSo project
# Copyright (C) 2012,2013 Olaf Lenz
#
# This file is part of ESPResSo.
Expand Down
19 changes: 19 additions & 0 deletions doc/sphinx/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
#
# Copyright (C) 2016-2022 The ESPResSo project
#
# This file is part of ESPResSo.
#
# ESPResSo is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# ESPResSo is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

find_package(Sphinx 2.3.0)
if(SPHINX_FOUND)
# configured documentation tools and intermediate build results
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ html_show_sourcelink = False
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
html_show_sphinx = False

# If true, "(C) Copyright (C) 2019 The ESPResSo project" is shown
# If true, "(C) Copyright (C) 2022 The ESPResSo project" is shown
# in the HTML footer. Default is True.
html_show_copyright = True

Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/samples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2019 The ESPResSo project
# Copyright (C) 2019-2022 The ESPResSo project
#
# This file is part of ESPResSo.
#
Expand Down
4 changes: 3 additions & 1 deletion doc/tutorials/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright (C) 2009-2019 The ESPResSo project
#
# Copyright (C) 2009-2022 The ESPResSo project
# Copyright (C) 2009,2010
# Max-Planck-Institute for Polymer Research, Theory Group
#
Expand All @@ -16,6 +17,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

# Register a new tutorial target that depends on a list of files that need to be
# copied from the source directory to the build directory. Make the tutorial
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/convert.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2019 The ESPResSo project
# Copyright (C) 2019-2022 The ESPResSo project
#
# This file is part of ESPResSo.
#
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/electrokinetics/scripts/eof_analytical.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2010-2019 The ESPResSo project
# Copyright (C) 2010-2022 The ESPResSo project
#
# This file is part of ESPResSo.
#
Expand Down
4 changes: 3 additions & 1 deletion maintainer/CI/build_cmake.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
#!/usr/bin/env bash
# Copyright (C) 2016-2019 The ESPResSo project
#
# Copyright (C) 2016-2022 The ESPResSo project
# Copyright (C) 2014 Olaf Lenz
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
#

abort() {
echo "An error occurred. Exiting..." >&2
Expand Down
2 changes: 1 addition & 1 deletion maintainer/CI/deploy_tutorials.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# Copyright (C) 2019 The ESPResSo project
# Copyright (C) 2019-2022 The ESPResSo project
#
# This file is part of ESPResSo.
#
Expand Down
4 changes: 3 additions & 1 deletion maintainer/CI/doc_warnings.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
# Copyright (C) 2019 The ESPResSo project
#
# Copyright (C) 2019-2022 The ESPResSo project
#
# This file is part of ESPResSo.
#
Expand All @@ -15,6 +16,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#


# This script searches for :class:`foo` links to non-existent 'foo'
Expand Down
3 changes: 2 additions & 1 deletion maintainer/CI/dox_warnings.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# Copyright (C) 2019 The ESPResSo project
# Copyright (C) 2019-2022 The ESPResSo project
#
# This file is part of ESPResSo.
#
Expand All @@ -17,6 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

import re
import pathlib

Expand Down
4 changes: 3 additions & 1 deletion maintainer/CI/dox_warnings.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env sh
# Copyright (C) 2019 The ESPResSo project
#
# Copyright (C) 2019-2022 The ESPResSo project
#
# This file is part of ESPResSo.
#
Expand All @@ -15,6 +16,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#


# This script generates a summary of all Doxygen warnings that require fixing.
Expand Down
4 changes: 3 additions & 1 deletion maintainer/CI/fix_style.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env sh
# Copyright (C) 2018-2020 The ESPResSo project
#
# Copyright (C) 2018-2022 The ESPResSo project
#
# This file is part of ESPResSo.
#
Expand All @@ -15,6 +16,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

cd "$(git rev-parse --show-toplevel)" || exit 1

Expand Down
2 changes: 1 addition & 1 deletion maintainer/CI/jupyter_warnings.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# Copyright (C) 2020 The ESPResSo project
# Copyright (C) 2020-2022 The ESPResSo project
#
# This file is part of ESPResSo.
#
Expand Down
4 changes: 3 additions & 1 deletion maintainer/add_missing_headers.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env sh
# Copyright (C) 2018-2019 The ESPResSo project
#
# Copyright (C) 2018-2022 The ESPResSo project
#
# This file is part of ESPResSo.
#
Expand All @@ -15,6 +16,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#


# Add copyright header to C++, CUDA, Doxygen, Python and shell files.
Expand Down
19 changes: 19 additions & 0 deletions maintainer/benchmarks/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
#
# Copyright (C) 2018-2022 The ESPResSo project
#
# This file is part of ESPResSo.
#
# ESPResSo is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# ESPResSo is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

include(ProcessorCount)
ProcessorCount(NP)

Expand Down
2 changes: 1 addition & 1 deletion maintainer/benchmarks/benchmarks.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2018-2020 The ESPResSo project
# Copyright (C) 2018-2022 The ESPResSo project
#
# This file is part of ESPResSo.
#
Expand Down
3 changes: 2 additions & 1 deletion maintainer/benchmarks/ferrofluid.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2013-2019 The ESPResSo project
# Copyright (C) 2013-2022 The ESPResSo project
#
# This file is part of ESPResSo.
#
Expand All @@ -16,6 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

import espressomd
import espressomd.magnetostatics
import benchmarks
Expand Down
2 changes: 1 addition & 1 deletion maintainer/benchmarks/lb.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2013-2019 The ESPResSo project
# Copyright (C) 2013-2022 The ESPResSo project
#
# This file is part of ESPResSo.
#
Expand Down
3 changes: 2 additions & 1 deletion maintainer/benchmarks/lj.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2013-2019 The ESPResSo project
# Copyright (C) 2013-2022 The ESPResSo project
#
# This file is part of ESPResSo.
#
Expand All @@ -16,6 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

import espressomd
import benchmarks
import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion maintainer/benchmarks/mc_acid_base_reservoir.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2021 The ESPResSo project
# Copyright (C) 2021-2022 The ESPResSo project
#
# This file is part of ESPResSo.
#
Expand Down
3 changes: 2 additions & 1 deletion maintainer/benchmarks/p3m.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2013-2019 The ESPResSo project
# Copyright (C) 2013-2022 The ESPResSo project
#
# This file is part of ESPResSo.
#
Expand All @@ -16,6 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

import espressomd
import espressomd.electrostatics
import benchmarks
Expand Down
4 changes: 3 additions & 1 deletion maintainer/benchmarks/runner.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
# Copyright (C) 2018-2019 The ESPResSo project
#
# Copyright (C) 2018-2022 The ESPResSo project
#
# This file is part of ESPResSo.
#
Expand All @@ -15,6 +16,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

abort() {
echo "An error occurred in runner.sh, exiting now" >&2
Expand Down
4 changes: 3 additions & 1 deletion maintainer/benchmarks/suite.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
# Copyright (C) 2018-2019 The ESPResSo project
#
# Copyright (C) 2018-2022 The ESPResSo project
#
# This file is part of ESPResSo.
#
Expand All @@ -15,6 +16,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

# list of commits to benchmark
commits="HEAD"
Expand Down
3 changes: 2 additions & 1 deletion maintainer/check_features.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright (C) 2013-2019 The ESPResSo project
#
# Copyright (C) 2013-2022 The ESPResSo project
# Copyright (C) 2012 Olaf Lenz
#
# This file is part of ESPResSo.
Expand Down
2 changes: 1 addition & 1 deletion maintainer/configs/empty.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2019 The ESPResSo project
* Copyright (C) 2010-2022 The ESPResSo project
*
* This file is part of ESPResSo.
*
Expand Down
2 changes: 1 addition & 1 deletion maintainer/configs/maxset.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2019 The ESPResSo project
* Copyright (C) 2010-2022 The ESPResSo project
*
* This file is part of ESPResSo.
*
Expand Down
Loading

0 comments on commit b205f25

Please sign in to comment.