From 038598ac30de4257a1a1297649795a3b9c4d2f44 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Sun, 21 Jan 2024 17:53:18 +0900 Subject: [PATCH] build: remove copyright header in node.gni This file was missed in https://github.com/nodejs/node/pull/50694. --- node.gni | 5 ----- 1 file changed, 5 deletions(-) diff --git a/node.gni b/node.gni index 2be97a17a2f710..2445d09b8179a6 100644 --- a/node.gni +++ b/node.gni @@ -1,8 +1,3 @@ -# Copyright 2019 the V8 project authors. All rights reserved. -# Copyright 2023 Microsoft Inc. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - # This file is used by GN for building, which is NOT the build system used for # building official binaries. # Please take a look at node.gyp if you are making changes to build system.