Changeset 47

Show
Ignore:
Timestamp:
10/24/07 14:34:34 (1 year ago)
Author:
fs
Message:

Mass change: Updated my email adress in the license headers

Location:
branches/2.0.5/tests
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • branches/2.0.5/tests/basic_tests.py

    r32 r47  
    22# -*- coding: UTF-8 -*- 
    33 
    4 # Copyright (c) 2007 Felix Schwarz <felix.schwarz@schwarz.eu> 
     4# Copyright (c) 2007 Felix Schwarz <felix.schwarz@oss.schwarz.eu> 
    55# 
    66# This code is placed under the MIT license: 
  • branches/2.0.5/tests/lib/smtp_mailsink.py

    r32 r47  
    11# -*- coding: UTF-8 -*- 
    2  
    32"""A library which implements a SMTP mail sink (dummy SMTP server) in order  
    43to test correct sending of emails.""" 
    54 
    6 # Copyright (c) 2007 Felix Schwarz <felix.schwarz@schwarz.eu> 
     5# Copyright (c) 2007 Felix Schwarz <felix.schwarz@oss.schwarz.eu> 
    76# 
    87# This library is free software; you can redistribute it and/or 
  • branches/2.0.5/tests/lib/utils.py

    r32 r47  
    11# -*- coding: UTF-8 -*- 
    22 
    3 # Copyright (c) 2007 Felix Schwarz <felix.schwarz@schwarz.eu> 
     3# Copyright (c) 2007 Felix Schwarz <felix.schwarz@oss.schwarz.eu> 
    44# 
    55# This code is placed under the MIT license: 
  • branches/2.0.5/tests/test_errorhandling.py

    r45 r47  
    22# -*- coding: UTF-8 -*- 
    33 
    4 # Copyright (c) 2007 Felix Schwarz <felix.schwarz@schwarz.eu> 
     4# Copyright (c) 2007 Felix Schwarz <felix.schwarz@oss.schwarz.eu> 
    55# 
    66# This code is placed under the MIT license: 
  • branches/2.0.5/tests/test_message_as_string.py

    r32 r47  
    22# -*- coding: UTF-8 -*- 
    33 
    4 # Copyright (c) 2007 Felix Schwarz <felix.schwarz@schwarz.eu> 
     4# Copyright (c) 2007 Felix Schwarz <felix.schwarz@oss.schwarz.eu> 
    55# 
    66# This code is placed under the MIT license: 
  • branches/2.0.5/tests/test_testmode.py

    r27 r47  
    22# -*- coding: UTF-8 -*- 
    33 
    4 # Copyright (c) 2007 Felix Schwarz <felix.schwarz@schwarz.eu> 
     4# Copyright (c) 2007 Felix Schwarz <felix.schwarz@oss.schwarz.eu> 
    55# 
    66# This code is placed under the MIT license: