diff --git a/telegram-adium/AdiumTelegramAccount.h b/telegram-adium/AdiumTelegramAccount.h index 540743d..7d9fe27 100644 --- a/telegram-adium/AdiumTelegramAccount.h +++ b/telegram-adium/AdiumTelegramAccount.h @@ -1,10 +1,18 @@ -// -// AdiumTelegramAccount.h -// telegram-adium -// -// Created by Matthias Jentsch on 06.09.14. -// Copyright (c) 2014 Matthias Jentsch. All rights reserved. -// +/** + * 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 2 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, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA + */ #import #import diff --git a/telegram-adium/AdiumTelegramAccount.m b/telegram-adium/AdiumTelegramAccount.m index ec90117..154664e 100644 --- a/telegram-adium/AdiumTelegramAccount.m +++ b/telegram-adium/AdiumTelegramAccount.m @@ -1,10 +1,18 @@ -// -// AdiumTelegramAccount.m -// telegram-adium -// -// Created by Matthias Jentsch on 06.09.14. -// Copyright (c) 2014 Matthias Jentsch. All rights reserved. -// +/** + * 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 2 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, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA + */ #import "AdiumTelegramAccount.h" diff --git a/telegram-adium/TelegramPlugin.h b/telegram-adium/TelegramPlugin.h index 7f5c848..cce5641 100644 --- a/telegram-adium/TelegramPlugin.h +++ b/telegram-adium/TelegramPlugin.h @@ -1,10 +1,18 @@ -// -// TelegramPlugin.h -// telegram-adium -// -// Created by Matthias Jentsch on 06.09.14. -// Copyright (c) 2014 Matthias Jentsch. All rights reserved. -// +/** + * 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 2 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, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA + */ #import #import diff --git a/telegram-adium/TelegramPlugin.m b/telegram-adium/TelegramPlugin.m index 9875ed5..10d4943 100644 --- a/telegram-adium/TelegramPlugin.m +++ b/telegram-adium/TelegramPlugin.m @@ -1,10 +1,18 @@ -// -// TelegramPlugin.m -// telegram-adium -// -// Created by Matthias Jentsch on 06.09.14. -// Copyright (c) 2014 Matthias Jentsch. All rights reserved. -// +/** + * 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 2 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, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA + */ #import "TelegramPlugin.h" #import "TelegramService.h" diff --git a/telegram-adium/TelegramService.h b/telegram-adium/TelegramService.h index bcda57b..2071314 100644 --- a/telegram-adium/TelegramService.h +++ b/telegram-adium/TelegramService.h @@ -1,10 +1,18 @@ -// -// TelegramService.h -// telegram-adium -// -// Created by Matthias Jentsch on 06.09.14. -// Copyright (c) 2014 Matthias Jentsch. All rights reserved. -// +/** + * 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 2 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, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA + */ #import #import diff --git a/telegram-adium/TelegramService.m b/telegram-adium/TelegramService.m index 61ddde4..c4ed743 100644 --- a/telegram-adium/TelegramService.m +++ b/telegram-adium/TelegramService.m @@ -1,10 +1,18 @@ -// -// TelegramService.m -// telegram-adium -// -// Created by Matthias Jentsch on 06.09.14. -// Copyright (c) 2014 Matthias Jentsch. All rights reserved. -// +/** + * 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 2 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, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA + */ #import "TelegramService.h" #import "AdiumTelegramAccount.h"