[CalendarServer-changes] [14295] PyKerberos/trunk
source_changes at macosforge.org
source_changes at macosforge.org
Mon Jan 12 15:10:44 PST 2015
Revision: 14295
http://trac.calendarserver.org//changeset/14295
Author: wsanchez at apple.com
Date: 2015-01-12 15:10:44 -0800 (Mon, 12 Jan 2015)
Log Message:
-----------
Update copyrights
Modified Paths:
--------------
PyKerberos/trunk/README.txt
PyKerberos/trunk/pysrc/kerberos.py
PyKerberos/trunk/setup.py
PyKerberos/trunk/src/base64.c
PyKerberos/trunk/src/base64.h
PyKerberos/trunk/src/kerberos.c
PyKerberos/trunk/src/kerberosbasic.c
PyKerberos/trunk/src/kerberosbasic.h
PyKerberos/trunk/src/kerberosgss.c
PyKerberos/trunk/src/kerberosgss.h
PyKerberos/trunk/support/main.c
PyKerberos/trunk/test.py
Modified: PyKerberos/trunk/README.txt
===================================================================
--- PyKerberos/trunk/README.txt 2015-01-12 23:10:02 UTC (rev 14294)
+++ PyKerberos/trunk/README.txt 2015-01-12 23:10:44 UTC (rev 14295)
@@ -61,7 +61,7 @@
Copyright and License
=====================
-Copyright (c) 2006-2013 Apple Inc. All rights reserved.
+Copyright (c) 2006-2015 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: PyKerberos/trunk/pysrc/kerberos.py
===================================================================
--- PyKerberos/trunk/pysrc/kerberos.py 2015-01-12 23:10:02 UTC (rev 14294)
+++ PyKerberos/trunk/pysrc/kerberos.py 2015-01-12 23:10:44 UTC (rev 14295)
@@ -1,5 +1,5 @@
##
-# Copyright (c) 2006-2013 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2015 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: PyKerberos/trunk/setup.py
===================================================================
--- PyKerberos/trunk/setup.py 2015-01-12 23:10:02 UTC (rev 14294)
+++ PyKerberos/trunk/setup.py 2015-01-12 23:10:44 UTC (rev 14295)
@@ -1,5 +1,5 @@
##
-# Copyright (c) 2006-2013 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2015 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: PyKerberos/trunk/src/base64.c
===================================================================
--- PyKerberos/trunk/src/base64.c 2015-01-12 23:10:02 UTC (rev 14294)
+++ PyKerberos/trunk/src/base64.c 2015-01-12 23:10:44 UTC (rev 14295)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2006-2013 Apple Inc. All rights reserved.
+ * Copyright (c) 2006-2015 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: PyKerberos/trunk/src/base64.h
===================================================================
--- PyKerberos/trunk/src/base64.h 2015-01-12 23:10:02 UTC (rev 14294)
+++ PyKerberos/trunk/src/base64.h 2015-01-12 23:10:44 UTC (rev 14295)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2006-2013 Apple Inc. All rights reserved.
+ * Copyright (c) 2006-2015 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: PyKerberos/trunk/src/kerberos.c
===================================================================
--- PyKerberos/trunk/src/kerberos.c 2015-01-12 23:10:02 UTC (rev 14294)
+++ PyKerberos/trunk/src/kerberos.c 2015-01-12 23:10:44 UTC (rev 14295)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2006-2013 Apple Inc. All rights reserved.
+ * Copyright (c) 2006-2015 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: PyKerberos/trunk/src/kerberosbasic.c
===================================================================
--- PyKerberos/trunk/src/kerberosbasic.c 2015-01-12 23:10:02 UTC (rev 14294)
+++ PyKerberos/trunk/src/kerberosbasic.c 2015-01-12 23:10:44 UTC (rev 14295)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2006-2013 Apple Inc. All rights reserved.
+ * Copyright (c) 2006-2015 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: PyKerberos/trunk/src/kerberosbasic.h
===================================================================
--- PyKerberos/trunk/src/kerberosbasic.h 2015-01-12 23:10:02 UTC (rev 14294)
+++ PyKerberos/trunk/src/kerberosbasic.h 2015-01-12 23:10:44 UTC (rev 14295)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2006-2013 Apple Inc. All rights reserved.
+ * Copyright (c) 2006-2015 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: PyKerberos/trunk/src/kerberosgss.c
===================================================================
--- PyKerberos/trunk/src/kerberosgss.c 2015-01-12 23:10:02 UTC (rev 14294)
+++ PyKerberos/trunk/src/kerberosgss.c 2015-01-12 23:10:44 UTC (rev 14295)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2006-2013 Apple Inc. All rights reserved.
+ * Copyright (c) 2006-2015 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: PyKerberos/trunk/src/kerberosgss.h
===================================================================
--- PyKerberos/trunk/src/kerberosgss.h 2015-01-12 23:10:02 UTC (rev 14294)
+++ PyKerberos/trunk/src/kerberosgss.h 2015-01-12 23:10:44 UTC (rev 14295)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2006-2013 Apple Inc. All rights reserved.
+ * Copyright (c) 2006-2015 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: PyKerberos/trunk/support/main.c
===================================================================
--- PyKerberos/trunk/support/main.c 2015-01-12 23:10:02 UTC (rev 14294)
+++ PyKerberos/trunk/support/main.c 2015-01-12 23:10:44 UTC (rev 14295)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2006-2013 Apple Inc. All rights reserved.
+ * Copyright (c) 2006-2015 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: PyKerberos/trunk/test.py
===================================================================
--- PyKerberos/trunk/test.py 2015-01-12 23:10:02 UTC (rev 14294)
+++ PyKerberos/trunk/test.py 2015-01-12 23:10:44 UTC (rev 14295)
@@ -1,6 +1,6 @@
#!/usr/bin/env python
##
-# Copyright (c) 2006-2013 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2015 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/20150112/3fd0f13a/attachment.html>
More information about the calendarserver-changes
mailing list