aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-07-13 23:08:51 +1000
committerYuchen Pei <id@ypei.org>2023-07-13 23:08:51 +1000
commit70f484764c58ee2e1a2eb0b494d07f52cbd01938 (patch)
tree660eeb6f140af0928eb0dd0cec5293df2d7daba2
parent6f5130ec952f6213f9ce93e425aa1cfc9256ee90 (diff)
Fix copyright header.
-rw-r--r--buildbot-view.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/buildbot-view.el b/buildbot-view.el
index 4f2c278..7f463f4 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 <id@ypei.org>
-;; Package-Requires: ((emacs "28.2"))
;; This file is part of buildbot.el.