Skip to content

Commit

Permalink
Update the street address for Scientific Volume Imaging (Holding) B.V.
Browse files Browse the repository at this point in the history
SVI moved to a new office at Marathon 9E, 1213 PE, Hilversum, but the address
can perhaps better be omitted in the copyright notices.
  • Loading branch information
Frans van der Have committed May 10, 2024
1 parent 0addcb0 commit 0f09d22
Show file tree
Hide file tree
Showing 27 changed files with 56 additions and 29 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Copyright (C) 2000-2013, 2016 Cris Luengo and others
# Copyright 2015, 2016:
# Scientific Volume Imaging Holding B.V.
# Laapersveld 63, 1213 VB Hilversum, The Netherlands
# Hilversum, The Netherlands.
# https://www.svi.nl
#
# CMakeLists.txt
Expand Down Expand Up @@ -213,3 +213,4 @@ set(LIBICS_INCLUDE_CPP TRUE CACHE BOOL "Include the C++ interface")
if(LIBICS_INCLUDE_CPP)
include(support/cpp_interface/CMakeLists.txt)
endif()

3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright (C) 2000-2013, 2016 Cris Luengo and others
# Copyright 2015, 2016:
# Scientific Volume Imaging Holding B.V.
# Laapersveld 63, 1213 VB Hilversum, The Netherlands
# Hilversum, The Netherlands.
# https://www.svi.nl
#
# Script for automake and autoconfig.
Expand Down Expand Up @@ -140,3 +140,4 @@ EXTRA_DIST = INSTALL \
#MOSTLYCLEANFILES = result_v1.ics result_v1.ids result_v2a.ics result_v2b.ics
mostlyclean-local:
-rm -f result*

3 changes: 2 additions & 1 deletion Makefile.bcc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright (C) 2000-2013, 2016 Cris Luengo and others
# Copyright 2015, 2016:
# Scientific Volume Imaging Holding B.V.
# Laapersveld 63, 1213 VB Hilversum, The Netherlands
# Hilversum, The Netherlands.
# https://www.svi.nl
#
# Makefile to compile libics under Win32 with Borland C++ 5
Expand Down Expand Up @@ -109,3 +109,4 @@ clean :
@-del /q $(DLLNAME:.dll=.il?)
@-del /q $(DLLNAME:.dll=.tds)
@-del /q $(DLLNAME:.dll=.map)

3 changes: 2 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Copyright (C) 2000-2013, 2016 Cris Luengo and others
# Copyright 2015, 2016:
# Scientific Volume Imaging Holding B.V.
# Laapersveld 63, 1213 VB Hilversum, The Netherlands
# Hilversum, The Netherlands.
# https://www.svi.nl
#
# Script for automake and autoconfig.
Expand Down Expand Up @@ -1594,3 +1594,4 @@ mostlyclean-local:
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

3 changes: 2 additions & 1 deletion Makefile.vc6
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Copyright 2015, 2016:
# Copyright 2015, 2016:
# Scientific Volume Imaging Holding B.V.
# Laapersveld 63, 1213 VB Hilversum, The Netherlands
# Hilversum, The Netherlands.
# https://www.svi.nl
#
# Makefile to compile libics under Win32 with Visual C++ 5 / 6
Expand Down Expand Up @@ -103,3 +103,4 @@ clean :
@-del /q $(DLLNAME)
@-del /q $(DLLNAME).exp
@-del /q $(DLLIMPNAME)

3 changes: 2 additions & 1 deletion Makefile.vc9
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Copyright (C) 2000-2013, 2016 Cris Luengo and others
# Copyright 2015, 2016:
# Scientific Volume Imaging Holding B.V.
# Laapersveld 63, 1213 VB Hilversum, The Netherlands
# Hilversum, The Netherlands.
# https://www.svi.nl
#
# Makefile to compile libics under Win32 platfom with Visual C++ 9.0/2008
Expand Down Expand Up @@ -118,3 +118,4 @@ clean:
-del /q *.manifest
-del /q libics_conf.h


5 changes: 3 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ or use cmake GUI. Next, open sln file in Visual Studio and build solution.

As of 2016, this library is maintained by Scientific Volume Imaging:
Scientific Volume Imaging Holding B.V.
Laapersveld 63, 1213 VB Hilversum, The Netherlands
Hilversum, The Netherlands.
https://www.svi.nl

This library was originally written and maintained by
Expand All @@ -161,7 +161,7 @@ With help from
Most of the code herein hasn't changed since the previous version, by
Dr. Hans T.M. van der Voort
Scientific Volume Imaging Holding B.V.
Laapersveld 63, 1213 VB Hilversum, The Netherlands
Hilversum, The Netherlands.
https://www.svi.nl

Which ultimately is based upon stuff written by:
Expand Down Expand Up @@ -381,3 +381,4 @@ version 1.1

version 1.0
Initial release.

3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dnl
dnl Copyright (C) 2000-2013, 2016 Cris Luengo and others
dnl Copyright 2015, 2016:
dnl Scientific Volume Imaging Holding B.V.
dnl Laapersveld 63, 1213 VB Hilversum, The Netherlands
dnl Hilversum, The Netherlands.
dnl https://www.svi.nl
dnl
dnl Script for automake and autoconfig.
Expand Down Expand Up @@ -127,3 +127,4 @@ AC_CHECK_FUNC(strtok_r, [AC_DEFINE(HAVE_STRTOK_R, 1)], [])

AC_CONFIG_FILES([Makefile])
AC_OUTPUT

5 changes: 3 additions & 2 deletions docs/Credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1>Credits</h1>

<p>As of 2016, this library is maintained by Scientific Volume Imaging:</p>
<p class="indented"><a href="https://svi.nl">Scientific Volume Imaging Holding B.V.</a><br>
Laapersveld 63, 1213 VB Hilversum, The Netherlands<br></p>
Hilversum, The Netherlands.<br></p>

<p>This library was originally written and maintained by</p>
<p class="indented">Cris Luengo<br>
Expand All @@ -54,7 +54,7 @@ <h1>Credits</h1>
by</p>
<p class="indented">Dr. Hans T.M. van der Voort<br>
<a href="https://svi.nl">Scientific Volume Imaging Holding B.V.</a><br>
Laapersveld 63, 1213 VB Hilversum, The Netherlands<br></p>
Hilversum, The Netherlands.<br></p>

<p>Which ultimately is based upon stuff written by:</p>
<p class="indented">Damir Sudar, Geert van Kempen, Jan Jitze Krol, Chiel
Expand All @@ -67,3 +67,4 @@ <h1>Credits</h1>
</body>
</html>


3 changes: 2 additions & 1 deletion libics.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright 2015-2019, 2021, 2022, 2024:
* Scientific Volume Imaging Holding B.V.
* Laapersveld 63, 1213 VB Hilversum, The Netherlands
* Hilversum, The Netherlands.
* https://www.svi.nl
*
* Contact: [email protected]
Expand Down Expand Up @@ -1006,3 +1006,4 @@ ICSEXPORT Ics_Error IcsReplaceHistoryStringI(ICS *ics,
#endif

#endif

3 changes: 2 additions & 1 deletion libics_binary.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright 2015-2017, 2022:
* Scientific Volume Imaging Holding B.V.
* Laapersveld 63, 1213 VB Hilversum, The Netherlands
* Hilversum, The Netherlands.
* https://www.svi.nl
*
* Contact: [email protected]
Expand Down Expand Up @@ -594,3 +594,4 @@ Ics_Error IcsReadIds(Ics_Header *icsStruct,

return error;
}

3 changes: 2 additions & 1 deletion libics_compress.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright 2015-2017:
* Scientific Volume Imaging Holding B.V.
* Laapersveld 63, 1213 VB Hilversum, The Netherlands
* Hilversum, The Netherlands.
* https://www.svi.nl
*
* Contact: [email protected]
Expand Down Expand Up @@ -293,3 +293,4 @@ Ics_Error IcsReadCompress(Ics_Header *IcsStruct,
if (codeTab) free(codeTab);
return error;
}

3 changes: 2 additions & 1 deletion libics_conf.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copyright (C) 2000-2013, 2017 Cris Luengo and others
* Copyright 2015, 2017:
* Scientific Volume Imaging Holding B.V.
* Laapersveld 63, 1213 VB Hilversum, The Netherlands
* Hilversum, The Netherlands.
* https://www.svi.nl
*
* Large chunks of this library written by
Expand Down Expand Up @@ -133,3 +133,4 @@ typedef double ics_t_real64;

#endif
#endif

3 changes: 2 additions & 1 deletion libics_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright 2015-2019:
* Scientific Volume Imaging Holding B.V.
* Laapersveld 63, 1213 VB Hilversum, The Netherlands
* Hilversum, The Netherlands.
* https://www.svi.nl
*
* Contact: [email protected]
Expand Down Expand Up @@ -179,3 +179,4 @@ Ics_SymbolList G_Values =
longer than expected. */
G_ValueSymbols
};

3 changes: 2 additions & 1 deletion libics_gzip.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright 2015-2017, 2022:
* Scientific Volume Imaging Holding B.V.
* Laapersveld 63, 1213 VB Hilversum, The Netherlands
* Hilversum, The Netherlands.
* https://www.svi.nl
*
* Contact: [email protected]
Expand Down Expand Up @@ -629,3 +629,4 @@ Ics_Error IcsSetZipBlock(Ics_Header *icsStruct,
return IcsErr_UnknownCompression;
#endif
}

3 changes: 2 additions & 1 deletion libics_history.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright 2015-2017:
* Scientific Volume Imaging Holding B.V.
* Laapersveld 63, 1213 VB Hilversum, The Netherlands
* Hilversum, The Netherlands.
* https://www.svi.nl
*
* Contact: [email protected]
Expand Down Expand Up @@ -537,3 +537,4 @@ void IcsFreeHistory(Ics_Header *ics)
ics->history = NULL;
}
}

3 changes: 2 additions & 1 deletion libics_intern.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright 2015-2019, 2022:
* Scientific Volume Imaging Holding B.V.
* Laapersveld 63, 1213 VB Hilversum, The Netherlands
* Hilversum, The Netherlands.
* https://www.svi.nl
*
* Contact: [email protected]
Expand Down Expand Up @@ -315,3 +315,4 @@ Ics_Error IcsReadCompress(Ics_Header *IcsStruct,
size_t len);

#endif

3 changes: 2 additions & 1 deletion libics_ll.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright 2015-2017, 2022:
* Scientific Volume Imaging Holding B.V.
* Laapersveld 63, 1213 VB Hilversum, The Netherlands
* Hilversum, The Netherlands.
* https://www.svi.nl
*
* Contact: [email protected]
Expand Down Expand Up @@ -147,3 +147,4 @@ ICSEXPORT void IcsFreeHistory(Ics_Header *ics);


#endif

3 changes: 2 additions & 1 deletion libics_preview.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright 2015-2017:
* Scientific Volume Imaging Holding B.V.
* Laapersveld 63, 1213 VB Hilversum, The Netherlands
* Hilversum, The Netherlands.
* https://www.svi.nl
*
* Copyright (C) 2000-2013 Cris Luengo and others
Expand Down Expand Up @@ -384,3 +384,4 @@ Ics_Error IcsGetPreviewData(ICS *ics,
}
return error;
}

3 changes: 2 additions & 1 deletion libics_read.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright 2015-2019:
* Scientific Volume Imaging Holding B.V.
* Laapersveld 63, 1213 VB Hilversum, The Netherlands
* Hilversum, The Netherlands.
* https://www.svi.nl
*
* Copyright (C) 2000-2013 Cris Luengo and others
Expand Down Expand Up @@ -1105,3 +1105,4 @@ int IcsVersion(const char *filename,
}
return error ? 0 : version;
}

3 changes: 2 additions & 1 deletion libics_sensor.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright 2015-2019:
* Scientific Volume Imaging Holding B.V.
* Laapersveld 63, 1213 VB Hilversum, The Netherlands
* Hilversum, The Netherlands.
* https://www.svi.nl
*
* Copyright (C) 2000-2013 Cris Luengo and others
Expand Down Expand Up @@ -1172,3 +1172,4 @@ Ics_Error IcsSetSensorParameterString(ICS *ics,

return IcsErr_Ok;
}

3 changes: 2 additions & 1 deletion libics_sensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright 2015-2018:
* Scientific Volume Imaging Holding B.V.
* Laapersveld 63, 1213 VB Hilversum, The Netherlands
* Hilversum, The Netherlands.
* https://www.svi.nl
*
* Contact: [email protected]
Expand Down Expand Up @@ -311,3 +311,4 @@ ICSEXPORT Ics_Error IcsSetSensorParameterString(ICS *ics,


#endif

3 changes: 2 additions & 1 deletion libics_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright 2015-2017:
* Scientific Volume Imaging Holding B.V.
* Laapersveld 63, 1213 VB Hilversum, The Netherlands
* Hilversum, The Netherlands.
* https://www.svi.nl
*
* Copyright (C) 2000-2013, 2016 Cris Luengo and others
Expand Down Expand Up @@ -178,3 +178,4 @@ void IcsPrintError (Ics_Error error)
msg = IcsGetErrorText (error);
printf ("libics error: %s.\n", msg);
}

3 changes: 2 additions & 1 deletion libics_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright 2015-2017:
* Scientific Volume Imaging Holding B.V.
* Laapersveld 63, 1213 VB Hilversum, The Netherlands
* Hilversum, The Netherlands.
* https://www.svi.nl
*
* Contact: [email protected]
Expand Down Expand Up @@ -63,3 +63,4 @@ void IcsPrintError(Ics_Error error);


#endif

3 changes: 2 additions & 1 deletion libics_top.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright 2015-2018:
* Scientific Volume Imaging Holding B.V.
* Laapersveld 63, 1213 VB Hilversum, The Netherlands
* Hilversum, The Netherlands.
* https://www.svi.nl
*
* Copyright (C) 2000-2013 Cris Luengo and others
Expand Down Expand Up @@ -1338,3 +1338,4 @@ const char *IcsGetErrorText(Ics_Error error)
}
return msg;
}

3 changes: 2 additions & 1 deletion libics_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright 2015-2019:
* Scientific Volume Imaging Holding B.V.
* Laapersveld 63, 1213 VB Hilversum, The Netherlands
* Hilversum, The Netherlands.
* https://www.svi.nl
*
* Copyright (C) 2000-2013 Cris Luengo and others
Expand Down Expand Up @@ -598,3 +598,4 @@ void IcsGetDataTypeProps(Ics_DataType* dataType,
*dataType = Ics_unknown;
}
}

3 changes: 2 additions & 1 deletion libics_write.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright 2015-2019:
* Scientific Volume Imaging Holding B.V.
* Laapersveld 63, 1213 VB Hilversum, The Netherlands
* Hilversum, The Netherlands.
* https://www.svi.nl
*
* Copyright (C) 2000-2013 Cris Luengo and others
Expand Down Expand Up @@ -1103,3 +1103,4 @@ Ics_Error IcsWriteIcs(Ics_Header *icsStruct,
}
return error;
}

0 comments on commit 0f09d22

Please sign in to comment.