[darwinbuild-changes] [687] branches/PR-7489777/darwinup

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 3 10:38:58 PST 2010


Revision: 687
          http://trac.macosforge.org/projects/darwinbuild/changeset/687
Author:   wsiegrist at apple.com
Date:     2010-02-03 10:38:57 -0800 (Wed, 03 Feb 2010)
Log Message:
-----------
Cleanup copyrights and header guards for darwinup while we are here

Modified Paths:
--------------
    branches/PR-7489777/darwinup/Archive.cpp
    branches/PR-7489777/darwinup/Archive.h
    branches/PR-7489777/darwinup/Column.h
    branches/PR-7489777/darwinup/Database.cpp
    branches/PR-7489777/darwinup/Depot.cpp
    branches/PR-7489777/darwinup/Depot.h
    branches/PR-7489777/darwinup/Digest.cpp
    branches/PR-7489777/darwinup/Digest.h
    branches/PR-7489777/darwinup/File.cpp
    branches/PR-7489777/darwinup/File.h
    branches/PR-7489777/darwinup/SerialSet.cpp
    branches/PR-7489777/darwinup/SerialSet.h
    branches/PR-7489777/darwinup/Utils.cpp
    branches/PR-7489777/darwinup/Utils.h
    branches/PR-7489777/darwinup/main.cpp
    branches/PR-7489777/darwinup/redo_prebinding.h

Modified: branches/PR-7489777/darwinup/Archive.cpp
===================================================================
--- branches/PR-7489777/darwinup/Archive.cpp	2010-02-03 18:26:14 UTC (rev 686)
+++ branches/PR-7489777/darwinup/Archive.cpp	2010-02-03 18:38:57 UTC (rev 687)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2005-2010 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_BSD_LICENSE_HEADER_START@
  *

Modified: branches/PR-7489777/darwinup/Archive.h
===================================================================
--- branches/PR-7489777/darwinup/Archive.h	2010-02-03 18:26:14 UTC (rev 686)
+++ branches/PR-7489777/darwinup/Archive.h	2010-02-03 18:38:57 UTC (rev 687)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2005-2010 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_BSD_LICENSE_HEADER_START@
  *

Modified: branches/PR-7489777/darwinup/Column.h
===================================================================
--- branches/PR-7489777/darwinup/Column.h	2010-02-03 18:26:14 UTC (rev 686)
+++ branches/PR-7489777/darwinup/Column.h	2010-02-03 18:38:57 UTC (rev 687)
@@ -30,8 +30,8 @@
  * @APPLE_BSD_LICENSE_HEADER_END@
  */
 
-#ifndef _COLUMNS_H
-#define _COLUMNS_H
+#ifndef _COLUMN_H
+#define _COLUMN_H
 
 #include <stdint.h>
 #include <sqlite3.h>

Modified: branches/PR-7489777/darwinup/Database.cpp
===================================================================
--- branches/PR-7489777/darwinup/Database.cpp	2010-02-03 18:26:14 UTC (rev 686)
+++ branches/PR-7489777/darwinup/Database.cpp	2010-02-03 18:38:57 UTC (rev 687)
@@ -191,7 +191,7 @@
 
 
 /**
- * Given a table and an arg list in the same order as table->add_column() calls,
+ * Given a table and an arg list in the same order as Table::add_column() calls,
  * binds and executes a sql insertion. The Table is responsible for preparing the
  * statement in Table::insert()
  *

Modified: branches/PR-7489777/darwinup/Depot.cpp
===================================================================
--- branches/PR-7489777/darwinup/Depot.cpp	2010-02-03 18:26:14 UTC (rev 686)
+++ branches/PR-7489777/darwinup/Depot.cpp	2010-02-03 18:38:57 UTC (rev 687)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2005-2010 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_BSD_LICENSE_HEADER_START@
  *

Modified: branches/PR-7489777/darwinup/Depot.h
===================================================================
--- branches/PR-7489777/darwinup/Depot.h	2010-02-03 18:26:14 UTC (rev 686)
+++ branches/PR-7489777/darwinup/Depot.h	2010-02-03 18:38:57 UTC (rev 687)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2005-2010 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_BSD_LICENSE_HEADER_START@
  *
@@ -30,6 +30,9 @@
  * @APPLE_BSD_LICENSE_HEADER_END@
  */
 
+#ifndef _DEPOT_H
+#define _DEPOT_H
+
 #include <sys/types.h>
 #include <uuid/uuid.h>
 #include <sqlite3.h>
@@ -156,3 +159,5 @@
 	int		m_lock_fd;
         int             m_is_locked;
 };
+
+#endif

Modified: branches/PR-7489777/darwinup/Digest.cpp
===================================================================
--- branches/PR-7489777/darwinup/Digest.cpp	2010-02-03 18:26:14 UTC (rev 686)
+++ branches/PR-7489777/darwinup/Digest.cpp	2010-02-03 18:38:57 UTC (rev 687)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2005-2010 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_BSD_LICENSE_HEADER_START@
  *

Modified: branches/PR-7489777/darwinup/Digest.h
===================================================================
--- branches/PR-7489777/darwinup/Digest.h	2010-02-03 18:26:14 UTC (rev 686)
+++ branches/PR-7489777/darwinup/Digest.h	2010-02-03 18:38:57 UTC (rev 687)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2005-2010 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_BSD_LICENSE_HEADER_START@
  *

Modified: branches/PR-7489777/darwinup/File.cpp
===================================================================
--- branches/PR-7489777/darwinup/File.cpp	2010-02-03 18:26:14 UTC (rev 686)
+++ branches/PR-7489777/darwinup/File.cpp	2010-02-03 18:38:57 UTC (rev 687)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2005-2010 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_BSD_LICENSE_HEADER_START@
  *

Modified: branches/PR-7489777/darwinup/File.h
===================================================================
--- branches/PR-7489777/darwinup/File.h	2010-02-03 18:26:14 UTC (rev 686)
+++ branches/PR-7489777/darwinup/File.h	2010-02-03 18:38:57 UTC (rev 687)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2005-2010 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_BSD_LICENSE_HEADER_START@
  *
@@ -30,6 +30,9 @@
  * @APPLE_BSD_LICENSE_HEADER_END@
  */
 
+#ifndef _FILE_H
+#define _FILE_H
+
 #include "Digest.h"
 
 #include <sys/types.h>
@@ -214,3 +217,5 @@
 	virtual int install(const char* prefix, const char* dest);
 	virtual int remove();
 };
+
+#endif

Modified: branches/PR-7489777/darwinup/SerialSet.cpp
===================================================================
--- branches/PR-7489777/darwinup/SerialSet.cpp	2010-02-03 18:26:14 UTC (rev 686)
+++ branches/PR-7489777/darwinup/SerialSet.cpp	2010-02-03 18:38:57 UTC (rev 687)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2005-2010 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_BSD_LICENSE_HEADER_START@
  *

Modified: branches/PR-7489777/darwinup/SerialSet.h
===================================================================
--- branches/PR-7489777/darwinup/SerialSet.h	2010-02-03 18:26:14 UTC (rev 686)
+++ branches/PR-7489777/darwinup/SerialSet.h	2010-02-03 18:38:57 UTC (rev 687)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2005-2010 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_BSD_LICENSE_HEADER_START@
  *
@@ -30,6 +30,9 @@
  * @APPLE_BSD_LICENSE_HEADER_END@
  */
 
+#ifndef _SERIALSET_H
+#define _SERIALSET_H
+
 #include <stdint.h>
 #include <sys/types.h>
 
@@ -44,3 +47,5 @@
 	uint32_t count;
 	uint64_t* values;
 };
+
+#endif

Modified: branches/PR-7489777/darwinup/Utils.cpp
===================================================================
--- branches/PR-7489777/darwinup/Utils.cpp	2010-02-03 18:26:14 UTC (rev 686)
+++ branches/PR-7489777/darwinup/Utils.cpp	2010-02-03 18:38:57 UTC (rev 687)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2005-2010 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_BSD_LICENSE_HEADER_START@
  *

Modified: branches/PR-7489777/darwinup/Utils.h
===================================================================
--- branches/PR-7489777/darwinup/Utils.h	2010-02-03 18:26:14 UTC (rev 686)
+++ branches/PR-7489777/darwinup/Utils.h	2010-02-03 18:38:57 UTC (rev 687)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2005-2010 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_BSD_LICENSE_HEADER_START@
  *

Modified: branches/PR-7489777/darwinup/main.cpp
===================================================================
--- branches/PR-7489777/darwinup/main.cpp	2010-02-03 18:26:14 UTC (rev 686)
+++ branches/PR-7489777/darwinup/main.cpp	2010-02-03 18:38:57 UTC (rev 687)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2005-2010 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_BSD_LICENSE_HEADER_START@
  *

Modified: branches/PR-7489777/darwinup/redo_prebinding.h
===================================================================
--- branches/PR-7489777/darwinup/redo_prebinding.h	2010-02-03 18:26:14 UTC (rev 686)
+++ branches/PR-7489777/darwinup/redo_prebinding.h	2010-02-03 18:38:57 UTC (rev 687)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2005-2010 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_BSD_LICENSE_HEADER_START@
  *
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20100203/ba8ecad8/attachment-0001.html>


More information about the darwinbuild-changes mailing list