From 12776f63ccb25dae90ba6a3a57ae1e72799eb03c Mon Sep 17 00:00:00 2001 From: Yury Plashenkov Date: Tue, 2 Oct 2012 16:06:15 +0700 Subject: [PATCH] Description edits in PAS files --- Source/SQLite3.pas | 7 +++---- Source/SQLite3Utils.pas | 7 +++---- Source/SQLite3Wrap.pas | 7 +++---- 3 files changed, 9 insertions(+), 12 deletions(-) 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