Replace copyright notices for SolveSpace with my LLC, not my name.
[git-p4: depot-paths = "//depot/solvespace/": change = 2035]
This commit is contained in:
parent
a887039707
commit
bdf60690c1
|
@ -419,5 +419,5 @@ USING THE SOLVER
|
|||
See the enclosed sample code, example.c.
|
||||
|
||||
|
||||
Copyright 2009, Jonathan Westhues.
|
||||
Copyright 2009 Useful Subset, LLC
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//
|
||||
// http://solvespace.com/
|
||||
//
|
||||
// Copyright 2009, Jonathan Westhues
|
||||
// Copyright 2009 Useful Subset, LLC
|
||||
//-----------------------------------------------------------------------------
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -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();
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
//
|
||||
// http://solvespace.com/
|
||||
//
|
||||
// Copyright 2009, Jonathan Westhues
|
||||
// Copyright 2009 Useful Subset, LLC
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#ifndef __SLVS_H
|
||||
|
|
|
@ -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: {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<assemblyIdentity
|
||||
version="1.0.0.0"
|
||||
processorArchitecture="X86"
|
||||
name="JonathanWesthues.3dCAD.MechSketch"
|
||||
name="UsefulSubsetLlc.3dCAD.MechSketch"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Parametric 3d CAD tool.</description>
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
|
||||
grid
|
||||
wireframe export
|
||||
multi-drag
|
||||
backslash / escape
|
||||
|
||||
-----
|
||||
wireframe export
|
||||
faster triangulation
|
||||
interpolating splines
|
||||
copy and paste
|
||||
|
|
Loading…
Reference in New Issue
Block a user