# HG changeset patch # User Goffi # Date 1391530919 -3600 # Node ID 2067d6241927b5155c39603245457bb20926d623 # Parent 80016abf3ad314d41ce0ddc42be74b321942ef49 fixed docstrings wrong usage for licence informations diff -r 80016abf3ad3 -r 2067d6241927 browser_side/base_panels.py --- a/browser_side/base_panels.py Tue Feb 04 16:49:21 2014 +0100 +++ b/browser_side/base_panels.py Tue Feb 04 17:21:59 2014 +0100 @@ -1,23 +1,21 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -""" -Libervia: a Salut à Toi frontend -Copyright (C) 2011, 2012, 2013 Jérôme Poisson +# Libervia: a Salut à Toi frontend +# Copyright (C) 2011, 2012, 2013 Jérôme Poisson -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. -You should have received a copy of the GNU Affero General Public License -along with this program. If not, see . -""" +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . import pyjd # this is dummy in pyjs from pyjamas.ui.AbsolutePanel import AbsolutePanel diff -r 80016abf3ad3 -r 2067d6241927 browser_side/base_widget.py --- a/browser_side/base_widget.py Tue Feb 04 16:49:21 2014 +0100 +++ b/browser_side/base_widget.py Tue Feb 04 17:21:59 2014 +0100 @@ -1,23 +1,21 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -""" -Libervia: a Salut à Toi frontend -Copyright (C) 2011, 2012, 2013 Jérôme Poisson +# Libervia: a Salut à Toi frontend +# Copyright (C) 2011, 2012, 2013 Jérôme Poisson -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. -You should have received a copy of the GNU Affero General Public License -along with this program. If not, see . -""" +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . import pyjd # this is dummy in pyjs from pyjamas.ui.SimplePanel import SimplePanel diff -r 80016abf3ad3 -r 2067d6241927 browser_side/card_game.py --- a/browser_side/card_game.py Tue Feb 04 16:49:21 2014 +0100 +++ b/browser_side/card_game.py Tue Feb 04 17:21:59 2014 +0100 @@ -1,23 +1,21 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -""" -Libervia: a Salut à Toi frontend -Copyright (C) 2011, 2012, 2013 Jérôme Poisson +# Libervia: a Salut à Toi frontend +# Copyright (C) 2011, 2012, 2013 Jérôme Poisson -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. -You should have received a copy of the GNU Affero General Public License -along with this program. If not, see . -""" +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . import pyjd # this is dummy in pyjs from pyjamas.ui.AbsolutePanel import AbsolutePanel diff -r 80016abf3ad3 -r 2067d6241927 browser_side/contact.py --- a/browser_side/contact.py Tue Feb 04 16:49:21 2014 +0100 +++ b/browser_side/contact.py Tue Feb 04 17:21:59 2014 +0100 @@ -1,23 +1,21 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -""" -Libervia: a Salut à Toi frontend -Copyright (C) 2011, 2012, 2013 Jérôme Poisson +# Libervia: a Salut à Toi frontend +# Copyright (C) 2011, 2012, 2013 Jérôme Poisson -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. -You should have received a copy of the GNU Affero General Public License -along with this program. If not, see . -""" +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . import pyjd # this is dummy in pyjs from pyjamas.ui.SimplePanel import SimplePanel diff -r 80016abf3ad3 -r 2067d6241927 browser_side/contact_group.py --- a/browser_side/contact_group.py Tue Feb 04 16:49:21 2014 +0100 +++ b/browser_side/contact_group.py Tue Feb 04 17:21:59 2014 +0100 @@ -1,23 +1,21 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -""" -Libervia: a Salut à Toi frontend -Copyright (C) 2013 Adrien Cossa +# Libervia: a Salut à Toi frontend +# Copyright (C) 2013 Adrien Cossa -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. -You should have received a copy of the GNU Affero General Public License -along with this program. If not, see . -""" +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . from pyjamas.ui.FlexTable import FlexTable from pyjamas.ui.DockPanel import DockPanel diff -r 80016abf3ad3 -r 2067d6241927 browser_side/dialog.py --- a/browser_side/dialog.py Tue Feb 04 16:49:21 2014 +0100 +++ b/browser_side/dialog.py Tue Feb 04 17:21:59 2014 +0100 @@ -1,23 +1,21 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -""" -Libervia: a Salut à Toi frontend -Copyright (C) 2011, 2012, 2013 Jérôme Poisson +# Libervia: a Salut à Toi frontend +# Copyright (C) 2011, 2012, 2013 Jérôme Poisson -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. -You should have received a copy of the GNU Affero General Public License -along with this program. If not, see . -""" +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . from pyjamas.ui.VerticalPanel import VerticalPanel from pyjamas.ui.Grid import Grid diff -r 80016abf3ad3 -r 2067d6241927 browser_side/jid.py --- a/browser_side/jid.py Tue Feb 04 16:49:21 2014 +0100 +++ b/browser_side/jid.py Tue Feb 04 17:21:59 2014 +0100 @@ -1,23 +1,21 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -""" -Libervia: a Salut à Toi frontend -Copyright (C) 2011, 2012, 2013 Jérôme Poisson +# Libervia: a Salut à Toi frontend +# Copyright (C) 2011, 2012, 2013 Jérôme Poisson -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. -You should have received a copy of the GNU Affero General Public License -along with this program. If not, see . -""" +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . class JID(object): diff -r 80016abf3ad3 -r 2067d6241927 browser_side/list_manager.py --- a/browser_side/list_manager.py Tue Feb 04 16:49:21 2014 +0100 +++ b/browser_side/list_manager.py Tue Feb 04 17:21:59 2014 +0100 @@ -1,23 +1,21 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -""" -Libervia: a Salut à Toi frontend -Copyright (C) 2013 Adrien Cossa +# Libervia: a Salut à Toi frontend +# Copyright (C) 2013 Adrien Cossa -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. -You should have received a copy of the GNU Affero General Public License -along with this program. If not, see . -""" +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . from pyjamas.ui.Grid import Grid from pyjamas.ui.Button import Button diff -r 80016abf3ad3 -r 2067d6241927 browser_side/menu.py --- a/browser_side/menu.py Tue Feb 04 16:49:21 2014 +0100 +++ b/browser_side/menu.py Tue Feb 04 17:21:59 2014 +0100 @@ -1,23 +1,21 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -""" -Libervia: a Salut à Toi frontend -Copyright (C) 2011, 2012, 2013 Jérôme Poisson +# Libervia: a Salut à Toi frontend +# Copyright (C) 2011, 2012, 2013 Jérôme Poisson -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. -You should have received a copy of the GNU Affero General Public License -along with this program. If not, see . -""" +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . import pyjd # this is dummy in pyjs from pyjamas.ui.SimplePanel import SimplePanel diff -r 80016abf3ad3 -r 2067d6241927 browser_side/nativedom.py --- a/browser_side/nativedom.py Tue Feb 04 16:49:21 2014 +0100 +++ b/browser_side/nativedom.py Tue Feb 04 17:21:59 2014 +0100 @@ -1,23 +1,21 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -""" -Libervia: a Salut à Toi frontend -Copyright (C) 2011, 2012, 2013 Jérôme Poisson +# Libervia: a Salut à Toi frontend +# Copyright (C) 2011, 2012, 2013 Jérôme Poisson -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. -You should have received a copy of the GNU Affero General Public License -along with this program. If not, see . -""" +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . """ This class provide basic DOM parsing based on native javascript parser diff -r 80016abf3ad3 -r 2067d6241927 browser_side/panels.py --- a/browser_side/panels.py Tue Feb 04 16:49:21 2014 +0100 +++ b/browser_side/panels.py Tue Feb 04 17:21:59 2014 +0100 @@ -1,23 +1,21 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -""" -Libervia: a Salut à Toi frontend -Copyright (C) 2011, 2012, 2013 Jérôme Poisson +# Libervia: a Salut à Toi frontend +# Copyright (C) 2011, 2012, 2013 Jérôme Poisson -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. -You should have received a copy of the GNU Affero General Public License -along with this program. If not, see . -""" +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . import pyjd # this is dummy in pyjs from pyjamas.ui.SimplePanel import SimplePanel diff -r 80016abf3ad3 -r 2067d6241927 browser_side/radiocol.py --- a/browser_side/radiocol.py Tue Feb 04 16:49:21 2014 +0100 +++ b/browser_side/radiocol.py Tue Feb 04 17:21:59 2014 +0100 @@ -1,23 +1,21 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -""" -Libervia: a Salut à Toi frontend -Copyright (C) 2011, 2012, 2013 Jérôme Poisson +# Libervia: a Salut à Toi frontend +# Copyright (C) 2011, 2012, 2013 Jérôme Poisson -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. -You should have received a copy of the GNU Affero General Public License -along with this program. If not, see . -""" +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . import pyjd # this is dummy in pyjs from pyjamas.ui.VerticalPanel import VerticalPanel diff -r 80016abf3ad3 -r 2067d6241927 browser_side/register.py --- a/browser_side/register.py Tue Feb 04 16:49:21 2014 +0100 +++ b/browser_side/register.py Tue Feb 04 17:21:59 2014 +0100 @@ -1,24 +1,22 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -""" -Libervia: a Salut à Toi frontend -Copyright (C) 2011, 2012, 2013 Jérôme Poisson -Copyright (C) 2011, 2012 Adrien Vigneron +# Libervia: a Salut à Toi frontend +# Copyright (C) 2011, 2012, 2013 Jérôme Poisson +# Copyright (C) 2011, 2012 Adrien Vigneron -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. -You should have received a copy of the GNU Affero General Public License -along with this program. If not, see . -""" +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . #This page manage subscription and new account creation import pyjd # this is dummy in pyjs diff -r 80016abf3ad3 -r 2067d6241927 browser_side/richtext.py --- a/browser_side/richtext.py Tue Feb 04 16:49:21 2014 +0100 +++ b/browser_side/richtext.py Tue Feb 04 17:21:59 2014 +0100 @@ -1,23 +1,21 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -""" -Libervia: a Salut à Toi frontend -Copyright (C) 2013 Adrien Cossa +# Libervia: a Salut à Toi frontend +# Copyright (C) 2013 Adrien Cossa -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. -You should have received a copy of the GNU Affero General Public License -along with this program. If not, see . -""" +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . from pyjamas.ui.TextArea import TextArea from pyjamas.ui.Button import Button diff -r 80016abf3ad3 -r 2067d6241927 browser_side/tools.py --- a/browser_side/tools.py Tue Feb 04 16:49:21 2014 +0100 +++ b/browser_side/tools.py Tue Feb 04 17:21:59 2014 +0100 @@ -1,23 +1,21 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -""" -Libervia: a Salut à Toi frontend -Copyright (C) 2011, 2012, 2013 Jérôme Poisson +# Libervia: a Salut à Toi frontend +# Copyright (C) 2011, 2012, 2013 Jérôme Poisson -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. -You should have received a copy of the GNU Affero General Public License -along with this program. If not, see . -""" +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . from pyjamas.ui.DragWidget import DragWidget from pyjamas.ui.FileUpload import FileUpload diff -r 80016abf3ad3 -r 2067d6241927 browser_side/xmlui.py --- a/browser_side/xmlui.py Tue Feb 04 16:49:21 2014 +0100 +++ b/browser_side/xmlui.py Tue Feb 04 17:21:59 2014 +0100 @@ -1,23 +1,21 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -""" -Libervia: a Salut à Toi frontend -Copyright (C) 2011, 2012, 2013 Jérôme Poisson +# Libervia: a Salut à Toi frontend +# Copyright (C) 2011, 2012, 2013 Jérôme Poisson -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. -You should have received a copy of the GNU Affero General Public License -along with this program. If not, see . -""" +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . from pyjamas.ui.VerticalPanel import VerticalPanel from pyjamas.ui.HorizontalPanel import HorizontalPanel diff -r 80016abf3ad3 -r 2067d6241927 libervia.py --- a/libervia.py Tue Feb 04 16:49:21 2014 +0100 +++ b/libervia.py Tue Feb 04 17:21:59 2014 +0100 @@ -1,23 +1,21 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -""" -Libervia: a Salut à Toi frontend -Copyright (C) 2011, 2012, 2013 Jérôme Poisson +# Libervia: a Salut à Toi frontend +# Copyright (C) 2011, 2012, 2013 Jérôme Poisson -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. -You should have received a copy of the GNU Affero General Public License -along with this program. If not, see . -""" +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . import pyjd # this is dummy in pyjs from pyjamas.ui.RootPanel import RootPanel diff -r 80016abf3ad3 -r 2067d6241927 libervia_server/__init__.py --- a/libervia_server/__init__.py Tue Feb 04 16:49:21 2014 +0100 +++ b/libervia_server/__init__.py Tue Feb 04 17:21:59 2014 +0100 @@ -1,23 +1,21 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -""" -Libervia: a Salut à Toi frontend -Copyright (C) 2011, 2012, 2013 Jérôme Poisson +# Libervia: a Salut à Toi frontend +# Copyright (C) 2011, 2012, 2013 Jérôme Poisson -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. -You should have received a copy of the GNU Affero General Public License -along with this program. If not, see . -""" +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . from twisted.application import internet, service from twisted.internet import glib2reactor diff -r 80016abf3ad3 -r 2067d6241927 libervia_server/blog.py --- a/libervia_server/blog.py Tue Feb 04 16:49:21 2014 +0100 +++ b/libervia_server/blog.py Tue Feb 04 17:21:59 2014 +0100 @@ -1,23 +1,21 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -""" -Libervia: a Salut à Toi frontend -Copyright (C) 2011, 2012, 2013 Jérôme Poisson +# Libervia: a Salut à Toi frontend +# Copyright (C) 2011, 2012, 2013 Jérôme Poisson -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. -You should have received a copy of the GNU Affero General Public License -along with this program. If not, see . -""" +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . from sat_frontends.tools.strings import addURLToText from libervia_server.html_tools import sanitizeHtml diff -r 80016abf3ad3 -r 2067d6241927 libervia_server/html_tools.py --- a/libervia_server/html_tools.py Tue Feb 04 16:49:21 2014 +0100 +++ b/libervia_server/html_tools.py Tue Feb 04 17:21:59 2014 +0100 @@ -1,23 +1,21 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -""" -Libervia: a Salut à Toi frontend -Copyright (C) 2011, 2012, 2013 Jérôme Poisson +# Libervia: a Salut à Toi frontend +# Copyright (C) 2011, 2012, 2013 Jérôme Poisson -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. -You should have received a copy of the GNU Affero General Public License -along with this program. If not, see . -""" +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . def sanitizeHtml(text): """Sanitize HTML by escaping everything""" diff -r 80016abf3ad3 -r 2067d6241927 twisted/plugins/libervia.py --- a/twisted/plugins/libervia.py Tue Feb 04 16:49:21 2014 +0100 +++ b/twisted/plugins/libervia.py Tue Feb 04 17:21:59 2014 +0100 @@ -1,23 +1,21 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -""" -Libervia: a Salut à Toi frontend -Copyright (C) 2013 Emmanuel Gil Peyrot +# Libervia: a Salut à Toi frontend +# Copyright (C) 2013 Emmanuel Gil Peyrot -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. -You should have received a copy of the GNU Affero General Public License -along with this program. If not, see . -""" +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . from zope.interface import implements