I am writing an open source project under the GNU GPL 2+ license, using the tools in the project that are distributed under the MIT license. This is, in fact, the framework itself, in which the project is developed and the individual modules with software code.
Is it possible and how to combine these two licenses?
In my projects I keep the LICENSE folder, which contains the original text of the GNU GPL 2+ license and its text in Russian. When you first start a project, the first thing I do is always display a window saying that the application is distributed under a license, the text of which can be viewed and "blah blah" ... In the libraries of my project it is also indicated that they are distributed under a license GNU GPL 2+.
Will it be enough to indicate in the same window, at the first launch of the project, that the program was written using such-and-such tools with the MIT license? Or should I supply each module that I use in the project with the header of the MIT license text?
I would like to clarify these points.