Skip to content

Commit

Permalink
Merge pull request #275 from cpicanco/patch-3
Browse files Browse the repository at this point in the history
happy 2016!
  • Loading branch information
willpatera committed Dec 30, 2015
2 parents 7315329 + 6860ce9 commit 7222843
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions license/update_license_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pupil - eye tracking platform
Copyright (C) 2012-2015 Pupil Labs
Distributed under the terms of the GNU Lesser General Public License (LGPL v3.0) License.
Distributed under the terms of the GNU Lesser General Public License (LGPL v3.0) license.
License details are in the file license.txt, distributed as part of this software.
----------------------------------------------------------------------------------~(*)
'''
Expand All @@ -14,9 +14,9 @@
license_txt = """\
(*)~----------------------------------------------------------------------------------
Pupil - eye tracking platform
Copyright (C) 2012-2015 Pupil Labs
Copyright (C) 2012-2016 Pupil Labs
Distributed under the terms of the GNU Lesser General Public License (LGPL v3.0) License.
Distributed under the terms of the GNU Lesser General Public License (LGPL v3.0).
License details are in the file license.txt, distributed as part of this software.
----------------------------------------------------------------------------------~(*)\
"""
Expand Down Expand Up @@ -84,4 +84,4 @@ def update_header():

if __name__ == '__main__':
# run update_header() to add headers to find files
update_header()
update_header()

0 comments on commit 7222843

Please sign in to comment.