Sorry for a non-tech question. I've worked in a project using a ble module from nRF51 serie, and in this project we've implemented the suggested Nordic DFU profile described here (devzone.nordicsemi.com/.../a00081.html), the custom Nordic profile worked pretty well. I have a legacy device which uses a non-Nordic ble module, where I'd like to apply the same implementation I've done to the Nordic one, probably changing UUIDs only. My question: Is there any legal issue on reusing this DFU profile described by Nordic, keeping the same characteristics and attributes on a non-Nordic ble module?