Skip to content

Commit b032647

Browse files
committed
add attribution header
1 parent 71bf609 commit b032647

3 files changed

Lines changed: 69 additions & 0 deletions

File tree

examples/advanced/advanced.py

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
# %%
2+
# This file is part of the gmx-top4py project.
3+
#
4+
# The gmx-top4py project is based on or includes code from:
5+
# kimmdy (https://github.com/graeter-group/kimmdy/tree/main)
6+
# Copyright (C) graeter-group
7+
# Licensed under the GNU General Public License v3.0 (GPLv3).
8+
#
9+
# Modifications and additional code:
10+
# Copyright (C) 2025 graeter-group
11+
# Licensed under the GNU General Public License v3.0 (GPLv3).
12+
#
13+
# This program is free software: you can redistribute it and/or modify
14+
# it under the terms of the GNU General Public License as published by
15+
# the Free Software Foundation, either version 3 of the License, or
16+
# (at your option) any later version.
17+
#
18+
# This program is distributed in the hope that it will be useful,
19+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
20+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21+
# GNU General Public License for more details.
22+
#
23+
# You should have received a copy of the GNU General Public License
24+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
225
from pathlib import Path
326
from copy import deepcopy
427

examples/basic/basic.py

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
# %%
2+
# This file is part of the gmx-top4py project.
3+
#
4+
# The gmx-top4py project is based on or includes code from:
5+
# kimmdy (https://github.com/graeter-group/kimmdy/tree/main)
6+
# Copyright (C) graeter-group
7+
# Licensed under the GNU General Public License v3.0 (GPLv3).
8+
#
9+
# Modifications and additional code:
10+
# Copyright (C) 2025 graeter-group
11+
# Licensed under the GNU General Public License v3.0 (GPLv3).
12+
#
13+
# This program is free software: you can redistribute it and/or modify
14+
# it under the terms of the GNU General Public License as published by
15+
# the Free Software Foundation, either version 3 of the License, or
16+
# (at your option) any later version.
17+
#
18+
# This program is distributed in the hope that it will be useful,
19+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
20+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21+
# GNU General Public License for more details.
22+
#
23+
# You should have received a copy of the GNU General Public License
24+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
225
from pathlib import Path
326

427
from gmx_top4py.topology.topology import Topology

examples/ff_params/ff_params.py

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
# %%
2+
# This file is part of the gmx-top4py project.
3+
#
4+
# The gmx-top4py project is based on or includes code from:
5+
# kimmdy (https://github.com/graeter-group/kimmdy/tree/main)
6+
# Copyright (C) graeter-group
7+
# Licensed under the GNU General Public License v3.0 (GPLv3).
8+
#
9+
# Modifications and additional code:
10+
# Copyright (C) 2025 graeter-group
11+
# Licensed under the GNU General Public License v3.0 (GPLv3).
12+
#
13+
# This program is free software: you can redistribute it and/or modify
14+
# it under the terms of the GNU General Public License as published by
15+
# the Free Software Foundation, either version 3 of the License, or
16+
# (at your option) any later version.
17+
#
18+
# This program is distributed in the hope that it will be useful,
19+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
20+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21+
# GNU General Public License for more details.
22+
#
23+
# You should have received a copy of the GNU General Public License
24+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
225
from pathlib import Path
326
from copy import deepcopy
427

0 commit comments

Comments
 (0)