From d06afa26d4e52ee3a214a555e880e89532225bee Mon Sep 17 00:00:00 2001 From: lrcf <89586611+lrcf@users.noreply.github.com> Date: Wed, 16 Mar 2022 16:41:08 +0100 Subject: [PATCH] LICENSE-2.0.txt > LICENSE.txt (#2539) --- .github/CONTRIBUTING.md | 2 +- ArchiSteamFarm/ArchiSteamFarm.csproj | 2 +- Dockerfile | 2 +- Dockerfile.Service | 2 +- LICENSE-2.0.txt => LICENSE.txt | 0 README.md | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) rename LICENSE-2.0.txt => LICENSE.txt (100%) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index cb2f13a03..b1efd2395 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -67,7 +67,7 @@ ASF is open-source project, developed mainly by **[JustArchi](https://github.com ### License -ASF is using **[Apache License 2.0](https://github.com/JustArchiNET/ArchiSteamFarm/blob/main/LICENSE-2.0.txt)**. +ASF is using **[Apache License 2.0](https://github.com/JustArchiNET/ArchiSteamFarm/blob/main/LICENSE.txt)**. > Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. diff --git a/ArchiSteamFarm/ArchiSteamFarm.csproj b/ArchiSteamFarm/ArchiSteamFarm.csproj index feb1fb306..b506dc3b6 100644 --- a/ArchiSteamFarm/ArchiSteamFarm.csproj +++ b/ArchiSteamFarm/ArchiSteamFarm.csproj @@ -64,7 +64,7 @@ - + PreserveNewest true %(RecursiveDir)%(Filename)%(Extension) diff --git a/Dockerfile b/Dockerfile index 62005e46b..f7677db74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ COPY resources resources COPY .editorconfig .editorconfig COPY Directory.Build.props Directory.Build.props COPY Directory.Packages.props Directory.Packages.props -COPY LICENSE-2.0.txt LICENSE-2.0.txt +COPY LICENSE.txt LICENSE.txt RUN dotnet --info && \ case "$TARGETOS" in \ "linux") ;; \ diff --git a/Dockerfile.Service b/Dockerfile.Service index f0f785ccc..716e06f26 100644 --- a/Dockerfile.Service +++ b/Dockerfile.Service @@ -25,7 +25,7 @@ COPY resources resources COPY .editorconfig .editorconfig COPY Directory.Build.props Directory.Build.props COPY Directory.Packages.props Directory.Packages.props -COPY LICENSE-2.0.txt LICENSE-2.0.txt +COPY LICENSE.txt LICENSE.txt RUN dotnet --info && \ case "$TARGETOS" in \ "linux") ;; \ diff --git a/LICENSE-2.0.txt b/LICENSE.txt similarity index 100% rename from LICENSE-2.0.txt rename to LICENSE.txt diff --git a/README.md b/README.md index d394d3b3e..cf849ff1d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![Build status (Docker)](https://img.shields.io/github/workflow/status/JustArchiNET/ArchiSteamFarm/ASF-docker-publish-main.svg?label=Docker&logo=docker&cacheSeconds=600)](https://hub.docker.com/r/justarchi/archisteamfarm) [![Github last commit date](https://img.shields.io/github/last-commit/JustArchiNET/ArchiSteamFarm.svg?label=Updated&logo=github&cacheSeconds=600)](https://github.com/JustArchiNET/ArchiSteamFarm/commits) [![Total downloads](https://img.shields.io/github/downloads/JustArchiNET/ArchiSteamFarm/total.svg?label=Downloads&logo=github&cacheSeconds=600)](https://github.com/JustArchiNET/ArchiSteamFarm/releases) -[![License](https://img.shields.io/github/license/JustArchiNET/ArchiSteamFarm.svg?label=License&logo=apache&cacheSeconds=2592000)](https://github.com/JustArchiNET/ArchiSteamFarm/blob/main/LICENSE-2.0.txt) +[![License](https://img.shields.io/github/license/JustArchiNET/ArchiSteamFarm.svg?label=License&logo=apache&cacheSeconds=2592000)](https://github.com/JustArchiNET/ArchiSteamFarm/blob/main/LICENSE.txt) [![Localization](https://badges.crowdin.net/archisteamfarm/localized.svg)](https://crowdin.com/project/archisteamfarm) [![ConfigGenerator status](https://img.shields.io/website-up-down-green-red/https/justarchinet.github.io/ASF-WebConfigGenerator.svg?label=ConfigGenerator&logo=html5&cacheSeconds=3600)](https://justarchinet.github.io/ASF-WebConfigGenerator)