forked from BigfootDev/flatbuffers
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:
@@ -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';
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user