branch: externals/yaml
commit cd3edfc02cb12514426c00e07160b87bd8340f4a
Author: Zachary Romero <zacrom...@posteo.net>
Commit: Zachary Romero <zacrom...@posteo.net>

    Commit to add to ELPA
---
 .gitignore    | 4 ++++
 yaml-tests.el | 2 +-
 yaml.el       | 6 ++----
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8b13789179..5c77119fb1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,5 @@
+*.elc
 
+# ELPA-generated files.
+/yaml-autoloads.el
+/yaml-pkg.el
diff --git a/yaml-tests.el b/yaml-tests.el
index bfa70f3ac7..34692d3081 100644
--- a/yaml-tests.el
+++ b/yaml-tests.el
@@ -1,6 +1,6 @@
 ;;; yaml-tests.el --- Tests for yaml.el -*- lexical-binding: t -*-
 
-;; This file is not part of GNU Emacs
+;; Copyright © 2021-2024  Free Software Foundation, Inc.
 
 ;; This file is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/yaml.el b/yaml.el
index fa90f9aaeb..12d8618a87 100644
--- a/yaml.el
+++ b/yaml.el
@@ -1,17 +1,15 @@
 ;;; yaml.el --- YAML parser for Elisp -*- lexical-binding: t -*-
 
-;; Copyright © 2021 Zachary Romero <z...@posteo.org>
+;; Copyright © 2021-2024  Free Software Foundation, Inc.
 
 ;; Author: Zachary Romero <z...@posteo.org>
-;; Version: 0.5.5
+;; Version: 1.0.0
 ;; Homepage: https://github.com/zkry/yaml.el
 ;; Package-Requires: ((emacs "25.1"))
 ;; Keywords: tools
 
 ;; yaml.el requires at least GNU Emacs 25.1
 
-;; This file is not part of GNU Emacs
-
 ;; This file 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)

Reply via email to