From 1f3b2accbde2ce6ac1553af702e59454d42d04e7 Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Wed, 7 Nov 2018 14:01:29 +0100 Subject: [PATCH] Fixed license header file (mistake on project name). --- src/org/april/hebdobot/bot/hooks/BadCommandHook.java | 8 ++++---- .../hebdobot/bot/hooks/CollectiveSubjectHook.java | 8 ++++---- src/org/april/hebdobot/bot/hooks/CommentHook.java | 8 ++++---- src/org/april/hebdobot/bot/hooks/CurrentHook.java | 8 ++++---- src/org/april/hebdobot/bot/hooks/DefaultHook.java | 8 ++++---- .../april/hebdobot/bot/hooks/FinishReviewHook.java | 8 ++++---- src/org/april/hebdobot/bot/hooks/HelloHook.java | 8 ++++---- .../april/hebdobot/bot/hooks/HelpByCommandHook.java | 8 ++++---- src/org/april/hebdobot/bot/hooks/HelpHook.java | 8 ++++---- src/org/april/hebdobot/bot/hooks/Hook.java | 11 ++++++----- src/org/april/hebdobot/bot/hooks/HookManager.java | 8 ++++---- .../hebdobot/bot/hooks/IndividualSubjectHook.java | 8 ++++---- src/org/april/hebdobot/bot/hooks/InputReviewHook.java | 8 ++++---- src/org/april/hebdobot/bot/hooks/LicenseHook.java | 8 ++++---- src/org/april/hebdobot/bot/hooks/MissingHook.java | 8 ++++---- src/org/april/hebdobot/bot/hooks/StartReviewHook.java | 8 ++++---- src/org/april/hebdobot/bot/hooks/StatsHook.java | 8 ++++---- src/org/april/hebdobot/bot/hooks/StatusHook.java | 8 ++++---- src/org/april/hebdobot/bot/hooks/ThanksHook.java | 8 ++++---- src/org/april/hebdobot/bot/hooks/VersionHook.java | 8 ++++---- 20 files changed, 82 insertions(+), 81 deletions(-) diff --git a/src/org/april/hebdobot/bot/hooks/BadCommandHook.java b/src/org/april/hebdobot/bot/hooks/BadCommandHook.java index dd2fb27..ec85191 100644 --- a/src/org/april/hebdobot/bot/hooks/BadCommandHook.java +++ b/src/org/april/hebdobot/bot/hooks/BadCommandHook.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2018 Christian Pierre MOMON * - * This file is part of (April) Ememem. + * This file is part of (April) Hebdobot. * - * Ememem is free software: you can redistribute it and/or modify + * Hebdobot is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Ememem is distributed in the hope that it will be useful, + * Hebdobot 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with Ememem. If not, see + * along with Hebdobot. If not, see */ package org.april.hebdobot.bot.hooks; diff --git a/src/org/april/hebdobot/bot/hooks/CollectiveSubjectHook.java b/src/org/april/hebdobot/bot/hooks/CollectiveSubjectHook.java index a534c8d..5435ded 100644 --- a/src/org/april/hebdobot/bot/hooks/CollectiveSubjectHook.java +++ b/src/org/april/hebdobot/bot/hooks/CollectiveSubjectHook.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2018 Christian Pierre MOMON * - * This file is part of (April) Ememem. + * This file is part of (April) Hebdobot. * - * Ememem is free software: you can redistribute it and/or modify + * Hebdobot is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Ememem is distributed in the hope that it will be useful, + * Hebdobot 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with Ememem. If not, see + * along with Hebdobot. If not, see */ package org.april.hebdobot.bot.hooks; diff --git a/src/org/april/hebdobot/bot/hooks/CommentHook.java b/src/org/april/hebdobot/bot/hooks/CommentHook.java index 268739e..eb20718 100644 --- a/src/org/april/hebdobot/bot/hooks/CommentHook.java +++ b/src/org/april/hebdobot/bot/hooks/CommentHook.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2018 Christian Pierre MOMON * - * This file is part of (April) Ememem. + * This file is part of (April) Hebdobot. * - * Ememem is free software: you can redistribute it and/or modify + * Hebdobot is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Ememem is distributed in the hope that it will be useful, + * Hebdobot 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with Ememem. If not, see + * along with Hebdobot. If not, see */ package org.april.hebdobot.bot.hooks; diff --git a/src/org/april/hebdobot/bot/hooks/CurrentHook.java b/src/org/april/hebdobot/bot/hooks/CurrentHook.java index a43b0eb..cb33b2b 100644 --- a/src/org/april/hebdobot/bot/hooks/CurrentHook.java +++ b/src/org/april/hebdobot/bot/hooks/CurrentHook.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2018 Christian Pierre MOMON * - * This file is part of (April) Ememem. + * This file is part of (April) Hebdobot. * - * Ememem is free software: you can redistribute it and/or modify + * Hebdobot is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Ememem is distributed in the hope that it will be useful, + * Hebdobot 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with Ememem. If not, see + * along with Hebdobot. If not, see */ package org.april.hebdobot.bot.hooks; diff --git a/src/org/april/hebdobot/bot/hooks/DefaultHook.java b/src/org/april/hebdobot/bot/hooks/DefaultHook.java index 45624ad..6ffaa78 100644 --- a/src/org/april/hebdobot/bot/hooks/DefaultHook.java +++ b/src/org/april/hebdobot/bot/hooks/DefaultHook.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2018 Christian Pierre MOMON * - * This file is part of (April) Ememem. + * This file is part of (April) Hebdobot. * - * Ememem is free software: you can redistribute it and/or modify + * Hebdobot is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Ememem is distributed in the hope that it will be useful, + * Hebdobot 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with Ememem. If not, see + * along with Hebdobot. If not, see */ package org.april.hebdobot.bot.hooks; diff --git a/src/org/april/hebdobot/bot/hooks/FinishReviewHook.java b/src/org/april/hebdobot/bot/hooks/FinishReviewHook.java index 2d12b43..66ecfda 100644 --- a/src/org/april/hebdobot/bot/hooks/FinishReviewHook.java +++ b/src/org/april/hebdobot/bot/hooks/FinishReviewHook.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2018 Christian Pierre MOMON * - * This file is part of (April) Ememem. + * This file is part of (April) Hebdobot. * - * Ememem is free software: you can redistribute it and/or modify + * Hebdobot is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Ememem is distributed in the hope that it will be useful, + * Hebdobot 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with Ememem. If not, see + * along with Hebdobot. If not, see */ package org.april.hebdobot.bot.hooks; diff --git a/src/org/april/hebdobot/bot/hooks/HelloHook.java b/src/org/april/hebdobot/bot/hooks/HelloHook.java index 59c2ba3..0bcd461 100644 --- a/src/org/april/hebdobot/bot/hooks/HelloHook.java +++ b/src/org/april/hebdobot/bot/hooks/HelloHook.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2018 Christian Pierre MOMON * - * This file is part of (April) Ememem. + * This file is part of (April) Hebdobot. * - * Ememem is free software: you can redistribute it and/or modify + * Hebdobot is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Ememem is distributed in the hope that it will be useful, + * Hebdobot 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with Ememem. If not, see + * along with Hebdobot. If not, see */ package org.april.hebdobot.bot.hooks; diff --git a/src/org/april/hebdobot/bot/hooks/HelpByCommandHook.java b/src/org/april/hebdobot/bot/hooks/HelpByCommandHook.java index 3454860..497b11b 100644 --- a/src/org/april/hebdobot/bot/hooks/HelpByCommandHook.java +++ b/src/org/april/hebdobot/bot/hooks/HelpByCommandHook.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2018 Christian Pierre MOMON * - * This file is part of (April) Ememem. + * This file is part of (April) Hebdobot. * - * Ememem is free software: you can redistribute it and/or modify + * Hebdobot is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Ememem is distributed in the hope that it will be useful, + * Hebdobot 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with Ememem. If not, see + * along with Hebdobot. If not, see */ package org.april.hebdobot.bot.hooks; diff --git a/src/org/april/hebdobot/bot/hooks/HelpHook.java b/src/org/april/hebdobot/bot/hooks/HelpHook.java index dc03eed..57436e4 100644 --- a/src/org/april/hebdobot/bot/hooks/HelpHook.java +++ b/src/org/april/hebdobot/bot/hooks/HelpHook.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2018 Christian Pierre MOMON * - * This file is part of (April) Ememem. + * This file is part of (April) Hebdobot. * - * Ememem is free software: you can redistribute it and/or modify + * Hebdobot is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Ememem is distributed in the hope that it will be useful, + * Hebdobot 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with Ememem. If not, see + * along with Hebdobot. If not, see */ package org.april.hebdobot.bot.hooks; diff --git a/src/org/april/hebdobot/bot/hooks/Hook.java b/src/org/april/hebdobot/bot/hooks/Hook.java index be665cf..adde590 100644 --- a/src/org/april/hebdobot/bot/hooks/Hook.java +++ b/src/org/april/hebdobot/bot/hooks/Hook.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2018 Christian Pierre MOMON * - * This file is part of (April) Ememem. + * This file is part of (April) Hebdobot. * - * Ememem is free software: you can redistribute it and/or modify + * Hebdobot is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Ememem is distributed in the hope that it will be useful, + * Hebdobot 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with Ememem. If not, see + * along with Hebdobot. If not, see */ package org.april.hebdobot.bot.hooks; @@ -26,6 +26,7 @@ import org.april.hebdobot.bot.Hebdobot; */ public abstract class Hook { + /** * Attempt process. * @@ -43,7 +44,7 @@ public abstract class Hook * the message * @return true, if successful * @throws HebdobotException - * the ememem exception + * the hebdobot exception */ public abstract boolean attemptProcess(Hebdobot bot, final String channel, final String sender, final String login, final String hostname, final String message) throws HebdobotException; diff --git a/src/org/april/hebdobot/bot/hooks/HookManager.java b/src/org/april/hebdobot/bot/hooks/HookManager.java index 0960522..ca18efc 100644 --- a/src/org/april/hebdobot/bot/hooks/HookManager.java +++ b/src/org/april/hebdobot/bot/hooks/HookManager.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2018 Christian Pierre MOMON * - * This file is part of (April) Ememem. + * This file is part of (April) Hebdobot. * - * Ememem is free software: you can redistribute it and/or modify + * Hebdobot is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Ememem is distributed in the hope that it will be useful, + * Hebdobot 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with Ememem. If not, see + * along with Hebdobot. If not, see */ package org.april.hebdobot.bot.hooks; diff --git a/src/org/april/hebdobot/bot/hooks/IndividualSubjectHook.java b/src/org/april/hebdobot/bot/hooks/IndividualSubjectHook.java index 4578f99..31f474d 100644 --- a/src/org/april/hebdobot/bot/hooks/IndividualSubjectHook.java +++ b/src/org/april/hebdobot/bot/hooks/IndividualSubjectHook.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2018 Christian Pierre MOMON * - * This file is part of (April) Ememem. + * This file is part of (April) Hebdobot. * - * Ememem is free software: you can redistribute it and/or modify + * Hebdobot is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Ememem is distributed in the hope that it will be useful, + * Hebdobot 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with Ememem. If not, see + * along with Hebdobot. If not, see */ package org.april.hebdobot.bot.hooks; diff --git a/src/org/april/hebdobot/bot/hooks/InputReviewHook.java b/src/org/april/hebdobot/bot/hooks/InputReviewHook.java index 3254ad4..39d4991 100644 --- a/src/org/april/hebdobot/bot/hooks/InputReviewHook.java +++ b/src/org/april/hebdobot/bot/hooks/InputReviewHook.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2018 Christian Pierre MOMON * - * This file is part of (April) Ememem. + * This file is part of (April) Hebdobot. * - * Ememem is free software: you can redistribute it and/or modify + * Hebdobot is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Ememem is distributed in the hope that it will be useful, + * Hebdobot 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with Ememem. If not, see + * along with Hebdobot. If not, see */ package org.april.hebdobot.bot.hooks; diff --git a/src/org/april/hebdobot/bot/hooks/LicenseHook.java b/src/org/april/hebdobot/bot/hooks/LicenseHook.java index efb0d3c..d56e58b 100644 --- a/src/org/april/hebdobot/bot/hooks/LicenseHook.java +++ b/src/org/april/hebdobot/bot/hooks/LicenseHook.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2018 Christian Pierre MOMON * - * This file is part of (April) Ememem. + * This file is part of (April) Hebdobot. * - * Ememem is free software: you can redistribute it and/or modify + * Hebdobot is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Ememem is distributed in the hope that it will be useful, + * Hebdobot 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with Ememem. If not, see + * along with Hebdobot. If not, see */ package org.april.hebdobot.bot.hooks; diff --git a/src/org/april/hebdobot/bot/hooks/MissingHook.java b/src/org/april/hebdobot/bot/hooks/MissingHook.java index 421c76b..db150eb 100644 --- a/src/org/april/hebdobot/bot/hooks/MissingHook.java +++ b/src/org/april/hebdobot/bot/hooks/MissingHook.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2018 Christian Pierre MOMON * - * This file is part of (April) Ememem. + * This file is part of (April) Hebdobot. * - * Ememem is free software: you can redistribute it and/or modify + * Hebdobot is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Ememem is distributed in the hope that it will be useful, + * Hebdobot 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with Ememem. If not, see + * along with Hebdobot. If not, see */ package org.april.hebdobot.bot.hooks; diff --git a/src/org/april/hebdobot/bot/hooks/StartReviewHook.java b/src/org/april/hebdobot/bot/hooks/StartReviewHook.java index 1287d3b..2cde865 100644 --- a/src/org/april/hebdobot/bot/hooks/StartReviewHook.java +++ b/src/org/april/hebdobot/bot/hooks/StartReviewHook.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2018 Christian Pierre MOMON * - * This file is part of (April) Ememem. + * This file is part of (April) Hebdobot. * - * Ememem is free software: you can redistribute it and/or modify + * Hebdobot is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Ememem is distributed in the hope that it will be useful, + * Hebdobot 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with Ememem. If not, see + * along with Hebdobot. If not, see */ package org.april.hebdobot.bot.hooks; diff --git a/src/org/april/hebdobot/bot/hooks/StatsHook.java b/src/org/april/hebdobot/bot/hooks/StatsHook.java index 9c682d4..76362c4 100644 --- a/src/org/april/hebdobot/bot/hooks/StatsHook.java +++ b/src/org/april/hebdobot/bot/hooks/StatsHook.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2018 Christian Pierre MOMON * - * This file is part of (April) Ememem. + * This file is part of (April) Hebdobot. * - * Ememem is free software: you can redistribute it and/or modify + * Hebdobot is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Ememem is distributed in the hope that it will be useful, + * Hebdobot 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with Ememem. If not, see + * along with Hebdobot. If not, see */ package org.april.hebdobot.bot.hooks; diff --git a/src/org/april/hebdobot/bot/hooks/StatusHook.java b/src/org/april/hebdobot/bot/hooks/StatusHook.java index 9dbef62..bda9c5b 100644 --- a/src/org/april/hebdobot/bot/hooks/StatusHook.java +++ b/src/org/april/hebdobot/bot/hooks/StatusHook.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2018 Christian Pierre MOMON * - * This file is part of (April) Ememem. + * This file is part of (April) Hebdobot. * - * Ememem is free software: you can redistribute it and/or modify + * Hebdobot is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Ememem is distributed in the hope that it will be useful, + * Hebdobot 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with Ememem. If not, see + * along with Hebdobot. If not, see */ package org.april.hebdobot.bot.hooks; diff --git a/src/org/april/hebdobot/bot/hooks/ThanksHook.java b/src/org/april/hebdobot/bot/hooks/ThanksHook.java index a31fbf4..51acc20 100644 --- a/src/org/april/hebdobot/bot/hooks/ThanksHook.java +++ b/src/org/april/hebdobot/bot/hooks/ThanksHook.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2018 Christian Pierre MOMON * - * This file is part of (April) Ememem. + * This file is part of (April) Hebdobot. * - * Ememem is free software: you can redistribute it and/or modify + * Hebdobot is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Ememem is distributed in the hope that it will be useful, + * Hebdobot 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with Ememem. If not, see + * along with Hebdobot. If not, see */ package org.april.hebdobot.bot.hooks; diff --git a/src/org/april/hebdobot/bot/hooks/VersionHook.java b/src/org/april/hebdobot/bot/hooks/VersionHook.java index 11f5411..50154c6 100644 --- a/src/org/april/hebdobot/bot/hooks/VersionHook.java +++ b/src/org/april/hebdobot/bot/hooks/VersionHook.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2018 Christian Pierre MOMON * - * This file is part of (April) Ememem. + * This file is part of (April) Hebdobot. * - * Ememem is free software: you can redistribute it and/or modify + * Hebdobot is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Ememem is distributed in the hope that it will be useful, + * Hebdobot 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with Ememem. If not, see + * along with Hebdobot. If not, see */ package org.april.hebdobot.bot.hooks;