From 0a80646371179f8a7a5c1f42c31ee1d44dcf6709 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Thu, 7 Jul 2022 16:06:19 -0700 Subject: [PATCH] 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 --- dart/lib/flat_buffers.dart | 4 ---- dart/test/flat_buffers_test.dart | 4 ---- 2 files changed, 8 deletions(-) diff --git a/dart/lib/flat_buffers.dart b/dart/lib/flat_buffers.dart index c69e01f18..8ce1ab907 100644 --- a/dart/lib/flat_buffers.dart +++ b/dart/lib/flat_buffers.dart @@ -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'; diff --git a/dart/test/flat_buffers_test.dart b/dart/test/flat_buffers_test.dart index 99a0e7c30..5298b1708 100644 --- a/dart/test/flat_buffers_test.dart +++ b/dart/test/flat_buffers_test.dart @@ -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;