Skip to content

Commit ecc66f4

Browse files
committed
Update copyright years
1 parent 5045fbc commit ecc66f4

Some content is hidden

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

116 files changed

+116
-117
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013, Michael Droettboom
1+
Copyright (c) 2015, Michael Droettboom
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

buildext/convert_docstrings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (c) 2013, Michael Droettboom All rights reserved.
3+
# Copyright (c) 2015, Michael Droettboom All rights reserved.
44

55
# Redistribution and use in source and binary forms, with or without
66
# modification, are permitted provided that the following conditions

buildext/pkgconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (c) 2013, Michael Droettboom All rights reserved.
3+
# Copyright (c) 2015, Michael Droettboom All rights reserved.
44

55
# Redistribution and use in source and binary forms, with or without
66
# modification, are permitted provided that the following conditions

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
# General information about the project.
5151
project = u'freetypy'
52-
copyright = u'2013, Michael Droettboom'
52+
copyright = u'2015, Michael Droettboom'
5353

5454
# The version info for the project you're documenting, acts as replacement for
5555
# |version| and |release|, also used in various other places throughout the

docstrings/bbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (c) 2013, Michael Droettboom All rights reserved.
3+
# Copyright (c) 2015, Michael Droettboom All rights reserved.
44

55
# Redistribution and use in source and binary forms, with or without
66
# modification, are permitted provided that the following conditions

docstrings/bitmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (c) 2013, Michael Droettboom All rights reserved.
3+
# Copyright (c) 2015, Michael Droettboom All rights reserved.
44

55
# Redistribution and use in source and binary forms, with or without
66
# modification, are permitted provided that the following conditions

docstrings/bitmap_size.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (c) 2013, Michael Droettboom All rights reserved.
3+
# Copyright (c) 2015, Michael Droettboom All rights reserved.
44

55
# Redistribution and use in source and binary forms, with or without
66
# modification, are permitted provided that the following conditions

docstrings/chariter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (c) 2013, Michael Droettboom All rights reserved.
3+
# Copyright (c) 2015, Michael Droettboom All rights reserved.
44

55
# Redistribution and use in source and binary forms, with or without
66
# modification, are permitted provided that the following conditions
@@ -36,4 +36,3 @@
3636
CharIter__init__ = """
3737
An iterator over all of the glyphs in a charmap.
3838
"""
39-

docstrings/charmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (c) 2013, Michael Droettboom All rights reserved.
3+
# Copyright (c) 2015, Michael Droettboom All rights reserved.
44

55
# Redistribution and use in source and binary forms, with or without
66
# modification, are permitted provided that the following conditions

docstrings/face.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (c) 2013, Michael Droettboom All rights reserved.
3+
# Copyright (c) 2015, Michael Droettboom All rights reserved.
44

55
# Redistribution and use in source and binary forms, with or without
66
# modification, are permitted provided that the following conditions

0 commit comments

Comments
 (0)