← Back to team overview

divmod-dev team mailing list archive

[Merge] lp:~florent.x/pyflakes/copyright-2013 into lp:pyflakes

 

Florent has proposed merging lp:~florent.x/pyflakes/copyright-2013 into lp:pyflakes.

Requested reviews:
  Divmod-dev (divmod-dev)

For more details, see:
https://code.launchpad.net/~florent.x/pyflakes/copyright-2013/+merge/142387

administrative update
-- 
https://code.launchpad.net/~florent.x/pyflakes/copyright-2013/+merge/142387
Your team Divmod-dev is requested to review the proposed merge of lp:~florent.x/pyflakes/copyright-2013 into lp:pyflakes.
=== modified file 'LICENSE'
--- LICENSE	2011-09-03 16:03:07 +0000
+++ LICENSE	2013-01-08 19:26:27 +0000
@@ -1,4 +1,4 @@
-Copyright 2005-2011 Divmod, Inc.
+Copyright 2005-2013 Divmod, Inc.
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the

=== modified file 'pyflakes/checker.py'
--- pyflakes/checker.py	2012-01-10 19:09:22 +0000
+++ pyflakes/checker.py	2013-01-08 19:26:27 +0000
@@ -1,5 +1,5 @@
 # -*- test-case-name: pyflakes -*-
-# (c) 2005-2010 Divmod, Inc.
+# (c) 2005-2013 Divmod, Inc.
 # See LICENSE file for details
 
 import __builtin__

=== modified file 'pyflakes/messages.py'
--- pyflakes/messages.py	2011-10-31 15:19:35 +0000
+++ pyflakes/messages.py	2013-01-08 19:26:27 +0000
@@ -1,4 +1,4 @@
-# (c) 2005 Divmod, Inc.  See LICENSE file for details
+# (c) 2005-2013 Divmod, Inc.  See LICENSE file for details
 
 class Message(object):
     message = ''

=== modified file 'pyflakes/reporter.py'
--- pyflakes/reporter.py	2012-10-23 13:07:35 +0000
+++ pyflakes/reporter.py	2013-01-08 19:26:27 +0000
@@ -1,4 +1,4 @@
-# (c) 2005-2012 Divmod, Inc.
+# (c) 2005-2013 Divmod, Inc.
 # See LICENSE file for details
 
 import sys

=== modified file 'pyflakes/test/test_other.py'
--- pyflakes/test/test_other.py	2011-11-17 16:21:58 +0000
+++ pyflakes/test/test_other.py	2013-01-08 19:26:27 +0000
@@ -1,4 +1,4 @@
-# (c) 2005-2010 Divmod, Inc.
+# (c) 2005-2013 Divmod, Inc.
 # See LICENSE file for details
 
 """

=== modified file 'setup.py'
--- setup.py	2011-09-03 16:31:04 +0000
+++ setup.py	2013-01-08 19:26:27 +0000
@@ -1,5 +1,5 @@
 #!/usr/bin/python
-# Copyright 2005-2011 Divmod, Inc.  See LICENSE file for details
+# Copyright 2005-2013 Divmod, Inc.  See LICENSE file for details
 
 from distutils.core import setup
 


Follow ups