Add file headers

This commit is contained in:
2026-02-19 10:55:03 -07:00
parent 95dfacd994
commit f22c14e8ad
40 changed files with 280 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
// Unnamed CAD Software
//
// License: GPLv3, see LICENSE.txt
// Language: C++17
// Notes:
// - use a right-handed, Z-up coordinate system to match OpenCASCADE
#include "MainWindow.h"
#include "ViewportWidget.h"
#include "Document.h"