Skip to content

Commit 950c368

Browse files
committed
Update Copyright year
Signed-off-by: Matteo Cafasso <[email protected]>
1 parent d32346d commit 950c368

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

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-2023, Matteo Cafasso'
53+
copyright = u'2013-2024, 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-2023, Matteo Cafasso
2+
# Copyright (c) 2013-2024, 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-2023, Matteo Cafasso
2+
# Copyright (c) 2013-2024, 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.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-2023, Matteo Cafasso
2+
# Copyright (c) 2013-2024, 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-2023, Matteo Cafasso
2+
# Copyright (c) 2013-2024, 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-2023, Matteo Cafasso
2+
# Copyright (c) 2013-2024, 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-2023, Matteo Cafasso
2+
# Copyright (c) 2013-2024, 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-2023, Matteo Cafasso
2+
# Copyright (c) 2013-2024, 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/pool/base_pool.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-2023, Matteo Cafasso
2+
# Copyright (c) 2013-2024, 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/pool/channel.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-2023, Matteo Cafasso
2+
# Copyright (c) 2013-2024, 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)