From 1eda23baac76d1e8368f5948faf767d3a5487421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Andr=C3=A9=20Vadla=20Ravn=C3=A5s?= Date: Fri, 23 Feb 2024 23:27:27 +0100 Subject: [PATCH] Ship it --- bindings/gumjs/gumquickprocess.h | 2 +- bindings/gumjs/gumv8process.h | 2 +- gum/gumstalker.c | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bindings/gumjs/gumquickprocess.h b/bindings/gumjs/gumquickprocess.h index 1cb8c2fbc6..dbe7ddfeef 100644 --- a/bindings/gumjs/gumquickprocess.h +++ b/bindings/gumjs/gumquickprocess.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Ole André Vadla Ravnås + * Copyright (C) 2020-2024 Ole André Vadla Ravnås * Copyright (C) 2023 Francesco Tamagni * * Licence: wxWindows Library Licence, Version 3.1 diff --git a/bindings/gumjs/gumv8process.h b/bindings/gumjs/gumv8process.h index 539899c686..3182d8e26f 100644 --- a/bindings/gumjs/gumv8process.h +++ b/bindings/gumjs/gumv8process.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2020 Ole André Vadla Ravnås + * Copyright (C) 2010-2024 Ole André Vadla Ravnås * Copyright (C) 2023 Francesco Tamagni * * Licence: wxWindows Library Licence, Version 3.1 diff --git a/gum/gumstalker.c b/gum/gumstalker.c index ecb107ec90..c7083d1121 100644 --- a/gum/gumstalker.c +++ b/gum/gumstalker.c @@ -560,4 +560,3 @@ gum_stalker_observer_switch_callback (GumStalkerObserver * observer, } #endif -