From 5c4f7ca871e0ffa3fb6982d5b4d0a72901367f28 Mon Sep 17 00:00:00 2001 From: Pasha Radchenko Date: Thu, 27 Feb 2025 03:16:28 +0300 Subject: [PATCH] tests: add missing license info for reserved_keywords_as_struct_field_test.v (#23817) --- vlib/v/tests/reserved_keywords_as_struct_field_test.v | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vlib/v/tests/reserved_keywords_as_struct_field_test.v b/vlib/v/tests/reserved_keywords_as_struct_field_test.v index d08aed7f1..d0bac5568 100644 --- a/vlib/v/tests/reserved_keywords_as_struct_field_test.v +++ b/vlib/v/tests/reserved_keywords_as_struct_field_test.v @@ -1,3 +1,8 @@ +// reserved_keywords_as_struct_field_test.v +// Copyright (c) 2021 Pasha Radchenko . All rights reserved. +// Use of this source code is governed by an MIT license +// that can be found in the LICENSE file. + struct Empty {} // LLNode is struct which holds data and links -- 2.39.5