[CalendarServer-changes] [15414] twext/trunk

source_changes at macosforge.org source_changes at macosforge.org
Thu Jan 7 07:17:19 PST 2016


Revision: 15414
          http://trac.calendarserver.org//changeset/15414
Author:   cdaboo at apple.com
Date:     2016-01-07 07:17:18 -0800 (Thu, 07 Jan 2016)
Log Message:
-----------
Copyright 2016 update

Modified Paths:
--------------
    twext/trunk/README.rst
    twext/trunk/bin/_build.sh
    twext/trunk/bin/_py.sh
    twext/trunk/bin/develop
    twext/trunk/bin/environment
    twext/trunk/bin/gendocs
    twext/trunk/bin/pyflakes
    twext/trunk/bin/python
    twext/trunk/bin/test
    twext/trunk/bin/test_opendirectory_auth
    twext/trunk/bin/test_opendirectory_lookup
    twext/trunk/bin/trial
    twext/trunk/bin/twistd
    twext/trunk/setup.py
    twext/trunk/twext/__init__.py
    twext/trunk/twext/application/__init__.py
    twext/trunk/twext/application/masterchild.py
    twext/trunk/twext/application/service.py
    twext/trunk/twext/enterprise/__init__.py
    twext/trunk/twext/enterprise/adbapi2.py
    twext/trunk/twext/enterprise/dal/__init__.py
    twext/trunk/twext/enterprise/dal/model.py
    twext/trunk/twext/enterprise/dal/parseschema.py
    twext/trunk/twext/enterprise/dal/record.py
    twext/trunk/twext/enterprise/dal/syntax.py
    twext/trunk/twext/enterprise/dal/test/__init__.py
    twext/trunk/twext/enterprise/dal/test/test_parseschema.py
    twext/trunk/twext/enterprise/dal/test/test_record.py
    twext/trunk/twext/enterprise/dal/test/test_sqlsyntax.py
    twext/trunk/twext/enterprise/fixtures.py
    twext/trunk/twext/enterprise/ienterprise.py
    twext/trunk/twext/enterprise/jobs/__init__.py
    twext/trunk/twext/enterprise/jobs/jobitem.py
    twext/trunk/twext/enterprise/jobs/queue.py
    twext/trunk/twext/enterprise/jobs/test/__init__.py
    twext/trunk/twext/enterprise/jobs/test/test_jobs.py
    twext/trunk/twext/enterprise/jobs/utils.py
    twext/trunk/twext/enterprise/jobs/workitem.py
    twext/trunk/twext/enterprise/locking.py
    twext/trunk/twext/enterprise/queue.py
    twext/trunk/twext/enterprise/test/__init__.py
    twext/trunk/twext/enterprise/test/test_adbapi2.py
    twext/trunk/twext/enterprise/test/test_fixtures.py
    twext/trunk/twext/enterprise/test/test_locking.py
    twext/trunk/twext/enterprise/test/test_queue.py
    twext/trunk/twext/enterprise/test/test_util.py
    twext/trunk/twext/enterprise/util.py
    twext/trunk/twext/internet/__init__.py
    twext/trunk/twext/internet/adaptendpoint.py
    twext/trunk/twext/internet/decorate.py
    twext/trunk/twext/internet/fswatch.py
    twext/trunk/twext/internet/gaiendpoint.py
    twext/trunk/twext/internet/sendfdport.py
    twext/trunk/twext/internet/socketfile.py
    twext/trunk/twext/internet/spawnsvc.py
    twext/trunk/twext/internet/ssl.py
    twext/trunk/twext/internet/tcp.py
    twext/trunk/twext/internet/test/__init__.py
    twext/trunk/twext/internet/test/test_adaptendpoint.py
    twext/trunk/twext/internet/test/test_fswatch.py
    twext/trunk/twext/internet/test/test_gaiendpoint.py
    twext/trunk/twext/internet/test/test_sendfdport.py
    twext/trunk/twext/internet/threadutils.py
    twext/trunk/twext/protocols/__init__.py
    twext/trunk/twext/protocols/echo.py
    twext/trunk/twext/protocols/test/__init__.py
    twext/trunk/twext/python/__init__.py
    twext/trunk/twext/python/clsprop.py
    twext/trunk/twext/python/filepath.py
    twext/trunk/twext/python/launchd.py
    twext/trunk/twext/python/log.py
    twext/trunk/twext/python/parallel.py
    twext/trunk/twext/python/sacl.py
    twext/trunk/twext/python/sendfd.py
    twext/trunk/twext/python/test/__init__.py
    twext/trunk/twext/python/test/pullpipe.py
    twext/trunk/twext/python/test/test_filepath.py
    twext/trunk/twext/python/test/test_launchd.py
    twext/trunk/twext/python/test/test_log.py
    twext/trunk/twext/python/test/test_parallel.py
    twext/trunk/twext/python/types.py
    twext/trunk/twext/who/__init__.py
    twext/trunk/twext/who/aggregate.py
    twext/trunk/twext/who/checker.py
    twext/trunk/twext/who/directory.py
    twext/trunk/twext/who/expression.py
    twext/trunk/twext/who/idirectory.py
    twext/trunk/twext/who/index.py
    twext/trunk/twext/who/ldap/__init__.py
    twext/trunk/twext/who/ldap/_constants.py
    twext/trunk/twext/who/ldap/_service.py
    twext/trunk/twext/who/ldap/_util.py
    twext/trunk/twext/who/ldap/test/__init__.py
    twext/trunk/twext/who/ldap/test/test_service.py
    twext/trunk/twext/who/ldap/test/test_util.py
    twext/trunk/twext/who/opendirectory/__init__.py
    twext/trunk/twext/who/opendirectory/_constants.py
    twext/trunk/twext/who/opendirectory/_odframework.py
    twext/trunk/twext/who/opendirectory/_scripts.py
    twext/trunk/twext/who/opendirectory/_service.py
    twext/trunk/twext/who/opendirectory/test/__init__.py
    twext/trunk/twext/who/opendirectory/test/test_service.py
    twext/trunk/twext/who/test/__init__.py
    twext/trunk/twext/who/test/auth_resource.rpy
    twext/trunk/twext/who/test/test_aggregate.py
    twext/trunk/twext/who/test/test_concurrency.py
    twext/trunk/twext/who/test/test_directory.py
    twext/trunk/twext/who/test/test_expression.py
    twext/trunk/twext/who/test/test_index.py
    twext/trunk/twext/who/test/test_util.py
    twext/trunk/twext/who/test/test_xml.py
    twext/trunk/twext/who/util.py
    twext/trunk/twext/who/xml.py
    twext/trunk/twisted/plugins/masterchild.py

Modified: twext/trunk/README.rst
===================================================================
--- twext/trunk/README.rst	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/README.rst	2016-01-07 15:17:18 UTC (rev 15414)
@@ -8,7 +8,7 @@
 Copyright and License
 =====================
 
-Copyright (c) 2005-2015 Apple Inc.  All rights reserved.
+Copyright (c) 2005-2016 Apple Inc.  All rights reserved.
 
 This software is licensed under the Apache License, Version 2.0.
 

Modified: twext/trunk/bin/_build.sh
===================================================================
--- twext/trunk/bin/_build.sh	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/bin/_build.sh	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- sh-basic-offset: 2 -*-
 ##
-# Copyright (c) 2005-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2005-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/bin/_py.sh
===================================================================
--- twext/trunk/bin/_py.sh	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/bin/_py.sh	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- sh-basic-offset: 2 -*-
 ##
-# Copyright (c) 2005-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2005-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/bin/develop
===================================================================
--- twext/trunk/bin/develop	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/bin/develop	2016-01-07 15:17:18 UTC (rev 15414)
@@ -2,7 +2,7 @@
 # -*- sh-basic-offset: 2 -*-
 
 ##
-# Copyright (c) 2005-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2005-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/bin/environment
===================================================================
--- twext/trunk/bin/environment	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/bin/environment	2016-01-07 15:17:18 UTC (rev 15414)
@@ -2,7 +2,7 @@
 # -*- sh-basic-offset: 2 -*-
 
 ##
-# Copyright (c) 2005-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2005-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/bin/gendocs
===================================================================
--- twext/trunk/bin/gendocs	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/bin/gendocs	2016-01-07 15:17:18 UTC (rev 15414)
@@ -2,7 +2,7 @@
 # -*- sh-basic-offset: 2 -*-
 
 ##
-# Copyright (c) 2014-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2014-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/bin/pyflakes
===================================================================
--- twext/trunk/bin/pyflakes	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/bin/pyflakes	2016-01-07 15:17:18 UTC (rev 15414)
@@ -2,7 +2,7 @@
 # -*- sh-basic-offset: 2 -*-
 
 ##
-# Copyright (c) 2005-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2005-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/bin/python
===================================================================
--- twext/trunk/bin/python	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/bin/python	2016-01-07 15:17:18 UTC (rev 15414)
@@ -2,7 +2,7 @@
 # -*- sh-basic-offset: 2 -*-
 
 ##
-# Copyright (c) 2005-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2005-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/bin/test
===================================================================
--- twext/trunk/bin/test	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/bin/test	2016-01-07 15:17:18 UTC (rev 15414)
@@ -2,7 +2,7 @@
 # -*- sh-basic-offset: 2 -*-
 
 ##
-# Copyright (c) 2005-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2005-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/bin/test_opendirectory_auth
===================================================================
--- twext/trunk/bin/test_opendirectory_auth	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/bin/test_opendirectory_auth	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/bin/test_opendirectory_lookup
===================================================================
--- twext/trunk/bin/test_opendirectory_lookup	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/bin/test_opendirectory_lookup	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/bin/trial
===================================================================
--- twext/trunk/bin/trial	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/bin/trial	2016-01-07 15:17:18 UTC (rev 15414)
@@ -2,7 +2,7 @@
 # -*- sh-basic-offset: 2 -*-
 
 ##
-# Copyright (c) 2005-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2005-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/bin/twistd
===================================================================
--- twext/trunk/bin/twistd	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/bin/twistd	2016-01-07 15:17:18 UTC (rev 15414)
@@ -2,7 +2,7 @@
 # -*- sh-basic-offset: 2 -*-
 
 ##
-# Copyright (c) 2005-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2005-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/setup.py
===================================================================
--- twext/trunk/setup.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/setup.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/__init__.py
===================================================================
--- twext/trunk/twext/__init__.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/__init__.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2005-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2005-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/application/__init__.py
===================================================================
--- twext/trunk/twext/application/__init__.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/application/__init__.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/application/masterchild.py
===================================================================
--- twext/trunk/twext/application/masterchild.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/application/masterchild.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/application/service.py
===================================================================
--- twext/trunk/twext/application/service.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/application/service.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/__init__.py
===================================================================
--- twext/trunk/twext/enterprise/__init__.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/__init__.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2010-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/adbapi2.py
===================================================================
--- twext/trunk/twext/enterprise/adbapi2.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/adbapi2.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.enterprise.test.test_adbapi2 -*-
 ##
-# Copyright (c) 2010-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/dal/__init__.py
===================================================================
--- twext/trunk/twext/enterprise/dal/__init__.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/dal/__init__.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2010-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/dal/model.py
===================================================================
--- twext/trunk/twext/enterprise/dal/model.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/dal/model.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.enterprise.dal.test.test_parseschema -*-
 ##
-# Copyright (c) 2010-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/dal/parseschema.py
===================================================================
--- twext/trunk/twext/enterprise/dal/parseschema.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/dal/parseschema.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.enterprise.dal.test.test_parseschema -*-
 ##
-# Copyright (c) 2010-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/dal/record.py
===================================================================
--- twext/trunk/twext/enterprise/dal/record.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/dal/record.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.enterprise.dal.test.test_record -*-
 ##
-# Copyright (c) 2012-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2012-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/dal/syntax.py
===================================================================
--- twext/trunk/twext/enterprise/dal/syntax.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/dal/syntax.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.enterprise.dal.test.test_sqlsyntax -*-
 ##
-# Copyright (c) 2010-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/dal/test/__init__.py
===================================================================
--- twext/trunk/twext/enterprise/dal/test/__init__.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/dal/test/__init__.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2005-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2005-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/dal/test/test_parseschema.py
===================================================================
--- twext/trunk/twext/enterprise/dal/test/test_parseschema.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/dal/test/test_parseschema.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2010-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/dal/test/test_record.py
===================================================================
--- twext/trunk/twext/enterprise/dal/test/test_record.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/dal/test/test_record.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2012-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2012-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/dal/test/test_sqlsyntax.py
===================================================================
--- twext/trunk/twext/enterprise/dal/test/test_sqlsyntax.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/dal/test/test_sqlsyntax.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2010-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/fixtures.py
===================================================================
--- twext/trunk/twext/enterprise/fixtures.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/fixtures.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.enterprise.test.test_fixtures -*-
 ##
-# Copyright (c) 2012-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2012-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/ienterprise.py
===================================================================
--- twext/trunk/twext/enterprise/ienterprise.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/ienterprise.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2010-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/jobs/__init__.py
===================================================================
--- twext/trunk/twext/enterprise/jobs/__init__.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/jobs/__init__.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2015 Apple Inc. All rights reserved.
+# Copyright (c) 2015-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/jobs/jobitem.py
===================================================================
--- twext/trunk/twext/enterprise/jobs/jobitem.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/jobs/jobitem.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.enterprise.test.test_queue -*-
 ##
-# Copyright (c) 2012-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2012-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/jobs/queue.py
===================================================================
--- twext/trunk/twext/enterprise/jobs/queue.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/jobs/queue.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.enterprise.test.test_queue -*-
 ##
-# Copyright (c) 2012-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2012-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/jobs/test/__init__.py
===================================================================
--- twext/trunk/twext/enterprise/jobs/test/__init__.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/jobs/test/__init__.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2015 Apple Inc. All rights reserved.
+# Copyright (c) 2015-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/jobs/test/test_jobs.py
===================================================================
--- twext/trunk/twext/enterprise/jobs/test/test_jobs.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/jobs/test/test_jobs.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2012-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2012-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/jobs/utils.py
===================================================================
--- twext/trunk/twext/enterprise/jobs/utils.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/jobs/utils.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2015 Apple Inc. All rights reserved.
+# Copyright (c) 2015-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/jobs/workitem.py
===================================================================
--- twext/trunk/twext/enterprise/jobs/workitem.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/jobs/workitem.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2012-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2012-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/locking.py
===================================================================
--- twext/trunk/twext/enterprise/locking.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/locking.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.enterprise.test.test_locking -*-
 ##
-# Copyright (c) 2012-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2012-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/queue.py
===================================================================
--- twext/trunk/twext/enterprise/queue.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/queue.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.enterprise.test.test_queue -*-
 ##
-# Copyright (c) 2012-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2012-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/test/__init__.py
===================================================================
--- twext/trunk/twext/enterprise/test/__init__.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/test/__init__.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 
 ##
-# Copyright (c) 2010-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/test/test_adbapi2.py
===================================================================
--- twext/trunk/twext/enterprise/test/test_adbapi2.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/test/test_adbapi2.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2010-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/test/test_fixtures.py
===================================================================
--- twext/trunk/twext/enterprise/test/test_fixtures.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/test/test_fixtures.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2012-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2012-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/test/test_locking.py
===================================================================
--- twext/trunk/twext/enterprise/test/test_locking.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/test/test_locking.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2012-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2012-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/test/test_queue.py
===================================================================
--- twext/trunk/twext/enterprise/test/test_queue.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/test/test_queue.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2012-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2012-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/test/test_util.py
===================================================================
--- twext/trunk/twext/enterprise/test/test_util.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/test/test_util.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2012-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2012-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/enterprise/util.py
===================================================================
--- twext/trunk/twext/enterprise/util.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/enterprise/util.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.enterprise.test.test_util -*-
 ##
-# Copyright (c) 2010-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/internet/__init__.py
===================================================================
--- twext/trunk/twext/internet/__init__.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/internet/__init__.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2005-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2005-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/internet/adaptendpoint.py
===================================================================
--- twext/trunk/twext/internet/adaptendpoint.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/internet/adaptendpoint.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.internet.test.test_adaptendpoint -*-
 ##
-# Copyright (c) 2012-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2012-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/internet/decorate.py
===================================================================
--- twext/trunk/twext/internet/decorate.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/internet/decorate.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2010-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/internet/fswatch.py
===================================================================
--- twext/trunk/twext/internet/fswatch.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/internet/fswatch.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/internet/gaiendpoint.py
===================================================================
--- twext/trunk/twext/internet/gaiendpoint.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/internet/gaiendpoint.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.internet.test.test_gaiendpoint -*-
 ##
-# Copyright (c) 2012-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2012-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/internet/sendfdport.py
===================================================================
--- twext/trunk/twext/internet/sendfdport.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/internet/sendfdport.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.internet.test.test_sendfdport -*-
 ##
-# Copyright (c) 2010-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/internet/socketfile.py
===================================================================
--- twext/trunk/twext/internet/socketfile.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/internet/socketfile.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2015 Apple Inc. All rights reserved.
+# Copyright (c) 2015-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/internet/spawnsvc.py
===================================================================
--- twext/trunk/twext/internet/spawnsvc.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/internet/spawnsvc.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2011-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2011-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/internet/ssl.py
===================================================================
--- twext/trunk/twext/internet/ssl.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/internet/ssl.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2005-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2005-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/internet/tcp.py
===================================================================
--- twext/trunk/twext/internet/tcp.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/internet/tcp.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2005-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2005-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/internet/test/__init__.py
===================================================================
--- twext/trunk/twext/internet/test/__init__.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/internet/test/__init__.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2005-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2005-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/internet/test/test_adaptendpoint.py
===================================================================
--- twext/trunk/twext/internet/test/test_adaptendpoint.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/internet/test/test_adaptendpoint.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2012-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2012-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/internet/test/test_fswatch.py
===================================================================
--- twext/trunk/twext/internet/test/test_fswatch.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/internet/test/test_fswatch.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/internet/test/test_gaiendpoint.py
===================================================================
--- twext/trunk/twext/internet/test/test_gaiendpoint.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/internet/test/test_gaiendpoint.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2012-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2012-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/internet/test/test_sendfdport.py
===================================================================
--- twext/trunk/twext/internet/test/test_sendfdport.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/internet/test/test_sendfdport.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.internet.test.test_sendfdport -*-
 ##
-# Copyright (c) 2010-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/internet/threadutils.py
===================================================================
--- twext/trunk/twext/internet/threadutils.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/internet/threadutils.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2010-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/protocols/__init__.py
===================================================================
--- twext/trunk/twext/protocols/__init__.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/protocols/__init__.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2009-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2009-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/protocols/echo.py
===================================================================
--- twext/trunk/twext/protocols/echo.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/protocols/echo.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/protocols/test/__init__.py
===================================================================
--- twext/trunk/twext/protocols/test/__init__.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/protocols/test/__init__.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2009-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2009-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/python/__init__.py
===================================================================
--- twext/trunk/twext/python/__init__.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/python/__init__.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2005-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2005-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/python/clsprop.py
===================================================================
--- twext/trunk/twext/python/clsprop.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/python/clsprop.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2011-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2011-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/python/filepath.py
===================================================================
--- twext/trunk/twext/python/filepath.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/python/filepath.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.python.test.test_filepath -*-
 ##
-# Copyright (c) 2010-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/python/launchd.py
===================================================================
--- twext/trunk/twext/python/launchd.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/python/launchd.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.python.test.test_launchd -*-
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/python/log.py
===================================================================
--- twext/trunk/twext/python/log.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/python/log.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.python.test.test_log-*-
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/python/parallel.py
===================================================================
--- twext/trunk/twext/python/parallel.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/python/parallel.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.python.test.test_parallel -*-
 ##
-# Copyright (c) 2012-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2012-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/python/sacl.py
===================================================================
--- twext/trunk/twext/python/sacl.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/python/sacl.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2005-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2005-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/python/sendfd.py
===================================================================
--- twext/trunk/twext/python/sendfd.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/python/sendfd.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.python.test.test_sendmsg -*-
 ##
-# Copyright (c) 2010-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/python/test/__init__.py
===================================================================
--- twext/trunk/twext/python/test/__init__.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/python/test/__init__.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2005-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2005-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/python/test/pullpipe.py
===================================================================
--- twext/trunk/twext/python/test/pullpipe.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/python/test/pullpipe.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # -*- test-case-name: twext.python.test.test_sendmsg -*-
 ##
-# Copyright (c) 2010-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/python/test/test_filepath.py
===================================================================
--- twext/trunk/twext/python/test/test_filepath.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/python/test/test_filepath.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2010-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/python/test/test_launchd.py
===================================================================
--- twext/trunk/twext/python/test/test_launchd.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/python/test/test_launchd.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/python/test/test_log.py
===================================================================
--- twext/trunk/twext/python/test/test_log.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/python/test/test_log.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2005-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2005-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/python/test/test_parallel.py
===================================================================
--- twext/trunk/twext/python/test/test_parallel.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/python/test/test_parallel.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2012-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2012-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/python/types.py
===================================================================
--- twext/trunk/twext/python/types.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/python/types.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2011-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2011-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/__init__.py
===================================================================
--- twext/trunk/twext/who/__init__.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/__init__.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.who.test -*-
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/aggregate.py
===================================================================
--- twext/trunk/twext/who/aggregate.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/aggregate.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.who.test.test_aggregate -*-
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/checker.py
===================================================================
--- twext/trunk/twext/who/checker.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/checker.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.who.test.test_checker -*-
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/directory.py
===================================================================
--- twext/trunk/twext/who/directory.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/directory.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.who.test.test_directory -*-
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/expression.py
===================================================================
--- twext/trunk/twext/who/expression.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/expression.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.who.test.test_expression -*-
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/idirectory.py
===================================================================
--- twext/trunk/twext/who/idirectory.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/idirectory.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.who.test -*-
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/index.py
===================================================================
--- twext/trunk/twext/who/index.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/index.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.who.test.test_xml -*-
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/ldap/__init__.py
===================================================================
--- twext/trunk/twext/who/ldap/__init__.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/ldap/__init__.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2014-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2014-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/ldap/_constants.py
===================================================================
--- twext/trunk/twext/who/ldap/_constants.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/ldap/_constants.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2014-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2014-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/ldap/_service.py
===================================================================
--- twext/trunk/twext/who/ldap/_service.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/ldap/_service.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.who.ldap.test.test_service -*-
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/ldap/_util.py
===================================================================
--- twext/trunk/twext/who/ldap/_util.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/ldap/_util.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.who.ldap.test.test_util -*-
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/ldap/test/__init__.py
===================================================================
--- twext/trunk/twext/who/ldap/test/__init__.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/ldap/test/__init__.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2014-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2014-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/ldap/test/test_service.py
===================================================================
--- twext/trunk/twext/who/ldap/test/test_service.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/ldap/test/test_service.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/ldap/test/test_util.py
===================================================================
--- twext/trunk/twext/who/ldap/test/test_util.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/ldap/test/test_util.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2010-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/opendirectory/__init__.py
===================================================================
--- twext/trunk/twext/who/opendirectory/__init__.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/opendirectory/__init__.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/opendirectory/_constants.py
===================================================================
--- twext/trunk/twext/who/opendirectory/_constants.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/opendirectory/_constants.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/opendirectory/_odframework.py
===================================================================
--- twext/trunk/twext/who/opendirectory/_odframework.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/opendirectory/_odframework.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2010-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/opendirectory/_scripts.py
===================================================================
--- twext/trunk/twext/who/opendirectory/_scripts.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/opendirectory/_scripts.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2010-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/opendirectory/_service.py
===================================================================
--- twext/trunk/twext/who/opendirectory/_service.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/opendirectory/_service.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.who.opendirectory.test.test_service -*-
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/opendirectory/test/__init__.py
===================================================================
--- twext/trunk/twext/who/opendirectory/test/__init__.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/opendirectory/test/__init__.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/opendirectory/test/test_service.py
===================================================================
--- twext/trunk/twext/who/opendirectory/test/test_service.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/opendirectory/test/test_service.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2010-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/test/__init__.py
===================================================================
--- twext/trunk/twext/who/test/__init__.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/test/__init__.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/test/auth_resource.rpy
===================================================================
--- twext/trunk/twext/who/test/auth_resource.rpy	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/test/auth_resource.rpy	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/test/test_aggregate.py
===================================================================
--- twext/trunk/twext/who/test/test_aggregate.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/test/test_aggregate.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/test/test_concurrency.py
===================================================================
--- twext/trunk/twext/who/test/test_concurrency.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/test/test_concurrency.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/test/test_directory.py
===================================================================
--- twext/trunk/twext/who/test/test_directory.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/test/test_directory.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/test/test_expression.py
===================================================================
--- twext/trunk/twext/who/test/test_expression.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/test/test_expression.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/test/test_index.py
===================================================================
--- twext/trunk/twext/who/test/test_index.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/test/test_index.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/test/test_util.py
===================================================================
--- twext/trunk/twext/who/test/test_util.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/test/test_util.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/test/test_xml.py
===================================================================
--- twext/trunk/twext/who/test/test_xml.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/test/test_xml.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/util.py
===================================================================
--- twext/trunk/twext/who/util.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/util.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.who.test.test_util -*-
 ##
-# Copyright (c) 2013-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2013-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twext/who/xml.py
===================================================================
--- twext/trunk/twext/who/xml.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twext/who/xml.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.who.test.test_xml -*-
 ##
-# Copyright (c) 2006-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: twext/trunk/twisted/plugins/masterchild.py
===================================================================
--- twext/trunk/twisted/plugins/masterchild.py	2016-01-06 22:49:50 UTC (rev 15413)
+++ twext/trunk/twisted/plugins/masterchild.py	2016-01-07 15:17:18 UTC (rev 15414)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2010-2015 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2016 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20160107/20b544d6/attachment-0001.html>


More information about the calendarserver-changes mailing list