We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232609c commit b6c021fCopy full SHA for b6c021f
Fossology.Rest.Dotnet.Model/Analysis.cs
@@ -1,6 +1,6 @@
1
// ---------------------------------------------------------------------------
2
// <copyright file="Analysis.cs" company="Tethys">
3
-// Copyright (C) 2020 T. Graf
+// Copyright (C) 2020-2022 T. Graf
4
// </copyright>
5
//
6
// Licensed under the MIT License.
@@ -74,5 +74,11 @@ public class Analysis
74
/// </summary>
75
[JsonProperty("package")]
76
public bool Package { get; set; }
77
+
78
+ /// <summary>
79
+ /// Gets or sets a value indicating whether to use the REUSE.Software analysis.
80
+ /// </summary>
81
+ [JsonProperty("reso")]
82
+ public bool Reso { get; set; }
83
} // Analysis
84
}
0 commit comments