diff --git a/LICENSE b/LICENSE index 8c9682a5..7762a26e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015-2024 GitHub contributors https://github.com/reo7sp/tgbot-cpp/graphs/contributors +Copyright (c) 2015-2026 GitHub contributors https://github.com/reo7sp/tgbot-cpp/graphs/contributors 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/README.md b/README.md index d20f8fc0..5a91c08d 100644 --- a/README.md +++ b/README.md @@ -108,8 +108,8 @@ Taken from [Vcpkg - Quick Start: Windows](https://github.com/Microsoft/vcpkg/#qu Prerequisites: - Windows 7 or newer -- [Git][https://git-scm.com/downloads] -- [Visual Studio][https://visualstudio.microsoft.com] 2015 Update 3 or greater with the English language pack +- [Git](https://git-scm.com/downloads) +- [Visual Studio](https://visualstudio.microsoft.com) 2015 Update 3 or greater with the English language pack First, download and bootstrap vcpkg itself; it can be installed anywhere, but generally we recommend using vcpkg as a submodule for CMake projects, and installing it globally for Visual Studio projects. We recommend somewhere like `C:\src\vcpkg` or `C:\dev\vcpkg`, since otherwise you may run into path issues for some port build systems.