Skip to content

Commit

Permalink
docs: Update copyright
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Kurbatov <sir.alkurbatov@yandex.ru>
  • Loading branch information
alkurbatov committed Jan 1, 2024
1 parent 38704d0 commit dbd9f16
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License (MIT)
#
# Copyright (c) 2021-2023 Alexander Kurbatov
# Copyright (c) 2021-2024 Alexander Kurbatov

cmake_minimum_required(VERSION 3.15)

Expand Down
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-2023 Alexander Kurbatov
Copyright (c) 2021-2024 Alexander Kurbatov

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 @@ -127,6 +127,6 @@ If you see that some of cmake options don't take effect
remove the `build` folder or the `CMakeCache.txt` file, or explicitly re-specify the desired default behavior (e.g. `cmake -B build -DBUILD_FOR_LADDER=OFF`).

## License
Copyright (c) 2021-2023 Alexander Kurbatov
Copyright (c) 2021-2024 Alexander Kurbatov

Licensed under the [MIT license](LICENSE).
2 changes: 1 addition & 1 deletion src/Bot.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2021-2023 Alexander Kurbatov
// Copyright (c) 2021-2024 Alexander Kurbatov

#include "Bot.h"

Expand Down
2 changes: 1 addition & 1 deletion src/Bot.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2021-2023 Alexander Kurbatov
// Copyright (c) 2021-2024 Alexander Kurbatov

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License (MIT)
#
# Copyright (c) 2021-2023 Alexander Kurbatov
# Copyright (c) 2021-2024 Alexander Kurbatov

set(bot_sources
main.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2021-2023 Alexander Kurbatov
// Copyright (c) 2021-2024 Alexander Kurbatov

#include "Bot.h"

Expand Down

0 comments on commit dbd9f16

Please sign in to comment.