diff options
| author | Charles E. Rolke <chug@apache.org> | 2010-10-28 17:17:29 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2010-10-28 17:17:29 +0000 |
| commit | 922fe776bed4d2ee44ab8004f437b002762e779d (patch) | |
| tree | 80effb11723f516ba6a99164b60201c780816203 /cpp/bld-winsdk.ps1 | |
| parent | 3197400e025c1198c831f4d75936cc351295ef48 (diff) | |
| download | qpid-python-922fe776bed4d2ee44ab8004f437b002762e779d.tar.gz | |
QPID-2906
Delete vendor-specific licenses.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1028391 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bld-winsdk.ps1')
| -rw-r--r-- | cpp/bld-winsdk.ps1 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/cpp/bld-winsdk.ps1 b/cpp/bld-winsdk.ps1 index 4d102c9f85..8f0a5886dc 100644 --- a/cpp/bld-winsdk.ps1 +++ b/cpp/bld-winsdk.ps1 @@ -222,13 +222,8 @@ function BuildAPlatform } Remove-Item -recurse $preserve_dir - # Install the README and MS-LICENSE + # Install the README Copy-Item -force -path "$qpid_cpp_src/README-winsdk.txt" -destination "$install_dir/README-winsdk.txt" - Copy-Item -force -path "$qpid_cpp_src/src/windows/winsdk/MS-LICENSE.HTM" -destination "$install_dir/MS-LICENSE.HTM" -
- # Append the MSVC license info to the plain LICENSE
- $licenseinfo = Get-Content "$qpid_cpp_src/src/windows/winsdk/LICENSE-MSVC"
- Add-Content "$install_dir/LICENSE" $licenseinfo
# Set top level info files to DOS line endings
Unix2Dos "$install_dir/README-winsdk.txt"
|
