Browse Source

Update copyright for 2017

Clara Hobbs 7 years ago
parent
commit
70f05dbe5d

+ 1
- 1
kaylee.py View File

1
 #!/usr/bin/env python3
1
 #!/usr/bin/env python3
2
 # This is part of Kaylee
2
 # This is part of Kaylee
3
 # -- this code is licensed GPLv3
3
 # -- this code is licensed GPLv3
4
-# Copyright 2015-2016 Clayton G. Hobbs
4
+# Copyright 2015-2017 Clayton G. Hobbs
5
 # Portions Copyright 2013 Jezra
5
 # Portions Copyright 2013 Jezra
6
 
6
 
7
 from kayleevc import kaylee
7
 from kayleevc import kaylee

+ 1
- 1
kayleevc/gui.py View File

1
 # This is part of Kaylee
1
 # This is part of Kaylee
2
 # -- this code is licensed GPLv3
2
 # -- this code is licensed GPLv3
3
-# Copyright 2015-2016 Clayton G. Hobbs
3
+# Copyright 2015-2017 Clayton G. Hobbs
4
 # Portions Copyright 2013 Jezra
4
 # Portions Copyright 2013 Jezra
5
 
5
 
6
 import sys
6
 import sys

+ 1
- 1
kayleevc/kaylee.py View File

1
 # This is part of Kaylee
1
 # This is part of Kaylee
2
 # -- this code is licensed GPLv3
2
 # -- this code is licensed GPLv3
3
-# Copyright 2015-2016 Clayton G. Hobbs
3
+# Copyright 2015-2017 Clayton G. Hobbs
4
 # Portions Copyright 2013 Jezra
4
 # Portions Copyright 2013 Jezra
5
 
5
 
6
 import importlib
6
 import importlib

+ 1
- 1
kayleevc/numbers.py View File

1
 #!/usr/bin/env python
1
 #!/usr/bin/env python
2
 # This is part of Kaylee
2
 # This is part of Kaylee
3
 # -- this code is licensed GPLv3
3
 # -- this code is licensed GPLv3
4
-# Copyright 2015-2016 Clayton G. Hobbs
4
+# Copyright 2015-2017 Clayton G. Hobbs
5
 # Portions Copyright 2013 Jezra
5
 # Portions Copyright 2013 Jezra
6
 
6
 
7
 import re
7
 import re

+ 1
- 1
kayleevc/plugins/darksky.py View File

1
 # This is part of Kaylee
1
 # This is part of Kaylee
2
 # -- this code is licensed GPLv3
2
 # -- this code is licensed GPLv3
3
-# Copyright 2015-2016 Clayton G. Hobbs
3
+# Copyright 2015-2017 Clayton G. Hobbs
4
 # Portions Copyright 2013 Jezra
4
 # Portions Copyright 2013 Jezra
5
 
5
 
6
 """Dark Sky weather plugin for Kaylee
6
 """Dark Sky weather plugin for Kaylee

+ 1
- 1
kayleevc/plugins/pluginbase.py View File

1
 # This is part of Kaylee
1
 # This is part of Kaylee
2
 # -- this code is licensed GPLv3
2
 # -- this code is licensed GPLv3
3
-# Copyright 2015-2016 Clayton G. Hobbs
3
+# Copyright 2015-2017 Clayton G. Hobbs
4
 # Portions Copyright 2013 Jezra
4
 # Portions Copyright 2013 Jezra
5
 
5
 
6
 from gi.repository import GObject
6
 from gi.repository import GObject

+ 1
- 1
kayleevc/plugins/shell.py View File

1
 # This is part of Kaylee
1
 # This is part of Kaylee
2
 # -- this code is licensed GPLv3
2
 # -- this code is licensed GPLv3
3
-# Copyright 2015-2016 Clayton G. Hobbs
3
+# Copyright 2015-2017 Clayton G. Hobbs
4
 # Portions Copyright 2013 Jezra
4
 # Portions Copyright 2013 Jezra
5
 
5
 
6
 """Run shell commands that match voice commands
6
 """Run shell commands that match voice commands

+ 1
- 1
kayleevc/plugins/simple.py View File

1
 # This is part of Kaylee
1
 # This is part of Kaylee
2
 # -- this code is licensed GPLv3
2
 # -- this code is licensed GPLv3
3
-# Copyright 2015-2016 Clayton G. Hobbs
3
+# Copyright 2015-2017 Clayton G. Hobbs
4
 # Portions Copyright 2013 Jezra
4
 # Portions Copyright 2013 Jezra
5
 
5
 
6
 """A simple plugin to serve as an example
6
 """A simple plugin to serve as an example

+ 1
- 1
kayleevc/recognizer.py View File

1
 # This is part of Kaylee
1
 # This is part of Kaylee
2
 # -- this code is licensed GPLv3
2
 # -- this code is licensed GPLv3
3
-# Copyright 2015-2016 Clayton G. Hobbs
3
+# Copyright 2015-2017 Clayton G. Hobbs
4
 # Portions Copyright 2013 Jezra
4
 # Portions Copyright 2013 Jezra
5
 
5
 
6
 import os.path
6
 import os.path

+ 1
- 1
kayleevc/util.py View File

1
 # This is part of Kaylee
1
 # This is part of Kaylee
2
 # -- this code is licensed GPLv3
2
 # -- this code is licensed GPLv3
3
-# Copyright 2015-2016 Clayton G. Hobbs
3
+# Copyright 2015-2017 Clayton G. Hobbs
4
 # Portions Copyright 2013 Jezra
4
 # Portions Copyright 2013 Jezra
5
 
5
 
6
 import re
6
 import re

Loading…
Cancel
Save