diff options
author | Mattias Andrée <maandree@kth.se> | 2017-02-20 20:30:00 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-02-20 20:30:00 +0100 |
commit | ed6487f7ab09c2e82020a452550735c9b1bbf3df (patch) | |
tree | 612cfc1cf3803a2b0e3fff8ea96e6010285122cf /src | |
parent | Update doc (diff) | |
download | blueshift-ed6487f7ab09c2e82020a452550735c9b1bbf3df.tar.gz blueshift-ed6487f7ab09c2e82020a452550735c9b1bbf3df.tar.bz2 blueshift-ed6487f7ab09c2e82020a452550735c9b1bbf3df.tar.xz |
Update year and e-mail
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src')
-rwxr-xr-x | src/__main__.py | 2 | ||||
-rw-r--r-- | src/adhoc.py | 2 | ||||
-rw-r--r-- | src/aux.py | 2 | ||||
-rw-r--r-- | src/backlight.py | 2 | ||||
-rw-r--r-- | src/blackbody.py | 2 | ||||
-rw-r--r-- | src/blueshift_iccprofile.c | 2 | ||||
-rw-r--r-- | src/colour.py | 2 | ||||
-rw-r--r-- | src/completion | 2 | ||||
-rw-r--r-- | src/curve.py | 2 | ||||
-rw-r--r-- | src/icc.py | 2 | ||||
-rw-r--r-- | src/interpolation.py | 2 | ||||
-rw-r--r-- | src/libgammaman.py | 2 | ||||
-rw-r--r-- | src/monitor.py | 2 | ||||
-rw-r--r-- | src/solar.py | 2 | ||||
-rw-r--r-- | src/weather.py | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/src/__main__.py b/src/__main__.py index b961629..850992c 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 copyright = ''' -Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) +Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/src/adhoc.py b/src/adhoc.py index 58e1d78..517aca8 100644 --- a/src/adhoc.py +++ b/src/adhoc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) +# Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) +# Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/backlight.py b/src/backlight.py index cee3af6..cde0ef5 100644 --- a/src/backlight.py +++ b/src/backlight.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) +# Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/blackbody.py b/src/blackbody.py index ba7f7e5..923fef3 100644 --- a/src/blackbody.py +++ b/src/blackbody.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) +# Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/blueshift_iccprofile.c b/src/blueshift_iccprofile.c index e87a5c1..aed4fd4 100644 --- a/src/blueshift_iccprofile.c +++ b/src/blueshift_iccprofile.c @@ -1,5 +1,5 @@ /** - * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/colour.py b/src/colour.py index 3b248b2..737fa39 100644 --- a/src/colour.py +++ b/src/colour.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) +# Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/completion b/src/completion index db5ea36..c67a48d 100644 --- a/src/completion +++ b/src/completion @@ -1,4 +1,4 @@ -; Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) +; Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se) ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff --git a/src/curve.py b/src/curve.py index b0bf777..d1f35cd 100644 --- a/src/curve.py +++ b/src/curve.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) +# Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) +# Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/interpolation.py b/src/interpolation.py index e43592f..d67c3bd 100644 --- a/src/interpolation.py +++ b/src/interpolation.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) +# Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/libgammaman.py b/src/libgammaman.py index fb33907..ceb6573 100644 --- a/src/libgammaman.py +++ b/src/libgammaman.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) +# Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/monitor.py b/src/monitor.py index 7891370..5c8d8fc 100644 --- a/src/monitor.py +++ b/src/monitor.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) +# Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/solar.py b/src/solar.py index c8bbea1..6afb56d 100644 --- a/src/solar.py +++ b/src/solar.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) +# Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/weather.py b/src/weather.py index c21ebfa..7bd7402 100644 --- a/src/weather.py +++ b/src/weather.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright © 2014, 2017 Mattias Andrée (maandree@member.fsf.org) +# Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |