From 0f221b2d5daab7479ed7fd44d3b3f05ff7781b5a Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Fri, 10 Jan 2025 13:29:25 -0800 Subject: [PATCH] add license fun --- pkgs/puppy/lib/src/constants.dart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/puppy/lib/src/constants.dart b/pkgs/puppy/lib/src/constants.dart index c1a32dd9..c8361ee0 100644 --- a/pkgs/puppy/lib/src/constants.dart +++ b/pkgs/puppy/lib/src/constants.dart @@ -1 +1,5 @@ +// 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. + const cmdName = 'puppy';