11-19-2009 11:11 AM
When deploying applications using an .alx file, we have the ability to specify <copyright> tags to provide copyright information. Is there an equivalent property that can be added to a .jad file for use in OTA deployment? Or is the best way to do this to add the copyright information to the MIDlet-Description?
Thank you in advance!
Solved! Go to Solution.
11-23-2009 04:31 PM
There isn't a specific JAD file entry for copyright information. I recommend adding it to the description element like you suggested.
11-30-2009 06:16 PM
Thank you Mark!