mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
[js_runtime. js_dev_runtime] Remove redundant copyright notices
Change-Id: Id6d4c334420220a7008441e6cba139ad9674f9cd Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/286023 Commit-Queue: Jason Simmons <jsimmons@google.com> Reviewed-by: Stephen Adams <sra@google.com>
This commit is contained in:
parent
c6181a003d
commit
9c50105dab
2 changed files with 0 additions and 8 deletions
|
@ -31,10 +31,6 @@ int _min(int a, int b) => a < b ? a : b;
|
|||
/// Empty list used as an initializer for local variables in the `_BigIntImpl`.
|
||||
final _dummyList = new Uint16List(0);
|
||||
|
||||
// Copyright 2009 The Go Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
/*
|
||||
* Copyright (c) 2003-2005 Tom Wu
|
||||
* Copyright (c) 2012 Adam Singer (adam@solvr.io)
|
||||
|
|
|
@ -31,10 +31,6 @@ int _min(int a, int b) => a < b ? a : b;
|
|||
/// Empty list used as an initializer for local variables in the `_BigIntImpl`.
|
||||
final _dummyList = new Uint16List(0);
|
||||
|
||||
// Copyright 2009 The Go Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
/*
|
||||
* Copyright (c) 2003-2005 Tom Wu
|
||||
* Copyright (c) 2012 Adam Singer (adam@solvr.io)
|
||||
|
|
Loading…
Reference in a new issue