Skip to content

Commit

Permalink
license header fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
csells committed Feb 3, 2025
1 parent 35a5e1b commit 2e6bcfd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/dart_services/lib/src/generative_ai.dart
Original file line number Diff line number Diff line change
@@ -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 'dart:async';
import 'dart:io';

Expand Down
4 changes: 4 additions & 0 deletions pkgs/dart_services/test/genai_test.dart
Original file line number Diff line number Diff line change
@@ -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:dart_services/src/generative_ai.dart';
import 'package:test/test.dart';

Expand Down
4 changes: 4 additions & 0 deletions pkgs/dartpad_ui/lib/suggest_fix.dart
Original file line number Diff line number Diff line change
@@ -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:dartpad_shared/model.dart';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
Expand Down

0 comments on commit 2e6bcfd

Please sign in to comment.