[CalendarServer-changes] [15421] OSXFrameworks/trunk
source_changes at macosforge.org
source_changes at macosforge.org
Thu Jan 7 07:42:14 PST 2016
Revision: 15421
http://trac.calendarserver.org//changeset/15421
Author: cdaboo at apple.com
Date: 2016-01-07 07:42:14 -0800 (Thu, 07 Jan 2016)
Log Message:
-----------
Copyright 2016 update
Modified Paths:
--------------
OSXFrameworks/trunk/README
OSXFrameworks/trunk/osx/__init__.py
OSXFrameworks/trunk/osx/_corefoundation_cffi_build.py
OSXFrameworks/trunk/osx/corefoundation.py
OSXFrameworks/trunk/osx/frameworks/__init__.py
OSXFrameworks/trunk/osx/frameworks/_corefoundation_cffi.py
OSXFrameworks/trunk/osx/frameworks/_opendirectory_cffi.py
OSXFrameworks/trunk/osx/frameworks/_security_cffi.py
OSXFrameworks/trunk/osx/frameworks/_utils_cffi.py
OSXFrameworks/trunk/osx/opendirectory.py
OSXFrameworks/trunk/osx/test/__init__.py
OSXFrameworks/trunk/osx/test/test_cfarray.py
OSXFrameworks/trunk/osx/test/test_cfdata.py
OSXFrameworks/trunk/osx/test/test_cfdictionary.py
OSXFrameworks/trunk/osx/test/test_cflocale.py
OSXFrameworks/trunk/osx/test/test_cfpropertylist.py
OSXFrameworks/trunk/osx/test/test_cfstring.py
OSXFrameworks/trunk/osx/test/test_cftimezone.py
OSXFrameworks/trunk/osx/test/test_opendirectory.py
OSXFrameworks/trunk/osx/utils.py
OSXFrameworks/trunk/setup.py
Modified: OSXFrameworks/trunk/README
===================================================================
--- OSXFrameworks/trunk/README 2016-01-07 15:38:15 UTC (rev 15420)
+++ OSXFrameworks/trunk/README 2016-01-07 15:42:14 UTC (rev 15421)
@@ -30,7 +30,7 @@
Copyright and License
=====================
-Copyright (c) 2015 Apple Inc. All rights reserved.
+Copyright (c) 2015-2016 Apple Inc. All rights reserved.
This software is licensed under the Apache License, Version 2.0. The
Apache License is a well-established open source license, enabling
Modified: OSXFrameworks/trunk/osx/__init__.py
===================================================================
--- OSXFrameworks/trunk/osx/__init__.py 2016-01-07 15:38:15 UTC (rev 15420)
+++ OSXFrameworks/trunk/osx/__init__.py 2016-01-07 15:42:14 UTC (rev 15421)
@@ -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: OSXFrameworks/trunk/osx/_corefoundation_cffi_build.py
===================================================================
--- OSXFrameworks/trunk/osx/_corefoundation_cffi_build.py 2016-01-07 15:38:15 UTC (rev 15420)
+++ OSXFrameworks/trunk/osx/_corefoundation_cffi_build.py 2016-01-07 15:42:14 UTC (rev 15421)
@@ -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: OSXFrameworks/trunk/osx/corefoundation.py
===================================================================
--- OSXFrameworks/trunk/osx/corefoundation.py 2016-01-07 15:38:15 UTC (rev 15420)
+++ OSXFrameworks/trunk/osx/corefoundation.py 2016-01-07 15:42:14 UTC (rev 15421)
@@ -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: OSXFrameworks/trunk/osx/frameworks/__init__.py
===================================================================
--- OSXFrameworks/trunk/osx/frameworks/__init__.py 2016-01-07 15:38:15 UTC (rev 15420)
+++ OSXFrameworks/trunk/osx/frameworks/__init__.py 2016-01-07 15:42:14 UTC (rev 15421)
@@ -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: OSXFrameworks/trunk/osx/frameworks/_corefoundation_cffi.py
===================================================================
--- OSXFrameworks/trunk/osx/frameworks/_corefoundation_cffi.py 2016-01-07 15:38:15 UTC (rev 15420)
+++ OSXFrameworks/trunk/osx/frameworks/_corefoundation_cffi.py 2016-01-07 15:42:14 UTC (rev 15421)
@@ -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: OSXFrameworks/trunk/osx/frameworks/_opendirectory_cffi.py
===================================================================
--- OSXFrameworks/trunk/osx/frameworks/_opendirectory_cffi.py 2016-01-07 15:38:15 UTC (rev 15420)
+++ OSXFrameworks/trunk/osx/frameworks/_opendirectory_cffi.py 2016-01-07 15:42:14 UTC (rev 15421)
@@ -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: OSXFrameworks/trunk/osx/frameworks/_security_cffi.py
===================================================================
--- OSXFrameworks/trunk/osx/frameworks/_security_cffi.py 2016-01-07 15:38:15 UTC (rev 15420)
+++ OSXFrameworks/trunk/osx/frameworks/_security_cffi.py 2016-01-07 15:42:14 UTC (rev 15421)
@@ -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: OSXFrameworks/trunk/osx/frameworks/_utils_cffi.py
===================================================================
--- OSXFrameworks/trunk/osx/frameworks/_utils_cffi.py 2016-01-07 15:38:15 UTC (rev 15420)
+++ OSXFrameworks/trunk/osx/frameworks/_utils_cffi.py 2016-01-07 15:42:14 UTC (rev 15421)
@@ -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: OSXFrameworks/trunk/osx/opendirectory.py
===================================================================
--- OSXFrameworks/trunk/osx/opendirectory.py 2016-01-07 15:38:15 UTC (rev 15420)
+++ OSXFrameworks/trunk/osx/opendirectory.py 2016-01-07 15:42:14 UTC (rev 15421)
@@ -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: OSXFrameworks/trunk/osx/test/__init__.py
===================================================================
--- OSXFrameworks/trunk/osx/test/__init__.py 2016-01-07 15:38:15 UTC (rev 15420)
+++ OSXFrameworks/trunk/osx/test/__init__.py 2016-01-07 15:42:14 UTC (rev 15421)
@@ -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: OSXFrameworks/trunk/osx/test/test_cfarray.py
===================================================================
--- OSXFrameworks/trunk/osx/test/test_cfarray.py 2016-01-07 15:38:15 UTC (rev 15420)
+++ OSXFrameworks/trunk/osx/test/test_cfarray.py 2016-01-07 15:42:14 UTC (rev 15421)
@@ -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: OSXFrameworks/trunk/osx/test/test_cfdata.py
===================================================================
--- OSXFrameworks/trunk/osx/test/test_cfdata.py 2016-01-07 15:38:15 UTC (rev 15420)
+++ OSXFrameworks/trunk/osx/test/test_cfdata.py 2016-01-07 15:42:14 UTC (rev 15421)
@@ -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: OSXFrameworks/trunk/osx/test/test_cfdictionary.py
===================================================================
--- OSXFrameworks/trunk/osx/test/test_cfdictionary.py 2016-01-07 15:38:15 UTC (rev 15420)
+++ OSXFrameworks/trunk/osx/test/test_cfdictionary.py 2016-01-07 15:42:14 UTC (rev 15421)
@@ -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: OSXFrameworks/trunk/osx/test/test_cflocale.py
===================================================================
--- OSXFrameworks/trunk/osx/test/test_cflocale.py 2016-01-07 15:38:15 UTC (rev 15420)
+++ OSXFrameworks/trunk/osx/test/test_cflocale.py 2016-01-07 15:42:14 UTC (rev 15421)
@@ -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: OSXFrameworks/trunk/osx/test/test_cfpropertylist.py
===================================================================
--- OSXFrameworks/trunk/osx/test/test_cfpropertylist.py 2016-01-07 15:38:15 UTC (rev 15420)
+++ OSXFrameworks/trunk/osx/test/test_cfpropertylist.py 2016-01-07 15:42:14 UTC (rev 15421)
@@ -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: OSXFrameworks/trunk/osx/test/test_cfstring.py
===================================================================
--- OSXFrameworks/trunk/osx/test/test_cfstring.py 2016-01-07 15:38:15 UTC (rev 15420)
+++ OSXFrameworks/trunk/osx/test/test_cfstring.py 2016-01-07 15:42:14 UTC (rev 15421)
@@ -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: OSXFrameworks/trunk/osx/test/test_cftimezone.py
===================================================================
--- OSXFrameworks/trunk/osx/test/test_cftimezone.py 2016-01-07 15:38:15 UTC (rev 15420)
+++ OSXFrameworks/trunk/osx/test/test_cftimezone.py 2016-01-07 15:42:14 UTC (rev 15421)
@@ -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: OSXFrameworks/trunk/osx/test/test_opendirectory.py
===================================================================
--- OSXFrameworks/trunk/osx/test/test_opendirectory.py 2016-01-07 15:38:15 UTC (rev 15420)
+++ OSXFrameworks/trunk/osx/test/test_opendirectory.py 2016-01-07 15:42:14 UTC (rev 15421)
@@ -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: OSXFrameworks/trunk/osx/utils.py
===================================================================
--- OSXFrameworks/trunk/osx/utils.py 2016-01-07 15:38:15 UTC (rev 15420)
+++ OSXFrameworks/trunk/osx/utils.py 2016-01-07 15:42:14 UTC (rev 15421)
@@ -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: OSXFrameworks/trunk/setup.py
===================================================================
--- OSXFrameworks/trunk/setup.py 2016-01-07 15:38:15 UTC (rev 15420)
+++ OSXFrameworks/trunk/setup.py 2016-01-07 15:42:14 UTC (rev 15421)
@@ -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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20160107/8715677d/attachment-0001.html>
More information about the calendarserver-changes
mailing list