Atom/gallowj/clean up atom content (#4151)

* Update the atom content to make best practice (latest conventions)

Signed-off-by: Jonny Gallowy <gallowj@amazon.com>

* file tweaks cleanup

Signed-off-by: Jonny Gallowy <gallowj@amazon.com>

* correct license headers

Signed-off-by: Jonny Gallowy <gallowj@amazon.com>
This commit is contained in:
Jonny Galloway
2021-09-15 16:55:14 -05:00
committed by GitHub
parent b2445ebe0c
commit 28b18a33bd
18 changed files with 383 additions and 275 deletions
+5 -5
View File
@@ -1,11 +1,11 @@
{
"gem_name": "ReferenceMaterials",
"display_name": "ReferenceMaterials",
"license": "Apache-2.0 Or MIT",
"origin": "Open 3D Engine - o3de.org",
"display_name": "PBR Reference Materials",
"license": "Code, text, data files: Apache-2.0 Or MIT, assets/content/images: CC BY 4.0",
"origin": "https://github.com/aws-lumberyard-dev/o3de.git",
"type": "Asset",
"summary": "Atom Asset Gem with a library of reference materials for StandardPBR (and others in the future)",
"canonical_tags": ["Gem"],
"user_tags": ["Assets"],
"requirements": ""
"user_tags": ["Assets", "PBR", "Materials"],
"icon_path": "preview.png"
}