Skip to content

Commit a8a108e

Browse files
committed
cleanup: remove years from copyright strings
1 parent 63bfaf1 commit a8a108e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+67
-67
lines changed

alot/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2011-2012 Patrick Totzke <[email protected]>
1+
# Copyright (C) Patrick Totzke <[email protected]>
22
# This file is released under the GNU GPL, version 3 or a later revision.
33
# For further details see the COPYING file
44
import argparse

alot/account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# encoding=utf-8
2-
# Copyright (C) 2011-2012 Patrick Totzke <[email protected]>
2+
# Copyright (C) Patrick Totzke <[email protected]>
33
# Copyright © 2017 Dylan Baker
44
# This file is released under the GNU GPL, version 3 or a later revision.
55
# For further details see the COPYING file

alot/addressbook/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2011-2015 Patrick Totzke <[email protected]>
1+
# Copyright (C) Patrick Totzke <[email protected]>
22
# This file is released under the GNU GPL, version 3 or a later revision.
33
# For further details see the COPYING file
44
import re

alot/addressbook/abook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2011-2015 Patrick Totzke <[email protected]>
1+
# Copyright (C) Patrick Totzke <[email protected]>
22
# This file is released under the GNU GPL, version 3 or a later revision.
33
# For further details see the COPYING file
44
import os

alot/addressbook/external.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2011-2015 Patrick Totzke <[email protected]>
1+
# Copyright (C) Patrick Totzke <[email protected]>
22
# This file is released under the GNU GPL, version 3 or a later revision.
33
# For further details see the COPYING file
44
import re

alot/buffers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2011-2018 Patrick Totzke <[email protected]>
1+
# Copyright (C) Patrick Totzke <[email protected]>
22
# This file is released under the GNU GPL, version 3 or a later revision.
33
# For further details see the COPYING file
44

alot/buffers/buffer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2011-2018 Patrick Totzke <[email protected]>
1+
# Copyright (C) Patrick Totzke <[email protected]>
22
# This file is released under the GNU GPL, version 3 or a later revision.
33
# For further details see the COPYING file
44

alot/buffers/bufferlist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2011-2018 Patrick Totzke <[email protected]>
1+
# Copyright (C) Patrick Totzke <[email protected]>
22
# This file is released under the GNU GPL, version 3 or a later revision.
33
# For further details see the COPYING file
44
import urwid

alot/buffers/envelope.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2011-2018 Patrick Totzke <[email protected]>
1+
# Copyright (C) Patrick Totzke <[email protected]>
22
# This file is released under the GNU GPL, version 3 or a later revision.
33
# For further details see the COPYING file
44
import urwid

alot/buffers/namedqueries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2011-2018 Patrick Totzke <[email protected]>
1+
# Copyright (C) Patrick Totzke <[email protected]>
22
# This file is released under the GNU GPL, version 3 or a later revision.
33
# For further details see the COPYING file
44
import urwid

0 commit comments

Comments
 (0)