Merge pull request #1139 from DerPate/fix_last_gpl_header
remove the last occurence of gnu gpl license header fix #1130
This commit is contained in:
commit
2cf2774e58
@ -638,7 +638,7 @@ class MainWindow(wx.Frame):
|
||||
info.SetDescription(_(
|
||||
"OpenSlides is a free web based presentation and "
|
||||
"assembly system.\n"
|
||||
"OpenSlides is free software; licensed under the GNU GPL v2+."
|
||||
"OpenSlides is free software; licensed under the MIT license."
|
||||
).replace(u" ", u"\u00a0"))
|
||||
info.SetCopyright(_(u"\u00a9 2011-2013 by OpenSlides team"))
|
||||
info.SetWebSite(("http://www.openslides.org/", "www.openslides.org"))
|
||||
|
@ -1,8 +1,3 @@
|
||||
/*
|
||||
:copyright: 2012 by OpenSlides team, see AUTHORS.
|
||||
:license: GNU GPL, see LICENSE for more details.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
@ -1,10 +1,3 @@
|
||||
/**
|
||||
* OpenSlides agenda style
|
||||
*
|
||||
* :copyright: 2011, 2012 by OpenSlides team, see AUTHORS.
|
||||
* :license: GNU GPL, see LICENSE for more details.
|
||||
*/
|
||||
|
||||
tr.topline td {
|
||||
border-bottom: 1px solid #333333;
|
||||
background-color: #CDCDCD;
|
||||
|
@ -1,10 +1,3 @@
|
||||
/**
|
||||
* OpenSlides timepicker style
|
||||
*
|
||||
* :copyright: 2011, 2012 by OpenSlides team, see AUTHORS.
|
||||
* :license: GNU GPL, see LICENSE for more details.
|
||||
*/
|
||||
|
||||
.ui-timepicker-div .ui-widget-header {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
@ -1,10 +1,3 @@
|
||||
/**
|
||||
* OpenSlides assignent style
|
||||
*
|
||||
* :copyright: 2011, 2012 by OpenSlides team, see AUTHORS.
|
||||
* :license: GNU GPL, see LICENSE for more details.
|
||||
*/
|
||||
|
||||
td.elected {
|
||||
background-color: #BED4DE !important;
|
||||
}
|
||||
|
@ -1,12 +1,4 @@
|
||||
/*
|
||||
* OpenSlides mediafile style
|
||||
*
|
||||
* :copyright: 2011–2013 by OpenSlides team, see AUTHORS.
|
||||
* :license: GNU GPL, see LICENSE for more details.
|
||||
*/
|
||||
|
||||
/** Navigation icons (mapping to glyphicons-halflings) **/
|
||||
|
||||
.icon-mediafile {
|
||||
background-image: url("../img/glyphicons_062_paperclip.png");
|
||||
background-position: 0;
|
||||
|
@ -1,10 +1,3 @@
|
||||
/**
|
||||
* OpenSlides motion style
|
||||
*
|
||||
* :copyright: 2013 by OpenSlides team, see AUTHORS.
|
||||
* :license: GNU GPL, see LICENSE for more details.
|
||||
*/
|
||||
|
||||
/* motion version diff table */
|
||||
table.diff, .diff_row {
|
||||
font-size: 12px;
|
||||
|
@ -1,10 +1,3 @@
|
||||
/**
|
||||
* OpenSlides projector control style
|
||||
*
|
||||
* :copyright: 2011, 2012 by OpenSlides team, see AUTHORS.
|
||||
* :license: GNU GPL, see LICENSE for more details.
|
||||
*/
|
||||
|
||||
/** Widgets **/
|
||||
.column {
|
||||
width: 50%;
|
||||
|
@ -1,10 +1,3 @@
|
||||
/**
|
||||
* OpenSlides projector view style
|
||||
*
|
||||
* :copyright: 2011, 2012 by OpenSlides team, see AUTHORS.
|
||||
* :license: GNU GPL, see LICENSE for more details.
|
||||
*/
|
||||
|
||||
body{
|
||||
font-size: 20px !important;
|
||||
line-height: 24px !important;
|
||||
|
@ -1,10 +1,3 @@
|
||||
/**
|
||||
* OpenSlides default template style
|
||||
*
|
||||
* :copyright: 2011, 2012 by OpenSlides team, see AUTHORS.
|
||||
* :license: GNU GPL, see LICENSE for more details.
|
||||
*/
|
||||
|
||||
body {
|
||||
background-color: #FBFBFB;
|
||||
}
|
||||
|
@ -1,11 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Unit test for OpenSlides __init__.py
|
||||
|
||||
:copyright: 2011, 2012 by OpenSlides team, see AUTHORS.
|
||||
:license: GNU GPL, see LICENSE for more details.
|
||||
"""
|
||||
|
||||
import tempfile
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user