From a3d497bf6ccc7141b66ada4b01a05068a09b31c3 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 29 Jul 2020 13:35:50 +0200 Subject: all: fix marking of auto-generated files Update the copyright checking script and more files for the standard convention of marking auto-generated files. --- executor/kvm.S.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor/kvm.S.h') diff --git a/executor/kvm.S.h b/executor/kvm.S.h index e0e325a3b..19b884ca0 100644 --- a/executor/kvm.S.h +++ b/executor/kvm.S.h @@ -1,4 +1,4 @@ -// AUTOGENERATED FILE +// Code generated by executor/kvm_gen.cc. DO NOT EDIT. const char kvm_asm16_cpl3[] = "\x0f\x20\xc0\x66\x83\xc8\x01\x0f\x22\xc0\xb8\xa0\x00\x0f\x00\xd8\xb8\x2b\x00\x8e\xd8\x8e\xc0\x8e\xe0\x8e\xe8\xbc\x00\x01\xc7\x06\x00\x01\x1d\xba\xc7\x06\x02\x01\x23\x00\xc7\x06\x04\x01\x00\x01\xc7\x06\x06\x01\x2b\x00\xcb"; const char kvm_asm32_paged[] = "\x0f\x20\xc0\x0d\x00\x00\x00\x80\x0f\x22\xc0"; const char kvm_asm32_vm86[] = "\x66\xb8\xb8\x00\x0f\x00\xd8\xea\x00\x00\x00\x00\xd0\x00"; -- cgit mrf-deployment