Changeset 7476 for main/waeup.sirp/trunk


Ignore:
Timestamp:
15 Jan 2012, 10:34:57 (13 years ago)
Author:
Henrik Bettermann
Message:

Adjust header and set svn:keywords property.

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

Legend:

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

    • Property svn:keywords set to Id
    r7474 r7476  
     1## $Id$
    12##
    2 ## smtp.py
    3 ## Login : <uli@pu.smp.net>
    4 ## Started on  Mon Dec 19 21:30:23 2011 Uli Fouquet
    5 ## $Id$
    6 ##
    7 ## Copyright (C) 2011 Uli Fouquet
     3## Copyright (C) 2012 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/tests/test_smtp.py

    • Property svn:keywords set to Id
    r7474 r7476  
    11# -*- coding: utf-8 -*-
     2## $Id$
    23##
    3 ## test_smtp.py
    4 ## Login : <uli@pu.smp.net>
    5 ## Started on  Wed Dec 21 15:08:50 2011 Uli Fouquet
    6 ## $Id$
    7 ##
    8 ## Copyright (C) 2011 Uli Fouquet
     4## Copyright (C) 2012 Uli Fouquet & Henrik Bettermann
    95## This program is free software; you can redistribute it and/or modify
    106## it under the terms of the GNU General Public License as published by
    117## the Free Software Foundation; either version 2 of the License, or
    128## (at your option) any later version.
    13 ## 
     9##
    1410## This program is distributed in the hope that it will be useful,
    1511## but WITHOUT ANY WARRANTY; without even the implied warranty of
    1612## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1713## GNU General Public License for more details.
    18 ## 
     14##
    1915## You should have received a copy of the GNU General Public License
    2016## along with this program; if not, write to the Free Software
Note: See TracChangeset for help on using the changeset viewer.