[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/el-job 154d09d172 061/143: Bump copyright
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/el-job 154d09d172 061/143: Bump copyright |
Date: |
Fri, 21 Mar 2025 19:00:29 -0400 (EDT) |
branch: elpa/el-job
commit 154d09d17275f467eaf3edfff45f3df5df193a31
Author: Martin Edström <meedstrom91@gmail.com>
Commit: Martin Edström <meedstrom91@gmail.com>
Bump copyright
---
el-job-child.el | 2 +-
el-job-test.el | 2 +-
el-job.el | 15 +++++++--------
3 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/el-job-child.el b/el-job-child.el
index 29a8a3e8f6..6d8d04a1b9 100644
--- a/el-job-child.el
+++ b/el-job-child.el
@@ -1,6 +1,6 @@
;;; el-job-child.el --- Worker code for children -*- lexical-binding: t; -*-
-;; Copyright (C) 2024 Martin Edström
+;; Copyright (C) 2024-2025 Martin Edström
;; 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
diff --git a/el-job-test.el b/el-job-test.el
index 79cb3c6947..406d38056e 100644
--- a/el-job-test.el
+++ b/el-job-test.el
@@ -1,6 +1,6 @@
;;; el-job-test.el --- Test suite -*- lexical-binding: t; -*-
-;; Copyright (C) 2024 Martin Edström
+;; Copyright (C) 2024-2025 Martin Edström
;; 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
diff --git a/el-job.el b/el-job.el
index 04621256cb..30e0398a0b 100644
--- a/el-job.el
+++ b/el-job.el
@@ -1,6 +1,6 @@
-;;; el-job.el --- Call a function using all CPU cores -*- lexical-binding: t;
-*-
+;;; el-job.el --- Contrived way to call a function using all CPU cores -*-
lexical-binding: t; -*-
-;; Copyright (C) 2024 Martin Edström
+;; Copyright (C) 2024-2025 Martin Edström
;;
;; 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
@@ -16,14 +16,11 @@
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;; Author: Martin Edström <meedstrom91@gmail.com>
-;; Created: 2024-10-30
;; URL: https://github.com/meedstrom/el-job
+;; Created: 2024-10-30
;; Keywords: processes
;; Package-Requires: ((emacs "28.1") (compat "30"))
-;; NOTE: Looking for Package-Version?
-;; Consult your package manager, or the Git tag.
-
;;; Commentary:
;; Imagine you have a function you'd like to run on a long list of inputs. You
@@ -42,9 +39,11 @@
(require 'compat)
(require 'el-job-child)
-(defvar el-job-major-version 1)
+(defvar el-job-major-version 1
+ "Number incremented for breaking changes.")
-;;; Subroutines:
+
+;;; Subroutines
(defvar el-job--debug-level 0
"Increase this to 1 or 2 to see more debug messages.")
- [nongnu] elpa/el-job 1c2a3e958e 135/143: Release version 2.3.0, (continued)
- [nongnu] elpa/el-job 1c2a3e958e 135/143: Release version 2.3.0, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job cdf9068eb4 013/143: docs, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job f4653c6cfc 008/143: ., ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 6c5be42f4b 038/143: Refactor split-optimally (mainly stylistic), ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job bc118ea0d0 062/143: Style, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job daba10902e 016/143: fix, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 1bb6865aae 030/143: Extra cleanup, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 006af3ffd4 104/143: DROP SUPPORT Emacs 28, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job e14b325e2c 070/143: Fix oversights, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 85c254a5e6 052/143: Fix an oversight while removing eval-once, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 154d09d172 061/143: Bump copyright,
ELPA Syncer <=
- [nongnu] elpa/el-job a5d2462752 066/143: Internal renames, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job b7f12c4975 049/143: Fix the graceful degradation in case of unexpected code path, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 455e198d47 111/143: CI, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 58699f2328 116/143: Lint, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 48c8eb7890 115/143: Lint, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job c3886ccc7e 130/143: Change a seq- thing to cl-, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 6f6e9aa064 137/143: Prevent killing random buffer (fix #1), ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 5535c25154 129/143: Release version 2.2.2, ELPA Syncer, 2025/03/21