PowerShell/tools
xtqqczze d98f131c5a
Remove phrase 'All rights reserved' from Microsoft copyright statements (#12722)
# PR Summary

<!-- Summarize your PR between here and the checklist. -->

## PR Context

follow-up #12190

## PR Checklist

- [x] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
    - Use the present tense and imperative mood when describing your changes
- [x] [Summarized changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
- [ ] [Make sure all `.h`, `.cpp`, `.cs`, `.ps1` and `.psm1` files have the correct copyright header](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
- [x] This PR is ready to merge and is not [Work in Progress](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---work-in-progress).
    - If the PR is work in progress, please add the prefix `WIP:` or `[ WIP ]` to the beginning of the title (the `WIP` bot will keep its status check at `Pending` while the prefix is present) and remove the prefix when the PR is ready.
- **[Breaking changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#making-breaking-changes)**
    - [x] None
    - **OR**
    - [ ] [Experimental feature(s) needed](https://github.com/MicrosoftDocs/PowerShell-Docs/blob/staging/reference/6/Microsoft.PowerShell.Core/About/about_Experimental_Features.md)
        - [ ] Experimental feature name(s): <!-- Experimental feature name(s) here -->
- **User-facing changes**
    - [x] Not Applicable
    - **OR**
    - [ ] [Documentation needed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
        - [ ] Issue filed: <!-- Number/link of that issue here -->
- **Testing - New and feature**
    - [x] N/A or can only be tested interactively
    - **OR**
    - [ ] [Make sure you've added a new test if existing tests do not effectively test the code changed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#before-submitting)
- **Tooling**
    - [x] I have considered the user experience from a tooling perspective and don't believe tooling will be impacted.
    - **OR**
    - [ ] I have considered the user experience from a tooling perspective and enumerated concerns in the summary. This may include:
        - Impact on [PowerShell Editor Services](https://github.com/PowerShell/PowerShellEditorServices) which is used in the [PowerShell extension](https://github.com/PowerShell/vscode-powershell) for VSCode (which runs in a different PS Host).
        - Impact on Completions (both in the console and in editors) - one of PowerShell's most powerful features.
        - Impact on [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer) (which provides linting & formatting in the editor extensions).
        - Impact on [EditorSyntax](https://github.com/PowerShell/EditorSyntax) (which provides syntax highlighting with in VSCode, GitHub, and many other editors).
2020-05-20 12:02:38 +00:00
..
credScan Update to CredScan v2 (#11765) 2020-02-04 13:21:06 -08:00
failingTests Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
packaging Remove phrase 'All rights reserved' from Microsoft copyright statements (#12722) 2020-05-20 12:02:38 +00:00
performance Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
releaseBuild Disable uploading Symbols package (#12687) 2020-05-15 12:52:39 -07:00
ResxGen Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
terms Remove exclusion for hang and add context exception for remaining instances (#5595) 2017-12-01 17:34:30 -08:00
windows Use correct casing for cmdlet name and cmdlet parameter name in *.ps1 files (#12584) 2020-05-07 17:00:30 +05:00
Xml Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
.gitignore Allow packaging from a zip package to allow for signing (#5418) 2017-11-13 10:10:51 -08:00
ci.psm1 Use correct casing for cmdlet name and cmdlet parameter name in *.ps1 files (#12584) 2020-05-07 17:00:30 +05:00
debug.sh Update install/build scripts and dockerfiles (#5222) 2017-10-25 08:25:35 -07:00
download.sh Revive 'download.sh' and make it redirect to 'install-powershell.sh' (#5386) 2017-11-09 22:58:53 -08:00
generate-icns.sh Add script to create icns files. (#7456) 2019-01-02 12:11:47 -08:00
install-powershell-readme.md Add basic examples for install-powershell.ps1 (#10914) 2019-10-30 12:31:49 -07:00
install-powershell.ps1 Use correct casing for cmdlet name and cmdlet parameter name in *.ps1 files (#12584) 2020-05-07 17:00:30 +05:00
install-powershell.sh Linux: Initial support for Gentoo installations. (#11429) 2020-04-15 12:42:10 -07:00
installpsh-amazonlinux.sh Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
installpsh-debian.sh Linux: Initial support for Gentoo installations. (#11429) 2020-04-15 12:42:10 -07:00
installpsh-gentoo.sh Linux: Initial support for Gentoo installations. (#11429) 2020-04-15 12:42:10 -07:00
installpsh-osx.sh Remove unneeded tap in installpsh-osx.sh (#10752) 2019-10-09 14:50:43 -07:00
installpsh-redhat.sh Fix amazonlinux install script (#9967) 2019-06-21 13:36:11 -07:00
installpsh-suse.sh Fix amazonlinux install script (#9967) 2019-06-21 13:36:11 -07:00
metadata.json Update README and metadata files for next release (#12717) 2020-05-19 11:22:28 -07:00
releaseTools.psm1 Use correct casing for cmdlet name and cmdlet parameter name in *.ps1 files (#12584) 2020-05-07 17:00:30 +05:00
Sign-Package.ps1 Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
UpdateDotnetRuntime.ps1 Use correct casing for cmdlet name and cmdlet parameter name in *.ps1 files (#12584) 2020-05-07 17:00:30 +05:00
WindowsCI.psm1 Use correct casing for cmdlet name and cmdlet parameter name in *.ps1 files (#12584) 2020-05-07 17:00:30 +05:00