Changeset 156:dcc3a986589c

Show
Ignore:
Timestamp:
11/05/10 13:06:31 (21 months ago)
Author:
Menno Smits <menno@…>
Branch:
default
Message:

Update copyright year

Location:
imapclient
Files:
7 modified

Legend:

Unmodified
Added
Removed
  • imapclient/fixed_offset.py

    r87 r156  
    1 # Copyright (c) 2009, Menno Smits 
     1# Copyright (c) 2010, Menno Smits 
    22# Released subject to the New BSD License 
    33# Please see http://en.wikipedia.org/wiki/BSD_licenses 
  • imapclient/imapclient.py

    r149 r156  
    1 # Copyright (c) 2009, Menno Smits 
     1# Copyright (c) 2010, Menno Smits 
    22# Released subject to the New BSD License 
    33# Please see http://en.wikipedia.org/wiki/BSD_licenses 
  • imapclient/test/__init__.py

    r111 r156  
    1 # Copyright (c) 2009, Menno Smits 
     1# Copyright (c) 2010, Menno Smits 
    22# Released subject to the New BSD License 
    33# Please see http://en.wikipedia.org/wiki/BSD_licenses 
  • imapclient/test/test_IMAPClient.py

    r148 r156  
    1 # Copyright (c) 2009, Menno Smits 
     1# Copyright (c) 2010, Menno Smits 
    22# Released subject to the New BSD License 
    33# Please see http://en.wikipedia.org/wiki/BSD_licenses 
  • imapclient/test/test_fixed_offset.py

    r87 r156  
    1 # Copyright (c) 2009, Menno Smits 
     1# Copyright (c) 2010, Menno Smits 
    22# Released subject to the New BSD License 
    33# Please see http://en.wikipedia.org/wiki/BSD_licenses 
  • imapclient/test/test_response_parser.py

    r145 r156  
    1313# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
    1414 
    15 # Copyright 2009 Menno Smits 
     15# Copyright 2010 Menno Smits 
    1616 
    1717''' 
  • imapclient/test/testable_imapclient.py

    r87 r156  
    1 # Copyright (c) 2009, Menno Smits 
     1# Copyright (c) 2010, Menno Smits 
    22# Released subject to the New BSD License 
    33# Please see http://en.wikipedia.org/wiki/BSD_licenses