branch: externals/pq
commit cb47fcf76967d73d635560911131de5a944930b6
Author: Tom Gillespie <[email protected]>
Commit: Tom Gillespie <[email protected]>

    pq-core.c, pq.el: update copyright headers
---
 pq-core.c | 17 +++++++++++++++++
 pq.el     |  2 +-
 2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/pq-core.c b/pq-core.c
index 83c04c6b04..e665331370 100644
--- a/pq-core.c
+++ b/pq-core.c
@@ -1,3 +1,20 @@
+/* libpq bindings for Emacs Lisp as a dynamic module
+   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or (at
+your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
+
+
 #include <emacs-module.h>
 #include <libpq-fe.h>
 #include "pg_type.h"
diff --git a/pq.el b/pq.el
index 4af6311e4e..b7a943355b 100644
--- a/pq.el
+++ b/pq.el
@@ -1,6 +1,6 @@
 ;;; pq.el --- libpq binding
 
-;; Copyright (C) 2020 by Tom Gillespie
+;; Copyright (C) 2020-2022  Free Software Foundation, Inc.
 
 ;; Author: Tom Gillespie
 ;; URL: https://github.com/anse1/emacs-libpq

Reply via email to