[CalendarServer-changes] [10302] PyKerberos/trunk
source_changes at macosforge.org
source_changes at macosforge.org
Mon Jan 14 16:00:30 PST 2013
Revision: 10302
http://trac.calendarserver.org//changeset/10302
Author: wsanchez at apple.com
Date: 2013-01-14 16:00:30 -0800 (Mon, 14 Jan 2013)
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 2013-01-15 00:00:03 UTC (rev 10301)
+++ PyKerberos/trunk/README.txt 2013-01-15 00:00:30 UTC (rev 10302)
@@ -1,7 +1,7 @@
=========================================================
PyKerberos Package
-Copyright (c) 2006-2008 Apple Inc. All rights reserved.
+Copyright (c) 2006-2013 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/pysrc/kerberos.py
===================================================================
--- PyKerberos/trunk/pysrc/kerberos.py 2013-01-15 00:00:03 UTC (rev 10301)
+++ PyKerberos/trunk/pysrc/kerberos.py 2013-01-15 00:00:30 UTC (rev 10302)
@@ -1,5 +1,5 @@
##
-# Copyright (c) 2006-2009 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2013 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 2013-01-15 00:00:03 UTC (rev 10301)
+++ PyKerberos/trunk/setup.py 2013-01-15 00:00:30 UTC (rev 10302)
@@ -1,5 +1,5 @@
##
-# Copyright (c) 2006-2008 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2013 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 2013-01-15 00:00:03 UTC (rev 10301)
+++ PyKerberos/trunk/src/base64.c 2013-01-15 00:00:30 UTC (rev 10302)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2006-2008 Apple Inc. All rights reserved.
+ * Copyright (c) 2006-2013 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 2013-01-15 00:00:03 UTC (rev 10301)
+++ PyKerberos/trunk/src/base64.h 2013-01-15 00:00:30 UTC (rev 10302)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2006-2008 Apple Inc. All rights reserved.
+ * Copyright (c) 2006-2013 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 2013-01-15 00:00:03 UTC (rev 10301)
+++ PyKerberos/trunk/src/kerberos.c 2013-01-15 00:00:30 UTC (rev 10302)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2006-2009 Apple Inc. All rights reserved.
+ * Copyright (c) 2006-2013 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 2013-01-15 00:00:03 UTC (rev 10301)
+++ PyKerberos/trunk/src/kerberosbasic.c 2013-01-15 00:00:30 UTC (rev 10302)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2006-2008 Apple Inc. All rights reserved.
+ * Copyright (c) 2006-2013 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 2013-01-15 00:00:03 UTC (rev 10301)
+++ PyKerberos/trunk/src/kerberosbasic.h 2013-01-15 00:00:30 UTC (rev 10302)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2006-2008 Apple Inc. All rights reserved.
+ * Copyright (c) 2006-2013 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 2013-01-15 00:00:03 UTC (rev 10301)
+++ PyKerberos/trunk/src/kerberosgss.c 2013-01-15 00:00:30 UTC (rev 10302)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2006-2010 Apple Inc. All rights reserved.
+ * Copyright (c) 2006-2013 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 2013-01-15 00:00:03 UTC (rev 10301)
+++ PyKerberos/trunk/src/kerberosgss.h 2013-01-15 00:00:30 UTC (rev 10302)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2006-2009 Apple Inc. All rights reserved.
+ * Copyright (c) 2006-2013 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 2013-01-15 00:00:03 UTC (rev 10301)
+++ PyKerberos/trunk/support/main.c 2013-01-15 00:00:30 UTC (rev 10302)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2006-2009 Apple Inc. All rights reserved.
+ * Copyright (c) 2006-2013 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 2013-01-15 00:00:03 UTC (rev 10301)
+++ PyKerberos/trunk/test.py 2013-01-15 00:00:30 UTC (rev 10302)
@@ -1,6 +1,6 @@
#!/usr/bin/env python
##
-# Copyright (c) 2006-2009 Apple Inc. All rights reserved.
+# Copyright (c) 2006-2013 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: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130114/dc3529e7/attachment.html>
More information about the calendarserver-changes
mailing list