From bdf60690c1e0ee74a04bf31a917371bd8af8bdc4 Mon Sep 17 00:00:00 2001 From: Jonathan Westhues Date: Mon, 28 Sep 2009 01:48:56 -0800 Subject: [PATCH] Replace copyright notices for SolveSpace with my LLC, not my name. [git-p4: depot-paths = "//depot/solvespace/": change = 2035] --- exposed/DOC.txt | 2 +- exposed/example.c | 2 +- exposed/lib.cpp | 4 ++-- exposed/slvs.h | 2 +- solvespace.cpp | 6 +++--- win32/manifest.xml | 2 +- wishlist.txt | 4 +++- 7 files changed, 12 insertions(+), 10 deletions(-) diff --git a/exposed/DOC.txt b/exposed/DOC.txt index c166509..c366308 100644 --- a/exposed/DOC.txt +++ b/exposed/DOC.txt @@ -419,5 +419,5 @@ USING THE SOLVER See the enclosed sample code, example.c. -Copyright 2009, Jonathan Westhues. +Copyright 2009 Useful Subset, LLC diff --git a/exposed/example.c b/exposed/example.c index ef1d53f..ac01c40 100644 --- a/exposed/example.c +++ b/exposed/example.c @@ -8,7 +8,7 @@ // // http://solvespace.com/ // -// Copyright 2009, Jonathan Westhues +// Copyright 2009 Useful Subset, LLC //----------------------------------------------------------------------------- #include #include diff --git a/exposed/lib.cpp b/exposed/lib.cpp index 2801b52..82e7456 100644 --- a/exposed/lib.cpp +++ b/exposed/lib.cpp @@ -61,12 +61,12 @@ void Slvs_Solve(Slvs_System *ssys, Slvs_hGroup shg) #if 1 dbp("SolveSpace library initialized (evaluation version only)."); dbp("Built " __DATE__ " " __TIME__ - ". Copyright 2009 Jonathan Westhues."); + ". Copyright 2009 Useful Subset, LLC."); HWND h = GetForegroundWindow(); MessageBox(h, "This is an evaluation copy of SolveSpace. To purchase a license, please " "contact info@solvespace.com.\r\n\r\n" -"Copyright 2009 Jonathan Westhues.", +"Copyright 2009 Useful Subset, LLC.", "SolveSpace", MB_OK); #endif InitHeaps(); diff --git a/exposed/slvs.h b/exposed/slvs.h index 8d74970..6ab7d1b 100644 --- a/exposed/slvs.h +++ b/exposed/slvs.h @@ -9,7 +9,7 @@ // // http://solvespace.com/ // -// Copyright 2009, Jonathan Westhues +// Copyright 2009 Useful Subset, LLC //----------------------------------------------------------------------------- #ifndef __SLVS_H diff --git a/solvespace.cpp b/solvespace.cpp index 210c409..98e21a5 100644 --- a/solvespace.cpp +++ b/solvespace.cpp @@ -755,9 +755,9 @@ void SolveSpace::MenuHelp(int id) { case GraphicsWindow::MNU_ABOUT: Message("This is SolveSpace version 1.4.\r\n\r\n" - "For more information, see http://www.solvespace.com/\r\n\r\n" - "Built " __TIME__ " " __DATE__ ".\r\n\r\n" - "Copyright 2008-2009 Jonathan Westhues, All Rights Reserved."); + "For more information, see http://www.solvespace.com/\r\n\r\n" + "Built " __TIME__ " " __DATE__ ".\r\n\r\n" + "Copyright 2008-2009 Useful Subset, LLC. All Rights Reserved."); break; case GraphicsWindow::MNU_LICENSE: { diff --git a/win32/manifest.xml b/win32/manifest.xml index 9c8871d..a6deeb2 100644 --- a/win32/manifest.xml +++ b/win32/manifest.xml @@ -3,7 +3,7 @@ Parametric 3d CAD tool. diff --git a/wishlist.txt b/wishlist.txt index c4d4e27..5361182 100644 --- a/wishlist.txt +++ b/wishlist.txt @@ -1,8 +1,10 @@ grid -wireframe export +multi-drag +backslash / escape ----- +wireframe export faster triangulation interpolating splines copy and paste