From bdeb8114acdf6e567ec63690b8d7b539f1bd164d Mon Sep 17 00:00:00 2001 From: raghav-deepsource <71248328+raghav-deepsource@users.noreply.github.com> Date: Fri, 28 Jul 2023 00:39:15 +0530 Subject: [PATCH] Apply suggestions from code review Signed-off-by: raghav-deepsource <71248328+raghav-deepsource@users.noreply.github.com> --- src/main/java/spoon/annotations/Nullable.java | 2 +- src/main/java/spoon/reflect/factory/PackageFactory.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/spoon/annotations/Nullable.java b/src/main/java/spoon/annotations/Nullable.java index 084aad7ebb3..f87e31e04c7 100644 --- a/src/main/java/spoon/annotations/Nullable.java +++ b/src/main/java/spoon/annotations/Nullable.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: (MIT OR CECILL-C) * - * Copyright (C) 2006-2023 INRIA and contributors + * Copyright (C) 2006-2019 INRIA and contributors * * Spoon is available either under the terms of the MIT License (see LICENSE-MIT.txt) or the Cecill-C License (see LICENSE-CECILL-C.txt). You as the user are entitled to choose the terms under which to adopt Spoon. */ diff --git a/src/main/java/spoon/reflect/factory/PackageFactory.java b/src/main/java/spoon/reflect/factory/PackageFactory.java index 4d5b546d760..4437418e32c 100644 --- a/src/main/java/spoon/reflect/factory/PackageFactory.java +++ b/src/main/java/spoon/reflect/factory/PackageFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: (MIT OR CECILL-C) * - * Copyright (C) 2006-2023 INRIA and contributors + * Copyright (C) 2006-2019 INRIA and contributors * * Spoon is available either under the terms of the MIT License (see LICENSE-MIT.txt) or the Cecill-C License (see LICENSE-CECILL-C.txt). You as the user are entitled to choose the terms under which to adopt Spoon. */