Changeset 3260

Show
Ignore:
Timestamp:
11/27/07 17:49:29 (16 years ago)
Author:
jerome
Message:

Changed license to GNU GPL v3 or later.
Changed Python source encoding from ISO-8859-15 to UTF-8 (only ASCII
was used anyway).

Location:
pykota/trunk
Files:
53 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/autopykota

    r3201 r3260  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
    3  
    4 # autopykota : script to automate user creation in PyKota 
     2# -*- coding: UTF-8 -*- 
    53# 
    6 # PyKota - Print Quotas for CUPS and LPRng 
     4# PyKota : Print Quotas for CUPS 
    75# 
    86# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    9 # (c) 2007 Stefan Wold <stefan.wold@it.su.se> 
    10 # This program is free software; you can redistribute it and/or modify 
     7# This program is free software: you can redistribute it and/or modify 
    118# it under the terms of the GNU General Public License as published by 
    12 # the Free Software Foundation; either version 2 of the License, or 
     9# the Free Software Foundation, either version 3 of the License, or 
    1310# (at your option) any later version. 
    14 # 
     11#  
    1512# This program is distributed in the hope that it will be useful, 
    1613# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1916#  
    2017# You should have received a copy of the GNU General Public License 
    21 # along with this program; if not, write to the Free Software 
    22 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     18# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     19# 
    2320# 
    2421# $Id$ 
  • pykota/trunk/bin/cupspykota

    r3252 r3260  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
    3  
    4 # CUPSPyKota accounting backend 
     2# -*- coding: UTF-8 -*- 
    53# 
    6 # PyKota - Print Quotas for CUPS 
     4# PyKota : Print Quotas for CUPS 
    75# 
    86# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    9 # This program is free software; you can redistribute it and/or modify 
     7# This program is free software: you can redistribute it and/or modify 
    108# it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# the Free Software Foundation, either version 3 of the License, or 
    1210# (at your option) any later version. 
    13 # 
     11#  
    1412# This program is distributed in the hope that it will be useful, 
    1513# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1816#  
    1917# You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     18# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     19# 
    2220# 
    2321# $Id$ 
  • pykota/trunk/bin/dumpykota

    r3165 r3260  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
    3  
    4 # PyKota Print Quota Data Dumper 
    5 # 
    6 # PyKota - Print Quotas for CUPS and LPRng 
     2# -*- coding: UTF-8 -*- 
     3# 
     4# PyKota : Print Quotas for CUPS 
    75# 
    86# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    9 # This program is free software; you can redistribute it and/or modify 
     7# This program is free software: you can redistribute it and/or modify 
    108# it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# the Free Software Foundation, either version 3 of the License, or 
    1210# (at your option) any later version. 
    13 # 
     11#  
    1412# This program is distributed in the hope that it will be useful, 
    1513# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1816#  
    1917# You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     18# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2219# 
    2320# $Id$ 
  • pykota/trunk/bin/edpykota

    r3133 r3260  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
    3  
    4 # PyKota Print Quota Editor  
    5 # 
    6 # PyKota - Print Quotas for CUPS and LPRng 
     2# -*- coding: UTF-8 -*- 
     3# 
     4# PyKota : Print Quotas for CUPS 
    75# 
    86# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    9 # This program is free software; you can redistribute it and/or modify 
     7# This program is free software: you can redistribute it and/or modify 
    108# it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# the Free Software Foundation, either version 3 of the License, or 
    1210# (at your option) any later version. 
    13 # 
     11#  
    1412# This program is distributed in the hope that it will be useful, 
    1513# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1816#  
    1917# You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     18# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2219# 
    2320# $Id$ 
  • pykota/trunk/bin/mailandpopup.sh

    r3133 r3260  
    11#! /bin/sh 
    22# 
    3 # PyKota - Print Quotas for CUPS and LPRng 
     3# PyKota : Print Quotas for CUPS 
    44# 
    55# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    6 # You're welcome to redistribute this software under the 
    7 # terms of the GNU General Public Licence version 2.0 
    8 # or, at your option, any higher version. 
    9 # 
    10 # You can read the complete GNU GPL in the file COPYING 
    11 # which should come along with this software, or visit 
    12 # the Free Software Foundation's WEB site http://www.fsf.org 
     6# This program is free software: you can redistribute it and/or modify 
     7# it under the terms of the GNU General Public License as published by 
     8# the Free Software Foundation, either version 3 of the License, or 
     9# (at your option) any later version. 
     10#  
     11# This program is distributed in the hope that it will be useful, 
     12# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14# GNU General Public License for more details. 
     15#  
     16# You should have received a copy of the GNU General Public License 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    1318# 
    1419# $Id$ 
  • pykota/trunk/bin/papwaitprinter.sh

    r3133 r3260  
    11#! /bin/sh 
    22# 
    3 # PyKota - Print Quotas for CUPS and LPRng 
     3# PyKota : Print Quotas for CUPS 
    44# 
    55# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    6 # You're welcome to redistribute this software under the 
    7 # terms of the GNU General Public Licence version 2.0 
    8 # or, at your option, any higher version. 
    9 # 
    10 # You can read the complete GNU GPL in the file COPYING 
    11 # which should come along with this software, or visit 
    12 # the Free Software Foundation's WEB site http://www.fsf.org 
     6# This program is free software: you can redistribute it and/or modify 
     7# it under the terms of the GNU General Public License as published by 
     8# the Free Software Foundation, either version 3 of the License, or 
     9# (at your option) any later version. 
     10#  
     11# This program is distributed in the hope that it will be useful, 
     12# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14# GNU General Public License for more details. 
     15#  
     16# You should have received a copy of the GNU General Public License 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    1318# 
    1419# $Id$ 
  • pykota/trunk/bin/pkbanner

    r3133 r3260  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
    3  
    4 # A banner generator for PyKota 
    5 # 
    6 # PyKota - Print Quotas for CUPS and LPRng 
     2# -*- coding: UTF-8 -*- 
     3# 
     4# PyKota : Print Quotas for CUPS 
    75# 
    86# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    9 # This program is free software; you can redistribute it and/or modify 
     7# This program is free software: you can redistribute it and/or modify 
    108# it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# the Free Software Foundation, either version 3 of the License, or 
    1210# (at your option) any later version. 
    13 # 
     11#  
    1412# This program is distributed in the hope that it will be useful, 
    1513# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1816#  
    1917# You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     18# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2219# 
    2320# $Id$ 
  • pykota/trunk/bin/pkbcodes

    r3133 r3260  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
    3  
    4 # PyKota Billing Codes manager 
    5 # 
    6 # PyKota - Print Quotas for CUPS and LPRng 
     2# -*- coding: UTF-8 -*- 
     3# 
     4# PyKota : Print Quotas for CUPS 
    75# 
    86# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    9 # This program is free software; you can redistribute it and/or modify 
     7# This program is free software: you can redistribute it and/or modify 
    108# it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# the Free Software Foundation, either version 3 of the License, or 
    1210# (at your option) any later version. 
    13 # 
     11#  
    1412# This program is distributed in the hope that it will be useful, 
    1513# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1816#  
    1917# You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     18# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2219# 
    2320# $Id$ 
  • pykota/trunk/bin/pkinvoice

    r3133 r3260  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
    3  
    4 # PyKota Invoice generator 
     2# -*- coding: UTF-8 -*- 
    53# 
    6 # PyKota - Print Quotas for CUPS and LPRng 
     4# PyKota : Print Quotas for CUPS 
    75# 
    86# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    9 # This program is free software; you can redistribute it and/or modify 
     7# This program is free software: you can redistribute it and/or modify 
    108# it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# the Free Software Foundation, either version 3 of the License, or 
    1210# (at your option) any later version. 
    13 # 
     11#  
    1412# This program is distributed in the hope that it will be useful, 
    1513# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1816#  
    1917# You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     18# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2219# 
    2320# $Id$ 
  • pykota/trunk/bin/pkmail

    r3137 r3260  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
    3  
    4 # An email gateway for PyKota 
     2# -*- coding: UTF-8 -*- 
    53# 
    6 # PyKota - Print Quotas for CUPS and LPRng 
     4# PyKota : Print Quotas for CUPS 
    75# 
    86# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    9 # This program is free software; you can redistribute it and/or modify 
     7# This program is free software: you can redistribute it and/or modify 
    108# it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# the Free Software Foundation, either version 3 of the License, or 
    1210# (at your option) any later version. 
    13 # 
     11#  
    1412# This program is distributed in the hope that it will be useful, 
    1513# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1816#  
    1917# You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     18# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2219# 
    2320# $Id$ 
  • pykota/trunk/bin/pknotify

    r3144 r3260  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
    3  
    4 # A notifier for PyKota 
    5 # 
    6 # PyKota - Print Quotas for CUPS and LPRng 
     2# -*- coding: UTF-8 -*- 
     3# 
     4# PyKota : Print Quotas for CUPS 
    75# 
    86# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    9 # This program is free software; you can redistribute it and/or modify 
     7# This program is free software: you can redistribute it and/or modify 
    108# it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# the Free Software Foundation, either version 3 of the License, or 
    1210# (at your option) any later version. 
    13 # 
     11#  
    1412# This program is distributed in the hope that it will be useful, 
    1513# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1816#  
    1917# You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     18# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2219# 
    2320# $Id$ 
  • pykota/trunk/bin/pkprinters

    r3133 r3260  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
    3  
    4 # PyKota Printers Manager 
    5 # 
    6 # PyKota - Print Quotas for CUPS and LPRng 
     2# -*- coding: UTF-8 -*- 
     3# 
     4# PyKota : Print Quotas for CUPS 
    75# 
    86# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    9 # This program is free software; you can redistribute it and/or modify 
     7# This program is free software: you can redistribute it and/or modify 
    108# it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# the Free Software Foundation, either version 3 of the License, or 
    1210# (at your option) any later version. 
    13 # 
     11#  
    1412# This program is distributed in the hope that it will be useful, 
    1513# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1816#  
    1917# You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     18# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2219# 
    2320# $Id$ 
  • pykota/trunk/bin/pkrefund

    r3133 r3260  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
    3  
    4 """pkrefund is a tool to refund print jobs and generate PDF receipts.""" 
    5  
    6 # PyKota Print Job Refund Manager 
     2# -*- coding: UTF-8 -*- 
    73# 
    8 # PyKota - Print Quotas for CUPS and LPRng 
     4# PyKota : Print Quotas for CUPS 
    95# 
    106# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    11 # This program is free software; you can redistribute it and/or modify 
     7# This program is free software: you can redistribute it and/or modify 
    128# it under the terms of the GNU General Public License as published by 
    13 # the Free Software Foundation; either version 2 of the License, or 
     9# the Free Software Foundation, either version 3 of the License, or 
    1410# (at your option) any later version. 
    15 # 
     11#  
    1612# This program is distributed in the hope that it will be useful, 
    1713# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    2016#  
    2117# You should have received a copy of the GNU General Public License 
    22 # along with this program; if not, write to the Free Software 
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     18# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2419# 
    2520# $Id$ 
  • pykota/trunk/bin/pksetup

    r3257 r3260  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
    3 # 
    4 # PyKota 
    5 # 
    6 # PyKota : Print Quotas for CUPS and LPRng 
     2# -*- coding: UTF-8 -*- 
     3# 
     4# PyKota : Print Quotas for CUPS 
    75# 
    86# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    9 # This program is free software; you can redistribute it and/or modify 
     7# This program is free software: you can redistribute it and/or modify 
    108# it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# the Free Software Foundation, either version 3 of the License, or 
    1210# (at your option) any later version. 
    13 # 
     11#  
    1412# This program is distributed in the hope that it will be useful, 
    1513# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1816#  
    1917# You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     18# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2219# 
    2320# $Id$ 
  • pykota/trunk/bin/pkturnkey

    r3133 r3260  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
    3  
    4 # PyKota Turn Key tool 
     2# -*- coding: UTF-8 -*- 
    53# 
    6 # PyKota - Print Quotas for CUPS and LPRng 
     4# PyKota : Print Quotas for CUPS 
    75# 
    86# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    9 # This program is free software; you can redistribute it and/or modify 
     7# This program is free software: you can redistribute it and/or modify 
    108# it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# the Free Software Foundation, either version 3 of the License, or 
    1210# (at your option) any later version. 
    13 # 
     11#  
    1412# This program is distributed in the hope that it will be useful, 
    1513# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1816#  
    1917# You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     18# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2219# 
    2320# $Id$ 
  • pykota/trunk/bin/pkusers

    r3133 r3260  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
    3  
    4 # PyKota Users Manager 
     2# -*- coding: UTF-8 -*- 
    53# 
    6 # PyKota - Print Quotas for CUPS and LPRng 
     4# PyKota : Print Quotas for CUPS 
    75# 
    86# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    9 # This program is free software; you can redistribute it and/or modify 
     7# This program is free software: you can redistribute it and/or modify 
    108# it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# the Free Software Foundation, either version 3 of the License, or 
    1210# (at your option) any later version. 
    13 # 
     11#  
    1412# This program is distributed in the hope that it will be useful, 
    1513# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1816#  
    1917# You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     18# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2219# 
    2320# $Id$ 
  • pykota/trunk/bin/pykosd

    r3133 r3260  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
    3  
    4 # PyKota Print Quota Editor  
    5 # 
    6 # PyKota - Print Quotas for CUPS and LPRng 
     2# -*- coding: UTF-8 -*- 
     3# 
     4# PyKota : Print Quotas for CUPS 
    75# 
    86# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    9 # This program is free software; you can redistribute it and/or modify 
     7# This program is free software: you can redistribute it and/or modify 
    108# it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# the Free Software Foundation, either version 3 of the License, or 
    1210# (at your option) any later version. 
    13 # 
     11#  
    1412# This program is distributed in the hope that it will be useful, 
    1513# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1816#  
    1917# You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     18# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2219# 
    2320# $Id$ 
  • pykota/trunk/bin/pykotme

    r3245 r3260  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
    3  
    4 # PyKota Print Quota Quote sender 
     2# -*- coding: UTF-8 -*- 
    53# 
    6 # PyKota - Print Quotas for CUPS and LPRng 
     4# PyKota : Print Quotas for CUPS 
    75# 
    86# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    9 # This program is free software; you can redistribute it and/or modify 
     7# This program is free software: you can redistribute it and/or modify 
    108# it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# the Free Software Foundation, either version 3 of the License, or 
    1210# (at your option) any later version. 
    13 # 
     11#  
    1412# This program is distributed in the hope that it will be useful, 
    1513# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1816#  
    1917# You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     18# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2219# 
    2320# $Id$ 
  • pykota/trunk/bin/README

    r3133 r3260  
    11# $Id$ 
    2  
    3 PyKota - Print Quotas for CUPS and LPRng 
    4  
    5 (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    6 This program is free software; you can redistribute it and/or modify 
    7 it under the terms of the GNU General Public License as published by 
    8 the Free Software Foundation; either version 2 of the License, or 
    9 (at your option) any later version. 
    10  
    11 This program is distributed in the hope that it will be useful, 
    12 but WITHOUT ANY WARRANTY; without even the implied warranty of 
    13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14 GNU General Public License for more details. 
    15  
    16 You should have received a copy of the GNU General Public License 
    17 along with this program; if not, write to the Free Software 
    18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
    19  
     2# 
     3# PyKota : Print Quotas for CUPS 
     4# 
     5# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     6# This program is free software: you can redistribute it and/or modify 
     7# it under the terms of the GNU General Public License as published by 
     8# the Free Software Foundation, either version 3 of the License, or 
     9# (at your option) any later version. 
     10#  
     11# This program is distributed in the hope that it will be useful, 
     12# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14# GNU General Public License for more details. 
     15#  
     16# You should have received a copy of the GNU General Public License 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     18# 
     19# 
    2020==================================================================== 
    2121 
  • pykota/trunk/bin/repykota

    r3133 r3260  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
    3  
    4 # PyKota Print Quota Reports generator 
     2# -*- coding: UTF-8 -*- 
    53# 
    6 # PyKota - Print Quotas for CUPS and LPRng 
     4# PyKota : Print Quotas for CUPS 
    75# 
    86# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    9 # This program is free software; you can redistribute it and/or modify 
     7# This program is free software: you can redistribute it and/or modify 
    108# it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# the Free Software Foundation, either version 3 of the License, or 
    1210# (at your option) any later version. 
    13 # 
     11#  
    1412# This program is distributed in the hope that it will be useful, 
    1513# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1816#  
    1917# You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     18# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2219# 
    2320# $Id$ 
  • pykota/trunk/bin/waitprinter.sh

    r3133 r3260  
    11#! /bin/sh 
    22# 
    3 # PyKota - Print Quotas for CUPS and LPRng 
     3# PyKota : Print Quotas for CUPS 
    44# 
    55# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    6 # You're welcome to redistribute this software under the 
    7 # terms of the GNU General Public Licence version 2.0 
    8 # or, at your option, any higher version. 
    9 # 
    10 # You can read the complete GNU GPL in the file COPYING 
    11 # which should come along with this software, or visit 
    12 # the Free Software Foundation's WEB site http://www.fsf.org 
     6# This program is free software: you can redistribute it and/or modify 
     7# it under the terms of the GNU General Public License as published by 
     8# the Free Software Foundation, either version 3 of the License, or 
     9# (at your option) any later version. 
     10#  
     11# This program is distributed in the hope that it will be useful, 
     12# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14# GNU General Public License for more details. 
     15#  
     16# You should have received a copy of the GNU General Public License 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    1318# 
    1419# $Id$ 
  • pykota/trunk/bin/warnpykota

    r3133 r3260  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
    3  
    4 # PyKota Print Quota Warning sender 
     2# -*- coding: UTF-8 -*- 
    53# 
    6 # PyKota - Print Quotas for CUPS and LPRng 
     4# PyKota : Print Quotas for CUPS 
    75# 
    86# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    9 # This program is free software; you can redistribute it and/or modify 
     7# This program is free software: you can redistribute it and/or modify 
    108# it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# the Free Software Foundation, either version 3 of the License, or 
    1210# (at your option) any later version. 
    13 # 
     11#  
    1412# This program is distributed in the hope that it will be useful, 
    1513# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1816#  
    1917# You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     18# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2219# 
    2320# $Id$ 
  • pykota/trunk/pykota/accounter.py

    r3245 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    4 # PyKota : Print Quotas for CUPS and LPRng 
     3# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    109# (at your option) any later version. 
    11 # 
     10#  
    1211# This program is distributed in the hope that it will be useful, 
    1312# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1615#  
    1716# You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2018# 
    2119# $Id$ 
  • pykota/trunk/pykota/accounters/hardware.py

    r3245 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    4 # PyKota - Print Quotas for CUPS and LPRng 
     3# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    109# (at your option) any later version. 
    11 # 
     10#  
    1211# This program is distributed in the hope that it will be useful, 
    1312# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1615#  
    1716# You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2018# 
    2119# $Id$ 
  • pykota/trunk/pykota/accounters/__init__.py

    r3133 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    4 # PyKota : Print Quotas for CUPS and LPRng 
     3# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    109# (at your option) any later version. 
    11 # 
     10#  
    1211# This program is distributed in the hope that it will be useful, 
    1312# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1615#  
    1716# You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2018# 
    2119# $Id$ 
  • pykota/trunk/pykota/accounters/ink.py

    r3252 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    4 # PyKota - Print Quotas for CUPS and LPRng 
     3# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    109# (at your option) any later version. 
    11 # 
     10#  
    1211# This program is distributed in the hope that it will be useful, 
    1312# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1615#  
    1716# You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2018# 
    2119# $Id$ 
  • pykota/trunk/pykota/accounters/pjl.py

    r3198 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
    3 # 
    4 # PyKota - Print Quotas for CUPS and LPRng 
     1# -*- coding: UTF-8 -*- 
     2# 
     3# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    109# (at your option) any later version. 
    11 # 
     10#  
    1211# This program is distributed in the hope that it will be useful, 
    1312# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1615#  
    1716# You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2018# 
    2119# $Id$ 
  • pykota/trunk/pykota/accounters/snmp.py

    r3190 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
    3 # 
    4 # PyKota - Print Quotas for CUPS and LPRng 
     1# -*- coding: UTF-8 -*- 
     2# 
     3# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    109# (at your option) any later version. 
    11 # 
     10#  
    1211# This program is distributed in the hope that it will be useful, 
    1312# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1615#  
    1716# You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2018# 
    2119# $Id$ 
  • pykota/trunk/pykota/accounters/software.py

    r3256 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    4 # PyKota - Print Quotas for CUPS and LPRng 
     3# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    109# (at your option) any later version. 
    11 # 
     10#  
    1211# This program is distributed in the hope that it will be useful, 
    1312# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1615#  
    1716# You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2018# 
    2119# $Id$ 
  • pykota/trunk/pykota/cgifuncs.py

    r3184 r3260  
    1 # PyKota - Print Quotas for CUPS and LPRng 
     1# -*- coding: UTF-8 -*- 
     2# 
     3# PyKota : Print Quotas for CUPS 
    24# 
    35# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    4 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    57# it under the terms of the GNU General Public License as published by 
    6 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    79# (at your option) any later version. 
    8 # 
     10#  
    911# This program is distributed in the hope that it will be useful, 
    1012# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1315#  
    1416# You should have received a copy of the GNU General Public License 
    15 # along with this program; if not, write to the Free Software 
    16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    1718# 
    1819# $Id$ 
  • pykota/trunk/pykota/config.py

    r3190 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    4 # PyKota : Print Quotas for CUPS and LPRng 
     3# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    109# (at your option) any later version. 
    11 # 
     10#  
    1211# This program is distributed in the hope that it will be useful, 
    1312# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1615#  
    1716# You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2018# 
    2119# $Id$ 
  • pykota/trunk/pykota/constants.py

    r3180 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    43# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    109# (at your option) any later version. 
    11 # 
     10#  
    1211# This program is distributed in the hope that it will be useful, 
    1312# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1615#  
    1716# You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2018# 
    2119# $Id$ 
  • pykota/trunk/pykota/cups.py

    r3255 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    43# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    109# (at your option) any later version. 
    11 # 
     10#  
    1211# This program is distributed in the hope that it will be useful, 
    1312# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1615#  
    1716# You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2018# 
    2119# $Id$ 
  • pykota/trunk/pykota/dumper.py

    r3184 r3260  
    1 # PyKota Print Quota Data Dumper 
    2 # 
    3 # PyKota - Print Quotas for CUPS and LPRng 
     1# -*- coding: UTF-8 -*- 
     2# 
     3# PyKota : Print Quotas for CUPS 
    44# 
    55# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    6 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
    8 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    99# (at your option) any later version. 
    10 # 
     10#  
    1111# This program is distributed in the hope that it will be useful, 
    1212# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1515#  
    1616# You should have received a copy of the GNU General Public License 
    17 # along with this program; if not, write to the Free Software 
    18 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    1918# 
    2019# $Id$ 
  • pykota/trunk/pykota/__init__.py

    r3133 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    4 # PyKota : Print Quotas for CUPS and LPRng 
     3# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    109# (at your option) any later version. 
    11 # 
     10#  
    1211# This program is distributed in the hope that it will be useful, 
    1312# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1615#  
    1716# You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2018# 
    2119# $Id$ 
  • pykota/trunk/pykota/logger.py

    r3184 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    4 # PyKota : Print Quotas for CUPS and LPRng 
     3# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    109# (at your option) any later version. 
    11 # 
     10#  
    1211# This program is distributed in the hope that it will be useful, 
    1312# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1615#  
    1716# You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2018# 
    2119# $Id$ 
  • pykota/trunk/pykota/loggers/__init__.py

    r3133 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    4 # PyKota : Print Quotas for CUPS and LPRng 
     3# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    109# (at your option) any later version. 
    11 # 
     10#  
    1211# This program is distributed in the hope that it will be useful, 
    1312# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1615#  
    1716# You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2018# 
    2119# $Id$ 
  • pykota/trunk/pykota/loggers/stderr.py

    r3133 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    4 # PyKota : Print Quotas for CUPS and LPRng 
     3# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    109# (at your option) any later version. 
    11 # 
     10#  
    1211# This program is distributed in the hope that it will be useful, 
    1312# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1615#  
    1716# You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2018# 
    2119# $Id$ 
  • pykota/trunk/pykota/loggers/system.py

    r3133 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    4 # PyKota : Print Quotas for CUPS and LPRng 
     3# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    109# (at your option) any later version. 
    11 # 
     10#  
    1211# This program is distributed in the hope that it will be useful, 
    1312# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1615#  
    1716# You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2018# 
    2119# $Id$ 
  • pykota/trunk/pykota/reporter.py

    r3184 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    4 # PyKota : Print Quotas for CUPS and LPRng 
     3# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    109# (at your option) any later version. 
    11 # 
     10#  
    1211# This program is distributed in the hope that it will be useful, 
    1312# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1615#  
    1716# You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2018# 
    2119# $Id$ 
  • pykota/trunk/pykota/reporters/html.py

    r3184 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
    3  
    4 # PyKota - Print Quotas for CUPS and LPRng 
     1# -*- coding: UTF-8 -*- 
     2# 
     3# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    109# (at your option) any later version. 
    11 # 
     10#  
    1211# This program is distributed in the hope that it will be useful, 
    1312# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1615#  
    1716# You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2018# 
    2119# $Id$ 
  • pykota/trunk/pykota/reporters/__init__.py

    r3133 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    4 # PyKota : Print Quotas for CUPS and LPRng 
     3# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    109# (at your option) any later version. 
    11 # 
     10#  
    1211# This program is distributed in the hope that it will be useful, 
    1312# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1615#  
    1716# You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2018# 
    2119# $Id$ 
  • pykota/trunk/pykota/reporters/text.py

    r3184 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
    3  
    4 # PyKota - Print Quotas for CUPS and LPRng 
     1# -*- coding: UTF-8 -*- 
     2# 
     3# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    109# (at your option) any later version. 
    11 # 
     10#  
    1211# This program is distributed in the hope that it will be useful, 
    1312# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1615#  
    1716# You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2018# 
    2119# $Id$ 
  • pykota/trunk/pykota/storage.py

    r3245 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    4 # PyKota : Print Quotas for CUPS and LPRng 
     3# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    109# (at your option) any later version. 
    11 # 
     10#  
    1211# This program is distributed in the hope that it will be useful, 
    1312# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1615#  
    1716# You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2018# 
    2119# $Id$ 
  • pykota/trunk/pykota/storages/__init__.py

    r3133 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    4 # PyKota : Print Quotas for CUPS and LPRng 
     3# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    109# (at your option) any later version. 
    11 # 
     10#  
    1211# This program is distributed in the hope that it will be useful, 
    1312# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1615#  
    1716# You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2018# 
    2119# $Id$ 
  • pykota/trunk/pykota/storages/ldapstorage.py

    r3244 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    4 # PyKota : Print Quotas for CUPS and LPRng 
     3# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    109# (at your option) any later version. 
    11 # 
     10#  
    1211# This program is distributed in the hope that it will be useful, 
    1312# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1615#  
    1716# You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2018# 
    2119# $Id$ 
  • pykota/trunk/pykota/storages/mysqlstorage.py

    r3184 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    4 # PyKota : Print Quotas for CUPS and LPRng 
     3# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # (c) 2005, 2006 Matt Hyclak <hyclak@math.ohiou.edu> 
    8 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    97# it under the terms of the GNU General Public License as published by 
    10 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    119# (at your option) any later version. 
    12 # 
     10#  
    1311# This program is distributed in the hope that it will be useful, 
    1412# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1715#  
    1816# You should have received a copy of the GNU General Public License 
    19 # along with this program; if not, write to the Free Software 
    20 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2118# 
    2219# $Id$ 
  • pykota/trunk/pykota/storages/pgstorage.py

    r3184 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    4 # PyKota : Print Quotas for CUPS and LPRng 
     3# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    109# (at your option) any later version. 
    11 # 
     10#  
    1211# This program is distributed in the hope that it will be useful, 
    1312# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1615#  
    1716# You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2018# 
    2119# $Id$ 
  • pykota/trunk/pykota/storages/sqlitestorage.py

    r3184 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
    3 # 
    4 # PyKota : Print Quotas for CUPS and LPRng 
    5 # 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
    8 # it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
    10 # (at your option) any later version. 
    11 # 
    12 # This program is distributed in the hope that it will be useful, 
    13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
    14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    15 # GNU General Public License for more details. 
    16 #  
    17 # You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
    20 # 
    211# $Id$ 
    222# 
  • pykota/trunk/pykota/storages/sql.py

    r3258 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    4 # PyKota : Print Quotas for CUPS and LPRng 
     3# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    109# (at your option) any later version. 
    11 # 
     10#  
    1211# This program is distributed in the hope that it will be useful, 
    1312# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1615#  
    1716# You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2018# 
    2119# $Id$ 
  • pykota/trunk/pykota/tool.py

    r3251 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
    3  
    4 # PyKota - Print Quotas for CUPS and LPRng 
     1# -*- coding: UTF-8 -*- 
     2# 
     3# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    109# (at your option) any later version. 
    11 # 
     10#  
    1211# This program is distributed in the hope that it will be useful, 
    1312# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1615#  
    1716# You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2018# 
    2119# $Id$ 
  • pykota/trunk/pykota/version.py

    r3259 r3260  
    1 # PyKota 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    4 # PyKota : Print Quotas for CUPS and LPRng 
     3# PyKota : Print Quotas for CUPS 
    54# 
    65# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    7 # This program is free software; you can redistribute it and/or modify 
     6# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
    9 # the Free Software Foundation; either version 2 of the License, or 
     8# the Free Software Foundation, either version 3 of the License, or 
    109# (at your option) any later version. 
    11 # 
     10#  
    1211# This program is distributed in the hope that it will be useful, 
    1312# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     
    1615#  
    1716# You should have received a copy of the GNU General Public License 
    18 # along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
     17# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2018# 
    2119# $Id$ 
  • pykota/trunk/setup.py

    r3259 r3260  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     2# -*- coding: UTF-8 -*- 
    33# 
    44# PyKota : Print Quotas for CUPS