@Gurux13 said in Location Navigate x64:
There is no license attached to the source code, which makes it problematic to redistribute.
There is no specific LICENSE.txt file, but all the code has a header that includes:
//This program is free software; you can redistribute it and/or //modify it under the terms of the GNU General Public License //as published by the Free Software Foundation; either //version 2 of the License, or (at your option) any later version.and it’s basically modified files from the Notepad++ plugin template structure which also bear that notice. I’m not a legal expert, but I’m pretty sure you’re OK to clone the publicly available source code to your GitHub, make modifications and re-release so long as you don’t change the existing “license”.
Cheers.