Skip to content

Commit d38c202

Browse files
committed
chore: Update copyright for the new year.
1 parent af920fe commit d38c202

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# -- Project information
44

55
project = 'turtles'
6-
copyright = '2024, Stephane Zermatten'
6+
copyright = '2024, 2025, Stephane Zermatten'
77
author = 'Stephane Zermatten'
88

99
release = '0.1snapshot'

test/turtles-examples-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;; turtles-examples-test.el --- Example tests using turtles. -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2024 Stephane Zermatten
3+
;; Copyright (C) 2024, 2025 Stephane Zermatten
44

55
;; This program is free software: you can redistribute it and/or
66
;; modify it under the terms of the GNU General Public License as

test/turtles-instance-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; turtles-instance-test.el --- Test turtles-instance.el -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2024 Stephane Zermatten
3+
;; Copyright (C) 2024, 2025 Stephane Zermatten
44

55
;; This program is free software: you can redistribute it and/or
66
;; modify it under the terms of the GNU General Public License as

test/turtles-io-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;; turtles-io-test.el --- Test turtles-io.el -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2024 Stephane Zermatten
3+
;; Copyright (C) 2024, 2025 Stephane Zermatten
44

55
;; This program is free software: you can redistribute it and/or
66
;; modify it under the terms of the GNU General Public License as

test/turtles-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;; turtles-test.el --- Test turtles.el -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2024 Stephane Zermatten
3+
;; Copyright (C) 2024, 2025 Stephane Zermatten
44

55
;; This program is free software: you can redistribute it and/or
66
;; modify it under the terms of the GNU General Public License as

turtles-instance.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; turtles-instance.el --- Manage turtles subprocesses -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2024 Stephane Zermatten
3+
;; Copyright (C) 2024, 2025 Stephane Zermatten
44

55
;; This program is free software: you can redistribute it and/or
66
;; modify it under the terms of the GNU General Public License as

turtles-io.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; turtles-io.el --- Socket communication between Emacs processes -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2024 Stephane Zermatten
3+
;; Copyright (C) 2024, 2025 Stephane Zermatten
44

55
;; This program is free software: you can redistribute it and/or
66
;; modify it under the terms of the GNU General Public License as

turtles.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; turtles.el --- Screen-grabbing test utility -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2024 Stephane Zermatten
3+
;; Copyright (C) 2024, 2025 Stephane Zermatten
44

55
;; Author: Stephane Zermatten <szermatt@gmx.net>
66
;; Maintainer: Stephane Zermatten <szermatt@gmail.com>

turtles.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Turtles
2424
2525
Stephane Zermatten
2626
27-
Copyright @copyright{} 2024, Stephane Zermatten
27+
Copyright @copyright{} 2024, 2025, Stephane Zermatten
2828
@end quotation
2929

3030
@end copying

0 commit comments

Comments
 (0)