Skip to content

Commit

Permalink
chore: Update copyright year
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Kurbatov <[email protected]>
  • Loading branch information
alkurbatov committed Aug 2, 2022
1 parent f7a662f commit 23680d6
Show file tree
Hide file tree
Showing 80 changed files with 80 additions and 80 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) 2017-2021 Alexander Kurbatov
# Copyright (c) 2017-2022 Alexander Kurbatov

cmake_minimum_required(VERSION 3.1)

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017-2021 Alexander Kurbatov
Copyright (c) 2017-2022 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 @@ -130,6 +130,6 @@ We follow slightly modified [Google C++ Style Guide](https://google.github.io/st
See the linter job in [GitHub Actions CI](.github/workflows/ci.yml).

## License
Copyright (c) 2017-2021 Alexander Kurbatov
Copyright (c) 2017-2022 Alexander Kurbatov

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

#include "blueprints/Blueprint.h"
#include "core/API.h"
Expand Down
2 changes: 1 addition & 1 deletion src/Builder.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 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) 2017-2021 Alexander Kurbatov
# Copyright (c) 2017-2022 Alexander Kurbatov

if (BUILD_FOR_LADDER)
ADD_DEFINITIONS(-DBUILD_FOR_LADDER)
Expand Down
2 changes: 1 addition & 1 deletion src/Dispatcher.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#include "Dispatcher.h"
#include "Historican.h"
Expand Down
2 changes: 1 addition & 1 deletion src/Dispatcher.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#pragma once

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

#include "Historican.h"
#include "core/API.h"
Expand Down
2 changes: 1 addition & 1 deletion src/Historican.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#pragma once

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

#include "Historican.h"
#include "Hub.h"
Expand Down
2 changes: 1 addition & 1 deletion src/Hub.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#pragma once

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

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/blueprints/Addon.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#include "Addon.h"
#include "core/API.h"
Expand Down
2 changes: 1 addition & 1 deletion src/blueprints/Addon.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/blueprints/Blueprint.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#include "Addon.h"
#include "Blueprint.h"
Expand Down
2 changes: 1 addition & 1 deletion src/blueprints/Blueprint.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/blueprints/Building.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#include "Building.h"
#include "Hub.h"
Expand Down
2 changes: 1 addition & 1 deletion src/blueprints/Building.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/blueprints/Creature.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#include "Creature.h"
#include "Hub.h"
Expand Down
2 changes: 1 addition & 1 deletion src/blueprints/Creature.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/blueprints/GateUnit.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#include "GateUnit.h"
#include "Unit.h"
Expand Down
2 changes: 1 addition & 1 deletion src/blueprints/GateUnit.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/blueprints/HighTechUnit.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#include "HighTechUnit.h"
#include "core/API.h"
Expand Down
2 changes: 1 addition & 1 deletion src/blueprints/HighTechUnit.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/blueprints/Mutation.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#include "Mutation.h"
#include "core/API.h"
Expand Down
2 changes: 1 addition & 1 deletion src/blueprints/Mutation.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/blueprints/Queen.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#include "Queen.h"
#include "core/API.h"
Expand Down
2 changes: 1 addition & 1 deletion src/blueprints/Queen.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/blueprints/Refinery.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#include "Hub.h"
#include "Refinery.h"
Expand Down
2 changes: 1 addition & 1 deletion src/blueprints/Refinery.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/blueprints/Research.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#include "Research.h"
#include "core/API.h"
Expand Down
2 changes: 1 addition & 1 deletion src/blueprints/Research.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/blueprints/TownHall.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#include "Hub.h"
#include "TownHall.h"
Expand Down
2 changes: 1 addition & 1 deletion src/blueprints/TownHall.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/blueprints/Unit.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#include "Unit.h"
#include "core/API.h"
Expand Down
2 changes: 1 addition & 1 deletion src/blueprints/Unit.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/core/API.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#include "API.h"
#include "Converter.h"
Expand Down
2 changes: 1 addition & 1 deletion src/core/API.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#pragma once

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

#pragma once

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

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/core/Helpers.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#include "Converter.h"
#include "Helpers.h"
Expand Down
2 changes: 1 addition & 1 deletion src/core/Helpers.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/core/Map.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#include "Helpers.h"
#include "Historican.h"
Expand Down
2 changes: 1 addition & 1 deletion src/core/Map.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#pragma once

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

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/core/Timer.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#include "Historican.h"
#include "Timer.h"
Expand Down
2 changes: 1 addition & 1 deletion src/core/Timer.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/core/Units.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

// The MIT License (MIT)
//
// Copyright (c) 2017-2021 Alexander Kurbatov
// Copyright (c) 2017-2022 Alexander Kurbatov

#include "Units.h"
#include "core/API.h"
Expand Down
Loading

0 comments on commit 23680d6

Please sign in to comment.