Git Product home page Git Product logo

Comments (5)

NCarlsonMSFT avatar NCarlsonMSFT commented on June 3, 2024

Looking at the .nuspec file we are specifying license (licenseUrl is deprecated). The license is in EULA.md (available on the nuget.org listing)

from dockertools.

cyclingJW avatar cyclingJW commented on June 3, 2024

will you you type expression (MS-EULA) for the license property in near future instead of type file. It would then easier to check the license type? I would appreciate that.

from dockertools.

fiveisprime avatar fiveisprime commented on June 3, 2024

@cyclingJW I don't quite understand what you're looking for on this. Can you give me an idea of what you're trying to do with the license property? Maybe that will help me determine what's needed.

from dockertools.

cyclingJW avatar cyclingJW commented on June 3, 2024

@fiveisprime I try to explain what I mean. We are using a tool which is checking the licenses of the used NuGet packages. We take out the information inside a NuGet packages and store them in a json.
It looks something like the following.
{
14:29:24  [DBG] "PackageId": "Microsoft.SourceLink.GitLab",
14:29:24  [DBG] "PackageVersion": "8.0.0",
14:29:24  [DBG] "PackageProjectUrl": "https://github.com/dotnet/sourcelink",
14:29:24  [DBG] "Copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
14:29:24  [DBG] "Authors": "Microsoft",
14:29:24  [DBG] "License": "MIT",
14:29:24  [DBG] "LicenseUrl": "https://licenses.nuget.org/MIT",
14:29:24  [DBG] "LicenseInformationOrigin": 0
14:29:24  [DBG] },
14:29:24  [DBG] {
14:29:24  [DBG] "PackageId": "Microsoft.VisualStudio.Azure.Containers.Tools.Targets",
14:29:24  [DBG] "PackageVersion": "1.20.1",
14:29:24  [DBG] "PackageProjectUrl": "",
14:29:24  [DBG] "Copyright": "",
14:29:24  [DBG] "Authors": "",
14:29:24  [DBG] "License": "MIT",
14:29:24  [DBG] "LicenseInformationOrigin": 4
14:29:24  [DBG] },

In case of the Container Tools we've to overwrite the license information because of the info on my first post with deprecatedUrl.
The license for the package would be the MIT license as I can find it on this page on GitHub.
My question would be, are you planning and provide the information inside the NuGet package as on an example Microsoft.SourceLink.GitLab does it (see above)?
In that case, I do not have to overwrite the license information, because they are integrated in the NuGet package information.

from dockertools.

fiveisprime avatar fiveisprime commented on June 3, 2024

I get it now. Unfortunately, this repo doesn't represent the contents of the Container Tools package, which uses the Microsoft Software License, which doesn't have a valid expression for use in the manifest. This is why we link to the specific license in the license property. Nathan linked to our license above, you can view it here

The EULA.md that the license property points to is in the same directory though so you can use that for your automation.

from dockertools.

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.