From eebe9ab0bc726fbd503577bdc2df7e44b13b8609 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Wed, 24 Jan 2024 11:11:08 +0900 Subject: [PATCH] build: remove copyright header in node.gni This file was missed in https://github.com/nodejs/node/pull/50694. PR-URL: https://github.com/nodejs/node/pull/51535 Reviewed-By: Luigi Pinca Reviewed-By: Marco Ippolito Reviewed-By: Yagiz Nizipli --- 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.