Skip to content

Commit 4900d34

Browse files
Grammar
Signed-off-by: Steve Springett <[email protected]>
1 parent 639f05c commit 4900d34

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

schema/bom-1.5.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,9 @@ enum LicensingTypeEnum {
381381
LICENSING_TYPE_CORE_POINTS = 5;
382382
// A license for which consumption is measured by non-standard metrics.
383383
LICENSING_TYPE_CUSTOM_METRIC = 6;
384-
// A license which covers a defined number of installations on computers and other types of devices.
384+
// A license that covers a defined number of installations on computers and other types of devices.
385385
LICENSING_TYPE_DEVICE = 7;
386-
// A license which grants permission to install and use software for trial purposes.
386+
// A license that grants permission to install and use software for trial purposes.
387387
LICENSING_TYPE_EVALUATION = 8;
388388
// A license that grants access to the software to one or more pre-defined users.
389389
LICENSING_TYPE_NAMED_USER = 9;

schema/bom-1.5.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@
818818
"licenseTypes": {
819819
"type": "array",
820820
"title": "License Type",
821-
"description": "The type of license(s) that was granted to the licensee\n\n* __academic__ = A license that grants use of software solely for the purpose of education or research.\n* __appliance__ = A license covering use of software embedded in a specific piece of hardware.\n* __client-access__ = A Client Access License (CAL) allows client computers to access services provided by server software.\n* __concurrent-user__ = A Concurrent User license (aka floating license) limits the number of licenses for a software application and licenses are shared among a larger number of users.\n* __core-points__ = A license where the core of a computer's processor is assigned a specific number of points.\n* __custom-metric__ = A license for which consumption is measured by non-standard metrics.\n* __device__ = A license which covers a defined number of installations on computers and other types of devices.\n* __evaluation__ = A license which grants permission to install and use software for trial purposes.\n* __named-user__ = A license that grants access to the software to one or more pre-defined users.\n* __node-locked__ = A license that grants access to the software on one or more pre-defined computers or devices.\n* __oem__ = An Original Equipment Manufacturer license that is delivered with hardware, cannot be transferred to other hardware, and is valid for the life of the hardware.\n* __perpetual__ = A license where the software is sold on a one-time basis and the licensee can use a copy of the software indefinitely.\n* __processor-points__ = A license where each installation consumes points per processor.\n* __subscription__ = A license where the licensee pays a fee to use the software or service.\n* __user__ = A license that grants access to the software or service by a specified number of users.\n* __other__ = Another license type.\n",
821+
"description": "The type of license(s) that was granted to the licensee\n\n* __academic__ = A license that grants use of software solely for the purpose of education or research.\n* __appliance__ = A license covering use of software embedded in a specific piece of hardware.\n* __client-access__ = A Client Access License (CAL) allows client computers to access services provided by server software.\n* __concurrent-user__ = A Concurrent User license (aka floating license) limits the number of licenses for a software application and licenses are shared among a larger number of users.\n* __core-points__ = A license where the core of a computer's processor is assigned a specific number of points.\n* __custom-metric__ = A license for which consumption is measured by non-standard metrics.\n* __device__ = A license that covers a defined number of installations on computers and other types of devices.\n* __evaluation__ = A license that grants permission to install and use software for trial purposes.\n* __named-user__ = A license that grants access to the software to one or more pre-defined users.\n* __node-locked__ = A license that grants access to the software on one or more pre-defined computers or devices.\n* __oem__ = An Original Equipment Manufacturer license that is delivered with hardware, cannot be transferred to other hardware, and is valid for the life of the hardware.\n* __perpetual__ = A license where the software is sold on a one-time basis and the licensee can use a copy of the software indefinitely.\n* __processor-points__ = A license where each installation consumes points per processor.\n* __subscription__ = A license where the licensee pays a fee to use the software or service.\n* __user__ = A license that grants access to the software or service by a specified number of users.\n* __other__ = Another license type.\n",
822822
"items": {
823823
"type": "string",
824824
"enum": [

schema/bom-1.5.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -965,13 +965,13 @@ limitations under the License.
965965
</xs:enumeration>
966966
<xs:enumeration value="device">
967967
<xs:annotation>
968-
<xs:documentation>A license which covers a defined number of installations on
968+
<xs:documentation>A license that covers a defined number of installations on
969969
computers and other types of devices.</xs:documentation>
970970
</xs:annotation>
971971
</xs:enumeration>
972972
<xs:enumeration value="evaluation">
973973
<xs:annotation>
974-
<xs:documentation>A license which grants permission to install and use software
974+
<xs:documentation>A license that grants permission to install and use software
975975
for trial purposes.</xs:documentation>
976976
</xs:annotation>
977977
</xs:enumeration>

0 commit comments

Comments
 (0)