projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7899e8d
)
; * src/sqlite.c: Fix up header comment.
author
Po Lu
<luangruo@yahoo.com>
Sat, 2 Apr 2022 08:31:06 +0000
(16:31 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sat, 2 Apr 2022 08:31:13 +0000
(16:31 +0800)
src/sqlite.c
patch
|
blob
|
history
diff --git
a/src/sqlite.c
b/src/sqlite.c
index 649cb382948cfc6651f7524380f4261ca4f48622..1ca86699318ae6f226a52b569365e5a945803a12 100644
(file)
--- 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 <https://www.gnu.org/licenses/>.
This file is based on the emacs-sqlite3 package written by Syohei
YOSHIDA <syohex@gmail.com>, which can be found at:
- https://github.com/syohex/emacs-sqlite3
-*/
+ https://github.com/syohex/emacs-sqlite3 */
#include <config.h>
#include "lisp.h"