mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-14 01:38:31 +02:00
Updated copyright years.
This commit is contained in:
parent
0f550178ff
commit
d863dbfddb
18 changed files with 18 additions and 18 deletions
|
@ -102,6 +102,6 @@ recommend you to install it in a Python virtual environment with poetry.
|
||||||
This software is licensed under
|
This software is licensed under
|
||||||
[GNU General Public License version 3](https://www.gnu.org/licenses/gpl-3.0.html)
|
[GNU General Public License version 3](https://www.gnu.org/licenses/gpl-3.0.html)
|
||||||
|
|
||||||
Copyright (C) 2010-2023 [Cédric Bonhomme](https://www.cedricbonhomme.org)
|
Copyright (C) 2010-2024 [Cédric Bonhomme](https://www.cedricbonhomme.org)
|
||||||
|
|
||||||
For more information, [the list of authors and contributors](CONTRIBUTORS.md) is available.
|
For more information, [the list of authors and contributors](CONTRIBUTORS.md) is available.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Stegano - Stegano is a pure Python steganography module.
|
# Stegano - Stegano is a pure Python steganography module.
|
||||||
# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org
|
# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org
|
||||||
#
|
#
|
||||||
# For more information : https://github.com/cedricbonhomme/Stegano
|
# For more information : https://github.com/cedricbonhomme/Stegano
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Stegano - Stegano is a pure Python steganography module.
|
# Stegano - Stegano is a pure Python steganography module.
|
||||||
# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org
|
# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org
|
||||||
#
|
#
|
||||||
# For more information : https://github.com/cedricbonhomme/Stegano
|
# For more information : https://github.com/cedricbonhomme/Stegano
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Stegano - Stegano is a pure Python steganography module.
|
# Stegano - Stegano is a pure Python steganography module.
|
||||||
# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org
|
# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org
|
||||||
#
|
#
|
||||||
# For more information : https://github.com/cedricbonhomme/Stegano
|
# For more information : https://github.com/cedricbonhomme/Stegano
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Stegano - Stegano is a pure Python steganography module.
|
# Stegano - Stegano is a pure Python steganography module.
|
||||||
# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org
|
# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org
|
||||||
#
|
#
|
||||||
# For more information : https://github.com/cedricbonhomme/Stegano
|
# For more information : https://github.com/cedricbonhomme/Stegano
|
||||||
#
|
#
|
||||||
|
|
|
@ -34,7 +34,7 @@ master_doc = "index"
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = "Stegano"
|
project = "Stegano"
|
||||||
copyright = "2010-2023, Cédric Bonhomme"
|
copyright = "2010-2024, Cédric Bonhomme"
|
||||||
author = "Cédric Bonhomme <cedric@cedricbonhomme.org>"
|
author = "Cédric Bonhomme <cedric@cedricbonhomme.org>"
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Stegano - Stegano is a pure Python steganography module.
|
# Stegano - Stegano is a pure Python steganography module.
|
||||||
# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org
|
# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org
|
||||||
#
|
#
|
||||||
# For more information : https://git.sr.ht/~cedric/stegano
|
# For more information : https://git.sr.ht/~cedric/stegano
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Stegano - Stegano is a pure Python steganography module.
|
# Stegano - Stegano is a pure Python steganography module.
|
||||||
# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org
|
# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org
|
||||||
#
|
#
|
||||||
# For more information : https://git.sr.ht/~cedric/stegano
|
# For more information : https://git.sr.ht/~cedric/stegano
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Stegano - Stegano is a pure Python steganography module.
|
# Stegano - Stegano is a pure Python steganography module.
|
||||||
# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org
|
# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org
|
||||||
#
|
#
|
||||||
# For more information : https://git.sr.ht/~cedric/stegano
|
# For more information : https://git.sr.ht/~cedric/stegano
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Stegano - Stéganô is a basic Python Steganography module.
|
# Stegano - Stéganô is a basic Python Steganography module.
|
||||||
# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org
|
# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org
|
||||||
#
|
#
|
||||||
# For more information : https://git.sr.ht/~cedric/stegano
|
# For more information : https://git.sr.ht/~cedric/stegano
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Stegano - Stegano is a pure Python steganography module.
|
# Stegano - Stegano is a pure Python steganography module.
|
||||||
# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org
|
# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org
|
||||||
#
|
#
|
||||||
# For more information : https://git.sr.ht/~cedric/stegano
|
# For more information : https://git.sr.ht/~cedric/stegano
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Stegano - Stegano is a pure Python steganography module.
|
# Stegano - Stegano is a pure Python steganography module.
|
||||||
# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org
|
# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org
|
||||||
#
|
#
|
||||||
# For more information : https://git.sr.ht/~cedric/stegano
|
# For more information : https://git.sr.ht/~cedric/stegano
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Stegano - Stegano is a pure Python steganography module.
|
# Stegano - Stegano is a pure Python steganography module.
|
||||||
# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org
|
# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org
|
||||||
#
|
#
|
||||||
# For more information : https://git.sr.ht/~cedric/stegano
|
# For more information : https://git.sr.ht/~cedric/stegano
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Stegano - Stegano is a pure Python steganography module.
|
# Stegano - Stegano is a pure Python steganography module.
|
||||||
# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org
|
# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org
|
||||||
#
|
#
|
||||||
# For more information : https://git.sr.ht/~cedric/stegano
|
# For more information : https://git.sr.ht/~cedric/stegano
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Stegano - Stegano is a pure Python steganography module.
|
# Stegano - Stegano is a pure Python steganography module.
|
||||||
# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org
|
# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org
|
||||||
#
|
#
|
||||||
# For more information : https://git.sr.ht/~cedric/stegano
|
# For more information : https://git.sr.ht/~cedric/stegano
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Stegano - Stegano is a pure Python steganography module.
|
# Stegano - Stegano is a pure Python steganography module.
|
||||||
# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org
|
# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org
|
||||||
#
|
#
|
||||||
# For more information : https://git.sr.ht/~cedric/stegano
|
# For more information : https://git.sr.ht/~cedric/stegano
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Stegano - Stegano is a pure Python steganography module.
|
# Stegano - Stegano is a pure Python steganography module.
|
||||||
# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org
|
# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org
|
||||||
#
|
#
|
||||||
# For more information : https://git.sr.ht/~cedric/stegano
|
# For more information : https://git.sr.ht/~cedric/stegano
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Stegano - Stegano is a pure Python steganography module.
|
# Stegano - Stegano is a pure Python steganography module.
|
||||||
# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org
|
# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org
|
||||||
#
|
#
|
||||||
# For more information : https://git.sr.ht/~cedric/stegano
|
# For more information : https://git.sr.ht/~cedric/stegano
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue