Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Commit 78aee18

Browse files
committed
Rename LICENSE.TXT to LICENSE.txt.
1 parent 91a4e04 commit 78aee18

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

Cli-Askpass/Cli-Askpass.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ SET src=$(TargetDir)
9999

100100
IF NOT EXIST "%25dst%25" mkdir "%25dst%25"
101101

102-
COPY /V /Y "$(SolutionDir)LICENSE.TXT" /A "%25src%25LICENSE.TXT" /A
102+
COPY /V /Y "$(SolutionDir)LICENSE.txt" /A "%25src%25LICENSE.txt" /A
103103
COPY /V /Y "$(SolutionDir)README.md" /A "%25src%25README.md" /A
104104
COPY /V /Y "$(MSBuildProjectDirectory)\install.cmd" /A "%25src%25install.cmd" /A
105105
COPY /V /Y "%25src%25Microsoft.IdentityModel.Clients.ActiveDirectory.dll" /B "%25dst%25Microsoft.IdentityModel.Clients.ActiveDirectory.dll" /B
@@ -110,7 +110,7 @@ COPY /V /Y "%25src%25GitHub.Authentication.dll" /B "%25dst%25GitHub.Authenticati
110110
COPY /V /Y "%25src%25git-askpass.exe" /B "%25dst%25git-askpass.exe" /B
111111
COPY /V /Y "%25src%25install.cmd" /A "%25dst%25install.cmd" /A
112112
COPY /V /Y "%25src%25README.md" /A "%25dst%25README.md" /A
113-
COPY /V /Y "%25src%25LICENSE.TXT" /A "%25dst%25LICENSE.TXT" /A
113+
COPY /V /Y "%25src%25LICENSE.txt" /A "%25dst%25LICENSE.txt" /A
114114
</PostBuildEvent>
115115
</PropertyGroup>
116116
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

Cli-CredentialHelper/Cli-CredentialHelper.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ SET src=$(TargetDir)
8080

8181
IF NOT EXIST "%25dst%25" mkdir "%25dst%25"
8282

83-
COPY /V /Y "$(SolutionDir)LICENSE.TXT" /A "%25src%25LICENSE.TXT" /A
83+
COPY /V /Y "$(SolutionDir)LICENSE.txt" /A "%25src%25LICENSE.txt" /A
8484
COPY /V /Y "$(SolutionDir)README.md" /A "%25src%25README.md" /A
8585
COPY /V /Y "$(MSBuildProjectDirectory)\install.cmd" /A "%25src%25install.cmd" /A
8686
COPY /V /Y "%25src%25Microsoft.IdentityModel.Clients.ActiveDirectory.dll" /B "%25dst%25Microsoft.IdentityModel.Clients.ActiveDirectory.dll" /B
@@ -91,7 +91,7 @@ COPY /V /Y "%25src%25GitHub.Authentication.exe" /B "%25dst%25GitHub.Authenticati
9191
COPY /V /Y "%25src%25git-credential-manager.exe" /B "%25dst%25git-credential-manager.exe" /B
9292
COPY /V /Y "%25src%25install.cmd" /A "%25dst%25install.cmd" /A
9393
COPY /V /Y "%25src%25README.md" /A "%25dst%25README.md" /A
94-
COPY /V /Y "%25src%25LICENSE.TXT" /A "%25dst%25LICENSE.TXT" /A
94+
COPY /V /Y "%25src%25LICENSE.txt" /A "%25dst%25LICENSE.txt" /A
9595

9696
"$(ProjectDir)build-docs.cmd"
9797
</PostBuildEvent>

Docs/Development.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@
9090

9191
## License
9292

93-
This project uses the [MIT License](https://github.com/Microsoft/Git-Credential-Manager-for-Windows/blob/master/LICENSE.txt).
93+
This project uses the [MIT License](https://github.com/Microsoft/Git-Credential-Manager-for-Windows/blob/master/LICENSE.txt).

GitHub.Authentication/GitHub.Authentication.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -230,12 +230,12 @@ SET src=$(TargetDir)
230230

231231
IF NOT EXIST "%25dst%25" mkdir "%25dst%25"
232232

233-
COPY /V /Y "$(SolutionDir)LICENSE.TXT" /A "%25src%25LICENSE.TXT" /A
233+
COPY /V /Y "$(SolutionDir)LICENSE.txt" /A "%25src%25LICENSE.txt" /A
234234
COPY /V /Y "$(SolutionDir)README.md" /A "%25src%25README.md" /A
235235
COPY /V /Y "%25src%25github.authentication.exe" /B "%25dst%25github.authentication.exe" /B
236236
COPY /V /Y "%25src%25install.cmd" /A "%25dst%25install.cmd" /A
237237
COPY /V /Y "%25src%25README.md" /A "%25dst%25README.md" /A
238-
COPY /V /Y "%25src%25LICENSE.TXT" /A "%25dst%25LICENSE.TXT" /A
238+
COPY /V /Y "%25src%25LICENSE.txt" /A "%25dst%25LICENSE.txt" /A
239239
</PostBuildEvent>
240240
</PropertyGroup>
241241
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

LICENSE.TXT LICENSE.txt

File renamed without changes.

Microsoft.Alm.Authentication/Microsoft.Alm.Authentication.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>$title$</title>
77
<authors>$author$</authors>
88
<owners>$author$</owners>
9-
<licenseUrl>https://raw.githubusercontent.com/Microsoft/Git-Credential-Manager-for-Windows/master/LICENSE.TXT</licenseUrl>
9+
<licenseUrl>https://raw.githubusercontent.com/Microsoft/Git-Credential-Manager-for-Windows/master/LICENSE.txt</licenseUrl>
1010
<projectUrl>https://github.com/Microsoft/Git-Credential-Manager-for-Windows</projectUrl>
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1212
<description>$description$</description>

Microsoft.Alm.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cli-CredentialHelper.Test",
1313
EndProject
1414
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documents", "Documents", "{663DC05D-FDC6-4EAB-AC4B-983D486B92B9}"
1515
ProjectSection(SolutionItems) = preProject
16-
LICENSE.TXT = LICENSE.TXT
16+
LICENSE.txt = LICENSE.txt
1717
README.md = README.md
1818
EndProjectSection
1919
EndProject

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
6565

6666
## License
6767

68-
This project uses the [MIT License](https://github.com/Microsoft/Git-Credential-Manager-for-Windows/blob/master/LICENSE.TXT).
68+
This project uses the [MIT License](https://github.com/Microsoft/Git-Credential-Manager-for-Windows/blob/master/LICENSE.txt).

Setup.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ AppReadmeFile=https://github.com/Microsoft/Git-Credential-Manager-for-Windows/bl
5656
BackColor=clWhite
5757
BackSolid=yes
5858
DefaultDirName={userpf}\{#MyAppName}
59-
LicenseFile={#deployDir}\LICENSE.TXT
59+
LicenseFile={#deployDir}\LICENSE.txt
6060
OutputBaseFilename=GCMW-{#MyAppVersion}
6161
Compression=lzma2
6262
InternalCompressLevel=ultra64

0 commit comments

Comments
 (0)