You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using a command line tool written in Swift to check and maintain open source licenses in our project called Tribute. https://github.com/nicklockwood/Tribute
This library checks for a LICENSE file in the root of the third party libraries used in our application. If any are found, Tribute generates a JSON with the version/licensing info for each third party library.
Unlike all our other third party libraries, yours does not contain a LICENSE file but a COPYING file that contains this info.
Is it possible to also implement a LICENSE file that contains the licensing info on the root of the project?
The text was updated successfully, but these errors were encountered:
Hi,
We are using a command line tool written in Swift to check and maintain open source licenses in our project called Tribute.
https://github.com/nicklockwood/Tribute
This library checks for a LICENSE file in the root of the third party libraries used in our application. If any are found, Tribute generates a JSON with the version/licensing info for each third party library.
Unlike all our other third party libraries, yours does not contain a LICENSE file but a COPYING file that contains this info.
Is it possible to also implement a LICENSE file that contains the licensing info on the root of the project?
The text was updated successfully, but these errors were encountered: