Skip to content

Commit 2116c01

Browse files
committed
Removed license section, updated file header, fixed broken links.
1 parent f5502bc commit 2116c01

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -239,19 +239,13 @@ File Headers
239239
240240
The following file header is used for all PowerShell code.
241241
Please use it for new files.
242-
For more information, see [coding guidelines](../docs/coding-guidelines/coding-guidelines.md).
242+
For more information, see [coding guidelines](../docs/dev-process/coding-guidelines.md).
243243
244244
```C#
245-
// … TODO TODO
246-
// Licensed to the PowerShell …. under one or more agreements.
245+
// The PowerShell licenses this file to you under the MIT license.
247246
// See the LICENSE file in the project root for more information.
248247
```
249248

250-
Licensing and Copyright
251-
-----------------------
252-
253-
You can find more information about the PowerShell source license and copyright [here](../docs/community/legal-licensing.md).
254-
255249
Contributor License Agreement (CLA)
256250
-----------------------------------
257251

0 commit comments

Comments
 (0)