[30439] users/rhwood/MacPorts.Framework/MacPorts.h
source_changes at macosforge.org
source_changes at macosforge.org
Sat Oct 27 18:18:16 PDT 2007
Revision: 30439
http://trac.macosforge.org/projects/macports/changeset/30439
Author: rhwood at macports.org
Date: 2007-10-27 18:18:16 -0700 (Sat, 27 Oct 2007)
Log Message:
-----------
Add class MPReceipt that represents a receipt from the MacPorts registry. (Missed a file)
Modified Paths:
--------------
users/rhwood/MacPorts.Framework/MacPorts.h
Modified: users/rhwood/MacPorts.Framework/MacPorts.h
===================================================================
--- users/rhwood/MacPorts.Framework/MacPorts.h 2007-10-28 01:10:27 UTC (rev 30438)
+++ users/rhwood/MacPorts.Framework/MacPorts.h 2007-10-28 01:18:16 UTC (rev 30439)
@@ -1,10 +1,36 @@
/*
- * MacPorts.h
- * MacPorts.Framework
+ * $Id:$
+ * MacPorts.Framework
*
- * Created by Randall Hansen Wood on 27/8/2007.
- * Copyright 2007 __MyCompanyName__. All rights reserved.
+ * Authors:
+ * Randall H. Wood <rhwood at macports.org>
*
+ * Copyright (c) 2007 Randall H. Wood <rhwood at macports.org>
+ * 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 the copyright owner nor the names of 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
+ s* 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 <MacPorts/MPConstants.h>;
@@ -12,4 +38,5 @@
#import <MacPorts/MPInterpreter.h>;
#import <MacPorts/MPMacPorts.h>;
#import <MacPorts/MPPort.h>;
+#import <MacPorts/MPReceipt.h>;
#import <MacPorts/MPRegistery.h>;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071027/4844c627/attachment.html
More information about the macports-changes
mailing list