clearlydefined / service

The service side of clearlydefined.io
MIT License
45 stars 41 forks source link

refactor file headers #115

Closed jeffmcaffer closed 6 years ago

jeffmcaffer commented 6 years ago

After various discussions it was determined that the correct headers should read something like

// Copyright (c) Microsoft Corporation and others. Made available under the MIT license.
// SPDX-License-Identifier: MIT

Where the actual named copyright holder is the first legal entity to create the file. The key changes being

This issue will be open for a bit for comment/feedback but we need to move pretty quickly so we'll plan to do the change in a couple days barring compelling feedback to the contrary.

@kpfleming would love to get your explicit OK here

kpfleming commented 6 years ago

No objection from me. I prefer to see the explicit reference to the license in the text, in addition to the SPDX identifier.

geneh commented 6 years ago

service PR: https://github.com/clearlydefined/service/pull/118 crawler PR: https://github.com/clearlydefined/crawler/pull/73 website PR: https://github.com/clearlydefined/website/pull/88

jeffmcaffer commented 6 years ago

all done