Skip to content

Commit a2680ed

Browse files
committed
Fix header formatting
1 parent e503e6a commit a2680ed

File tree

4 files changed

+12
-14
lines changed

4 files changed

+12
-14
lines changed

src/hsd/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#--------------------------------------------------------------------------------------------------#
22
# hsd-python: package for manipulating HSD-formatted data in Python #
3-
# Copyright (C) 2011 - 2021 DFTB+ developers group
4-
# # BSD 2-clause license.
5-
#
3+
# Copyright (C) 2011 - 2021 DFTB+ developers group #
4+
# Licensed under the BSD 2-clause license. #
65
#--------------------------------------------------------------------------------------------------#
76
#
87
"""

src/hsd/formatter.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# hsd-python: package for manipulating HSD-formatted data in Python #
2-
# Copyright (C) 2011 - 2021 DFTB+ developers group #
3-
# Licensed under the BSD 2-clause license. #
4-
#------------------------------------------------------------------------------#
1+
# hsd-python: package for manipulating HSD-formatted data in Python #
2+
# Copyright (C) 2011 - 2021 DFTB+ developers group #
3+
# Licensed under the BSD 2-clause license. #
4+
#--------------------------------------------------------------------------------------------------#
55
#
66
"""
77
Provides an event based formatter to create HSD dumps

src/hsd/io.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# hsd-python: package for manipulating HSD-formatted data in Python #
2-
# Copyright (C) 2011 - 2021 DFTB+ developers group #
3-
# Licensed under the BSD 2-clause license. #
4-
#------------------------------------------------------------------------------#
1+
# hsd-python: package for manipulating HSD-formatted data in Python #
2+
# Copyright (C) 2011 - 2021 DFTB+ developers group #
3+
# Licensed under the BSD 2-clause license. #
4+
#--------------------------------------------------------------------------------------------------#
55
#
66
"""
77
Provides functionality to dump Python structures to HSD

test/test_dump.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
#!/bin/env python3
22
#--------------------------------------------------------------------------------------------------#
33
# hsd-python: package for manipulating HSD-formatted data in Python #
4-
# Copyright (C) 2011 - 2021 DFTB+ developers group
5-
# # BSD 2-clause license.
6-
#
4+
# Copyright (C) 2011 - 2021 DFTB+ developers group #
5+
# Licensed under the BSD 2-clause license. #
76
#--------------------------------------------------------------------------------------------------#
87
#
98
import numpy as np

0 commit comments

Comments
 (0)