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.
|
See the enclosed sample code, example.c.
|
||||||
|
|
||||||
|
|
||||||
Copyright 2009, Jonathan Westhues.
|
Copyright 2009 Useful Subset, LLC
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
//
|
//
|
||||||
// http://solvespace.com/
|
// http://solvespace.com/
|
||||||
//
|
//
|
||||||
// Copyright 2009, Jonathan Westhues
|
// Copyright 2009 Useful Subset, LLC
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
@ -61,12 +61,12 @@ void Slvs_Solve(Slvs_System *ssys, Slvs_hGroup shg)
|
||||||
#if 1
|
#if 1
|
||||||
dbp("SolveSpace library initialized (evaluation version only).");
|
dbp("SolveSpace library initialized (evaluation version only).");
|
||||||
dbp("Built " __DATE__ " " __TIME__
|
dbp("Built " __DATE__ " " __TIME__
|
||||||
". Copyright 2009 Jonathan Westhues.");
|
". Copyright 2009 Useful Subset, LLC.");
|
||||||
HWND h = GetForegroundWindow();
|
HWND h = GetForegroundWindow();
|
||||||
MessageBox(h,
|
MessageBox(h,
|
||||||
"This is an evaluation copy of SolveSpace. To purchase a license, please "
|
"This is an evaluation copy of SolveSpace. To purchase a license, please "
|
||||||
"contact info@solvespace.com.\r\n\r\n"
|
"contact info@solvespace.com.\r\n\r\n"
|
||||||
"Copyright 2009 Jonathan Westhues.",
|
"Copyright 2009 Useful Subset, LLC.",
|
||||||
"SolveSpace", MB_OK);
|
"SolveSpace", MB_OK);
|
||||||
#endif
|
#endif
|
||||||
InitHeaps();
|
InitHeaps();
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
//
|
//
|
||||||
// http://solvespace.com/
|
// http://solvespace.com/
|
||||||
//
|
//
|
||||||
// Copyright 2009, Jonathan Westhues
|
// Copyright 2009 Useful Subset, LLC
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#ifndef __SLVS_H
|
#ifndef __SLVS_H
|
||||||
|
|
|
@ -755,9 +755,9 @@ void SolveSpace::MenuHelp(int id) {
|
||||||
|
|
||||||
case GraphicsWindow::MNU_ABOUT:
|
case GraphicsWindow::MNU_ABOUT:
|
||||||
Message("This is SolveSpace version 1.4.\r\n\r\n"
|
Message("This is SolveSpace version 1.4.\r\n\r\n"
|
||||||
"For more information, see http://www.solvespace.com/\r\n\r\n"
|
"For more information, see http://www.solvespace.com/\r\n\r\n"
|
||||||
"Built " __TIME__ " " __DATE__ ".\r\n\r\n"
|
"Built " __TIME__ " " __DATE__ ".\r\n\r\n"
|
||||||
"Copyright 2008-2009 Jonathan Westhues, All Rights Reserved.");
|
"Copyright 2008-2009 Useful Subset, LLC. All Rights Reserved.");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case GraphicsWindow::MNU_LICENSE: {
|
case GraphicsWindow::MNU_LICENSE: {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<assemblyIdentity
|
<assemblyIdentity
|
||||||
version="1.0.0.0"
|
version="1.0.0.0"
|
||||||
processorArchitecture="X86"
|
processorArchitecture="X86"
|
||||||
name="JonathanWesthues.3dCAD.MechSketch"
|
name="UsefulSubsetLlc.3dCAD.MechSketch"
|
||||||
type="win32"
|
type="win32"
|
||||||
/>
|
/>
|
||||||
<description>Parametric 3d CAD tool.</description>
|
<description>Parametric 3d CAD tool.</description>
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
|
|
||||||
grid
|
grid
|
||||||
wireframe export
|
multi-drag
|
||||||
|
backslash / escape
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
wireframe export
|
||||||
faster triangulation
|
faster triangulation
|
||||||
interpolating splines
|
interpolating splines
|
||||||
copy and paste
|
copy and paste
|
||||||
|
|
Loading…
Reference in New Issue
Block a user