From 24d90efc72754cd1197a0c2f14d18e7c90dd2b4f Mon Sep 17 00:00:00 2001 From: JenChieh Date: Thu, 11 Apr 2024 14:53:45 -0700 Subject: [PATCH] chore: Update copyright info --- centaur-tabs-elements.el | 7 +++++-- centaur-tabs-functions.el | 7 +++++-- centaur-tabs-interactive.el | 8 +++++--- centaur-tabs.el | 5 +++-- 4 files changed, 18 insertions(+), 9 deletions(-) diff --git a/centaur-tabs-elements.el b/centaur-tabs-elements.el index 154f7bb..612a399 100644 --- a/centaur-tabs-elements.el +++ b/centaur-tabs-elements.el @@ -1,6 +1,7 @@ ;;; centaur-tabs-elements.el --- centaur-tabs visual components and customizations -*- lexical-binding: t; -*- -;; Copyright (C) 2019-2020 Emmanuel Bustos +;; Copyright (C) 2019-2024 Emmanuel Bustos +;; Copyright (C) 2024 Jen-Chieh Shen ;; This file is not part of GNU Emacs. @@ -18,9 +19,11 @@ ;; along with this program; see the file COPYING. If not, write to ;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth ;; Floor, Boston, MA 02110-1301, USA. -;; + ;;; Commentary: +;; ;; This file contains the visual components of centaur-tabs +;; ;;; Code: diff --git a/centaur-tabs-functions.el b/centaur-tabs-functions.el index 22d04f9..8d8e8f7 100644 --- a/centaur-tabs-functions.el +++ b/centaur-tabs-functions.el @@ -1,6 +1,7 @@ ;;; centaur-tabs-functions.el --- centaur-tabs logic components -*- lexical-binding: t; -*- -;; Copyright (C) 2019-2020 Emmanuel Bustos +;; Copyright (C) 2019-2024 Emmanuel Bustos +;; Copyright (C) 2024 Jen-Chieh Shen ;; This file is not part of GNU Emacs. @@ -18,9 +19,11 @@ ;; along with this program; see the file COPYING. If not, write to ;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth ;; Floor, Boston, MA 02110-1301, USA. -;; + ;;; Commentary: +;; ;; This file contains functions that control the logic of centaur-tabs +;; ;;; Code: diff --git a/centaur-tabs-interactive.el b/centaur-tabs-interactive.el index ebf7f87..e01c899 100644 --- a/centaur-tabs-interactive.el +++ b/centaur-tabs-interactive.el @@ -1,10 +1,10 @@ ;;; centaur-tabs-interactive.el --- centaur-tabs interactive functions and plugins support lexical-binding: t; -*- -;; Copyright (C) 2019-2020 Emmanuel Bustos +;; Copyright (C) 2019-2024 Emmanuel Bustos +;; Copyright (C) 2024 Jen-Chieh Shen ;; This file is not part of GNU Emacs. -;; ;; This program 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 2, or @@ -19,9 +19,11 @@ ;; along with this program; see the file COPYING. If not, write to ;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth ;; Floor, Boston, MA 02110-1301, USA. -;; + ;;; Commentary: +;; ;; This file contains centaur-tabs interactive functions and plugins support +;; ;;; Code: diff --git a/centaur-tabs.el b/centaur-tabs.el index 8a83258..ab71e1d 100644 --- a/centaur-tabs.el +++ b/centaur-tabs.el @@ -1,6 +1,7 @@ ;;; centaur-tabs.el --- Aesthetic, modern looking customizable tabs plugin -*- lexical-binding: t; -*- -;; Copyright (C) 2019 Emmanuel Bustos +;; Copyright (C) 2019-2024 Emmanuel Bustos +;; Copyright (C) 2024 Jen-Chieh Shen ;; Filename: centaur-tabs.el ;; Description: Provide an out of box configuration to use highly customizable tabs. @@ -8,7 +9,7 @@ ;; Author: Emmanuel Bustos ;; Maintainer: Jen-Chieh Shen ;; Created: 2019-21-19 22:14:34 -;; Version: 5 +;; Version: 3.3 ;; Known Compatibility: GNU Emacs 26.2 ;; Package-Requires: ((emacs "24.4") (powerline "2.4") (cl-lib "0.5")) ;; Keywords: frames