Add new code new version

Change-Id: Ic02a76313503b526f17c3df29eb387a29fe6a42a
Signed-off-by: Michael Lando <ml636r@att.com>
diff --git a/openecomp-ui/fixture/data/licenseModels.json b/openecomp-ui/fixture/data/licenseModels.json
new file mode 100644
index 0000000..5239c4f
--- /dev/null
+++ b/openecomp-ui/fixture/data/licenseModels.json
@@ -0,0 +1,16 @@
+{
+  "results":[
+    {
+      "vendorName": "Omer Corp.",
+      "description": "",
+      "iconRef": "string",
+      "id": "1"
+    },
+    {
+      "vendorName": "Robotricks",
+      "description": "Optimus Prime",
+      "iconRef": "string",
+      "id": "2"
+    }
+  ]
+}