Skip to content

Commit a06b4d7

Browse files
authored
chore: bump copyright year to 2024 (#121)
1 parent a449be7 commit a06b4d7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Alfi Maulana
3+
Copyright (c) 2023-2024 Alfi Maulana
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ A C++ package that provides utilities for error handling.
1010

1111
This project is licensed under the terms of the [MIT License](./LICENSE).
1212

13-
Copyright © 2023 [Alfi Maulana](https://github.com/threeal)
13+
Copyright © 2023-2024 [Alfi Maulana](https://github.com/threeal)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os, subprocess
22

33
project = 'Errors C++'
4-
copyright = '2023, Alfi Maulana'
4+
copyright = '2023-2024, Alfi Maulana'
55
author = 'Alfi Maulana'
66

77
extensions = ['breathe']

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ License
3535

3636
This project is licensed under the terms of the `MIT License`_.
3737

38-
Copyright © 2023 `Alfi Maulana`_
38+
Copyright © 2023-2024 `Alfi Maulana`_
3939

4040
Permission is hereby granted, free of charge, to any person obtaining a copy
4141
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)