Skip to content

Commit

Permalink
Add license to example
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Dec 9, 2024
1 parent 19386a7 commit b6a4eeb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/http_multi_server/example/main.dart
Original file line number Diff line number Diff line change
@@ -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:http_multi_server/http_multi_server.dart';
import 'package:shelf/shelf.dart' as shelf;
import 'package:shelf/shelf_io.dart' as shelf_io;
Expand Down

0 comments on commit b6a4eeb

Please sign in to comment.