branch: externals/tomelr commit e09bc19d904ef82054704b3d3e9298a0959df1ea Author: Kaushal Modi <kaushal.m...@gmail.com> Commit: Kaushal Modi <kaushal.m...@gmail.com>
chore: Add GNU ELPA required Copyright --- test/all-tests.el | 2 ++ test/tarray.el | 2 ++ test/tcoerce.el | 2 ++ test/tjson-utils.el | 2 ++ test/tkey.el | 2 ++ test/tnil.el | 2 ++ test/tplist.el | 2 ++ test/tpredicates.el | 2 ++ test/tscalar.el | 2 ++ test/tstring.el | 2 ++ test/ttable-array.el | 2 ++ test/ttable.el | 2 ++ tomelr.el | 4 +++- 13 files changed, 27 insertions(+), 1 deletion(-) diff --git a/test/all-tests.el b/test/all-tests.el index 1503d11c53..503e152f3a 100644 --- a/test/all-tests.el +++ b/test/all-tests.el @@ -1,5 +1,7 @@ ;;; all-tests.el --- Tests for tomelr.el -*- lexical-binding: t; -*- +;; Copyright (C) 2022 Free Software Foundation, Inc. + ;; Authors: Kaushal Modi <kaushal.m...@gmail.com> ;; This file is not part of GNU Emacs. diff --git a/test/tarray.el b/test/tarray.el index 4d0e6b34bf..9c9088aaae 100644 --- a/test/tarray.el +++ b/test/tarray.el @@ -1,5 +1,7 @@ ;; -*- lexical-binding: t; -*- +;; Copyright (C) 2022 Free Software Foundation, Inc. + ;; Authors: Kaushal Modi <kaushal.m...@gmail.com> ;; This file is not part of GNU Emacs. diff --git a/test/tcoerce.el b/test/tcoerce.el index f2c91c3199..c3d99a4f27 100644 --- a/test/tcoerce.el +++ b/test/tcoerce.el @@ -1,5 +1,7 @@ ;; -*- lexical-binding: t; -*- +;; Copyright (C) 2022 Free Software Foundation, Inc. + ;; Authors: Kaushal Modi <kaushal.m...@gmail.com> ;; This file is not part of GNU Emacs. diff --git a/test/tjson-utils.el b/test/tjson-utils.el index 0c00877367..6ba8091c59 100644 --- a/test/tjson-utils.el +++ b/test/tjson-utils.el @@ -1,5 +1,7 @@ ;; -*- lexical-binding: t; -*- +;; Copyright (C) 2022 Free Software Foundation, Inc. + ;; Authors: Kaushal Modi <kaushal.m...@gmail.com> ;; This file is not part of GNU Emacs. diff --git a/test/tkey.el b/test/tkey.el index de3453d098..69320205ef 100644 --- a/test/tkey.el +++ b/test/tkey.el @@ -1,5 +1,7 @@ ;; -*- lexical-binding: t; -*- +;; Copyright (C) 2022 Free Software Foundation, Inc. + ;; Authors: Kaushal Modi <kaushal.m...@gmail.com> ;; This file is not part of GNU Emacs. diff --git a/test/tnil.el b/test/tnil.el index a5b8801e1e..486a2fa540 100644 --- a/test/tnil.el +++ b/test/tnil.el @@ -1,5 +1,7 @@ ;; -*- lexical-binding: t; -*- +;; Copyright (C) 2022 Free Software Foundation, Inc. + ;; Authors: Kaushal Modi <kaushal.m...@gmail.com> ;; This file is not part of GNU Emacs. diff --git a/test/tplist.el b/test/tplist.el index 6e42515892..d8cbf2ee43 100644 --- a/test/tplist.el +++ b/test/tplist.el @@ -1,5 +1,7 @@ ;; -*- lexical-binding: t; -*- +;; Copyright (C) 2022 Free Software Foundation, Inc. + ;; Authors: Kaushal Modi <kaushal.m...@gmail.com> ;; This file is not part of GNU Emacs. diff --git a/test/tpredicates.el b/test/tpredicates.el index 05b66f149c..f0f4e86530 100644 --- a/test/tpredicates.el +++ b/test/tpredicates.el @@ -1,5 +1,7 @@ ;; -*- lexical-binding: t; -*- +;; Copyright (C) 2022 Free Software Foundation, Inc. + ;; Authors: Kaushal Modi <kaushal.m...@gmail.com> ;; This file is not part of GNU Emacs. diff --git a/test/tscalar.el b/test/tscalar.el index d8002e7de1..8713b636c5 100644 --- a/test/tscalar.el +++ b/test/tscalar.el @@ -1,5 +1,7 @@ ;; -*- lexical-binding: t; -*- +;; Copyright (C) 2022 Free Software Foundation, Inc. + ;; Authors: Kaushal Modi <kaushal.m...@gmail.com> ;; This file is not part of GNU Emacs. diff --git a/test/tstring.el b/test/tstring.el index 0998f2efbf..e428ffa9e6 100644 --- a/test/tstring.el +++ b/test/tstring.el @@ -1,5 +1,7 @@ ;; -*- lexical-binding: t; -*- +;; Copyright (C) 2022 Free Software Foundation, Inc. + ;; Authors: Kaushal Modi <kaushal.m...@gmail.com> ;; This file is not part of GNU Emacs. diff --git a/test/ttable-array.el b/test/ttable-array.el index 2b3deb3851..919763681b 100644 --- a/test/ttable-array.el +++ b/test/ttable-array.el @@ -1,5 +1,7 @@ ;; -*- lexical-binding: t; -*- +;; Copyright (C) 2022 Free Software Foundation, Inc. + ;; Authors: Kaushal Modi <kaushal.m...@gmail.com> ;; This file is not part of GNU Emacs. diff --git a/test/ttable.el b/test/ttable.el index d1e70b19a5..49e96f8675 100644 --- a/test/ttable.el +++ b/test/ttable.el @@ -1,5 +1,7 @@ ;; -*- lexical-binding: t; -*- +;; Copyright (C) 2022 Free Software Foundation, Inc. + ;; Authors: Kaushal Modi <kaushal.m...@gmail.com> ;; This file is not part of GNU Emacs. diff --git a/tomelr.el b/tomelr.el index 39435fc27d..b29e3e1022 100644 --- a/tomelr.el +++ b/tomelr.el @@ -1,10 +1,12 @@ ;;; tomelr.el --- Convert s-expressions to TOML -*- lexical-binding: t -*- +;; Copyright (C) 2022 Free Software Foundation, Inc. + ;; Authors: Kaushal Modi <kaushal.m...@gmail.com> ;; URL: https://github.com/kaushalmodi/tomelr ;; Package-Requires: ((emacs "26.3")) ;; Keywords: data, tools -;; Version: 0.1.0 +;; Version: 0.2.1 ;; This file is not part of GNU Emacs.