X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=README.md;h=59c0ad8f571f59634c1b26de21c45fd8b01e1912;hb=6b552800e404b7153621297d01c8250fe5746fc9;hp=50b8267ad86f43d1f293bbe1ea2225bc6ad9906d;hpb=53830e0b96810dbf5bb71966a7cbbc6935213a98;p=mutilities%2FMUtilities.git diff --git a/README.md b/README.md index 50b8267..59c0ad8 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The *MUtilities* project directory is organized as follows: * `etc/` – miscellaneous files, everything that doesn't fit in anywhere else * `include/` – public header files, include this directory in projects that use the MUtilities library * `obj/` – object code files, intermediate files generated during the build process -* `res/` – resouce files, required for building the MUtilities library +* `res/` – resource files, required for building the MUtilities library * `src/` – source code files, required for building the MUtilities library (third-party code in `src/3rd_party/`) * `test/` – unit tests, based on Google Test framework * `tmp/` – temporary files, automatically generated during the build process @@ -37,7 +37,7 @@ Here is a minimal example on how to use the *MUtilities* library in your project * In order to use the *MUtilities* library in your project, your build environment must have already been set up for building Qt-based projects. Setting up Qt is *not* covered by this document. * Additionally, make sure that *MUtilities'* `include/` directory is contained in your "Additional Include Directories" and that the *MUtilities'* `bin/` directory is contained in your "Additional Library Directories". -* Finally, make sure that your project links against the `MUtils32-1.lib` library file. For each build configuration you have to pick the proper **.lib** file from the correspnding `bin///` directory! +* Finally, make sure that your project links against the `MUtils32-1.lib` library file. For each build configuration, pick the proper **.lib** file from the corresponding `bin///` directory! * If your projects intends to use the *MUtilities* library as a **static** library, then the macro `MUTILS_STATIC_LIB` *must* be added to your project's "Preprocessor Definitions". @@ -51,7 +51,7 @@ A fully-fledged documentation of the *MUtilities* programming interface (API) is This library is free software. It is released under the terms of the [*GNU Lesser General Public License (LGPL), Version 2.1*](https://www.gnu.org/licenses/lgpl-2.1.html). MUtilities - MuldeR's Utilities for Qt - Copyright (C) 2004-2016 LoRd_MuldeR . Some rights reserved. + Copyright (C) 2004-2023 LoRd_MuldeR . Some rights reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -70,6 +70,11 @@ This library is free software. It is released under the terms of the [*GNU Lesse # Acknowledgement +The following people have contributed in the development of the MUtilities library: + +* **John Buonagurio <>** + Support for Qt5 + The following third-party code is used in the MUtilities library: * **Keccak/SHA-3 Reference Implementation** @@ -77,7 +82,7 @@ The following third-party code is used in the MUtilities library: No Copyright / Dedicated to the Public Domain * **Natural Order String Comparison** - Copyright (C) 2000, 2004 by Martin Pool + Copyright (C) 2000, 2004 by Martin Pool <> Released under the zlib License * **Adler-32 Checksum Algorithm (from zlib)**