|
|
@ -1,7 +1,7 @@ |
|
|
|
# coding=utf8 |
|
|
|
# |
|
|
|
# __init__.py: vowel application setup |
|
|
|
# Copyright (C) 2015 Sam Black <samwwwblack@lapwing.org> |
|
|
|
# Copyright (C) 2015-2017 Sam Black <samwwwblack@lapwing.org> |
|
|
|
# |
|
|
|
# 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 |
|
|
@ -22,12 +22,12 @@ |
|
|
|
|
|
|
|
Virtual Online Workspace for Education and Learning. |
|
|
|
|
|
|
|
:copyright: (c) 2015 by Sam Black. |
|
|
|
:copyright: (c) 2015-2017 by Sam Black. |
|
|
|
:license: AGPLv3, see LICENCE for more details. |
|
|
|
""" |
|
|
|
|
|
|
|
__title__ = "Vowel online learning platform" |
|
|
|
__author__ = "Sam Black <samwwwblack@lapwing.org>" |
|
|
|
__version__ = "0.1.2" |
|
|
|
__version__ = "0.3.0" |
|
|
|
__license__ = "AGPLv3" |
|
|
|
__copyright__ = "Copyright 2015 Sam Black" |
|
|
|
__copyright__ = "Copyright 2015-2017 Sam Black" |