From 58ba476de294ffbe82ffbdc37585395ffc225fcc Mon Sep 17 00:00:00 2001 From: Yuri Plashenkov Date: Fri, 2 Oct 2020 20:01:07 +0300 Subject: [PATCH] Remove outdated URL + minor fixes --- Source/SQLite3.pas | 5 ++--- Source/SQLite3Utils.pas | 5 ++--- Source/SQLite3Wrap.pas | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/Source/SQLite3.pas b/Source/SQLite3.pas index fc8a726..124ee78 100644 --- a/Source/SQLite3.pas +++ b/Source/SQLite3.pas @@ -4,10 +4,9 @@ * This unit contains complete SQLite3 API translation * Version of SQLite: 3.6.22 * - * Copyright 2010-2013 Yury Plashenkov - * http://plashenkov.github.io/sqlite/ + * Copyright 2010-2013 Yuri Plashenkov * - * The MIT License (MIT) + * MIT License * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the "Software"), diff --git a/Source/SQLite3Utils.pas b/Source/SQLite3Utils.pas index 12b31b5..471c31c 100644 --- a/Source/SQLite3Utils.pas +++ b/Source/SQLite3Utils.pas @@ -3,10 +3,9 @@ * * This unit contains miscellaneous utility functions * - * Copyright 2010-2013 Yury Plashenkov - * http://plashenkov.github.io/sqlite/ + * Copyright 2010-2013 Yuri Plashenkov * - * The MIT License (MIT) + * MIT License * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the "Software"), diff --git a/Source/SQLite3Wrap.pas b/Source/SQLite3Wrap.pas index 666e94b..b2c5f88 100644 --- a/Source/SQLite3Wrap.pas +++ b/Source/SQLite3Wrap.pas @@ -3,10 +3,9 @@ * * This unit contains easy-to-use object wrapper over SQLite3 API functions * - * Copyright 2010-2013 Yury Plashenkov - * http://plashenkov.github.io/sqlite/ + * Copyright 2010-2013 Yuri Plashenkov * - * The MIT License (MIT) + * MIT License * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the "Software"),