Skip to content

Commit 0574801

Browse files
committed
Factorize legaleses and make them future-proof.
1 parent ad234cc commit 0574801

File tree

7 files changed

+14
-3
lines changed

7 files changed

+14
-3
lines changed

maildir_deduplicate/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# -*- coding: utf-8 -*-
22
#
33
# Copyright (C) 2010-2016 Kevin Deldycke <[email protected]>
4-
# Adam Spiers <[email protected]>
4+
# and contributors.
5+
# All Rights Reserved.
56
#
67
# This program is Free Software; you can redistribute it and/or
78
# modify it under the terms of the GNU General Public License

maildir_deduplicate/cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# -*- coding: utf-8 -*-
22
#
33
# Copyright (C) 2010-2016 Kevin Deldycke <[email protected]>
4-
# Adam Spiers <[email protected]>
4+
# and contributors.
5+
# All Rights Reserved.
56
#
67
# This program is Free Software; you can redistribute it and/or
78
# modify it under the terms of the GNU General Public License

maildir_deduplicate/deduplicate.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# -*- coding: utf-8 -*-
22
#
33
# Copyright (C) 2010-2016 Kevin Deldycke <[email protected]>
4-
# Adam Spiers <[email protected]>
4+
# and contributors.
5+
# All Rights Reserved.
56
#
67
# This program is Free Software; you can redistribute it and/or
78
# modify it under the terms of the GNU General Public License

maildir_deduplicate/tests/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# -*- coding: utf-8 -*-
22
#
33
# Copyright (C) 2010-2016 Kevin Deldycke <[email protected]>
4+
# and contributors.
5+
# All Rights Reserved.
46
#
57
# This program is Free Software; you can redistribute it and/or
68
# modify it under the terms of the GNU General Public License

maildir_deduplicate/tests/test_cli.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# -*- coding: utf-8 -*-
22
#
33
# Copyright (C) 2010-2016 Kevin Deldycke <[email protected]>
4+
# and contributors.
5+
# All Rights Reserved.
46
#
57
# This program is Free Software; you can redistribute it and/or
68
# modify it under the terms of the GNU General Public License

maildir_deduplicate/tests/test_deduplicate.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# -*- coding: utf-8 -*-
22
#
33
# Copyright (C) 2010-2016 Kevin Deldycke <[email protected]>
4+
# and contributors.
5+
# All Rights Reserved.
46
#
57
# This program is Free Software; you can redistribute it and/or
68
# modify it under the terms of the GNU General Public License

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# -*- coding: utf-8 -*-
33
#
44
# Copyright (C) 2010-2016 Kevin Deldycke <[email protected]>
5+
# and contributors.
6+
# All Rights Reserved.
57
#
68
# This program is Free Software; you can redistribute it and/or
79
# modify it under the terms of the GNU General Public License

0 commit comments

Comments
 (0)