diff --git a/cmd/server/config.go b/cmd/server/config.go index aac1aea..712ab6e 100644 --- a/cmd/server/config.go +++ b/cmd/server/config.go @@ -1,19 +1,19 @@ /* diodemail - send-only smtp server * Copyright (c) 2024 Gnarwhal * - * This file is part of SSHare. + * This file is part of diodemail. * - * SSHare is free software: you can redistribute it and/or modify it under the terms of + * diodemail 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. * - * SSHare is distributed in the hope that it will be useful, but WITHOUT ANY + * diodemail 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 - * SSHare. If not, see . + * diodemail. If not, see . */ package main diff --git a/cmd/server/main.go b/cmd/server/main.go index e2de162..a9a7fdd 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -1,19 +1,19 @@ /* diodemail - send-only smtp server * Copyright (c) 2024 Gnarwhal * - * This file is part of SSHare. + * This file is part of diodemail. * - * SSHare is free software: you can redistribute it and/or modify it under the terms of + * diodemail 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. * - * SSHare is distributed in the hope that it will be useful, but WITHOUT ANY + * diodemail 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 - * SSHare. If not, see . + * diodemail. If not, see . */ package main diff --git a/smtp/commands.go b/smtp/commands.go index f183a6b..0ab403d 100644 --- a/smtp/commands.go +++ b/smtp/commands.go @@ -1,19 +1,19 @@ /* diodemail - send-only smtp server * Copyright (c) 2024 Gnarwhal * - * This file is part of SSHare. + * This file is part of diodemail. * - * SSHare is free software: you can redistribute it and/or modify it under the terms of + * diodemail 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. * - * SSHare is distributed in the hope that it will be useful, but WITHOUT ANY + * diodemail 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 - * SSHare. If not, see . + * diodemail. If not, see . */ package smtp diff --git a/smtp/parsers.go b/smtp/parsers.go index 9072c02..59dfebe 100644 --- a/smtp/parsers.go +++ b/smtp/parsers.go @@ -1,19 +1,19 @@ /* diodemail - send-only smtp server * Copyright (c) 2024 Gnarwhal * - * This file is part of SSHare. + * This file is part of diodemail. * - * SSHare is free software: you can redistribute it and/or modify it under the terms of + * diodemail 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. * - * SSHare is distributed in the hope that it will be useful, but WITHOUT ANY + * diodemail 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 - * SSHare. If not, see . + * diodemail. If not, see . */ package smtp diff --git a/smtp/parsers_test.go b/smtp/parsers_test.go index da50fc2..eaea343 100644 --- a/smtp/parsers_test.go +++ b/smtp/parsers_test.go @@ -1,19 +1,19 @@ /* diodemail - send-only smtp server * Copyright (c) 2024 Gnarwhal * - * This file is part of SSHare. + * This file is part of diodemail. * - * SSHare is free software: you can redistribute it and/or modify it under the terms of + * diodemail 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. * - * SSHare is distributed in the hope that it will be useful, but WITHOUT ANY + * diodemail 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 - * SSHare. If not, see . + * diodemail. If not, see . */ package smtp diff --git a/smtp/server.go b/smtp/server.go index e22c7c1..ac4f9d9 100644 --- a/smtp/server.go +++ b/smtp/server.go @@ -1,19 +1,19 @@ /* diodemail - send-only smtp server * Copyright (c) 2024 Gnarwhal * - * This file is part of SSHare. + * This file is part of diodemail. * - * SSHare is free software: you can redistribute it and/or modify it under the terms of + * diodemail 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. * - * SSHare is distributed in the hope that it will be useful, but WITHOUT ANY + * diodemail 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 - * SSHare. If not, see . + * diodemail. If not, see . */ package smtp diff --git a/smtp/session.go b/smtp/session.go index 5d36de9..55b84f0 100644 --- a/smtp/session.go +++ b/smtp/session.go @@ -1,19 +1,19 @@ /* diodemail - send-only smtp server * Copyright (c) 2024 Gnarwhal * - * This file is part of SSHare. + * This file is part of diodemail. * - * SSHare is free software: you can redistribute it and/or modify it under the terms of + * diodemail 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. * - * SSHare is distributed in the hope that it will be useful, but WITHOUT ANY + * diodemail 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 - * SSHare. If not, see . + * diodemail. If not, see . */ package smtp