diff --git a/client/equo.py b/client/equo.py index 0284c2b65..786114a07 100644 --- a/client/equo.py +++ b/client/equo.py @@ -1,25 +1,15 @@ -#!/usr/bin/python -O +#!/usr/bin/python2 -O # -*- coding: utf-8 -*- -''' - # DESCRIPTION: - # Entropy Package Manager client +""" - Copyright (C) 2007-2009 Fabio Erculiani + @author: Fabio Erculiani + @contact: lxnay@sabayonlinux.org + @copyright: Fabio Erculiani + @license: GPL-2 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + B{Entropy Package Manager Client}. - 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -''' +""" import sys sys.path.insert(0,'/usr/lib/entropy/libraries') sys.path.insert(0,'/usr/lib/entropy/server') diff --git a/client/text_cache.py b/client/text_cache.py index 1f18fc88c..6f9e413ca 100644 --- a/client/text_cache.py +++ b/client/text_cache.py @@ -1,24 +1,14 @@ -#!/usr/bin/python -''' - # DESCRIPTION: - # Equo on-disk caching tools +# -*- coding: utf-8 -*- +""" - Copyright (C) 2007-2008 Fabio Erculiani + @author: Fabio Erculiani + @contact: lxnay@sabayonlinux.org + @copyright: Fabio Erculiani + @license: GPL-2 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + B{Entropy Package Manager Client}. - 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -''' +""" from entropy.client.interfaces import Client def cache(options): diff --git a/client/text_configuration.py b/client/text_configuration.py index 949875133..e53b44965 100644 --- a/client/text_configuration.py +++ b/client/text_configuration.py @@ -1,25 +1,14 @@ +# -*- coding: utf-8 -*- +""" -#!/usr/bin/python -''' - # DESCRIPTION: - # Packages configuration files handling function (etc-update alike) + @author: Fabio Erculiani + @contact: lxnay@sabayonlinux.org + @copyright: Fabio Erculiani + @license: GPL-2 - Copyright (C) 2007-2009 Fabio Erculiani + B{Entropy Package Manager Client}. - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -''' +""" import shutil import commands diff --git a/client/text_query.py b/client/text_query.py index edd1f992c..54b938fd5 100644 --- a/client/text_query.py +++ b/client/text_query.py @@ -1,24 +1,14 @@ -#!/usr/bin/python -''' - # DESCRIPTION: - # Entropy database query tools and library +# -*- coding: utf-8 -*- +""" - Copyright (C) 2007-2009 Fabio Erculiani + @author: Fabio Erculiani + @contact: lxnay@sabayonlinux.org + @copyright: Fabio Erculiani + @license: GPL-2 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + B{Entropy Package Manager Client}. - 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -''' +""" import os from entropy.const import etpUi diff --git a/client/text_repositories.py b/client/text_repositories.py index 6589ebe22..d189b6979 100644 --- a/client/text_repositories.py +++ b/client/text_repositories.py @@ -1,24 +1,14 @@ -#!/usr/bin/python -''' - # DESCRIPTION: - # Equo repositories handling library +# -*- coding: utf-8 -*- +""" - Copyright (C) 2007-2008 Fabio Erculiani + @author: Fabio Erculiani + @contact: lxnay@sabayonlinux.org + @copyright: Fabio Erculiani + @license: GPL-2 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + B{Entropy Package Manager Client}. - 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -''' +""" ######################################################## #### diff --git a/client/text_rescue.py b/client/text_rescue.py index 8e73dd467..716d0b270 100644 --- a/client/text_rescue.py +++ b/client/text_rescue.py @@ -1,24 +1,14 @@ -#!/usr/bin/python -''' - # DESCRIPTION: - # Equo integrity handling library +# -*- coding: utf-8 -*- +""" - Copyright (C) 2007-2009 Fabio Erculiani + @author: Fabio Erculiani + @contact: lxnay@sabayonlinux.org + @copyright: Fabio Erculiani + @license: GPL-2 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + B{Entropy Package Manager Client}. - 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -''' +""" ######################################################## #### diff --git a/client/text_security.py b/client/text_security.py index f04953fde..69592a5d3 100644 --- a/client/text_security.py +++ b/client/text_security.py @@ -1,24 +1,14 @@ -#!/usr/bin/python -''' - # DESCRIPTION: - # Equo security tools +# -*- coding: utf-8 -*- +""" - Copyright (C) 2007-2009 Fabio Erculiani + @author: Fabio Erculiani + @contact: lxnay@sabayonlinux.org + @copyright: Fabio Erculiani + @license: GPL-2 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + B{Entropy Package Manager Client}. - 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -''' +""" from entropy.const import * from entropy.output import * from entropy.client.interfaces import Client diff --git a/client/text_smart.py b/client/text_smart.py index 378527f33..443bf5e88 100644 --- a/client/text_smart.py +++ b/client/text_smart.py @@ -1,24 +1,14 @@ -#!/usr/bin/python -''' - # DESCRIPTION: - # Entropy smart functionalities library +# -*- coding: utf-8 -*- +""" - Copyright (C) 2007-2008 Fabio Erculiani + @author: Fabio Erculiani + @contact: lxnay@sabayonlinux.org + @copyright: Fabio Erculiani + @license: GPL-2 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + B{Entropy Package Manager Client}. - 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -''' +""" import shutil from entropy.const import * from entropy.output import * diff --git a/client/text_ugc.py b/client/text_ugc.py index 6b346937f..b2e8e536d 100644 --- a/client/text_ugc.py +++ b/client/text_ugc.py @@ -1,21 +1,14 @@ -#!/usr/bin/python -''' - Copyright (C) 2007-2009 Fabio Erculiani +# -*- coding: utf-8 -*- +""" - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + @author: Fabio Erculiani + @contact: lxnay@sabayonlinux.org + @copyright: Fabio Erculiani + @license: GPL-2 - 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 General Public License for more details. + B{Entropy Package Manager Client}. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -''' +""" from entropy.const import * from entropy.output import * diff --git a/client/text_ui.py b/client/text_ui.py index 08a33432f..ae8226e4a 100644 --- a/client/text_ui.py +++ b/client/text_ui.py @@ -1,22 +1,14 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- -''' - Copyright (C) 2007-2009 Fabio Erculiani +""" - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + @author: Fabio Erculiani + @contact: lxnay@sabayonlinux.org + @copyright: Fabio Erculiani + @license: GPL-2 - 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 General Public License for more details. + B{Entropy Package Manager Client}. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -''' +""" ######################################################## ####