From d9c346f47ad7ea591c51981549284eedf60e1fab Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Wed, 27 May 2026 15:38:00 -0400 Subject: [PATCH] [vector_math] Fix old license headers A couple of files had old `(c) Google` license header blocks, so failed the standardized license block check when I tried to turn it on. This fixes them. Enforcement will be a separate PR that turns on a bunch of repo tooling checks. --- packages/vector_math/benchmark/matrix4_tween_bench.dart | 6 +++--- packages/vector_math/lib/hash.dart | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/vector_math/benchmark/matrix4_tween_bench.dart b/packages/vector_math/benchmark/matrix4_tween_bench.dart index e8bed60..756147b 100644 --- a/packages/vector_math/benchmark/matrix4_tween_bench.dart +++ b/packages/vector_math/benchmark/matrix4_tween_bench.dart @@ -1,6 +1,6 @@ -// Copyright (c) 2019, Google Inc. 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. +// Copyright 2013 The Flutter Authors +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. import 'package:benchmark_harness/benchmark_harness.dart'; import 'package:vector_math/vector_math_64.dart'; diff --git a/packages/vector_math/lib/hash.dart b/packages/vector_math/lib/hash.dart index b98856d..458a264 100644 --- a/packages/vector_math/lib/hash.dart +++ b/packages/vector_math/lib/hash.dart @@ -1,6 +1,6 @@ -// Copyright (c) 2016, Google Inc. 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. +// Copyright 2013 The Flutter Authors +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. @Deprecated('Use Object.hashAll instead') library;