diff --git a/license/update_license_header.py b/license/update_license_header.py index 5ca1bd513b..8a9a34e858 100644 --- a/license/update_license_header.py +++ b/license/update_license_header.py @@ -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. ----------------------------------------------------------------------------------~(*) ''' @@ -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. ----------------------------------------------------------------------------------~(*)\ """ @@ -84,4 +84,4 @@ def update_header(): if __name__ == '__main__': # run update_header() to add headers to find files - update_header() \ No newline at end of file + update_header()