-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Joost Kremers
committed
Feb 5, 2024
1 parent
996ca97
commit 2c5a2c4
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
;;; ebib-biblio.el --- Part of Ebib, a BibTeX database manager -*- lexical-binding: t -*- | ||
|
||
;; Copyright (c) 2003-2022 Joost Kremers | ||
;; Copyright (c) 2024 Samuel W. Flint | ||
;; All rights reserved. | ||
|
||
;; Author: Joost Kremers <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; ebib-notes.el --- Part of Ebib, a BibTeX database manager -*- lexical-binding: t -*- | ||
|
||
;; Copyright (c) 2003-2023 Joost Kremers | ||
;; Copyright (c) 2003-2024 Joost Kremers | ||
;; All rights reserved. | ||
|
||
;; Author: Joost Kremers <[email protected]> | ||
|