From f870e7db4a9ebdacf2deb73d32a715551321ae35 Mon Sep 17 00:00:00 2001 From: jeefo Date: Fri, 1 Jan 2021 00:00:33 +0300 Subject: [PATCH] Bump the year. (#219) --- LICENSE | 2 +- ext/crlib/cr-array.h | 2 +- ext/crlib/cr-basic.h | 2 +- ext/crlib/cr-binheap.h | 2 +- ext/crlib/cr-color.h | 2 +- ext/crlib/cr-complete.h | 2 +- ext/crlib/cr-deque.h | 2 +- ext/crlib/cr-detour.h | 2 +- ext/crlib/cr-files.h | 2 +- ext/crlib/cr-hashmap.h | 2 +- ext/crlib/cr-http.h | 2 +- ext/crlib/cr-lambda.h | 2 +- ext/crlib/cr-library.h | 2 +- ext/crlib/cr-logger.h | 2 +- ext/crlib/cr-math.h | 2 +- ext/crlib/cr-memory.h | 2 +- ext/crlib/cr-movable.h | 2 +- ext/crlib/cr-override.h | 2 +- ext/crlib/cr-platform.h | 2 +- ext/crlib/cr-random.h | 2 +- ext/crlib/cr-string.h | 2 +- ext/crlib/cr-twin.h | 2 +- ext/crlib/cr-ulz.h | 2 +- ext/crlib/cr-uniqueptr.h | 2 +- ext/crlib/cr-vector.h | 2 +- inc/config.h | 2 +- inc/control.h | 2 +- inc/engine.h | 2 +- inc/graph.h | 2 +- inc/manager.h | 2 +- inc/message.h | 2 +- inc/module.h | 4 ++-- inc/product.h | 2 +- inc/support.h | 2 +- inc/version.h | 2 +- inc/version.h.in | 2 +- inc/yapb.h | 2 +- meson.build | 2 +- package.py | 2 +- src/android.cpp | 2 +- src/botlib.cpp | 2 +- src/chatlib.cpp | 2 +- src/combat.cpp | 2 +- src/config.cpp | 2 +- src/control.cpp | 2 +- src/engine.cpp | 2 +- src/graph.cpp | 2 +- src/linkage.cpp | 2 +- src/manager.cpp | 2 +- src/message.cpp | 2 +- src/module.cpp | 2 +- src/navigate.cpp | 2 +- src/support.cpp | 2 +- vc/yapb.rc | 4 ++-- 54 files changed, 56 insertions(+), 56 deletions(-) diff --git a/LICENSE b/LICENSE index abba6df..745097c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2004-2020 YaPB Project +Copyright (c) 2004-2021 YaPB Project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/ext/crlib/cr-array.h b/ext/crlib/cr-array.h index 05512ba..59c57d2 100644 --- a/ext/crlib/cr-array.h +++ b/ext/crlib/cr-array.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/ext/crlib/cr-basic.h b/ext/crlib/cr-basic.h index 7bdb9b5..f727bcd 100644 --- a/ext/crlib/cr-basic.h +++ b/ext/crlib/cr-basic.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/ext/crlib/cr-binheap.h b/ext/crlib/cr-binheap.h index c3d3e46..a23c38c 100644 --- a/ext/crlib/cr-binheap.h +++ b/ext/crlib/cr-binheap.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/ext/crlib/cr-color.h b/ext/crlib/cr-color.h index 9a1fb66..c5756ca 100644 --- a/ext/crlib/cr-color.h +++ b/ext/crlib/cr-color.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/ext/crlib/cr-complete.h b/ext/crlib/cr-complete.h index ecea87c..d1a991a 100644 --- a/ext/crlib/cr-complete.h +++ b/ext/crlib/cr-complete.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/ext/crlib/cr-deque.h b/ext/crlib/cr-deque.h index c0208a8..305501b 100644 --- a/ext/crlib/cr-deque.h +++ b/ext/crlib/cr-deque.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/ext/crlib/cr-detour.h b/ext/crlib/cr-detour.h index 3ba852a..2a7976f 100644 --- a/ext/crlib/cr-detour.h +++ b/ext/crlib/cr-detour.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/ext/crlib/cr-files.h b/ext/crlib/cr-files.h index b8a4ffa..3f31fd1 100644 --- a/ext/crlib/cr-files.h +++ b/ext/crlib/cr-files.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/ext/crlib/cr-hashmap.h b/ext/crlib/cr-hashmap.h index fbdd467..b693c46 100644 --- a/ext/crlib/cr-hashmap.h +++ b/ext/crlib/cr-hashmap.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/ext/crlib/cr-http.h b/ext/crlib/cr-http.h index 7687b4c..c0e7d2c 100644 --- a/ext/crlib/cr-http.h +++ b/ext/crlib/cr-http.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/ext/crlib/cr-lambda.h b/ext/crlib/cr-lambda.h index 20c858c..e3e48e4 100644 --- a/ext/crlib/cr-lambda.h +++ b/ext/crlib/cr-lambda.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/ext/crlib/cr-library.h b/ext/crlib/cr-library.h index 974e97e..686415f 100644 --- a/ext/crlib/cr-library.h +++ b/ext/crlib/cr-library.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/ext/crlib/cr-logger.h b/ext/crlib/cr-logger.h index ae52672..bb8a9c9 100644 --- a/ext/crlib/cr-logger.h +++ b/ext/crlib/cr-logger.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/ext/crlib/cr-math.h b/ext/crlib/cr-math.h index dd082b4..adb2b0c 100644 --- a/ext/crlib/cr-math.h +++ b/ext/crlib/cr-math.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/ext/crlib/cr-memory.h b/ext/crlib/cr-memory.h index 1571fd3..b6350b5 100644 --- a/ext/crlib/cr-memory.h +++ b/ext/crlib/cr-memory.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/ext/crlib/cr-movable.h b/ext/crlib/cr-movable.h index da3adbb..e3f0afc 100644 --- a/ext/crlib/cr-movable.h +++ b/ext/crlib/cr-movable.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/ext/crlib/cr-override.h b/ext/crlib/cr-override.h index e30f5b5..2f8adb8 100644 --- a/ext/crlib/cr-override.h +++ b/ext/crlib/cr-override.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/ext/crlib/cr-platform.h b/ext/crlib/cr-platform.h index 51d2857..08b7887 100644 --- a/ext/crlib/cr-platform.h +++ b/ext/crlib/cr-platform.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/ext/crlib/cr-random.h b/ext/crlib/cr-random.h index 97fad28..e453641 100644 --- a/ext/crlib/cr-random.h +++ b/ext/crlib/cr-random.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/ext/crlib/cr-string.h b/ext/crlib/cr-string.h index 5b753e3..b8455d1 100644 --- a/ext/crlib/cr-string.h +++ b/ext/crlib/cr-string.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/ext/crlib/cr-twin.h b/ext/crlib/cr-twin.h index fb5df9c..0543e5f 100644 --- a/ext/crlib/cr-twin.h +++ b/ext/crlib/cr-twin.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/ext/crlib/cr-ulz.h b/ext/crlib/cr-ulz.h index db9bc64..e82a8b9 100644 --- a/ext/crlib/cr-ulz.h +++ b/ext/crlib/cr-ulz.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/ext/crlib/cr-uniqueptr.h b/ext/crlib/cr-uniqueptr.h index c998834..87270a1 100644 --- a/ext/crlib/cr-uniqueptr.h +++ b/ext/crlib/cr-uniqueptr.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/ext/crlib/cr-vector.h b/ext/crlib/cr-vector.h index f858d7a..864aff0 100644 --- a/ext/crlib/cr-vector.h +++ b/ext/crlib/cr-vector.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/inc/config.h b/inc/config.h index 5064d2e..d18ffc7 100644 --- a/inc/config.h +++ b/inc/config.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/inc/control.h b/inc/control.h index 6f9ca1a..9458554 100644 --- a/inc/control.h +++ b/inc/control.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/inc/engine.h b/inc/engine.h index 010f79e..bb79fad 100644 --- a/inc/engine.h +++ b/inc/engine.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/inc/graph.h b/inc/graph.h index 97078d5..1b6d064 100644 --- a/inc/graph.h +++ b/inc/graph.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/inc/manager.h b/inc/manager.h index 7020218..d27bb0a 100644 --- a/inc/manager.h +++ b/inc/manager.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/inc/message.h b/inc/message.h index 42fc07a..16e8b4e 100644 --- a/inc/message.h +++ b/inc/message.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/inc/module.h b/inc/module.h index 4220000..ea98fbf 100644 --- a/inc/module.h +++ b/inc/module.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // @@ -51,4 +51,4 @@ public: // get's the graph node flags virtual int getNodeFlags (int node) = 0; -}; \ No newline at end of file +}; diff --git a/inc/product.h b/inc/product.h index eb7f35c..4ebeb66 100644 --- a/inc/product.h +++ b/inc/product.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/inc/support.h b/inc/support.h index 7aeafee..b8f839a 100644 --- a/inc/support.h +++ b/inc/support.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/inc/version.h b/inc/version.h index 074c766..bca1baf 100644 --- a/inc/version.h +++ b/inc/version.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/inc/version.h.in b/inc/version.h.in index 7b53247..c5d6c02 100644 --- a/inc/version.h.in +++ b/inc/version.h.in @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/inc/yapb.h b/inc/yapb.h index 62340b0..41b073b 100644 --- a/inc/yapb.h +++ b/inc/yapb.h @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/meson.build b/meson.build index 2a9af6b..a0db266 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ # # YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -# Copyright © 2004-2020 YaPB Project . +# Copyright © 2004-2021 YaPB Project . # # SPDX-License-Identifier: MIT # diff --git a/package.py b/package.py index cc9d397..6261331 100644 --- a/package.py +++ b/package.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*-# # YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -# Copyright © 2004-2020 YaPB Project . +# Copyright © 2004-2021 YaPB Project . # # SPDX-License-Identifier: MIT # diff --git a/src/android.cpp b/src/android.cpp index b7faea4..ea8c2bf 100644 --- a/src/android.cpp +++ b/src/android.cpp @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/src/botlib.cpp b/src/botlib.cpp index 68ca655..d5c3546 100644 --- a/src/botlib.cpp +++ b/src/botlib.cpp @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/src/chatlib.cpp b/src/chatlib.cpp index 3768fde..9989c8f 100644 --- a/src/chatlib.cpp +++ b/src/chatlib.cpp @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/src/combat.cpp b/src/combat.cpp index b9037dd..3c251a2 100644 --- a/src/combat.cpp +++ b/src/combat.cpp @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/src/config.cpp b/src/config.cpp index 6a55b2f..6194e10 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/src/control.cpp b/src/control.cpp index 1fdd07f..99dc9e4 100644 --- a/src/control.cpp +++ b/src/control.cpp @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/src/engine.cpp b/src/engine.cpp index 8273a44..e2af58c 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/src/graph.cpp b/src/graph.cpp index b33825e..322a581 100644 --- a/src/graph.cpp +++ b/src/graph.cpp @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/src/linkage.cpp b/src/linkage.cpp index 9a5fa74..b0d85cc 100644 --- a/src/linkage.cpp +++ b/src/linkage.cpp @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/src/manager.cpp b/src/manager.cpp index 8044459..2911435 100644 --- a/src/manager.cpp +++ b/src/manager.cpp @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/src/message.cpp b/src/message.cpp index 2ffb9ca..d6d1917 100644 --- a/src/message.cpp +++ b/src/message.cpp @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/src/module.cpp b/src/module.cpp index 3a46c39..d4dae01 100644 --- a/src/module.cpp +++ b/src/module.cpp @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/src/navigate.cpp b/src/navigate.cpp index c2ac373..e59e1b0 100644 --- a/src/navigate.cpp +++ b/src/navigate.cpp @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/src/support.cpp b/src/support.cpp index 8d3ca18..a15faa1 100644 --- a/src/support.cpp +++ b/src/support.cpp @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // diff --git a/vc/yapb.rc b/vc/yapb.rc index 87801aa..ee218ac 100644 --- a/vc/yapb.rc +++ b/vc/yapb.rc @@ -1,6 +1,6 @@ // // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. -// Copyright © 2004-2020 YaPB Project . +// Copyright © 2004-2021 YaPB Project . // // SPDX-License-Identifier: MIT // @@ -24,7 +24,7 @@ FILETYPE 0x2 { BLOCK "040904E4" { VALUE "CompanyName", "YaPB Project" "\0" VALUE "FileDescription", "YaPB v" MODULE_BOT_VERSION "." MODULE_BUILD_COUNT " - The Counter-Strike Bot" "\0" - VALUE "LegalCopyright", "Copyright \251 2020 YaPB Project" "\0" + VALUE "LegalCopyright", "Copyright \251 2021 YaPB Project" "\0" VALUE "OriginalFilename", "yapb.dll" "\0" VALUE "ProductName", "YaPB" "\0" VALUE "InternalName", "YaPB DLL" "\0"