diff --git a/src/jmh/java/de/florianmichael/dietrichevents2/BenchmarkCaller.java b/src/jmh/java/de/florianmichael/dietrichevents2/BenchmarkCaller.java index cf9bd52..d37f014 100644 --- a/src/jmh/java/de/florianmichael/dietrichevents2/BenchmarkCaller.java +++ b/src/jmh/java/de/florianmichael/dietrichevents2/BenchmarkCaller.java @@ -1,6 +1,6 @@ /* * This file is part of DietrichEvents2 - https://github.com/FlorianMichael/DietrichEvents2 - * Copyright (C) 2023 FlorianMichael/EnZaXD and contributors + * Copyright (C) 2023-2024 FlorianMichael/EnZaXD and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/jmh/java/de/florianmichael/dietrichevents2/BenchmarkListener.java b/src/jmh/java/de/florianmichael/dietrichevents2/BenchmarkListener.java index 3863b6a..4886c45 100644 --- a/src/jmh/java/de/florianmichael/dietrichevents2/BenchmarkListener.java +++ b/src/jmh/java/de/florianmichael/dietrichevents2/BenchmarkListener.java @@ -1,12 +1,12 @@ /* * This file is part of DietrichEvents2 - https://github.com/FlorianMichael/DietrichEvents2 - * Copyright (C) 2023 FlorianMichael/EnZaXD and contributors + * Copyright (C) 2023-2024 FlorianMichael/EnZaXD and contributors * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/de/florianmichael/dietrichevents2/AbstractEvent.java b/src/main/java/de/florianmichael/dietrichevents2/AbstractEvent.java index 1207c6c..c6d5bce 100644 --- a/src/main/java/de/florianmichael/dietrichevents2/AbstractEvent.java +++ b/src/main/java/de/florianmichael/dietrichevents2/AbstractEvent.java @@ -1,6 +1,6 @@ /* * This file is part of DietrichEvents2 - https://github.com/FlorianMichael/DietrichEvents2 - * Copyright (C) 2023-2024 FlorianMichael/EnZaXD and contributors + * Copyright (C) 2023-2024 FlorianMichael/EnZaXD and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/de/florianmichael/dietrichevents2/BreakableEvent.java b/src/main/java/de/florianmichael/dietrichevents2/BreakableEvent.java index f426e3d..27c81d1 100644 --- a/src/main/java/de/florianmichael/dietrichevents2/BreakableEvent.java +++ b/src/main/java/de/florianmichael/dietrichevents2/BreakableEvent.java @@ -1,6 +1,6 @@ /* * This file is part of DietrichEvents2 - https://github.com/FlorianMichael/DietrichEvents2 - * Copyright (C) 2023-2024 FlorianMichael/EnZaXD and contributors + * Copyright (C) 2023-2024 FlorianMichael/EnZaXD and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/de/florianmichael/dietrichevents2/CancellableEvent.java b/src/main/java/de/florianmichael/dietrichevents2/CancellableEvent.java index df612cb..2d45829 100644 --- a/src/main/java/de/florianmichael/dietrichevents2/CancellableEvent.java +++ b/src/main/java/de/florianmichael/dietrichevents2/CancellableEvent.java @@ -1,6 +1,6 @@ /* * This file is part of DietrichEvents2 - https://github.com/FlorianMichael/DietrichEvents2 - * Copyright (C) 2023-2024 FlorianMichael/EnZaXD and contributors + * Copyright (C) 2023-2024 FlorianMichael/EnZaXD and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/de/florianmichael/dietrichevents2/DietrichEvents2.java b/src/main/java/de/florianmichael/dietrichevents2/DietrichEvents2.java index c8fe247..1ddec7a 100644 --- a/src/main/java/de/florianmichael/dietrichevents2/DietrichEvents2.java +++ b/src/main/java/de/florianmichael/dietrichevents2/DietrichEvents2.java @@ -1,12 +1,12 @@ /* * This file is part of DietrichEvents2 - https://github.com/FlorianMichael/DietrichEvents2 - * Copyright (C) 2023-2024 FlorianMichael/EnZaXD and contributors + * Copyright (C) 2023-2024 FlorianMichael/EnZaXD and contributors * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/de/florianmichael/dietrichevents2/Priorities.java b/src/main/java/de/florianmichael/dietrichevents2/Priorities.java index fd79b59..99bc158 100644 --- a/src/main/java/de/florianmichael/dietrichevents2/Priorities.java +++ b/src/main/java/de/florianmichael/dietrichevents2/Priorities.java @@ -1,6 +1,6 @@ /* * This file is part of DietrichEvents2 - https://github.com/FlorianMichael/DietrichEvents2 - * Copyright (C) 2023-2024 FlorianMichael/EnZaXD and contributors + * Copyright (C) 2023-2024 FlorianMichael/EnZaXD and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/de/florianmichael/dietrichevents2/StateTypes.java b/src/main/java/de/florianmichael/dietrichevents2/StateTypes.java index 9e31e1d..029eecd 100644 --- a/src/main/java/de/florianmichael/dietrichevents2/StateTypes.java +++ b/src/main/java/de/florianmichael/dietrichevents2/StateTypes.java @@ -1,6 +1,6 @@ /* * This file is part of DietrichEvents2 - https://github.com/FlorianMichael/DietrichEvents2 - * Copyright (C) 2023-2024 FlorianMichael/EnZaXD and contributors + * Copyright (C) 2023-2024 FlorianMichael/EnZaXD and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.