Changeset 3260 for pykota/trunk/bin

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/bin
Files:
22 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$