Skip to content

Commit d79e3cc

Browse files
Merge pull request #834 from ax3l/doc-fixPMaccOfOf
Close #831 Fix Typo in GPL/LGPL header
2 parents 9278453 + 37aa465 commit d79e3cc

357 files changed

Lines changed: 357 additions & 357 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/libPMacc/examples/gameOfLife2D/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file is part of libPMacc.
55
#
66
# libPMacc is free software: you can redistribute it and/or modify
7-
# it under the terms of of either the GNU General Public License or
7+
# it under the terms of either the GNU General Public License or
88
# the GNU Lesser General Public License as published by
99
# the Free Software Foundation, either version 3 of the License, or
1010
# (at your option) any later version.

src/libPMacc/examples/gameOfLife2D/include/Evolution.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This file is part of libPMacc.
55
*
66
* libPMacc is free software: you can redistribute it and/or modify
7-
* it under the terms of of either the GNU General Public License or
7+
* it under the terms of either the GNU General Public License or
88
* the GNU Lesser General Public License as published by
99
* the Free Software Foundation, either version 3 of the License, or
1010
* (at your option) any later version.

src/libPMacc/examples/gameOfLife2D/include/GatherSlice.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* This file is part of libPMacc.
66
*
77
* libPMacc is free software: you can redistribute it and/or modify
8-
* it under the terms of of either the GNU General Public License or
8+
* it under the terms of either the GNU General Public License or
99
* the GNU Lesser General Public License as published by
1010
* the Free Software Foundation, either version 3 of the License, or
1111
* (at your option) any later version.

src/libPMacc/examples/gameOfLife2D/include/PngCreator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This file is part of libPMacc.
55
*
66
* libPMacc is free software: you can redistribute it and/or modify
7-
* it under the terms of of either the GNU General Public License or
7+
* it under the terms of either the GNU General Public License or
88
* the GNU Lesser General Public License as published by
99
* the Free Software Foundation, either version 3 of the License, or
1010
* (at your option) any later version.

src/libPMacc/examples/gameOfLife2D/include/Simulation.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This file is part of libPMacc.
55
*
66
* libPMacc is free software: you can redistribute it and/or modify
7-
* it under the terms of of either the GNU General Public License or
7+
* it under the terms of either the GNU General Public License or
88
* the GNU Lesser General Public License as published by
99
* the Free Software Foundation, either version 3 of the License, or
1010
* (at your option) any later version.

src/libPMacc/examples/gameOfLife2D/include/types.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This file is part of libPMacc.
55
*
66
* libPMacc is free software: you can redistribute it and/or modify
7-
* it under the terms of of either the GNU General Public License or
7+
* it under the terms of either the GNU General Public License or
88
* the GNU Lesser General Public License as published by
99
* the Free Software Foundation, either version 3 of the License, or
1010
* (at your option) any later version.

src/libPMacc/examples/gameOfLife2D/main.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This file is part of libPMacc.
55
*
66
* libPMacc is free software: you can redistribute it and/or modify
7-
* it under the terms of of either the GNU General Public License or
7+
* it under the terms of either the GNU General Public License or
88
* the GNU Lesser General Public License as published by
99
* the Free Software Foundation, either version 3 of the License, or
1010
* (at your option) any later version.

src/libPMacc/examples/gameOfLife2D/submit/1gpu.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This file is part of libPMacc.
66
#
77
# libPMacc is free software: you can redistribute it and/or modify
8-
# it under the terms of of either the GNU General Public License or
8+
# it under the terms of either the GNU General Public License or
99
# the GNU Lesser General Public License as published by
1010
# the Free Software Foundation, either version 3 of the License, or
1111
# (at your option) any later version.

src/libPMacc/examples/gameOfLife2D/submit/2gpus.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This file is part of libPMacc.
66
#
77
# libPMacc is free software: you can redistribute it and/or modify
8-
# it under the terms of of either the GNU General Public License or
8+
# it under the terms of either the GNU General Public License or
99
# the GNU Lesser General Public License as published by
1010
# the Free Software Foundation, either version 3 of the License, or
1111
# (at your option) any later version.

src/libPMacc/examples/gameOfLife2D/submit/4gpus.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This file is part of libPMacc.
66
#
77
# libPMacc is free software: you can redistribute it and/or modify
8-
# it under the terms of of either the GNU General Public License or
8+
# it under the terms of either the GNU General Public License or
99
# the GNU Lesser General Public License as published by
1010
# the Free Software Foundation, either version 3 of the License, or
1111
# (at your option) any later version.

0 commit comments

Comments
 (0)