I'm proposing that we add a short copyright header to all emscripten sources. This helps us distinguish between our own emscripten code and imported third-party code (of which we have quite a bit). It also help to track the origin of files as they inevitably get copied around and reminds people using the code of the copyright.
I propose the following short version (loosely based on the short header found in the chromium sources). // Copyright 2018 The Emscripten Authors. All rights reserved. // Emscripten is available under two separate licenses, the MIT license and the // University of Illinois/NCSA Open Source License. Both these licenses can be // found in the LICENSE file. Thoughts? cheers, sam -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
