Skip to content

Commit

Permalink
corrected license header position (#8820)
Browse files Browse the repository at this point in the history
  • Loading branch information
mossmana authored Jan 29, 2025
1 parent 80bbb54 commit 8f47822
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tool/build_release.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Copyright 2025 The Flutter Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
#!/bin/bash

# TODO(kenz): delete this script once we can confirm it is not used in the
# Dart SDK or in infra tooling.

# Copyright 2019 The Chromium Authors. All rights reserved.
# Copyright 2025 The Flutter Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.

# Contains a path to this script, relative to the directory it was called from.
RELATIVE_PATH_TO_SCRIPT="${BASH_SOURCE[0]}"
Expand Down

0 comments on commit 8f47822

Please sign in to comment.