From: Po Lu Date: Sat, 2 Apr 2022 08:31:06 +0000 (+0800) Subject: ; * src/sqlite.c: Fix up header comment. X-Git-Tag: emacs-29.0.90~1931^2~822 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b312959ebd528b01e95fe5eca71cc3890a97421d;p=emacs.git ; * src/sqlite.c: Fix up header comment. --- diff --git a/src/sqlite.c b/src/sqlite.c index 649cb382948..1ca86699318 100644 --- a/src/sqlite.c +++ b/src/sqlite.c @@ -1,4 +1,5 @@ -/* +/* Support for accessing SQLite databases. + Copyright (C) 2021-2022 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -19,8 +20,7 @@ along with GNU Emacs. If not, see . This file is based on the emacs-sqlite3 package written by Syohei YOSHIDA , which can be found at: - https://github.com/syohex/emacs-sqlite3 -*/ + https://github.com/syohex/emacs-sqlite3 */ #include #include "lisp.h"