forked from Techsystech/web
[FIX] Licence without bad words.
parent
2525276cb3
commit
0ec76a2c2c
|
@ -3,14 +3,20 @@
|
||||||
# Financed and Planified by Vauxoo
|
# Financed and Planified by Vauxoo
|
||||||
# developed by: tulio@vauxoo.com
|
# developed by: tulio@vauxoo.com
|
||||||
#
|
#
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the Licence:
|
# it under the terms of the GNU General Public License as
|
||||||
#
|
# published by the Free Software Foundation, either version 3 of the
|
||||||
# WTFPL – Do What the Fuck You Want to Public License
|
# License, or (at your option) any later version.
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful,
|
# This program is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -18,7 +24,6 @@
|
||||||
'author': "Vauxoo",
|
'author': "Vauxoo",
|
||||||
'category': "Web",
|
'category': "Web",
|
||||||
'website': "http://vauxoo.com",
|
'website': "http://vauxoo.com",
|
||||||
'licence': "WTFPL",
|
|
||||||
'description': """
|
'description': """
|
||||||
After install this module, you will not see anymore the
|
After install this module, you will not see anymore the
|
||||||
"Manage Databases" link in login screen.
|
"Manage Databases" link in login screen.
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
Licence: WTFPL – Do What the Fuck You Want to Public License
|
it under the terms of the GNU General Public License as
|
||||||
More Information: http://www.wtfpl.net/
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
-->
|
-->
|
||||||
<templates id="template" xml:space="preserve">
|
<templates id="template" xml:space="preserve">
|
||||||
<t t-extend="Login">
|
<t t-extend="Login">
|
||||||
|
|
Loading…
Reference in New Issue