Fix references to LICENSE file (#7377)

* Fix references to LICENSE file

This was broken by https://github.com/google/flatbuffers/pull/7073

* Update flat_buffers_test.dart
This commit is contained in:
Ian Hickson
2022-07-07 16:06:19 -07:00
committed by GitHub
parent b9eea76a86
commit 0a80646371
2 changed files with 0 additions and 8 deletions

View File

@@ -1,7 +1,3 @@
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:collection';
import 'dart:convert';
import 'dart:math';

View File

@@ -1,7 +1,3 @@
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:typed_data';
import 'dart:io' as io;