From 9e9768c89df3a2b9da747ca975b77fb6f087e7b5 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Wed, 14 Sep 2022 21:06:22 +0000 Subject: [PATCH] Simplify the license situation There's no LICENSE file that mentions the Go authors in this repository, but since this code is covered by the CLA we can just move the name to the AUTHORS file and rely on the existing statement that references the Dart LICENSE file. Change-Id: I3e8e04ef39e7ed6de0134cc33bf8a22e3d33389b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/250792 Commit-Queue: Michael Thomsen Reviewed-by: Michael Thomsen --- AUTHORS | 1 + sdk/lib/_internal/vm/lib/bigint_patch.dart | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index 8c4e5d7e66b..6a6a41e28ba 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,6 +5,7 @@ Google Inc. The V8 project authors +The Go Authors Arm Ltd. <*@arm.com> Ola Martin Bini diff --git a/sdk/lib/_internal/vm/lib/bigint_patch.dart b/sdk/lib/_internal/vm/lib/bigint_patch.dart index affdfebe55b..79482eb1574 100644 --- a/sdk/lib/_internal/vm/lib/bigint_patch.dart +++ b/sdk/lib/_internal/vm/lib/bigint_patch.dart @@ -4,10 +4,6 @@ // part of dart.core; -// 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)