[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:
Jason Simmons 2023-03-01 00:28:48 +00:00 committed by Commit Queue
parent c6181a003d
commit 9c50105dab
2 changed files with 0 additions and 8 deletions

View file

@ -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)

View file

@ -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)