[mapguide-commits] r1117 - in trunk/MgDev/Oem/SQLite/src: Exceptions SQLitePhpApi SqliteDotNet SqliteVM Unicode

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Feb 16 18:36:16 EST 2007


Author: philipsharman
Date: 2007-02-16 18:36:16 -0500 (Fri, 16 Feb 2007)
New Revision: 1117

Modified:
   trunk/MgDev/Oem/SQLite/src/Exceptions/CantCloseDbException.cpp
   trunk/MgDev/Oem/SQLite/src/Exceptions/CantCloseDbException.h
   trunk/MgDev/Oem/SQLite/src/Exceptions/CantOpenDbException.cpp
   trunk/MgDev/Oem/SQLite/src/Exceptions/CantOpenDbException.h
   trunk/MgDev/Oem/SQLite/src/Exceptions/ColumnNotFoundException.cpp
   trunk/MgDev/Oem/SQLite/src/Exceptions/ColumnNotFoundException.h
   trunk/MgDev/Oem/SQLite/src/Exceptions/ExecuteErrorException.cpp
   trunk/MgDev/Oem/SQLite/src/Exceptions/ExecuteErrorException.h
   trunk/MgDev/Oem/SQLite/src/Exceptions/InvalidArgumentException.cpp
   trunk/MgDev/Oem/SQLite/src/Exceptions/InvalidArgumentException.h
   trunk/MgDev/Oem/SQLite/src/Exceptions/NoDbConnectionException.cpp
   trunk/MgDev/Oem/SQLite/src/Exceptions/NoDbConnectionException.h
   trunk/MgDev/Oem/SQLite/src/Exceptions/OutOfMemoryException.cpp
   trunk/MgDev/Oem/SQLite/src/Exceptions/OutOfMemoryException.h
   trunk/MgDev/Oem/SQLite/src/Exceptions/SQLiteExceptions.h
   trunk/MgDev/Oem/SQLite/src/Exceptions/SQLiteFinalizeException.cpp
   trunk/MgDev/Oem/SQLite/src/Exceptions/SQLiteFinalizeException.h
   trunk/MgDev/Oem/SQLite/src/Exceptions/SQLitePrepareException.cpp
   trunk/MgDev/Oem/SQLite/src/Exceptions/SQLitePrepareException.h
   trunk/MgDev/Oem/SQLite/src/Exceptions/SQLiteVMConstructException.cpp
   trunk/MgDev/Oem/SQLite/src/Exceptions/SQLiteVMConstructException.h
   trunk/MgDev/Oem/SQLite/src/Exceptions/SqliteException.cpp
   trunk/MgDev/Oem/SQLite/src/Exceptions/SqliteException.h
   trunk/MgDev/Oem/SQLite/src/Exceptions/TypeMismatchException.cpp
   trunk/MgDev/Oem/SQLite/src/Exceptions/TypeMismatchException.h
   trunk/MgDev/Oem/SQLite/src/SQLitePhpApi/php.i
   trunk/MgDev/Oem/SQLite/src/SqliteDotNet/AssemblyInfo.cpp
   trunk/MgDev/Oem/SQLite/src/SqliteDotNet/SqliteDotNet.cpp
   trunk/MgDev/Oem/SQLite/src/SqliteDotNet/SqliteDotNet.h
   trunk/MgDev/Oem/SQLite/src/SqliteDotNet/Stdafx.cpp
   trunk/MgDev/Oem/SQLite/src/SqliteDotNet/Stdafx.h
   trunk/MgDev/Oem/SQLite/src/SqliteVM/ClassId.h
   trunk/MgDev/Oem/SQLite/src/SqliteVM/CommonDefs.h
   trunk/MgDev/Oem/SQLite/src/SqliteVM/SQLiteDefs.h
   trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteBlob.cpp
   trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteBlob.h
   trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteDB.cpp
   trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteDB.h
   trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteDisposable.cpp
   trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteDisposable.h
   trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteVM.cpp
   trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteVM.h
   trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteWrap.h
   trunk/MgDev/Oem/SQLite/src/Unicode/UnicodeString.cpp
   trunk/MgDev/Oem/SQLite/src/Unicode/UnicodeString.h
Log:
Updated the copyright date to 2007.

Modified: trunk/MgDev/Oem/SQLite/src/Exceptions/CantCloseDbException.cpp
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Exceptions/CantCloseDbException.cpp	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Exceptions/CantCloseDbException.cpp	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/Exceptions/CantCloseDbException.h
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Exceptions/CantCloseDbException.h	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Exceptions/CantCloseDbException.h	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/Exceptions/CantOpenDbException.cpp
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Exceptions/CantOpenDbException.cpp	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Exceptions/CantOpenDbException.cpp	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/Exceptions/CantOpenDbException.h
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Exceptions/CantOpenDbException.h	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Exceptions/CantOpenDbException.h	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/Exceptions/ColumnNotFoundException.cpp
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Exceptions/ColumnNotFoundException.cpp	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Exceptions/ColumnNotFoundException.cpp	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/Exceptions/ColumnNotFoundException.h
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Exceptions/ColumnNotFoundException.h	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Exceptions/ColumnNotFoundException.h	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/Exceptions/ExecuteErrorException.cpp
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Exceptions/ExecuteErrorException.cpp	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Exceptions/ExecuteErrorException.cpp	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/Exceptions/ExecuteErrorException.h
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Exceptions/ExecuteErrorException.h	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Exceptions/ExecuteErrorException.h	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/Exceptions/InvalidArgumentException.cpp
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Exceptions/InvalidArgumentException.cpp	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Exceptions/InvalidArgumentException.cpp	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/Exceptions/InvalidArgumentException.h
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Exceptions/InvalidArgumentException.h	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Exceptions/InvalidArgumentException.h	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/Exceptions/NoDbConnectionException.cpp
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Exceptions/NoDbConnectionException.cpp	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Exceptions/NoDbConnectionException.cpp	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/Exceptions/NoDbConnectionException.h
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Exceptions/NoDbConnectionException.h	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Exceptions/NoDbConnectionException.h	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/Exceptions/OutOfMemoryException.cpp
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Exceptions/OutOfMemoryException.cpp	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Exceptions/OutOfMemoryException.cpp	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/Exceptions/OutOfMemoryException.h
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Exceptions/OutOfMemoryException.h	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Exceptions/OutOfMemoryException.h	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/Exceptions/SQLiteExceptions.h
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Exceptions/SQLiteExceptions.h	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Exceptions/SQLiteExceptions.h	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/Exceptions/SQLiteFinalizeException.cpp
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Exceptions/SQLiteFinalizeException.cpp	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Exceptions/SQLiteFinalizeException.cpp	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/Exceptions/SQLiteFinalizeException.h
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Exceptions/SQLiteFinalizeException.h	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Exceptions/SQLiteFinalizeException.h	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/Exceptions/SQLitePrepareException.cpp
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Exceptions/SQLitePrepareException.cpp	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Exceptions/SQLitePrepareException.cpp	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/Exceptions/SQLitePrepareException.h
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Exceptions/SQLitePrepareException.h	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Exceptions/SQLitePrepareException.h	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/Exceptions/SQLiteVMConstructException.cpp
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Exceptions/SQLiteVMConstructException.cpp	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Exceptions/SQLiteVMConstructException.cpp	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/Exceptions/SQLiteVMConstructException.h
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Exceptions/SQLiteVMConstructException.h	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Exceptions/SQLiteVMConstructException.h	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/Exceptions/SqliteException.cpp
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Exceptions/SqliteException.cpp	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Exceptions/SqliteException.cpp	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/Exceptions/SqliteException.h
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Exceptions/SqliteException.h	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Exceptions/SqliteException.h	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/Exceptions/TypeMismatchException.cpp
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Exceptions/TypeMismatchException.cpp	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Exceptions/TypeMismatchException.cpp	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/Exceptions/TypeMismatchException.h
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Exceptions/TypeMismatchException.h	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Exceptions/TypeMismatchException.h	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/SQLitePhpApi/php.i
===================================================================
--- trunk/MgDev/Oem/SQLite/src/SQLitePhpApi/php.i	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/SQLitePhpApi/php.i	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2005  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/SqliteDotNet/AssemblyInfo.cpp
===================================================================
--- trunk/MgDev/Oem/SQLite/src/SqliteDotNet/AssemblyInfo.cpp	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/SqliteDotNet/AssemblyInfo.cpp	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/SqliteDotNet/SqliteDotNet.cpp
===================================================================
--- trunk/MgDev/Oem/SQLite/src/SqliteDotNet/SqliteDotNet.cpp	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/SqliteDotNet/SqliteDotNet.cpp	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/SqliteDotNet/SqliteDotNet.h
===================================================================
--- trunk/MgDev/Oem/SQLite/src/SqliteDotNet/SqliteDotNet.h	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/SqliteDotNet/SqliteDotNet.h	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/SqliteDotNet/Stdafx.cpp
===================================================================
--- trunk/MgDev/Oem/SQLite/src/SqliteDotNet/Stdafx.cpp	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/SqliteDotNet/Stdafx.cpp	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/SqliteDotNet/Stdafx.h
===================================================================
--- trunk/MgDev/Oem/SQLite/src/SqliteDotNet/Stdafx.h	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/SqliteDotNet/Stdafx.h	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/SqliteVM/ClassId.h
===================================================================
--- trunk/MgDev/Oem/SQLite/src/SqliteVM/ClassId.h	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/SqliteVM/ClassId.h	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/SqliteVM/CommonDefs.h
===================================================================
--- trunk/MgDev/Oem/SQLite/src/SqliteVM/CommonDefs.h	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/SqliteVM/CommonDefs.h	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/SqliteVM/SQLiteDefs.h
===================================================================
--- trunk/MgDev/Oem/SQLite/src/SqliteVM/SQLiteDefs.h	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/SqliteVM/SQLiteDefs.h	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteBlob.cpp
===================================================================
--- trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteBlob.cpp	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteBlob.cpp	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteBlob.h
===================================================================
--- trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteBlob.h	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteBlob.h	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteDB.cpp
===================================================================
--- trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteDB.cpp	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteDB.cpp	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteDB.h
===================================================================
--- trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteDB.h	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteDB.h	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteDisposable.cpp
===================================================================
--- trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteDisposable.cpp	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteDisposable.cpp	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteDisposable.h
===================================================================
--- trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteDisposable.h	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteDisposable.h	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteVM.cpp
===================================================================
--- trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteVM.cpp	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteVM.cpp	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteVM.h
===================================================================
--- trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteVM.h	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteVM.h	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteWrap.h
===================================================================
--- trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteWrap.h	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/SqliteVM/SqliteWrap.h	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/Unicode/UnicodeString.cpp
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Unicode/UnicodeString.cpp	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Unicode/UnicodeString.cpp	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Oem/SQLite/src/Unicode/UnicodeString.h
===================================================================
--- trunk/MgDev/Oem/SQLite/src/Unicode/UnicodeString.h	2007-02-16 23:32:47 UTC (rev 1116)
+++ trunk/MgDev/Oem/SQLite/src/Unicode/UnicodeString.h	2007-02-16 23:36:16 UTC (rev 1117)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser



More information about the mapguide-commits mailing list