What to list in Legal Notices

We are creating our first Ionic app (v4). It will be available on both app stores. I want to make sure we provide all the correct legal notifications, and I have the Ionic MIT notice (https://github.com/ionic-team/ionic/blob/master/LICENSE). Do I need to include license info for any other library that Ionic may use in the app, such as Angular, Cordova, etc.? If so, how can I discover all the libraries that need I need to acknowledge?

thanks,
Rick

I am not a lawyer and I’m not qualified to give legal advice

I’d check out this site and consult any one your know with legal experience.

https://opensource.org/licenses/MIT

From the look of things, I don’t think you need to notify people but, again, I’m not a lawyer :smile:

Thanks, @mhartington. I am including the MIT license for use of our software, but I don’t know what notices or acknowledgements I need to include for software that gets included in an Ionic app. I know that Ionic uses Angular, Ionic icons, Capacitor (or Cordova), etc. There are a lot of libraries listed in my ‘npm list’ that are required, but I don’t know if any of them need to be acknowledged or listed, etc. That’s what I’m looking for.

Thanks,
Rick