tslater2006 / esp32_flash_loader

Ghidra Loader for ESP32 Flash Dumps
20 stars 9 forks source link

Fork & Code Licensing question #6

Open saibotk opened 4 weeks ago

saibotk commented 4 weeks ago

Hey :wave:

I found this amazing project during my research and had to add some adjustments to support ESP32-C3 chips.

While doing so I refactored some parts and added some improvements through digging a bit deeper into the Application Image format.

Check out my up-to-date fork here: https://github.com/saibotk/ghidra-esp32-flash-loader

--

Sorry, I didn't mean to just do a shameless self-advertisement.

I want to properly license the project to use a valid open-source license. Ideally Apache-2, as that is what Espressif uses for their stuff and what Java projects in general use often.

Because this project currently has no license file it has all rights reserved. Thus, I wanted to ask if you can license this project or if you grant me permission to license your code contributions as Apache-2.

Since my fork also builds upon other forks, I want to ask all of you too for permission to license the code and your contributions under Apache-2.

@Ebiroll @austinc3030 @SpecialMike

Please let me know if you agree or have any comments or ideas :)

Sorry for the ping, and thank you all for your work!