mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-15 22:10:30 +00:00
LICENSE-2.0.txt > LICENSE.txt (#2539)
This commit is contained in:
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@@ -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.
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="..\LICENSE-2.0.txt">
|
||||
<Content Include="..\LICENSE.txt">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
||||
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
|
||||
|
||||
@@ -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") ;; \
|
||||
|
||||
@@ -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") ;; \
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
[](https://hub.docker.com/r/justarchi/archisteamfarm)
|
||||
[](https://github.com/JustArchiNET/ArchiSteamFarm/commits)
|
||||
[](https://github.com/JustArchiNET/ArchiSteamFarm/releases)
|
||||
[](https://github.com/JustArchiNET/ArchiSteamFarm/blob/main/LICENSE-2.0.txt)
|
||||
[](https://github.com/JustArchiNET/ArchiSteamFarm/blob/main/LICENSE.txt)
|
||||
|
||||
[](https://crowdin.com/project/archisteamfarm)
|
||||
[](https://justarchinet.github.io/ASF-WebConfigGenerator)
|
||||
|
||||
Reference in New Issue
Block a user