Skip to content

Commit cd675cd

Browse files
committed
Remove AOT AG
1 parent d167d1f commit cd675cd

23 files changed

+24
-24
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The icons in the gui were made by <a href="https://www.flaticon.com/authors/smas
129129

130130
# Contributors
131131

132-
DicomToMesh is a in-house product of AOT AG. Since it is based on several open-source examples, we decided to make our code public as well. We hope somebody can use parts of it. Participants are most welcome.
132+
DicomToMesh was an in-house product of AOT AG, a former robotic medtech startup from Basel. Since the software is based on several open-source projects and multiple Stack Overflow entries, we decided to make our code public as well. We hope somebody can use parts of it. Participants are most welcome.
133133

134134
Have fun :)
135135

dicom2mesh/inc/dicom2mesh.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
** Copyright (c) 2017 Adrian Schneider, AOT AG
2+
** Copyright (c) 2017 Adrian Schneider, https://github.com/eidelen
33
**
44
** Permission is hereby granted, free of charge, to any person obtaining a
55
** copy of this software and associated documentation files (the "Software"),

dicom2mesh/src/dicom2mesh.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
** Copyright (c) 2017 Adrian Schneider, AOT AG
2+
** Copyright (c) 2017 Adrian Schneider, https://github.com/eidelen
33
**
44
** Permission is hereby granted, free of charge, to any person obtaining a
55
** copy of this software and associated documentation files (the "Software"),
@@ -455,7 +455,7 @@ void Dicom2Mesh::showUsageText()
455455

456456
void Dicom2Mesh::showVersionText()
457457
{
458-
std::cout << "dicom2Mesh version 0.8.0, AOT AG - Switzerland" << std::endl;
458+
std::cout << "dicom2Mesh version 0.8.0, https://github.com/eidelen/DicomToMesh" << std::endl;
459459
}
460460

461461

dicom2mesh/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
** Copyright (c) 2017 Adrian Schneider, AOT AG
2+
** Copyright (c) 2017 Adrian Schneider, https://github.com/eidelen/DicomToMesh
33
**
44
** Permission is hereby granted, free of charge, to any person obtaining a
55
** copy of this software and associated documentation files (the "Software"),

gui/d2mWidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
** Copyright (c) 2017 Adrian Schneider, AOT AG
2+
** Copyright (c) 2017 Adrian Schneider, https://github.com/eidelen
33
**
44
** Permission is hereby granted, free of charge, to any person obtaining a
55
** copy of this software and associated documentation files (the "Software"),

gui/d2mWidget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
** Copyright (c) 2017 Adrian Schneider, AOT AG
2+
** Copyright (c) 2017 Adrian Schneider, https://github.com/eidelen
33
**
44
** Permission is hereby granted, free of charge, to any person obtaining a
55
** copy of this software and associated documentation files (the "Software"),

gui/dicomConverter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
** Copyright (c) 2017 Adrian Schneider, AOT AG
2+
** Copyright (c) 2017 Adrian Schneider, https://github.com/eidelen
33
**
44
** Permission is hereby granted, free of charge, to any person obtaining a
55
** copy of this software and associated documentation files (the "Software"),

gui/dicomConverter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
** Copyright (c) 2017 Adrian Schneider, AOT AG
2+
** Copyright (c) 2017 Adrian Schneider, https://github.com/eidelen
33
**
44
** Permission is hereby granted, free of charge, to any person obtaining a
55
** copy of this software and associated documentation files (the "Software"),

gui/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
** Copyright (c) 2017 Adrian Schneider, AOT AG
2+
** Copyright (c) 2017 Adrian Schneider, https://github.com/eidelen
33
**
44
** Permission is hereby granted, free of charge, to any person obtaining a
55
** copy of this software and associated documentation files (the "Software"),

lib/inc/dicomFactory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
** Copyright (c) 2017 Adrian Schneider, AOT AG
2+
** Copyright (c) 2017 Adrian Schneider, https://github.com/eidelen
33
**
44
** Permission is hereby granted, free of charge, to any person obtaining a
55
** copy of this software and associated documentation files (the "Software"),

0 commit comments

Comments
 (0)