mraleph / irhydra

Tool for displaying IR used by V8 and Dart VM optimizing compilers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix License info

vhf opened this issue · comments

A minor oversight here:

irhydra/COPYING

Line 190 in 8de3d5f

Copyright [yyyy] [name of copyright owner]

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.

// Copyright 2015 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
, you can see that here [...] are replaced with actual values.

Ok, thanks for the explanation.

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