components/hwdata/hwdata.p5m
branchs11-update
changeset 2551 0391c5c3b137
parent 703 e737075f09d1
child 3661 47545fb8aed4
child 4160 79f95089d021
--- a/components/hwdata/hwdata.p5m	Fri Apr 05 07:47:58 2013 -0700
+++ b/components/hwdata/hwdata.p5m	Sat Apr 06 08:18:24 2013 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 set name=pkg.fmri \
@@ -42,6 +42,11 @@
 dir path=usr/share/hwdata group=sys
 file pci.ids path=usr/share/hwdata/pci.ids
 file usb.ids path=usr/share/hwdata/usb.ids
-license pci.ids.license license=pci.ids.license
-license usb.ids.license license=usb.ids.license
-
+license pci.ids.license license="BSD (pci.ids)" \
+    com.oracle.info.description="the pci.ids list of PCI device & vendor IDs" \
+    com.oracle.info.name=pci.ids com.oracle.info.tpno=7530 \
+    com.oracle.info.version=$(COMPONENT_VERSION_pci.ids)
+license usb.ids.license license="BSD (usb.ids)" \
+    com.oracle.info.description="the usb.ids list of USB device & vendor IDs" \
+    com.oracle.info.name=usb.ids com.oracle.info.tpno=7831 \
+    com.oracle.info.version=$(COMPONENT_VERSION_usb.ids)