OSDN Git Service

Update to 2020.12.04
[rebornos/cnchi-gnome-osdn.git] / Cnchi / info.py
1 #!/usr/bin/env python
2 # -*- coding: utf-8 -*-
3 #
4 #  info.py
5 #
6 #  Copyright © 2013-2020 RebornOS
7 #
8 #  This file is part of Cnchi.
9 #
10 #  Cnchi is free software; you can redistribute it and/or modify
11 #  it under the terms of the GNU General Public License as published by
12 #  the Free Software Foundation; either version 3 of the License, or
13 #  (at your option) any later version.
14 #
15 #  Cnchi is distributed in the hope that it will be useful,
16 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
17 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 #  GNU General Public License for more details.
19 #
20 #  The following additional terms are in effect as per Section 7 of the license:
21 #
22 #  The preservation of all legal notices and author attributions in
23 #  the material or in the Appropriate Legal Notices displayed
24 #  by works containing it is required.
25 #
26 #  You should have received a copy of the GNU General Public License
27 #  along with Cnchi; If not, see <http://www.gnu.org/licenses/>.
28
29
30 """ Set some Cnchi global constants """
31
32 CNCHI_VERSION = "RebornOS Installer Gnome based 2020.12.04"
33 CNCHI_WEBSITE = "https://rebornos.org"
34 CNCHI_RELEASE_STAGE = "production"
35
36 if __name__ == '__main__':
37     print(CNCHI_VERSION)