diff --git a/Source/SQLite3.pas b/Source/SQLite3.pas index 63d1e81..6ec4557 100644 --- a/Source/SQLite3.pas +++ b/Source/SQLite3.pas @@ -1,9 +1,8 @@ { - $Id$ + SQLite for Delphi and FreePascal/Lazarus - Complete SQLite3 API translation and simple wrapper for Delphi and FreePascal - Copyright © 2010 IndaSoftware Inc. and contributors. All rights reserved. - http://www.indasoftware.com/fordev/sqlite3/ + © 2010 Yury Plashenkov + http://www.indasoftware.com/sqlite/ SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The source code for diff --git a/Source/SQLite3Utils.pas b/Source/SQLite3Utils.pas index da76d4c..ab28657 100644 --- a/Source/SQLite3Utils.pas +++ b/Source/SQLite3Utils.pas @@ -1,9 +1,8 @@ { - $Id$ + SQLite for Delphi and FreePascal/Lazarus - Complete SQLite3 API translation and simple wrapper for Delphi and FreePascal - Copyright © 2010 IndaSoftware Inc. and contributors. All rights reserved. - http://www.indasoftware.com/fordev/sqlite3/ + © 2010 Yury Plashenkov + http://www.indasoftware.com/sqlite/ SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The source code for diff --git a/Source/SQLite3Wrap.pas b/Source/SQLite3Wrap.pas index ce40271..01e2450 100644 --- a/Source/SQLite3Wrap.pas +++ b/Source/SQLite3Wrap.pas @@ -1,9 +1,8 @@ { - $Id$ + SQLite for Delphi and FreePascal/Lazarus - Complete SQLite3 API translation and simple wrapper for Delphi and FreePascal - Copyright © 2010 IndaSoftware Inc. and contributors. All rights reserved. - http://www.indasoftware.com/fordev/sqlite3/ + © 2010 Yury Plashenkov + http://www.indasoftware.com/sqlite/ SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The source code for