diff --git a/pomm-third-time.el b/pomm-third-time.el index 132c791..1d9ffbc 100644 --- a/pomm-third-time.el +++ b/pomm-third-time.el @@ -1,6 +1,6 @@ ;;; pomm-third-time.el --- Implementation of the third time technique in Emacs -*- lexical-binding: t -*- -;; Copyright (C) 2022 Korytov Pavel +;; Copyright (C) 2023 Korytov Pavel ;; Author: Korytov Pavel ;; Maintainer: Korytov Pavel diff --git a/pomm.el b/pomm.el index 0a7e9a4..14d0cf2 100644 --- a/pomm.el +++ b/pomm.el @@ -1,12 +1,13 @@ ;;; pomm.el --- Pomodoro and Third Time timers -*- lexical-binding: t -*- -;; Copyright (C) 2022 Korytov Pavel +;; Copyright (C) 2023 Korytov Pavel ;; Author: Korytov Pavel ;; Maintainer: Korytov Pavel ;; Version: 0.2.0 ;; Package-Requires: ((emacs "27.1") (alert "1.2") (seq "2.22") (transient "0.3.0")) ;; Homepage: https://github.com/SqrtMinusOne/pomm.el +;; Published-At: 2021-11-05 ;; This file is NOT part of GNU Emacs.