Revision: 3602 http://trac.macosforge.org/projects/calendarserver/changeset/3602 Author: wsanchez@apple.com Date: 2009-01-20 14:10:29 -0800 (Tue, 20 Jan 2009) Log Message: ----------- Add license Modified Paths: -------------- CalendarServer/trunk/calendarserver/platform/__init__.py CalendarServer/trunk/calendarserver/platform/darwin/__init__.py CalendarServer/trunk/calendarserver/provision/__init__.py CalendarServer/trunk/calendarserver/provision/root.py CalendarServer/trunk/calendarserver/provision/test/__init__.py Modified: CalendarServer/trunk/calendarserver/platform/__init__.py =================================================================== --- CalendarServer/trunk/calendarserver/platform/__init__.py 2009-01-20 21:02:18 UTC (rev 3601) +++ CalendarServer/trunk/calendarserver/platform/__init__.py 2009-01-20 22:10:29 UTC (rev 3602) @@ -0,0 +1,15 @@ +## +# Copyright (c) 2009 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. +## Modified: CalendarServer/trunk/calendarserver/platform/darwin/__init__.py =================================================================== --- CalendarServer/trunk/calendarserver/platform/darwin/__init__.py 2009-01-20 21:02:18 UTC (rev 3601) +++ CalendarServer/trunk/calendarserver/platform/darwin/__init__.py 2009-01-20 22:10:29 UTC (rev 3602) @@ -0,0 +1,15 @@ +## +# Copyright (c) 2009 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. +## Modified: CalendarServer/trunk/calendarserver/provision/__init__.py =================================================================== --- CalendarServer/trunk/calendarserver/provision/__init__.py 2009-01-20 21:02:18 UTC (rev 3601) +++ CalendarServer/trunk/calendarserver/provision/__init__.py 2009-01-20 22:10:29 UTC (rev 3602) @@ -0,0 +1,15 @@ +## +# Copyright (c) 2009 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. +## Modified: CalendarServer/trunk/calendarserver/provision/root.py =================================================================== --- CalendarServer/trunk/calendarserver/provision/root.py 2009-01-20 21:02:18 UTC (rev 3601) +++ CalendarServer/trunk/calendarserver/provision/root.py 2009-01-20 22:10:29 UTC (rev 3602) @@ -1,5 +1,5 @@ ## -# Copyright (c) 2005-2007 Apple Inc. All rights reserved. +# Copyright (c) 2005-2009 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: CalendarServer/trunk/calendarserver/provision/test/__init__.py =================================================================== --- CalendarServer/trunk/calendarserver/provision/test/__init__.py 2009-01-20 21:02:18 UTC (rev 3601) +++ CalendarServer/trunk/calendarserver/provision/test/__init__.py 2009-01-20 22:10:29 UTC (rev 3602) @@ -0,0 +1,15 @@ +## +# Copyright (c) 2009 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. +##
participants (1)
-
source_changes@macosforge.org