Skip to content

Commit 280d253

Browse files
committed
Updated license header
1 parent 2136ea4 commit 280d253

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+45
-45
lines changed

src/main/java/dev/despical/commandframework/CommandArguments.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Command Framework - Annotation based command framework
3-
* Copyright (C) 2025 Berke Akçen
3+
* Copyright (C) 2026 Berke Akçen
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/main/java/dev/despical/commandframework/CommandFramework.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Command Framework - Annotation based command framework
3-
* Copyright (C) 2025 Berke Akçen
3+
* Copyright (C) 2026 Berke Akçen
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/main/java/dev/despical/commandframework/CommandHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Command Framework - Annotation based command framework
3-
* Copyright (C) 2025 Berke Akçen
3+
* Copyright (C) 2026 Berke Akçen
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/main/java/dev/despical/commandframework/CompleterHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Command Framework - Annotation based command framework
3-
* Copyright (C) 2025 Berke Akçen
3+
* Copyright (C) 2026 Berke Akçen
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/main/java/dev/despical/commandframework/Message.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Command Framework - Annotation based command framework
3-
* Copyright (C) 2025 Berke Akçen
3+
* Copyright (C) 2026 Berke Akçen
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/main/java/dev/despical/commandframework/annotations/Command.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Command Framework - Annotation based command framework
3-
* Copyright (C) 2025 Berke Akçen
3+
* Copyright (C) 2026 Berke Akçen
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/main/java/dev/despical/commandframework/annotations/Completer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Command Framework - Annotation based command framework
3-
* Copyright (C) 2025 Berke Akçen
3+
* Copyright (C) 2026 Berke Akçen
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/main/java/dev/despical/commandframework/annotations/Confirmation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Command Framework - Annotation based command framework
3-
* Copyright (C) 2025 Berke Akçen
3+
* Copyright (C) 2026 Berke Akçen
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/main/java/dev/despical/commandframework/annotations/Cooldown.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Command Framework - Annotation based command framework
3-
* Copyright (C) 2025 Berke Akçen
3+
* Copyright (C) 2026 Berke Akçen
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/main/java/dev/despical/commandframework/annotations/Default.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Command Framework - Annotation based command framework
3-
* Copyright (C) 2025 Berke Akçen
3+
* Copyright (C) 2026 Berke Akçen
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)