Skip to content

Commit 480bf81

Browse files
bugmsterapn
authored andcommitted
0024428: Implementation of LGPL license
Update of OCCT samples source code due to moving to LGPL license
1 parent 973c2be commit 480bf81

28 files changed

Lines changed: 89 additions & 134 deletions

samples/mfc/occtdemo/Projection/Projection_Presentation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ class Projection_Presentation : public OCCDemo_Presentation
3636

3737
};
3838

39-
#endif
39+
#endif

samples/mfc/standard/02_Modeling/src/State.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ enum STATE {
33
SELECT_EDGE_PLATE_TGTES_1,
44
SELECT_EDGE_PLATE_TGTES_2,
55
SELECT_EDGE_PLATE_TGTES_3
6-
};
6+
};

samples/mfc/standard/03_Viewer2d/src/Viewer2dApp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ class CViewer2dApp : public OCC_App
2727

2828
/////////////////////////////////////////////////////////////////////////////
2929

30-
#endif //(AFX_VIEWER2DAPP_H__45F76B43_423D_11D7_8612_0060B0EE281E__INCLUDED_)
30+
#endif //(AFX_VIEWER2DAPP_H__45F76B43_423D_11D7_8612_0060B0EE281E__INCLUDED_)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
enum STATE {
22
FACE_COLOR
3-
};
3+
};

samples/mfc/standard/05_ImportExport/src/FSD_Archive.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1692,4 +1692,4 @@ Storage_Error FSD_Archive::EndReadDataSection()
16921692
Storage_Position FSD_Archive::Tell()
16931693
{
16941694
return 0; //just a stub
1695-
}
1695+
}

samples/mfc/standard/Common/AngleParamsVerticesPage.h

100644100755
File mode changed.

samples/mfc/standard/Common/DimensionDlg.h

100644100755
File mode changed.

samples/mfc/standard/Common/LengthParamsEdgePage.h

100644100755
File mode changed.

samples/mfc/standard/Common/LengthParamsEdgesPage.h

100644100755
File mode changed.

samples/mfc/standard/Common/LengthParamsVerticesPage.h

100644100755
File mode changed.

0 commit comments

Comments
 (0)