Skip to content

Commit 655dd48

Browse files
committed
Update copyright year
1 parent 5e5b6cc commit 655dd48

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
# General information about the project.
5252
project = u'Pebble'
53-
copyright = u'2013-2024, Matteo Cafasso'
53+
copyright = u'2013-2025, Matteo Cafasso'
5454
author = u'Matteo Cafasso'
5555

5656

pebble/asynchronous/process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of Pebble.
2-
# Copyright (c) 2013-2024, Matteo Cafasso
2+
# Copyright (c) 2013-2025, Matteo Cafasso
33

44
# Pebble is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Lesser General Public License

pebble/asynchronous/thread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of Pebble.
2-
# Copyright (c) 2013-2024, Matteo Cafasso
2+
# Copyright (c) 2013-2025, Matteo Cafasso
33

44
# Pebble is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Lesser General Public License

pebble/common/process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of Pebble.
2-
# Copyright (c) 2013-2024, Matteo Cafasso
2+
# Copyright (c) 2013-2025, Matteo Cafasso
33

44
# Pebble is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Lesser General Public License

pebble/common/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of Pebble.
2-
# Copyright (c) 2013-2024, Matteo Cafasso
2+
# Copyright (c) 2013-2025, Matteo Cafasso
33

44
# Pebble is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Lesser General Public License

pebble/common/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of Pebble.
2-
# Copyright (c) 2013-2024, Matteo Cafasso
2+
# Copyright (c) 2013-2025, Matteo Cafasso
33

44
# Pebble is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Lesser General Public License

pebble/concurrent/process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of Pebble.
2-
# Copyright (c) 2013-2024, Matteo Cafasso
2+
# Copyright (c) 2013-2025, Matteo Cafasso
33

44
# Pebble is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Lesser General Public License

pebble/concurrent/thread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of Pebble.
2-
# Copyright (c) 2013-2024, Matteo Cafasso
2+
# Copyright (c) 2013-2025, Matteo Cafasso
33

44
# Pebble is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Lesser General Public License

pebble/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of Pebble.
2-
# Copyright (c) 2013-2024, Matteo Cafasso
2+
# Copyright (c) 2013-2025, Matteo Cafasso
33

44
# Pebble is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Lesser General Public License

pebble/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of Pebble.
2-
# Copyright (c) 2013-2024, Matteo Cafasso
2+
# Copyright (c) 2013-2025, Matteo Cafasso
33

44
# Pebble is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Lesser General Public License

0 commit comments

Comments
 (0)