branch: externals/termint
commit 9d3f6cde43318474097ff4915702d81f7aa2060d
Author: Milan Glacier <[email protected]>
Commit: Milan Glacier <[email protected]>
doc: update copyright and license in package comment string.
---
termint.el | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/termint.el b/termint.el
index a4d3bbce67..aff2fa5197 100644
--- a/termint.el
+++ b/termint.el
@@ -1,12 +1,29 @@
;;; termint.el --- Run REPLs in a terminal backend -*- lexical-binding: t; -*-
+;; Copyright (C) 2025 Free Software Foundation, Inc.
+
;; Author: Milan Glacier <[email protected]>
;; Maintainer: Milan Glacier <[email protected]>
;; Version: 0.1
;; URL: https://github.com/milanglacier/termint.el
;; Package-Requires: ((emacs "29.1"))
-;;; This file is NOT part of GNU Emacs
+;; This file is part of GNU Emacs
+
+;; 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, 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; see the file COPYING. If not, write to
+;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth
+;; Floor, Boston, MA 02110-1301, USA.
;;; License: