Skip to content

Commit

Permalink
added MIT license for viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
berlotti committed Nov 13, 2024
1 parent 5f82a2a commit eb7b6db
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/scripts/todot.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# (C) buildingSMART International
# published under MIT license

from dataclasses import dataclass, fields
import functools
import re
Expand Down
2 changes: 2 additions & 0 deletions docs/viewer/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<!-- # (C) buildingSMART International -->
<!-- # published under MIT license -->

<head>
<meta charset="UTF-8">
Expand Down
3 changes: 3 additions & 0 deletions docs/viewer/render.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// (C) buildingSMART International
// published under MIT license

let controls, renderer, scene, camera;
let datas = [];

Expand Down

0 comments on commit eb7b6db

Please sign in to comment.