Skip to content

Commit

Permalink
Updated license header
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed Jan 23, 2024
1 parent 832156c commit 56da909
Show file tree
Hide file tree
Showing 11 changed files with 124 additions and 12 deletions.
5 changes: 3 additions & 2 deletions src/main/java/me/despical/commandframework/Command.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2021 - Despical
* Command Framework - Annotation based command framework
* Copyright (C) 2024 Berke Akçen
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -12,7 +13,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package me.despical.commandframework;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2021 - Despical
* Command Framework - Annotation based command framework
* Copyright (C) 2024 Berke Akçen
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -12,7 +13,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package me.despical.commandframework;
Expand Down
18 changes: 18 additions & 0 deletions src/main/java/me/despical/commandframework/CommandException.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* Command Framework - Annotation based command framework
* Copyright (C) 2024 Berke Akçen
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package me.despical.commandframework;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2021 - Despical
* Command Framework - Annotation based command framework
* Copyright (C) 2024 Berke Akçen
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -12,7 +13,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package me.despical.commandframework;
Expand Down
5 changes: 3 additions & 2 deletions src/main/java/me/despical/commandframework/Completer.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2021 - Despical
* Command Framework - Annotation based command framework
* Copyright (C) 2024 Berke Akçen
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -12,7 +13,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package me.despical.commandframework;
Expand Down
18 changes: 18 additions & 0 deletions src/main/java/me/despical/commandframework/CustomParameters.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* Command Framework - Annotation based command framework
* Copyright (C) 2024 Berke Akçen
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package me.despical.commandframework;

import java.lang.annotation.ElementType;
Expand Down
18 changes: 18 additions & 0 deletions src/main/java/me/despical/commandframework/NoCommandArguments.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* Command Framework - Annotation based command framework
* Copyright (C) 2024 Berke Akçen
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package me.despical.commandframework;

import java.lang.annotation.ElementType;
Expand Down
8 changes: 4 additions & 4 deletions src/main/java/me/despical/commandframework/utils/Utils.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Commons - Box of the common utilities.
* Copyright (C) 2023 Despical
* Command Framework - Annotation based command framework
* Copyright (C) 2024 Berke Akçen
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -9,11 +9,11 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package me.despical.commandframework.utils;
Expand Down
18 changes: 18 additions & 0 deletions src/main/java/me/despical/commandframework/utils/package-info.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* Command Framework - Annotation based command framework
* Copyright (C) 2024 Berke Akçen
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

/**
* This package is an internal utility package for the framework.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* Command Framework - Annotation based command framework
* Copyright (C) 2024 Berke Akçen
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package me.despical.commandframework.test;

import me.despical.commandframework.CommandFramework;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* Command Framework - Annotation based command framework
* Copyright (C) 2024 Berke Akçen
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package me.despical.commandframework.test;

import be.seeseemelk.mockbukkit.MockBukkit;
Expand Down

0 comments on commit 56da909

Please sign in to comment.