diff --git a/modules/freetype2/builds/amiga/include/config/ftconfig.h b/modules/freetype2/builds/amiga/include/config/ftconfig.h index 6deea6b7e1b9..b0a5bee0276d 100644 --- a/modules/freetype2/builds/amiga/include/config/ftconfig.h +++ b/modules/freetype2/builds/amiga/include/config/ftconfig.h @@ -5,7 +5,7 @@ /* Amiga-specific configuration file (specification only). */ /* */ /* Copyright (C) 2005-2021 by */ -/* Werner Lemberg and Detlef Würkner. */ +/* Werner Lemberg and Detlef Würkner. */ /* */ /* This file is part of the FreeType project, and may only be used, */ /* modified, and distributed under the terms of the FreeType project */ diff --git a/modules/freetype2/builds/amiga/include/config/ftmodule.h b/modules/freetype2/builds/amiga/include/config/ftmodule.h index 873537cab633..80e3443973bb 100644 --- a/modules/freetype2/builds/amiga/include/config/ftmodule.h +++ b/modules/freetype2/builds/amiga/include/config/ftmodule.h @@ -5,7 +5,7 @@ /* Amiga-specific FreeType module selection. */ /* */ /* Copyright (C) 2005-2021 by */ -/* Werner Lemberg and Detlef Würkner. */ +/* Werner Lemberg and Detlef Würkner. */ /* */ /* This file is part of the FreeType project, and may only be used, */ /* modified, and distributed under the terms of the FreeType project */ diff --git a/modules/freetype2/builds/amiga/src/base/ftsystem.c b/modules/freetype2/builds/amiga/src/base/ftsystem.c index 665f7402493a..58ae54d5eea8 100644 --- a/modules/freetype2/builds/amiga/src/base/ftsystem.c +++ b/modules/freetype2/builds/amiga/src/base/ftsystem.c @@ -5,7 +5,7 @@ /* Amiga-specific FreeType low-level system interface (body). */ /* */ /* Copyright (C) 1996-2021 by */ -/* David Turner, Robert Wilhelm, Werner Lemberg and Detlef Würkner. */ +/* David Turner, Robert Wilhelm, Werner Lemberg and Detlef Würkner. */ /* */ /* This file is part of the FreeType project, and may only be used, */ /* modified, and distributed under the terms of the FreeType project */ @@ -26,7 +26,7 @@ /*************************************************************************/ /* */ - /* Maintained by Detlef Würkner */ + /* Maintained by Detlef Würkner */ /* */ /* Based on the original ftsystem.c, */ /* modified to avoid fopen(), fclose(), fread(), fseek(), ftell(), */