[CalendarServer-changes] [1666] CalendarClientSimulator/trunk/src

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 13 10:27:28 PDT 2007


Revision: 1666
          http://trac.macosforge.org/projects/calendarserver/changeset/1666
Author:   cdaboo at apple.com
Date:     2007-07-13 10:27:28 -0700 (Fri, 13 Jul 2007)

Log Message:
-----------
Add copyright.

Modified Paths:
--------------
    CalendarClientSimulator/trunk/src/calendarclient.py
    CalendarClientSimulator/trunk/src/ical.py

Modified: CalendarClientSimulator/trunk/src/calendarclient.py
===================================================================
--- CalendarClientSimulator/trunk/src/calendarclient.py	2007-07-13 17:25:57 UTC (rev 1665)
+++ CalendarClientSimulator/trunk/src/calendarclient.py	2007-07-13 17:27:28 UTC (rev 1666)
@@ -1,4 +1,20 @@
-#!/usr/bin/env python
+##
+# Copyright (c) 2007 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.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# DRI: Cyrus Daboo, cdaboo at apple.com
+##
 
 from xml.etree import ElementTree
 from random import randint

Modified: CalendarClientSimulator/trunk/src/ical.py
===================================================================
--- CalendarClientSimulator/trunk/src/ical.py	2007-07-13 17:25:57 UTC (rev 1665)
+++ CalendarClientSimulator/trunk/src/ical.py	2007-07-13 17:27:28 UTC (rev 1666)
@@ -1,4 +1,22 @@
 #!/usr/bin/env python
+#
+##
+# Copyright (c) 2007 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.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# DRI: Cyrus Daboo, cdaboo at apple.com
+##
 
 import sys
 import getopt

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070713/7231e290/attachment.html


More information about the calendarserver-changes mailing list