Skip to content

Commit e5ab540

Browse files
Alexander KurbatovAlexander Kurbatov
authored andcommitted
chore: Update copyright
Signed-off-by: Alexander Kurbatov <Alexander.Kurbatov@acronis.com>
1 parent 5b93125 commit e5ab540

Some content is hidden

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

83 files changed

+83
-83
lines changed

.travis/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# The MIT License (MIT)
44
#
5-
# Copyright (c) 2017-2020 Alexander Kurbatov
5+
# Copyright (c) 2017-2021 Alexander Kurbatov
66

77
set -ev
88

.travis/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# The MIT License (MIT)
44
#
5-
# Copyright (c) 2017-2020 Alexander Kurbatov
5+
# Copyright (c) 2017-2021 Alexander Kurbatov
66

77
set -ev
88

.travis/lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# The MIT License (MIT)
44
#
5-
# Copyright (c) 2017-2020 Alexander Kurbatov
5+
# Copyright (c) 2017-2021 Alexander Kurbatov
66

77
set -ev
88

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License (MIT)
22
#
3-
# Copyright (c) 2017-2020 Alexander Kurbatov
3+
# Copyright (c) 2017-2021 Alexander Kurbatov
44

55
cmake_minimum_required(VERSION 3.1)
66

LICENSE

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

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

Lines changed: 1 addition & 1 deletion

src/Builder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2020 Alexander Kurbatov
3+
// Copyright (c) 2017-2021 Alexander Kurbatov
44

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

src/Builder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2020 Alexander Kurbatov
3+
// Copyright (c) 2017-2021 Alexander Kurbatov
44

55
#pragma once
66

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License (MIT)
22
#
3-
# Copyright (c) 2017-2020 Alexander Kurbatov
3+
# Copyright (c) 2017-2021 Alexander Kurbatov
44

55
# All the source files for the bot.
66
file(GLOB_RECURSE BOT_SOURCES "*.cpp" "*.h")

src/Dispatcher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2020 Alexander Kurbatov
3+
// Copyright (c) 2017-2021 Alexander Kurbatov
44

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

0 commit comments

Comments
 (0)