Code Monkey home page Code Monkey logo

Comments (8)

vladimp avatar vladimp commented on June 30, 2024 1

Thanks for bringing it up Rafael. Lets go with the same approach as the .Net Foundation team and add "contributors" where appropriate. I will update our guidance.

from msix-packagesupportframework.

riverar avatar riverar commented on June 30, 2024

If I add a completely new translation unit, adding Copyright (c) Microsoft Corporation would be incorrect as no copyright was transferred. I suspect this is one reason why the .NET Foundation uses different language:

// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

from msix-packagesupportframework.

vladimp avatar vladimp commented on June 30, 2024

Looking into few .NET repositories I don't see one standard way.
dotnet/cli uses the format you suggested above;
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
and dotnet/coreclr uses various formats dependents on the library they use.
Or are you saying we can't use both: "Copyright (c) Microsoft Corporation" and "Copyright (C) Microsoft Corporation and contributors"?

from msix-packagesupportframework.

riverar avatar riverar commented on June 30, 2024

If I create foo.cpp, I implicity own it so I'd be inclined to put only Copyright (c) Rafael Rivera. Just something to be aware of!

Does LCA have recommendations we can apply here?

from msix-packagesupportframework.

vladimp avatar vladimp commented on June 30, 2024

Let me check with CLA and get back to you.

from msix-packagesupportframework.

vladimp avatar vladimp commented on June 30, 2024

Checked with legal, we can use this format; in fact it is their guidance.
It also reinforces why we typically need to go through the OSS process when we take back in our own project code (with external modifications) into our own proprietary projects.
//-------------------------------------------------------------------------------------------------------
Copyright (c) Rafael Rivera. All rights reserved.
Licensed under the MIT license. See LICENSE file in the project root for full license information.
//-------------------------------------------------------------------------------------------------------

from msix-packagesupportframework.

riverar avatar riverar commented on June 30, 2024

@vladimp LCA has spoken! Thanks for the quick follow up.

from msix-packagesupportframework.

vladimp avatar vladimp commented on June 30, 2024

No Problem

from msix-packagesupportframework.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.