Skip to content

Commit

Permalink
add file copyright (#3164)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew authored Mar 3, 2025
1 parent 27d6200 commit 1187c07
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/dartpad_ui/lib/enable_gen_ai.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
// turn on or off gen-ai features in the client
// 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.

// Turn on or off gen-ai features in the client.
const bool genAiEnabled = false;

0 comments on commit 1187c07

Please sign in to comment.