Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX]: Extend copyright of ARNEIS project to 2024 #375

Merged
merged 3 commits into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021-2022 B-AROL-O Bottling Systems Team
Copyright (c) 2021-2024 B-AROL-O Bottling Systems Team

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Please report bugs and feature requests on <https://github.com/B-AROL-O/ARNEIS/i

## Copyright and license

Copyright (C) 2021-2023, [B-AROL-O Team](https://github.com/B-AROL-O), all rights reserved.
Copyright (C) 2021-2024, [B-AROL-O Team](https://github.com/B-AROL-O), all rights reserved.

### Source code license

Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/arneis-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This document contains the Functional and Non-Functional requirements for the [A

### Copyright and License

This document is Copyright (c) 2021-2022 by the [B-AROL-O Team](https://github.com/B-AROL-O).
This document is Copyright (c) 2021-2024 by the [B-AROL-O Team](https://github.com/B-AROL-O).

### Reference documents

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# -- Project information -----------------------------------------------------

project = 'ARNEIS'
copyright = '2022-2023, The B-AROL-O Team'
copyright = '2022-2024, The B-AROL-O Team'
author = 'The B-AROL-O Team'


Expand Down