From f599be379352c38a33805db111198c600a514fc9 Mon Sep 17 00:00:00 2001 From: Gabriel Terwesten Date: Tue, 13 Aug 2024 09:59:50 +0200 Subject: [PATCH] Add file header --- .../testfiles/dynamically_linked/src/dynamically_linked.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/native_toolchain_c/test/cbuilder/testfiles/dynamically_linked/src/dynamically_linked.c b/pkgs/native_toolchain_c/test/cbuilder/testfiles/dynamically_linked/src/dynamically_linked.c index 131f6c870..57d182bbb 100644 --- a/pkgs/native_toolchain_c/test/cbuilder/testfiles/dynamically_linked/src/dynamically_linked.c +++ b/pkgs/native_toolchain_c/test/cbuilder/testfiles/dynamically_linked/src/dynamically_linked.c @@ -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. + #include "add.h" int main() {