summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-06-18 10:34:06 -0700
committerMicah Lee <micah@micahflee.com>2018-06-18 10:34:06 -0700
commit13a5db2223b65a4c5664c38f838e22c529fc8b69 (patch)
treed6e6c8bed0fdd8e5f815a500aea738a06ba17a51
parent4570db3786b16521980b16b1a5aafc1efaeeef31 (diff)
downloadonionshare-13a5db2223b65a4c5664c38f838e22c529fc8b69.tar.gz
onionshare-13a5db2223b65a4c5664c38f838e22c529fc8b69.zip
Renamed license files to be lowercase, use .txt extension
-rw-r--r--install/licenses/license-obfs4.txt (renamed from install/licenses/LICENSE.obfs4)0
-rw-r--r--install/licenses/license-onionshare.txt (renamed from install/licenses/LICENSE.onionshare)0
-rw-r--r--install/licenses/license-tor.txt (renamed from install/licenses/LICENSE.tor)0
-rw-r--r--install/onionshare.nsi12
4 files changed, 6 insertions, 6 deletions
diff --git a/install/licenses/LICENSE.obfs4 b/install/licenses/license-obfs4.txt
index 6b89f8ca..6b89f8ca 100644
--- a/install/licenses/LICENSE.obfs4
+++ b/install/licenses/license-obfs4.txt
diff --git a/install/licenses/LICENSE.onionshare b/install/licenses/license-onionshare.txt
index 3d26a84e..3d26a84e 100644
--- a/install/licenses/LICENSE.onionshare
+++ b/install/licenses/license-onionshare.txt
diff --git a/install/licenses/LICENSE.tor b/install/licenses/license-tor.txt
index 3d0f8c12..3d0f8c12 100644
--- a/install/licenses/LICENSE.tor
+++ b/install/licenses/license-tor.txt
diff --git a/install/onionshare.nsi b/install/onionshare.nsi
index 5470b4b6..245a128b 100644
--- a/install/onionshare.nsi
+++ b/install/onionshare.nsi
@@ -163,9 +163,9 @@ Section "install"
File "${BINPATH}\lib2to3\tests\data\README"
SetOutPath "$INSTDIR\licenses"
- File "${BINPATH}\licenses\LICENSE.obfs4"
- File "${BINPATH}\licenses\LICENSE.onionshare"
- File "${BINPATH}\licenses\LICENSE.tor"
+ File "${BINPATH}\licenses\license-obfs4.txt"
+ File "${BINPATH}\licenses\license-onionshare.txt"
+ File "${BINPATH}\licenses\license-tor.txt"
File "${BINPATH}\licenses\readme.txt"
SetOutPath "$INSTDIR\PyQt5\Qt\bin"
@@ -356,9 +356,9 @@ FunctionEnd
Delete "$INSTDIR\lib2to3\tests"
Delete "$INSTDIR\lib2to3\tests\data"
Delete "$INSTDIR\lib2to3\tests\data\README"
- Delete "$INSTDIR\licenses\LICENSE.obfs4"
- Delete "$INSTDIR\licenses\LICENSE.onionshare"
- Delete "$INSTDIR\licenses\LICENSE.tor"
+ Delete "$INSTDIR\licenses\license-obfs4.txt"
+ Delete "$INSTDIR\licenses\license-onionshare.txt"
+ Delete "$INSTDIR\licenses\license-tor.txt"
Delete "$INSTDIR\licenses\readme.txt"
Delete "$INSTDIR\mfc140u.dll"
Delete "$INSTDIR\MSVCP140.dll"