Skip to content

Commit fa7b579

Browse files
committed
remove duplicate headers
1 parent af7d480 commit fa7b579

File tree

7 files changed

+0
-28
lines changed

7 files changed

+0
-28
lines changed

tutorials/gb_upload.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
# Authors: Ádám Fekete, Elliott Kasoar, Tamás K. Stenczel
33
# This program is distributed under the MIT License, see LICENSE.md.
44

5-
# Copyright (c) 2025.
6-
# Authors: Ádám Fekete, Elliott Kasoar, Tamás K. Stenczel
7-
# This program is distributed under the MIT License, see LICENSE.md.
8-
95
import sys
106
from pathlib import Path
117
import sys

tutorials/scripts/Preprocess.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
# Authors: Ádám Fekete, Elliott Kasoar, Tamás K. Stenczel
33
# This program is distributed under the MIT License, see LICENSE.md.
44

5-
# Copyright (c) 2025.
6-
# Authors: Ádám Fekete, Elliott Kasoar, Tamás K. Stenczel
7-
# This program is distributed under the MIT License, see LICENSE.md.
8-
95
from pathlib import Path
106
from pprint import pprint
117
import json

tutorials/scripts/Reader.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
# Authors: Ádám Fekete, Elliott Kasoar, Tamás K. Stenczel
33
# This program is distributed under the MIT License, see LICENSE.md.
44

5-
# Copyright (c) 2025.
6-
# Authors: Ádám Fekete, Elliott Kasoar, Tamás K. Stenczel
7-
# This program is distributed under the MIT License, see LICENSE.md.
8-
95
import json
106
from pathlib import Path
117

tutorials/scripts/Visualise.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
# Authors: Ádám Fekete, Elliott Kasoar, Tamás K. Stenczel
33
# This program is distributed under the MIT License, see LICENSE.md.
44

5-
# Copyright (c) 2025.
6-
# Authors: Ádám Fekete, Elliott Kasoar, Tamás K. Stenczel
7-
# This program is distributed under the MIT License, see LICENSE.md.
8-
95
import io
106
import uuid
117

tutorials/scripts/Visualise_quip.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
# Authors: Ádám Fekete, Elliott Kasoar, Tamás K. Stenczel
33
# This program is distributed under the MIT License, see LICENSE.md.
44

5-
# Copyright (c) 2025.
6-
# Authors: Ádám Fekete, Elliott Kasoar, Tamás K. Stenczel
7-
# This program is distributed under the MIT License, see LICENSE.md.
8-
95
import io
106
import uuid
117

tutorials/test_db.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
# Authors: Ádám Fekete, Elliott Kasoar, Tamás K. Stenczel
33
# This program is distributed under the MIT License, see LICENSE.md.
44

5-
# Copyright (c) 2025.
6-
# Authors: Ádám Fekete, Elliott Kasoar, Tamás K. Stenczel
7-
# This program is distributed under the MIT License, see LICENSE.md.
8-
95
from pathlib import Path
106

117
from ase.io import read

tutorials/test_upload.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
# Authors: Ádám Fekete, Elliott Kasoar, Tamás K. Stenczel
33
# This program is distributed under the MIT License, see LICENSE.md.
44

5-
# Copyright (c) 2025.
6-
# Authors: Ádám Fekete, Elliott Kasoar, Tamás K. Stenczel
7-
# This program is distributed under the MIT License, see LICENSE.md.
8-
95
from abcd import ABCD
106

117
if __name__ == "__main__":

0 commit comments

Comments
 (0)