branch: externals/buildbot commit 70f484764c58ee2e1a2eb0b494d07f52cbd01938 Author: Yuchen Pei <i...@ypei.org> Commit: Yuchen Pei <i...@ypei.org>
Fix copyright header. --- buildbot-view.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/buildbot-view.el b/buildbot-view.el index 4f2c278d32..7f463f448b 100644 --- a/buildbot-view.el +++ b/buildbot-view.el @@ -1,9 +1,8 @@ -;;; buildbot-view.el -- buildbot.el UI -*- lexical-binding: t -*- +;;; buildbot-view.el --- buildbot.el UI -*- lexical-binding: t -*- -;; Copyright (C) 2023 Free Software Foundation. +;; Copyright (C) 2023 Free Software Foundation, Inc. ;; Author: Yuchen Pei <i...@ypei.org> -;; Package-Requires: ((emacs "28.2")) ;; This file is part of buildbot.el.