Skip to content

Commit 4eb93fe

Browse files
committed
Revise headers to use SPDX license and copyright
Because they're machine-readable, and can remove some human-readable text. Also update the dates and such.
1 parent 6b21e22 commit 4eb93fe

10 files changed

+28
-137
lines changed

citar-cache.el

+3-17
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,8 @@
11
;;; citar-cache.el --- Cache functions for citar -*- lexical-binding: t; -*-
22
;;
3-
;; Copyright (C) 2022 Bruce D'Arcus, Roshan Shariff
4-
;;
5-
;; This file is not part of GNU Emacs.
6-
;;
7-
;; This program is free software: you can redistribute it and/or modify
8-
;; it under the terms of the GNU General Public License as published by
9-
;; the Free Software Foundation, either version 3 of the License, or
10-
;; (at your option) any later version.
11-
12-
;; This program is distributed in the hope that it will be useful,
13-
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
;; GNU General Public License for more details.
16-
17-
;; You should have received a copy of the GNU General Public License
18-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
19-
;;
3+
;; SPDX-FileCopyrightText: 2022 Bruce D'Arcus, Roshan Shariff
4+
;; SPDX-License-Identifier: GPL-3.0-or-later
5+
206
;;; Commentary:
217
;;
228
;; Functions for caching bibliography files.

citar-capf.el

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
;;; citar-capf.el --- citar completion-at-point -*- lexical-binding: t; -*-
22
;;
3-
;; Copyright (C) 2022 Bruce D'Arcus, Colin McLear
3+
;; SPDX-FileCopyrightText: 2022 Bruce D'Arcus, Colin McLear
4+
;; SPDX-License-Identifier: GPL-3.0-or-later
45
;;
56
;; This file is not part of GNU Emacs.
67
;;
7-
;; SPDX-License-Identifier: GPL-3.0-or-later
8-
;;
98
;;; Commentary:
109
;;
1110
;; Citation key 'completion-at-point' for org, markdown, or latex.

citar-citeproc.el

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
;;; citar-citeproc.el --- Citeproc reference support for citar -*- lexical-binding: t; -*-
22
;;
3-
;; This file is not part of GNU Emacs.
4-
;;
5-
;; This program is free software: you can redistribute it and/or modify
6-
;; it under the terms of the GNU General Public License as published by
7-
;; the Free Software Foundation, either version 3 of the License, or
8-
;; (at your option) any later version.
9-
10-
;; This program is distributed in the hope that it will be useful,
11-
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
;; GNU General Public License for more details.
14-
15-
;; You should have received a copy of the GNU General Public License
16-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
3+
;; SPDX-FileCopyrightText: 2021-2022 Bruce D'Arcus
4+
;; SPDX-License-Identifier: GPL-3.0-or-later
175

186
;;; Commentary:
197

citar-embark.el

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
;;; citar-embark.el --- Citar/Embark integration -*- lexical-binding: t; -*-
22
;;
3-
;; Copyright (C) 2022 Bruce D'Arcus
4-
;;
53
;; Author: Bruce D'Arcus <[email protected]>
64
;; Maintainer: Bruce D'Arcus <[email protected]>
75
;; Created: June 22, 2022
86
;; Modified: June 22, 2022
7+
;;
8+
;; SPDX-FileCopyrightText: 2021-2022 Bruce D'Arcus
99
;; SPDX-License-Identifier: GPL-3.0-or-later
10+
;;
1011
;; Version: 1.0
1112
;; Keywords: bib extensions
1213
;; Homepage: https://github.com/emacs-citar/citar-embark

citar-file.el

+3-15
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
11
;;; citar-file.el --- File functions for citar -*- lexical-binding: t; -*-
22
;;
3-
;; Copyright (C) 2021 Bruce D'Arcus
4-
;;
3+
;; SPDX-FileCopyrightText: 2021-2022 Bruce D'Arcus
4+
;; SPDX-License-Identifier: GPL-3.0-or-later
5+
56
;; This file is not part of GNU Emacs.
67
;;
7-
;; This program is free software: you can redistribute it and/or modify
8-
;; it under the terms of the GNU General Public License as published by
9-
;; the Free Software Foundation, either version 3 of the License, or
10-
;; (at your option) any later version.
11-
12-
;; This program is distributed in the hope that it will be useful,
13-
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
;; GNU General Public License for more details.
16-
17-
;; You should have received a copy of the GNU General Public License
18-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
19-
;;
208
;;; Commentary:
219
;;
2210
;; Functions for opening and creating bibliographic files related to a source.

citar-format.el

+2-16
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
11
;;; citar-format.el --- Formatting functions for citar -*- lexical-binding: t; -*-
22
;;
3-
;; Copyright (C) 2022 Bruce D'Arcus, Roshan Shariff
4-
;;
5-
;; This file is not part of GNU Emacs.
6-
;;
7-
;; This program is free software: you can redistribute it and/or modify
8-
;; it under the terms of the GNU General Public License as published by
9-
;; the Free Software Foundation, either version 3 of the License, or
10-
;; (at your option) any later version.
11-
12-
;; This program is distributed in the hope that it will be useful,
13-
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
;; GNU General Public License for more details.
16-
17-
;; You should have received a copy of the GNU General Public License
18-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
3+
;; SPDX-FileCopyrightText: 2021-2022 Bruce D'Arcus, Roshan Shariff
4+
;; SPDX-License-Identifier: GPL-3.0-or-later
195
;;
206
;;; Commentary:
217
;;

citar-latex.el

+3-17
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,14 @@
11
;;; citar-latex.el --- Latex adapter for citar -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2021 Bruce D'Arcus
4-
5-
;; This file is not part of GNU Emacs.
6-
7-
;; This program is free software: you can redistribute it and/or modify
8-
;; it under the terms of the GNU General Public License as published by
9-
;; the Free Software Foundation, either version 3 of the License, or
10-
;; (at your option) any later version.
11-
12-
;; This program is distributed in the hope that it will be useful,
13-
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
;; GNU General Public License for more details.
16-
17-
;; You should have received a copy of the GNU General Public License
18-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
3+
;; SPDX-FileCopyrightText: 2021-2022 Bruce D'Arcus
4+
;; SPDX-License-Identifier: GPL-3.0-or-later
195

206
;;; Commentary:
217

228
;; A small package that provides the functions required to use citar
239
;; with latex.
2410

25-
;; Simply loading this file will enable manipulating the citations with
11+
;; Loading this file will enable manipulating the citations with
2612
;; commands provided by citar.
2713

2814
;;; Code:

citar-markdown.el

+5-20
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,14 @@
11
;;; citar-markdown.el --- Markdown adapter for citar -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2021 Bruce D'Arcus
4-
5-
;; This file is not part of GNU Emacs.
6-
7-
;; This program is free software: you can redistribute it and/or modify
8-
;; it under the terms of the GNU General Public License as published by
9-
;; the Free Software Foundation, either version 3 of the License, or
10-
;; (at your option) any later version.
11-
12-
;; This program is distributed in the hope that it will be useful,
13-
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
;; GNU General Public License for more details.
16-
17-
;; You should have received a copy of the GNU General Public License
18-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
3+
;; SPDX-FileCopyrightText: 2021-2022 Bruce D'Arcus
4+
;; SPDX-License-Identifier: GPL-3.0-or-later
195

206
;;; Commentary:
217

22-
;; A small package that provides the functions required to use citar
23-
;; with markdown.
8+
;; A small package that provides functions required to use citar with markdown.
249

25-
;; Simply loading this file will enable manipulating the citations with
26-
;; commands provided by citar.
10+
;; Loading this file will enable manipulating the citations with commands
11+
;; provided by citar.
2712

2813
;;; Code:
2914

citar-org.el

+3-15
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
11
;;; citar-org.el --- Org-cite support for citar -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2021 Bruce D'Arcus
3+
;; SPDX-FileCopyrightText: 2021-2022 Bruce D'Arcus
4+
;; SPDX-License-Identifier: GPL-3.0-or-later
45

56
;; This file is not part of GNU Emacs.
6-
7-
;; This program is free software: you can redistribute it and/or modify
8-
;; it under the terms of the GNU General Public License as published by
9-
;; the Free Software Foundation, either version 3 of the License, or
10-
;; (at your option) any later version.
11-
12-
;; This program is distributed in the hope that it will be useful,
13-
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
;; GNU General Public License for more details.
16-
17-
;; You should have received a copy of the GNU General Public License
18-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
19-
7+
;;
208
;;; Commentary:
219

2210
;; This is a small package that integrates citar and org-cite. It

citar.el

+2-18
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,17 @@
77
;; Created: February 27, 2021
88
;; SPDX-License-Identifier: GPL-3.0-or-later
99
;; Version: 0.9.7
10-
;; Homepage: https://github.com/bdarcus/citar
10+
;; Homepage: https://github.com/emacs-citar/citar
1111
;; Package-Requires: ((emacs "27.1") (parsebib "3.0") (org "9.5") (citeproc "0.9"))
1212

1313
;; This file is not part of GNU Emacs.
14-
15-
;; This program is free software: you can redistribute it and/or modify
16-
;; it under the terms of the GNU General Public License as published by
17-
;; the Free Software Foundation, either version 3 of the License, or
18-
;; (at your option) any later version.
19-
20-
;; This program is distributed in the hope that it will be useful,
21-
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
22-
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23-
;; GNU General Public License for more details.
24-
25-
;; You should have received a copy of the GNU General Public License
26-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
27-
14+
;;
2815
;;; Commentary:
2916

3017
;; A completing-read front-end to browse, filter and act on BibTeX, BibLaTeX,
3118
;; and CSL JSON bibliographic data, including LaTeX, markdown, and org-cite
3219
;; citation editing support.
3320
;;
34-
;; With embark, it also provides access to contextual actions, both in the
35-
;; minibuffer, and in the buffer at-point.
36-
3721
;;; Code:
3822

3923
(eval-when-compile

0 commit comments

Comments
 (0)