adium 2370:972dba296168: Including the license, since I yanked m...

commits at adium.im commits at adium.im
Thu May 28 15:30:08 UTC 2009


details:	http://hg.adium.im/adium/rev/972dba296168
revision:	2370:972dba296168
author:		Zachary West <zacw at adium.im>
date:		Thu May 28 11:30:04 2009 -0400

Including the license, since I yanked most of the source from it.

diffstat:

 Frameworks/AIUtilities Framework/Source/AIProgressDataUploader.h |  30 +++++++++-
 Frameworks/AIUtilities Framework/Source/AIProgressDataUploader.m |  30 +++++++++-
 2 files changed, 58 insertions(+), 2 deletions(-)

diffs (82 lines):

diff -r cbe4a68bcef4 -r 972dba296168 Frameworks/AIUtilities Framework/Source/AIProgressDataUploader.h
--- a/Frameworks/AIUtilities Framework/Source/AIProgressDataUploader.h	Thu May 28 11:27:54 2009 -0400
+++ b/Frameworks/AIUtilities Framework/Source/AIProgressDataUploader.h	Thu May 28 11:30:04 2009 -0400
@@ -4,8 +4,36 @@
 //
 //  Created by Zachary West on 2009-05-27.
 //  
-//  Interpreted from the source of OFPOSTRequest at http://objectiveflickr.googlecode.com/svn/trunk/Source/OFPOSTRequest.m
+//  Thoroughly modified from the source of OFPOSTRequest at
+//  http://objectiveflickr.googlecode.com/svn/trunk/Source/OFPOSTRequest.m
 //
+// Copyright (c) 2004-2006 Lukhnos D. Liu (lukhnos {at} gmail.com)
+// All rights reserved.
+// 
+// Redistribution and use in source and binary forms, with or without
+// modification, are permitted provided that the following conditions
+// are met:
+// 
+// 1. Redistributions of source code must retain the above copyright
+//    notice, this list of conditions and the following disclaimer.
+// 2. Redistributions in binary form must reproduce the above copyright
+//    notice, this list of conditions and the following disclaimer in the
+//    documentation and/or other materials provided with the distribution.
+// 3. Neither the name of ObjectiveFlickr nor the names of its contributors
+//    may be used to endorse or promote products derived from this software
+//    without specific prior written permission.
+// 
+// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+// POSSIBILITY OF SUCH DAMAGE.
 
 @protocol AIProgressDataUploaderDelegate;
 
diff -r cbe4a68bcef4 -r 972dba296168 Frameworks/AIUtilities Framework/Source/AIProgressDataUploader.m
--- a/Frameworks/AIUtilities Framework/Source/AIProgressDataUploader.m	Thu May 28 11:27:54 2009 -0400
+++ b/Frameworks/AIUtilities Framework/Source/AIProgressDataUploader.m	Thu May 28 11:30:04 2009 -0400
@@ -4,8 +4,36 @@
 //
 //  Created by Zachary West on 2009-05-27.
 //  
-//  Interpreted from the source of OFPOSTRequest at http://objectiveflickr.googlecode.com/svn/trunk/Source/OFPOSTRequest.m
+//  Thoroughly modified from the source of OFPOSTRequest at
+//  http://objectiveflickr.googlecode.com/svn/trunk/Source/OFPOSTRequest.m
 //
+// Copyright (c) 2004-2006 Lukhnos D. Liu (lukhnos {at} gmail.com)
+// All rights reserved.
+// 
+// Redistribution and use in source and binary forms, with or without
+// modification, are permitted provided that the following conditions
+// are met:
+// 
+// 1. Redistributions of source code must retain the above copyright
+//    notice, this list of conditions and the following disclaimer.
+// 2. Redistributions in binary form must reproduce the above copyright
+//    notice, this list of conditions and the following disclaimer in the
+//    documentation and/or other materials provided with the distribution.
+// 3. Neither the name of ObjectiveFlickr nor the names of its contributors
+//    may be used to endorse or promote products derived from this software
+//    without specific prior written permission.
+// 
+// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+// POSSIBILITY OF SUCH DAMAGE.
 
 #import "AIProgressDataUploader.h"
 




More information about the commits mailing list