mraleph / irhydra

Tool for displaying IR used by V8 and Dart VM optimizing compilers
Apache License 2.0
434 stars 32 forks source link

Fix License info #51

Closed vhf closed 8 years ago

vhf commented 8 years ago

A minor oversight here: https://github.com/mraleph/irhydra/blob/8de3d5fd748c0ecc3cc3669a66d0e05decc38975/COPYING#L190

mraleph commented 8 years ago

There is no oversight. This should be read in context, starting at line 179. This is a boilerplate that should be used. "Instantiated" version of this boilerplate can be seen in any *.dart file: e.g. https://github.com/mraleph/irhydra/blob/8de3d5fd748c0ecc3cc3669a66d0e05decc38975/irhydra/build.dart#L1-L13, you can see that here [...] are replaced with actual values.

vhf commented 8 years ago

Ok, thanks for the explanation.

I only spent time in hydra.dart and didn't check the other .dart, sorry for the issue.