From 9e00209b92fda76abfacd006ddac2cea9c2a2dcc Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Fri, 10 Jan 2025 13:14:16 -0800 Subject: [PATCH] fix licence things --- pkgs/puppy/bin/puppy.dart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/puppy/bin/puppy.dart b/pkgs/puppy/bin/puppy.dart index 100da2b2..450ac0ca 100755 --- a/pkgs/puppy/bin/puppy.dart +++ b/pkgs/puppy/bin/puppy.dart @@ -1,3 +1,7 @@ +// Copyright (c) 2025, 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 'package:args/command_runner.dart'; import 'package:puppy/src/map_command.dart';