Skip to content

Commit

Permalink
added header 4
Browse files Browse the repository at this point in the history
  • Loading branch information
s-m-e committed Aug 5, 2019
1 parent 039a890 commit 12634d9
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/abgleich/cli/backup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# -*- coding: utf-8 -*-

"""
ABGLEICH
zfs sync tool
https://github.com/pleiszenburg/abgleich
src/abgleich/cli/backup.py: backup command entry point
Copyright (C) 2019 Sebastian M. Ernst <[email protected]>
<LICENSE_BLOCK>
The contents of this file are subject to the GNU Lesser General Public License
Version 2.1 ("LGPL" or "License"). You may not use this file except in
compliance with the License. You may obtain a copy of the License at
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
https://github.com/pleiszenburg/abgleich/blob/master/LICENSE
Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the
specific language governing rights and limitations under the License.
</LICENSE_BLOCK>
"""


# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# IMPORT
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Expand Down
25 changes: 25 additions & 0 deletions src/abgleich/cli/cleanup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# -*- coding: utf-8 -*-

"""
ABGLEICH
zfs sync tool
https://github.com/pleiszenburg/abgleich
src/abgleich/cli/cleanup.py: cleanup command entry point
Copyright (C) 2019 Sebastian M. Ernst <[email protected]>
<LICENSE_BLOCK>
The contents of this file are subject to the GNU Lesser General Public License
Version 2.1 ("LGPL" or "License"). You may not use this file except in
compliance with the License. You may obtain a copy of the License at
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
https://github.com/pleiszenburg/abgleich/blob/master/LICENSE
Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the
specific language governing rights and limitations under the License.
</LICENSE_BLOCK>
"""


# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# IMPORT
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Expand Down
25 changes: 25 additions & 0 deletions src/abgleich/cli/compare.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# -*- coding: utf-8 -*-

"""
ABGLEICH
zfs sync tool
https://github.com/pleiszenburg/abgleich
src/abgleich/cli/compare.py: compare command entry point
Copyright (C) 2019 Sebastian M. Ernst <[email protected]>
<LICENSE_BLOCK>
The contents of this file are subject to the GNU Lesser General Public License
Version 2.1 ("LGPL" or "License"). You may not use this file except in
compliance with the License. You may obtain a copy of the License at
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
https://github.com/pleiszenburg/abgleich/blob/master/LICENSE
Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the
specific language governing rights and limitations under the License.
</LICENSE_BLOCK>
"""


# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# IMPORT
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Expand Down
25 changes: 25 additions & 0 deletions src/abgleich/cli/snap.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# -*- coding: utf-8 -*-

"""
ABGLEICH
zfs sync tool
https://github.com/pleiszenburg/abgleich
src/abgleich/cli/snap.py: snap command entry point
Copyright (C) 2019 Sebastian M. Ernst <[email protected]>
<LICENSE_BLOCK>
The contents of this file are subject to the GNU Lesser General Public License
Version 2.1 ("LGPL" or "License"). You may not use this file except in
compliance with the License. You may obtain a copy of the License at
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
https://github.com/pleiszenburg/abgleich/blob/master/LICENSE
Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the
specific language governing rights and limitations under the License.
</LICENSE_BLOCK>
"""


# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# IMPORT
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Expand Down
25 changes: 25 additions & 0 deletions src/abgleich/cli/tree.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# -*- coding: utf-8 -*-

"""
ABGLEICH
zfs sync tool
https://github.com/pleiszenburg/abgleich
src/abgleich/cli/tree.py: tree command entry point
Copyright (C) 2019 Sebastian M. Ernst <[email protected]>
<LICENSE_BLOCK>
The contents of this file are subject to the GNU Lesser General Public License
Version 2.1 ("LGPL" or "License"). You may not use this file except in
compliance with the License. You may obtain a copy of the License at
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
https://github.com/pleiszenburg/abgleich/blob/master/LICENSE
Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the
specific language governing rights and limitations under the License.
</LICENSE_BLOCK>
"""


# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# IMPORT
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Expand Down

0 comments on commit 12634d9

Please sign in to comment.