Skip to content

Commit 423b89e

Browse files
committed
Update copyright year.
1 parent 7a03064 commit 423b89e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

COPYRIGHT.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Copyright 2015 Richard Huang <[email protected]>
1+
# Copyright 2015-2016 Richard Huang <[email protected]>

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015 Richard Huang <[email protected]>
1+
# Copyright 2015-2016 Richard Huang <[email protected]>
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ That's it! Thank you for your contribution!
202202
License
203203
-------
204204

205-
Copyright (c) 2015 Richard Huang.
205+
Copyright (c) 2015-2016 Richard Huang.
206206

207207
This library is free software, licensed under: `Apache License, Version 2.0`_.
208208

analytics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
# Copyright 2015 Richard Huang <[email protected]>
4+
# Copyright 2015-2016 Richard Huang <[email protected]>
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
# Copyright 2015 Richard Huang <[email protected]>
4+
# Copyright 2015-2016 Richard Huang <[email protected]>
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

src/ImapLibrary/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
# Copyright 2015 Richard Huang <[email protected]>
4+
# Copyright 2015-2016 Richard Huang <[email protected]>
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

src/ImapLibrary/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
# Copyright 2015 Richard Huang <[email protected]>
4+
# Copyright 2015-2016 Richard Huang <[email protected]>
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

test/utest/test_imaplibrary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
# Copyright 2015 Richard Huang <[email protected]>
4+
# Copyright 2015-2016 Richard Huang <[email protected]>
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)