From 7f832286b6f1d48d290e7862b96a38f7a10386db Mon Sep 17 00:00:00 2001 From: Karol Jakusz-Gostomski Date: Wed, 9 Oct 2024 18:17:02 +0200 Subject: [PATCH] integer-overflow - copyright --- syscallf/syscall_linux.go | 5 ++--- syscallf/zsyscall_linux_386.go | 4 ++-- syscallf/zsyscall_linux_amd64.go | 4 ++-- syscallf/zsyscall_linux_arm.go | 4 ++-- syscallf/zsyscall_linux_arm64.go | 4 ++-- syscallf/zsyscall_linux_loong64.go | 4 ++-- syscallf/zsyscall_linux_mips.go | 4 ++-- syscallf/zsyscall_linux_mips64.go | 4 ++-- syscallf/zsyscall_linux_mips64le.go | 4 ++-- syscallf/zsyscall_linux_mipsle.go | 4 ++-- syscallf/zsyscall_linux_ppc64.go | 4 ++-- syscallf/zsyscall_linux_ppc64le.go | 4 ++-- syscallf/zsyscall_linux_riscv64.go | 4 ++-- syscallf/zsyscall_linux_s390x.go | 4 ++-- 14 files changed, 28 insertions(+), 29 deletions(-) diff --git a/syscallf/syscall_linux.go b/syscallf/syscall_linux.go index 3d71ae1..84396a4 100644 --- a/syscallf/syscall_linux.go +++ b/syscallf/syscall_linux.go @@ -1,6 +1,5 @@ -// Copyright 2009 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. +// Copyright 2009 The Go Authors. +// based on golang's syscall.InotifyRmWatch package syscallf diff --git a/syscallf/zsyscall_linux_386.go b/syscallf/zsyscall_linux_386.go index 4733e90..ad86c56 100644 --- a/syscallf/zsyscall_linux_386.go +++ b/syscallf/zsyscall_linux_386.go @@ -1,5 +1,5 @@ -// mksyscall.pl -l32 -tags linux,386 syscall_linux.go syscall_linux_386.go -// Code generated by the command above; DO NOT EDIT. +// Copyright 2009 The Go Authors. +// based on golang's syscall.InotifyRmWatch //go:build linux && 386 diff --git a/syscallf/zsyscall_linux_amd64.go b/syscallf/zsyscall_linux_amd64.go index 80856cf..84183b2 100644 --- a/syscallf/zsyscall_linux_amd64.go +++ b/syscallf/zsyscall_linux_amd64.go @@ -1,5 +1,5 @@ -// mksyscall.pl -tags linux,amd64 syscall_linux.go syscall_linux_amd64.go -// Code generated by the command above; DO NOT EDIT. +// Copyright 2009 The Go Authors. +// based on golang's syscall.InotifyRmWatch //go:build linux && amd64 diff --git a/syscallf/zsyscall_linux_arm.go b/syscallf/zsyscall_linux_arm.go index bca86a0..52cb605 100644 --- a/syscallf/zsyscall_linux_arm.go +++ b/syscallf/zsyscall_linux_arm.go @@ -1,5 +1,5 @@ -// mksyscall.pl -l32 -arm -tags linux,arm syscall_linux.go syscall_linux_arm.go -// Code generated by the command above; DO NOT EDIT. +// Copyright 2009 The Go Authors. +// based on golang's syscall.InotifyRmWatch //go:build linux && arm diff --git a/syscallf/zsyscall_linux_arm64.go b/syscallf/zsyscall_linux_arm64.go index d579422..6c5c92d 100644 --- a/syscallf/zsyscall_linux_arm64.go +++ b/syscallf/zsyscall_linux_arm64.go @@ -1,5 +1,5 @@ -// mksyscall.pl -tags linux,arm64 syscall_linux.go syscall_linux_arm64.go -// Code generated by the command above; DO NOT EDIT. +// Copyright 2009 The Go Authors. +// based on golang's syscall.InotifyRmWatch //go:build linux && arm64 diff --git a/syscallf/zsyscall_linux_loong64.go b/syscallf/zsyscall_linux_loong64.go index 1ffe990..2ece2f5 100644 --- a/syscallf/zsyscall_linux_loong64.go +++ b/syscallf/zsyscall_linux_loong64.go @@ -1,5 +1,5 @@ -// mksyscall.pl -tags linux,loong64 syscall_linux.go syscall_linux_loong64.go -// Code generated by the command above; DO NOT EDIT. +// Copyright 2009 The Go Authors. +// based on golang's syscall.InotifyRmWatch //go:build linux && loong64 diff --git a/syscallf/zsyscall_linux_mips.go b/syscallf/zsyscall_linux_mips.go index 37b8003..581e135 100644 --- a/syscallf/zsyscall_linux_mips.go +++ b/syscallf/zsyscall_linux_mips.go @@ -1,5 +1,5 @@ -// mksyscall.pl -b32 -arm -tags linux,mips syscall_linux.go syscall_linux_mipsx.go -// Code generated by the command above; DO NOT EDIT. +// Copyright 2009 The Go Authors. +// based on golang's syscall.InotifyRmWatch //go:build linux && mips diff --git a/syscallf/zsyscall_linux_mips64.go b/syscallf/zsyscall_linux_mips64.go index a85aa46..61efe89 100644 --- a/syscallf/zsyscall_linux_mips64.go +++ b/syscallf/zsyscall_linux_mips64.go @@ -1,5 +1,5 @@ -// mksyscall.pl -tags linux,mips64 syscall_linux.go syscall_linux_mips64x.go -// Code generated by the command above; DO NOT EDIT. +// Copyright 2009 The Go Authors. +// based on golang's syscall.InotifyRmWatch //go:build linux && mips64 diff --git a/syscallf/zsyscall_linux_mips64le.go b/syscallf/zsyscall_linux_mips64le.go index cf4b235..69c4a54 100644 --- a/syscallf/zsyscall_linux_mips64le.go +++ b/syscallf/zsyscall_linux_mips64le.go @@ -1,5 +1,5 @@ -// mksyscall.pl -tags linux,mips64le syscall_linux.go syscall_linux_mips64x.go -// Code generated by the command above; DO NOT EDIT. +// Copyright 2009 The Go Authors. +// based on golang's syscall.InotifyRmWatch //go:build linux && mips64le diff --git a/syscallf/zsyscall_linux_mipsle.go b/syscallf/zsyscall_linux_mipsle.go index 8ed7d6d..4b9ed0a 100644 --- a/syscallf/zsyscall_linux_mipsle.go +++ b/syscallf/zsyscall_linux_mipsle.go @@ -1,5 +1,5 @@ -// mksyscall.pl -l32 -arm -tags linux,mipsle syscall_linux.go syscall_linux_mipsx.go -// Code generated by the command above; DO NOT EDIT. +// Copyright 2009 The Go Authors. +// based on golang's syscall.InotifyRmWatch //go:build linux && mipsle diff --git a/syscallf/zsyscall_linux_ppc64.go b/syscallf/zsyscall_linux_ppc64.go index 5c81140..743f24a 100644 --- a/syscallf/zsyscall_linux_ppc64.go +++ b/syscallf/zsyscall_linux_ppc64.go @@ -1,5 +1,5 @@ -// mksyscall.pl -tags linux,ppc64 syscall_linux.go syscall_linux_ppc64x.go -// Code generated by the command above; DO NOT EDIT. +// Copyright 2009 The Go Authors. +// based on golang's syscall.InotifyRmWatch //go:build linux && ppc64 diff --git a/syscallf/zsyscall_linux_ppc64le.go b/syscallf/zsyscall_linux_ppc64le.go index cba41de..ba8f470 100644 --- a/syscallf/zsyscall_linux_ppc64le.go +++ b/syscallf/zsyscall_linux_ppc64le.go @@ -1,5 +1,5 @@ -// mksyscall.pl -tags linux,ppc64le syscall_linux.go syscall_linux_ppc64x.go -// Code generated by the command above; DO NOT EDIT. +// Copyright 2009 The Go Authors. +// based on golang's syscall.InotifyRmWatch //go:build linux && ppc64le diff --git a/syscallf/zsyscall_linux_riscv64.go b/syscallf/zsyscall_linux_riscv64.go index 2d18819..6c7bc4b 100644 --- a/syscallf/zsyscall_linux_riscv64.go +++ b/syscallf/zsyscall_linux_riscv64.go @@ -1,5 +1,5 @@ -// mksyscall.pl -tags linux,riscv64 syscall_linux.go syscall_linux_riscv64.go -// Code generated by the command above; DO NOT EDIT. +// Copyright 2009 The Go Authors. +// based on golang's syscall.InotifyRmWatch //go:build linux && riscv64 diff --git a/syscallf/zsyscall_linux_s390x.go b/syscallf/zsyscall_linux_s390x.go index e9bbd23..6e8e60e 100644 --- a/syscallf/zsyscall_linux_s390x.go +++ b/syscallf/zsyscall_linux_s390x.go @@ -1,5 +1,5 @@ -// mksyscall.pl -tags linux,s390x syscall_linux.go syscall_linux_s390x.go -// Code generated by the command above; DO NOT EDIT. +// Copyright 2009 The Go Authors. +// based on golang's syscall.InotifyRmWatch //go:build linux && s390x