Skip to content

Commit a33cba8

Browse files
committed
renamed - change urls, strings
1 parent 8808a38 commit a33cba8

6 files changed

Lines changed: 16 additions & 16 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ if(NOT SCL_IS_SUBBUILD)
339339
# $make package #
340340
###############################################################################
341341

342-
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "STEP Class Library")
342+
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "STEPcode")
343343
SET(CPACK_SET_DESTDIR "ON")
344344

345345
SET(CPACK_PACKAGE_VERSION_MAJOR ${SCL_VERSION_MAJOR})

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ PROJECT_NUMBER = 3.2
3737
# for a project that appears at the top of each page and should give viewer
3838
# a quick idea about the purpose of the project. Keep the description short.
3939

40-
PROJECT_BRIEF = "STEP Class Library"
40+
PROJECT_BRIEF = "STEPcode"
4141

4242
# With the PROJECT_LOGO tag one can specify an logo or icon that is
4343
# included in the documentation. The maximum height of the logo should not

doc/doxyassist.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<qtHelp collectionFile="./doc/helpcollection.qhc"
6969
projectFile="./doc/helpcollection.qhcp"
7070
storage="./doc/qch" copyAction="copy">
71-
<title>StepClassLibrary</title>
71+
<title>STEPcode</title>
7272
<startPage>qthelp://com.github.mpictor/doc/index.html</startPage>
7373
<!-- See http://doc.trolltech.com/assistant-custom-help-viewer.html for more
7474
settings in the <assistant> section. -->
@@ -100,7 +100,7 @@
100100
-->
101101
<project>
102102
<!-- The name of the project -->
103-
<name>StepClassLibrary</name>
103+
<name>STEPcode</name>
104104
<!-- The version number of the documentation -->
105105
<version>0.2</version>
106106
<!-- Whether to build version specific documentation for the projects or not.

doc/doxygen_custom_header.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@
4747
<!-- add module list -->
4848
<div id="navrow0" class="tabs">
4949
<ul class="tablist">
50-
<li><a href="../../doc.StepClassLibrary/doxygen-html/index.html"><span>Main</span></a></li>
51-
<li><a href="../../doc.StepClassLibrary.CLDAI/doxygen-html/index.html"><span>CLDAI</span></a></li>
52-
<li><a href="../../doc.StepClassLibrary.CLEditor/doxygen-html/index.html"><span>CLEditor</span></a></li>
53-
<li><a href="../../doc.StepClassLibrary.CLProbe-ui/doxygen-html/index.html"><span>CLProbe-ui</span></a></li>
54-
<li><a href="../../doc.StepClassLibrary.CLStepCore/doxygen-html/index.html"><span>CLStepCore</span></a></li>
55-
<li><a href="../../doc.StepClassLibrary.CLUtils/doxygen-html/index.html"><span>CLUtils</span></a></li>
56-
<li><a href="../../doc.StepClassLibrary.ExPPP/doxygen-html/index.html"><span>ExPPP</span></a></li>
57-
<li><a href="../../doc.StepClassLibrary.Express/doxygen-html/index.html"><span>Express</span></a></li>
58-
<li><a href="../../doc.StepClassLibrary.Fedex-Plus/doxygen-html/index.html"><span>Fedex-Plus</span></a></li>
59-
<li><a href="../../doc.StepClassLibrary.Tests/doxygen-html/index.html"><span>Tests</span></a></li>
50+
<li><a href="../../doc.STEPcode/doxygen-html/index.html"><span>Main</span></a></li>
51+
<li><a href="../../doc.STEPcode.CLDAI/doxygen-html/index.html"><span>CLDAI</span></a></li>
52+
<li><a href="../../doc.STEPcode.CLEditor/doxygen-html/index.html"><span>CLEditor</span></a></li>
53+
<li><a href="../../doc.STEPcode.CLProbe-ui/doxygen-html/index.html"><span>CLProbe-ui</span></a></li>
54+
<li><a href="../../doc.STEPcode.CLStepCore/doxygen-html/index.html"><span>CLStepCore</span></a></li>
55+
<li><a href="../../doc.STEPcode.CLUtils/doxygen-html/index.html"><span>CLUtils</span></a></li>
56+
<li><a href="../../doc.STEPcode.ExPPP/doxygen-html/index.html"><span>ExPPP</span></a></li>
57+
<li><a href="../../doc.STEPcode.Express/doxygen-html/index.html"><span>Express</span></a></li>
58+
<li><a href="../../doc.STEPcode.Fedex-Plus/doxygen-html/index.html"><span>Fedex-Plus</span></a></li>
59+
<li><a href="../../doc.STEPcode.Tests/doxygen-html/index.html"><span>Tests</span></a></li>
6060
</ul>
6161
</div>
6262
<!-- end module list -->

src/clstepcore/sdai.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <sdai.h>
55
#include "scl_memmgr.h"
66

7-
const char * SCLversion = "STEP Class Library, github.com/mpictor/StepClassLibrary";
7+
const char * SCLversion = "STEPcode, github.com/stepcode/stepcode";
88

99
const SDAI_Integer SDAI_INT_NULL = LONG_MAX;
1010
const SDAI_Real SDAI_REAL_NULL = FLT_MIN;

src/express/fedex.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ char EXPRESSgetopt_options[256] = "Bbd:e:i:w:p:u:l:nrvz";
103103
int no_need_to_work = 0; /* TRUE if we can exit gracefully without doing any work */
104104

105105
void print_fedex_version( void ) {
106-
fprintf( stderr, "Build info for %s: %s\nhttp://github.com/mpictor/StepClassLibrary\n", EXPRESSprogram_name, scl_version() );
106+
fprintf( stderr, "Build info for %s: %s\nhttp://github.com/stepcode/stepcode\n", EXPRESSprogram_name, scl_version() );
107107
no_need_to_work = 1;
108108
}
109109

0 commit comments

Comments
 (0)