Changeset 7195


Ignore:
Timestamp:
25 Nov 2011, 07:34:07 (13 years ago)
Author:
Henrik Bettermann
Message:

More copyright adjustments.

Location:
main/waeup.sirp/trunk/src/waeup/sirp
Files:
48 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/accesscode.py

    r7181 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
    118"""Components to handle access codes.
    219
  • main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/browser.py

    r7137 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
    118"""UI components for accesscodes.
    219"""
  • main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/catalog.py

    r7137 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
    118"""Cataloging and searching components for access codes.
    219"""
  • main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/interfaces.py

    r7137 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
    118"""Interfaces of access code related components.
    219"""
  • main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/tests/test_accesscode.py

    r7137 r7195  
     1## $Id$
    12##
    2 ## test_accesscode.py
    3 ## Login : <uli@pu.smp.net>
    4 ## Started on  Sun Jun 12 13:07:58 2011 Uli Fouquet
    5 ## $Id$
    6 ##
    7 ## Copyright (C) 2011 Uli Fouquet
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
    84## This program is free software; you can redistribute it and/or modify
    95## it under the terms of the GNU General Public License as published by
    106## the Free Software Foundation; either version 2 of the License, or
    117## (at your option) any later version.
    12 ## 
     8##
    139## This program is distributed in the hope that it will be useful,
    1410## but WITHOUT ANY WARRANTY; without even the implied warranty of
    1511## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1612## GNU General Public License for more details.
    17 ## 
     13##
    1814## You should have received a copy of the GNU General Public License
    1915## along with this program; if not, write to the Free Software
  • main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/tests/test_catalog.py

    r7137 r7195  
    1 ##
    2 ## test_catalog.py
    3 ## Login : <uli@pu.smp.net>
    4 ## Started on  Mon Jun 20 18:39:12 2011 Uli Fouquet
    51## $Id$
    6 ## 
    7 ## Copyright (C) 2011 Uli Fouquet
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
    84## This program is free software; you can redistribute it and/or modify
    95## it under the terms of the GNU General Public License as published by
    106## the Free Software Foundation; either version 2 of the License, or
    117## (at your option) any later version.
    12 ## 
     8##
    139## This program is distributed in the hope that it will be useful,
    1410## but WITHOUT ANY WARRANTY; without even the implied warranty of
    1511## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1612## GNU General Public License for more details.
    17 ## 
     13##
    1814## You should have received a copy of the GNU General Public License
    1915## along with this program; if not, write to the Free Software
  • main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/tests/test_workflow.py

    r7137 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
    118import shutil
    219import tempfile
  • main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/workflow.py

    r7137 r7195  
     1## $Id$
    12##
    2 ## workflow.py
    3 ## Login : <uli@pu.smp.net>
    4 ## Started on  Sat Jun 11 00:35:16 2011 Uli Fouquet
    5 ## $Id$
    6 ##
    73## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
    84## This program is free software; you can redistribute it and/or modify
     
    106## the Free Software Foundation; either version 2 of the License, or
    117## (at your option) any later version.
    12 ## 
     8##
    139## This program is distributed in the hope that it will be useful,
    1410## but WITHOUT ANY WARRANTY; without even the implied warranty of
    1511## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1612## GNU General Public License for more details.
    17 ## 
     13##
    1814## You should have received a copy of the GNU General Public License
    1915## along with this program; if not, write to the Free Software
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/breadcrumbs.py

    r7172 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
    118""" Components to get breadcrumbs for any object.
    219"""
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/exceptions.py

    r7137 r7195  
     1## $Id$
    12##
    2 ## exceptions.py
    3 ## Login : <uli@pu.smp.net>
    4 ## Started on  Sun May 22 18:28:46 2011 Uli Fouquet
    5 ## $Id$
    6 ##
    7 ## Copyright (C) 2011 Uli Fouquet
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
    84## This program is free software; you can redistribute it and/or modify
    95## it under the terms of the GNU General Public License as published by
    106## the Free Software Foundation; either version 2 of the License, or
    117## (at your option) any later version.
    12 ## 
     8##
    139## This program is distributed in the hope that it will be useful,
    1410## but WITHOUT ANY WARRANTY; without even the implied warranty of
    1511## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1612## GNU General Public License for more details.
    17 ## 
     13##
    1814## You should have received a copy of the GNU General Public License
    1915## along with this program; if not, write to the Free Software
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/interfaces.py

    r7172 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
    118"""Interfaces for viewing components.
    219"""
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/layout.py

    r7177 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
    118"""Basic layout components.
    219"""
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/pages.py

    r7186 r7195  
    1 # -*- coding: utf-8 -*-
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
    218""" Viewing components for WAeUP objects.
    319"""
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/resources.py

    r7137 r7195  
    1 ##
    2 ## resources.py
    3 ## Login : <uli@pu.smp.net>
    4 ## Started on  Fri Mar 11 10:49:59 2011 Uli Fouquet
    51## $Id$
    6 ## 
    7 ## Copyright (C) 2011 Uli Fouquet
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
    84## This program is free software; you can redistribute it and/or modify
    95## it under the terms of the GNU General Public License as published by
    106## the Free Software Foundation; either version 2 of the License, or
    117## (at your option) any later version.
    12 ## 
     8##
    139## This program is distributed in the hope that it will be useful,
    1410## but WITHOUT ANY WARRANTY; without even the implied warranty of
    1511## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1612## GNU General Public License for more details.
    17 ## 
     13##
    1814## You should have received a copy of the GNU General Public License
    1915## along with this program; if not, write to the Free Software
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/tests/test_doctests.py

    r7137 r7195  
     1## $Id$
    12##
    2 ## test_doctests.py
    3 ## Login : <uli@pu.smp.net>
    4 ## Started on  Tue Sep 13 10:32:13 2011 Uli Fouquet
    5 ## $Id$
    6 ##
    7 ## Copyright (C) 2011 Uli Fouquet
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
    84## This program is free software; you can redistribute it and/or modify
    95## it under the terms of the GNU General Public License as published by
    106## the Free Software Foundation; either version 2 of the License, or
    117## (at your option) any later version.
    12 ## 
     8##
    139## This program is distributed in the hope that it will be useful,
    1410## but WITHOUT ANY WARRANTY; without even the implied warranty of
    1511## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1612## GNU General Public License for more details.
    17 ## 
     13##
    1814## You should have received a copy of the GNU General Public License
    1915## along with this program; if not, write to the Free Software
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/tests/test_permissions.py

    r7162 r7195  
    1 ##
    2 ## test_batching.py
    3 ## Login : <uli@pu.smp.net>
    4 ## Started on  Tue Aug 24 02:04:44 2010 Uli Fouquet
    51## $Id$
    62##
    7 ## Copyright (C) 2010 Uli Fouquet
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
    84## This program is free software; you can redistribute it and/or modify
    95## it under the terms of the GNU General Public License as published by
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/theming.py

    r7137 r7195  
     1## $Id$
    12##
    2 ## theming.py
    3 ## Login : <uli@pu.smp.net>
    4 ## Started on  Thu Apr 21 19:50:04 2011 Uli Fouquet
    5 ## $Id$
    6 ##
    7 ## Copyright (C) 2011 Uli Fouquet
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
    84## This program is free software; you can redistribute it and/or modify
    95## it under the terms of the GNU General Public License as published by
    106## the Free Software Foundation; either version 2 of the License, or
    117## (at your option) any later version.
    12 ## 
     8##
    139## This program is distributed in the hope that it will be useful,
    1410## but WITHOUT ANY WARRANTY; without even the implied warranty of
    1511## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1612## GNU General Public License for more details.
    17 ## 
     13##
    1814## You should have received a copy of the GNU General Public License
    1915## along with this program; if not, write to the Free Software
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/viewlets.py

    r7184 r7195  
    1 # -*- coding: utf-8 -*-
    2 
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
    318import grok
    4 
    519from zope.component import getMultiAdapter, queryAdapter
    620from zope.interface import Interface
  • main/waeup.sirp/trunk/src/waeup/sirp/hostels/browser.py

    r7129 r7195  
     1## $Id$
     2##
    13## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
    24## This program is free software; you can redistribute it and/or modify
  • main/waeup.sirp/trunk/src/waeup/sirp/hostels/catalog.py

    r7068 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
    118"""Cataloging and searching components for hostels.
    219"""
  • main/waeup.sirp/trunk/src/waeup/sirp/hostels/container.py

    r7070 r7195  
     1## $Id$
     2##
    13## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
    24## This program is free software; you can redistribute it and/or modify
  • main/waeup.sirp/trunk/src/waeup/sirp/hostels/hostel.py

    r7070 r7195  
     1## $Id$
     2##
    13## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
    24## This program is free software; you can redistribute it and/or modify
  • main/waeup.sirp/trunk/src/waeup/sirp/hostels/interfaces.py

    r7068 r7195  
    1 ##
    2 ## interfaces.py
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
    318from zope.interface import Attribute, invariant, Invalid
    419from zope import schema
  • main/waeup.sirp/trunk/src/waeup/sirp/hostels/permissions.py

    r7180 r7195  
     1## $Id$
     2##
    13## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
    24## This program is free software; you can redistribute it and/or modify
  • main/waeup.sirp/trunk/src/waeup/sirp/hostels/tests.py

    r7077 r7195  
     1## $Id$
     2##
    13## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
    24## This program is free software; you can redistribute it and/or modify
     
    46## the Free Software Foundation; either version 2 of the License, or
    57## (at your option) any later version.
    6 ## 
     8##
    79## This program is distributed in the hope that it will be useful,
    810## but WITHOUT ANY WARRANTY; without even the implied warranty of
    911## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1012## GNU General Public License for more details.
    11 ## 
     13##
    1214## You should have received a copy of the GNU General Public License
    1315## along with this program; if not, write to the Free Software
  • main/waeup.sirp/trunk/src/waeup/sirp/hostels/vocabularies.py

    r7070 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
    118"""Vocabularies and sources for the accommodation section.
    219"""
  • main/waeup.sirp/trunk/src/waeup/sirp/payments/container.py

    r6861 r7195  
     1## $Id$
     2##
    13## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
    24## This program is free software; you can redistribute it and/or modify
  • main/waeup.sirp/trunk/src/waeup/sirp/payments/interfaces.py

    r7020 r7195  
     1## $Id$
    12##
    2 ## interfaces.py
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
    318from zope.interface import Attribute
    419from zope import schema
  • main/waeup.sirp/trunk/src/waeup/sirp/payments/payment.py

    r6875 r7195  
     1## $Id$
     2##
    13## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
    24## This program is free software; you can redistribute it and/or modify
  • main/waeup.sirp/trunk/src/waeup/sirp/payments/tests.py

    r6875 r7195  
     1## $Id$
     2##
    13## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
    24## This program is free software; you can redistribute it and/or modify
     
    46## the Free Software Foundation; either version 2 of the License, or
    57## (at your option) any later version.
    6 ## 
     8##
    79## This program is distributed in the hope that it will be useful,
    810## but WITHOUT ANY WARRANTY; without even the implied warranty of
    911## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1012## GNU General Public License for more details.
    11 ## 
     13##
    1214## You should have received a copy of the GNU General Public License
    1315## along with this program; if not, write to the Free Software
  • main/waeup.sirp/trunk/src/waeup/sirp/payments/vocabularies.py

    r6994 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
    118"""Vocabularies and sources for payments.
    219"""
  • main/waeup.sirp/trunk/src/waeup/sirp/university/batching.py

    r7137 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
    118"""Batch processing components for academics objects.
    219
  • main/waeup.sirp/trunk/src/waeup/sirp/university/catalog.py

    r7137 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
    118"""Catalog and searching components for academics stuff.
    219"""
  • main/waeup.sirp/trunk/src/waeup/sirp/university/certificate.py

    r7137 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
    118"""WAeUP portal certificates
    219"""
  • main/waeup.sirp/trunk/src/waeup/sirp/university/certificatecontainer.py

    r7137 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
    118"""Containers for certificates.
    219"""
  • main/waeup.sirp/trunk/src/waeup/sirp/university/course.py

    r7137 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
    118"""Courses.
    219"""
  • main/waeup.sirp/trunk/src/waeup/sirp/university/coursecontainer.py

    r7137 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
    118"""Course containers.
    219"""
  • main/waeup.sirp/trunk/src/waeup/sirp/university/department.py

    r7185 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
    118"""University departments.
    219"""
  • main/waeup.sirp/trunk/src/waeup/sirp/university/faculty.py

    r7185 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
    118"""Faculty components.
    219"""
  • main/waeup.sirp/trunk/src/waeup/sirp/university/facultycontainer.py

    r7137 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
    118import grok
    219from zope.component.interfaces import IFactory
  • main/waeup.sirp/trunk/src/waeup/sirp/university/interfaces.py

    r7137 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
    118"""Interfaces of academics specific objects.
    219"""
  • main/waeup.sirp/trunk/src/waeup/sirp/university/tests/test_batching.py

    r7137 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
     18
    119# Tests for university related batching
    220import unittest
  • main/waeup.sirp/trunk/src/waeup/sirp/university/tests/test_certificatecontainer.py

    r7137 r7195  
     1## $Id$
    12##
    2 ## test_certificatecontainer.py
    3 ## Login : <uli@pu.smp.net>
    4 ## Started on  Sun May 29 02:21:16 2011 Uli Fouquet
    5 ## $Id$
    6 ##
    7 ## Copyright (C) 2011 Uli Fouquet
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
    84## This program is free software; you can redistribute it and/or modify
    95## it under the terms of the GNU General Public License as published by
    106## the Free Software Foundation; either version 2 of the License, or
    117## (at your option) any later version.
    12 ## 
     8##
    139## This program is distributed in the hope that it will be useful,
    1410## but WITHOUT ANY WARRANTY; without even the implied warranty of
    1511## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1612## GNU General Public License for more details.
    17 ## 
     13##
    1814## You should have received a copy of the GNU General Public License
    1915## along with this program; if not, write to the Free Software
  • main/waeup.sirp/trunk/src/waeup/sirp/university/tests/test_coursecontainer.py

    r7137 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
     18
    119# Test course containers
    220
  • main/waeup.sirp/trunk/src/waeup/sirp/university/tests/test_faculty.py

    r7137 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
     18
    119# Test faculties
    220import tempfile
  • main/waeup.sirp/trunk/src/waeup/sirp/university/tests/test_facultycontainer.py

    r7137 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
     18
    119# Tests for FacultyContainer.
    220import logging
  • main/waeup.sirp/trunk/src/waeup/sirp/university/tests/test_university.py

    r7137 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
     18
    119# Test the public API part of the university subpackage
    220import unittest
  • main/waeup.sirp/trunk/src/waeup/sirp/university/vocabularies.py

    r6965 r7195  
     1## $Id$
     2##
     3## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     4## This program is free software; you can redistribute it and/or modify
     5## 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
     7## (at your option) any later version.
     8##
     9## This program is distributed in the hope that it will be useful,
     10## but WITHOUT ANY WARRANTY; without even the implied warranty of
     11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12## GNU General Public License for more details.
     13##
     14## 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
     17##
    118"""Vocabularies and sources for the academics section.
    219"""
Note: See TracChangeset for help on using the changeset viewer.