From 31caf599366db5789c54ad8a7919cb47c3bf7ff2 Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 16 Oct 2024 11:03:10 +0200 Subject: [PATCH] Add license to example file --- pkgs/logging/example/main.dart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/logging/example/main.dart b/pkgs/logging/example/main.dart index e40d27be..b565c3c1 100644 --- a/pkgs/logging/example/main.dart +++ b/pkgs/logging/example/main.dart @@ -1,3 +1,7 @@ +// Copyright (c) 2024, 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:logging/logging.dart'; final log = Logger('ExampleLogger');