Skip to content

Commit 23680d6

Browse files
committed
chore: Update copyright year
Signed-off-by: Alexander Kurbatov <sir.alkurbatov@yandex.ru>
1 parent f7a662f commit 23680d6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+80
-80
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License (MIT)
22
#
3-
# Copyright (c) 2017-2021 Alexander Kurbatov
3+
# Copyright (c) 2017-2022 Alexander Kurbatov
44

55
cmake_minimum_required(VERSION 3.1)
66

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017-2021 Alexander Kurbatov
3+
Copyright (c) 2017-2022 Alexander Kurbatov
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

+1-1

src/Builder.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#include "blueprints/Blueprint.h"
66
#include "core/API.h"

src/Builder.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#pragma once
66

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License (MIT)
22
#
3-
# Copyright (c) 2017-2021 Alexander Kurbatov
3+
# Copyright (c) 2017-2022 Alexander Kurbatov
44

55
if (BUILD_FOR_LADDER)
66
ADD_DEFINITIONS(-DBUILD_FOR_LADDER)

src/Dispatcher.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#include "Dispatcher.h"
66
#include "Historican.h"

src/Dispatcher.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#pragma once
66

src/Historican.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#include "Historican.h"
66
#include "core/API.h"

src/Historican.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#pragma once
66

src/Hub.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#include "Historican.h"
66
#include "Hub.h"

src/Hub.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#pragma once
66

src/Version.h.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#pragma once
66

src/blueprints/Addon.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#include "Addon.h"
66
#include "core/API.h"

src/blueprints/Addon.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#pragma once
66

src/blueprints/Blueprint.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#include "Addon.h"
66
#include "Blueprint.h"

src/blueprints/Blueprint.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#pragma once
66

src/blueprints/Building.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#include "Building.h"
66
#include "Hub.h"

src/blueprints/Building.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#pragma once
66

src/blueprints/Creature.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#include "Creature.h"
66
#include "Hub.h"

src/blueprints/Creature.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#pragma once
66

src/blueprints/GateUnit.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#include "GateUnit.h"
66
#include "Unit.h"

src/blueprints/GateUnit.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#pragma once
66

src/blueprints/HighTechUnit.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#include "HighTechUnit.h"
66
#include "core/API.h"

src/blueprints/HighTechUnit.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#pragma once
66

src/blueprints/Mutation.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#include "Mutation.h"
66
#include "core/API.h"

src/blueprints/Mutation.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#pragma once
66

src/blueprints/Queen.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#include "Queen.h"
66
#include "core/API.h"

src/blueprints/Queen.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#pragma once
66

src/blueprints/Refinery.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#include "Hub.h"
66
#include "Refinery.h"

src/blueprints/Refinery.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#pragma once
66

src/blueprints/Research.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#include "Research.h"
66
#include "core/API.h"

src/blueprints/Research.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#pragma once
66

src/blueprints/TownHall.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#include "Hub.h"
66
#include "TownHall.h"

src/blueprints/TownHall.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#pragma once
66

src/blueprints/Unit.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#include "Unit.h"
66
#include "core/API.h"

src/blueprints/Unit.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#pragma once
66

src/core/API.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#include "API.h"
66
#include "Converter.h"

src/core/API.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#pragma once
66

src/core/Converter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#pragma once
66

src/core/Errors.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#pragma once
66

src/core/Helpers.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#include "Converter.h"
66
#include "Helpers.h"

src/core/Helpers.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#pragma once
66

src/core/Map.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#include "Helpers.h"
66
#include "Historican.h"

src/core/Map.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#pragma once
66

src/core/Order.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#pragma once
66

src/core/Timer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#include "Historican.h"
66
#include "Timer.h"

src/core/Timer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2021 Alexander Kurbatov
3+
// Copyright (c) 2017-2022 Alexander Kurbatov
44

55
#pragma once
66

src/core/Units.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2017-2021 Alexander Kurbatov
4+
// Copyright (c) 2017-2022 Alexander Kurbatov
55

66
#include "Units.h"
77
#include "core/API.h"

0 commit comments

Comments
 (0)