diff --git a/public/index.html b/public/index.html
index 1c7a26db6f9c0c910d2889dc9ef6f87de660ece7..ee049197e9c1004d80b57aaa8556a8880bc40aab 100644
--- a/public/index.html
+++ b/public/index.html
@@ -67,7 +67,8 @@ loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/re
   reticle.visible = false;
   scene.add(reticle);
 })
-
+        // Model Source: Antique Camera by Maximillan Kamps
+        // License: CC0 1.0 Universal (https://creativecommons.org/publicdomain/zero/1.0/legalcode)
 let antique;
 loader.load("./antiqueCamera/AntiqueCamera.gltf", function(gltf) {
   antique = gltf.scene;