mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 22:53:57 +01:00
Compare commits
22 commits
74da9607c5
...
83717c2a47
Author | SHA1 | Date | |
---|---|---|---|
83717c2a47 | |||
f5715df218 | |||
79467ddbf2 | |||
99977b487f | |||
09e2b870e2 | |||
109ebbea50 | |||
ca4aa9ecf0 | |||
4118430aa4 | |||
b107d5ca98 | |||
1a2ab86bad | |||
f1bb0dc0bd | |||
d233ae0c93 | |||
8fe14135fd | |||
7ccd93c423 | |||
f7f37ddd59 | |||
e1d9bf042f | |||
cb734f717c | |||
6098ed44b6 | |||
b32f4c5a7e | |||
9078ab6356 | |||
12d5375f83 | |||
87b113d93d |
2
LICENSE
2
LICENSE
|
@ -12,7 +12,7 @@ software and other kinds of works, specifically designed to ensure
|
||||||
cooperation with the community in the case of network server software.
|
cooperation with the community in the case of network server software.
|
||||||
|
|
||||||
The licenses for most software and other practical works are designed
|
The licenses for most software and other practical works are designed
|
||||||
to take away your freedom to share and change the works. By contrast,
|
to take away your freedom to share and change the works. By contrast
|
||||||
our General Public Licenses are intended to guarantee your freedom to
|
our General Public Licenses are intended to guarantee your freedom to
|
||||||
share and change all versions of a program--to make sure it remains free
|
share and change all versions of a program--to make sure it remains free
|
||||||
software for all its users.
|
software for all its users.
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
import main
|
import main
|
||||||
|
|
||||||
main.launch()
|
main.launch()
|
Loading…
Reference in a new issue