Add missing license to adium plugin
This commit is contained in:
parent
cc03e5d059
commit
feff8675db
6 changed files with 90 additions and 42 deletions
|
@ -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 <Cocoa/Cocoa.h>
|
||||
#import <AdiumLibpurple/CBPurpleAccount.h>
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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 <Adium/AIPlugin.h>
|
||||
#import <AdiumLibpurple/AILibpurplePlugin.h>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 <Foundation/Foundation.h>
|
||||
#import <AdiumLibpurple/PurpleService.h>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue