PowerShell / DscResources

Central repository for PowerShell Desired State Configuration (DSC) resources.
http://blogs.msdn.com/b/powershell/
MIT License
776 stars 205 forks source link

Remove maintainer repeating task for LICENSE file #460

Open johlju opened 6 years ago

johlju commented 6 years ago

In new repositories that are created by the Microsoft Open Source Team, the LICENSE file does not contain the year in the copyright "header". I suggest we remove it from the repeating task, and all repositories can remove the year.

https://github.com/PowerShell/DscResources/blob/master/Maintainers.md#license

This is how the MIT license look like in a newly created repository (indentation and all).

    MIT License

    Copyright (c) Microsoft Corporation. All rights reserved.

    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE
PlagueHO commented 6 years ago

That would be good! No more updating the License every year. I've started to use this new format in my personal resources now.

timhaintz commented 6 years ago

@johlju @PlagueHO sign me up for this one if you like. 👍 Do you just want the repeating tasks section done and/or each LICENSE file updated in the resources too? Thanks, Tim.

PlagueHO commented 6 years ago

Awesome! Thanks @timhaintz . We want to add an issue to each resource repo to update the license and then submit a PR to update it. I've done some of the ones I maintain already (cant recall which ones) but many others haven't been done.

timhaintz commented 6 years ago

Looking at Maintainers.md, do you want:

removed? Did you want to store the contents of the MIT License in the Maintainers.md file?

PR incoming with what I think you're looking for.

Thanks, Tim.

timhaintz commented 5 years ago

Going through my issues history, do I need to do anything else with this on @PlagueHO @johlju ? Thanks, Tim.

johlju commented 5 years ago

@timhaintz Looking at this PR now, sorry I have missed this one!

timhaintz commented 5 years ago

No worries @johlju . Was doing some housekeeping on past issues. Thanks, Tim.