diff --git a/modules/eula.py b/modules/eula.py index 56c56ac..b124318 100644 --- a/modules/eula.py +++ b/modules/eula.py @@ -42,16 +42,7 @@ class moduleClass(Module): def createScreen(self): self.vbox = gtk.VBox(spacing=10) - label = gtk.Label(_("""Thank you for installing Qubes. Qubes is a \ -compilation of software packages, each under its own license. The \ -compilation is made available under the GNU General Public License version \ -2. There are no restrictions on using, copying, or modifying this code. \ -However, there are restrictions and obligations that apply to the \ -redistribution of the code, either in its original or a modified form. \ -Among other things, those restrictions/obligations pertain to the \ -licensing of the redistribution, trademark rights, and export control.\n\n\ -If you would like to understand what those restrictions are, please \ -visit http://fedoraproject.org/wiki/Legal/Licenses/LicenseAgreement.""")) + label = gtk.Label(_("TBA")) label.set_line_wrap(True) label.set_alignment(0.0, 0.0) label.set_size_request(500, -1)