1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Udated copyright in plugins sources

This commit is contained in:
James Booth 2014-03-09 01:27:35 +00:00
parent 2c7f6c16aa
commit 3acec2b0be
24 changed files with 66 additions and 23 deletions

View File

@ -1,7 +1,7 @@
/*
* api.c
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
* Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
*
* This file is part of Profanity.
*

View File

@ -1,7 +1,7 @@
/*
* api.h
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
* Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
*
* This file is part of Profanity.
*

View File

@ -1,7 +1,7 @@
/*
* c_api.c
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
* Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
*
* This file is part of Profanity.
*

View File

@ -1,7 +1,7 @@
/*
* c_api.h
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
* Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
*
* This file is part of Profanity.
*

View File

@ -1,4 +1,25 @@
// FIXME on windows this might be a different header
/*
* c_plugins.c
*
* Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
*
* This file is part of Profanity.
*
* Profanity 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.
*
* Profanity 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 Profanity. If not, see <http://www.gnu.org/licenses/>.
*
*/
#include <dlfcn.h>
#include <stdlib.h>
#include <assert.h>

View File

@ -1,3 +1,25 @@
/*
* c_plugins.h
*
* Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
*
* This file is part of Profanity.
*
* Profanity 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.
*
* Profanity 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 Profanity. If not, see <http://www.gnu.org/licenses/>.
*
*/
#ifndef C_PLUGINS_H
#define C_PLUGINS_H

View File

@ -1,7 +1,7 @@
/*
* callbacks.c
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
* Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
*
* This file is part of Profanity.
*

View File

@ -1,7 +1,7 @@
/*
* callbacks.h
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
* Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
*
* This file is part of Profanity.
*

View File

@ -1,7 +1,7 @@
/*
* lua_api.c
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
* Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
*
* This file is part of Profanity.
*

View File

@ -1,7 +1,7 @@
/*
* lua_api.h
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
* Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
*
* This file is part of Profanity.
*

View File

@ -1,7 +1,7 @@
/*
* lua_plugins.c
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
* Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
*
* This file is part of Profanity.
*

View File

@ -1,7 +1,7 @@
/*
* lua_plugins.h
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
* Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
*
* This file is part of Profanity.
*

View File

@ -1,7 +1,7 @@
/*
* plugins.c
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
* Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
*
* This file is part of Profanity.
*

View File

@ -1,7 +1,7 @@
/*
* plugins.h
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
* Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
*
* This file is part of Profanity.
*

View File

@ -1,7 +1,7 @@
/*
* prof_api.c
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
* Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
*
* This file is part of Profanity.
*

View File

@ -1,7 +1,7 @@
/*
* prof_api.h
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
* Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
*
* This file is part of Profanity.
*

View File

@ -1,7 +1,7 @@
/*
* python_api.c
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
* Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
*
* This file is part of Profanity.
*

View File

@ -1,7 +1,7 @@
/*
* python_api.h
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
* Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
*
* This file is part of Profanity.
*

View File

@ -1,7 +1,7 @@
/*
* python_plugins.c
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
* Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
*
* This file is part of Profanity.
*

View File

@ -1,7 +1,7 @@
/*
* python_plugins.h
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
* Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
*
* This file is part of Profanity.
*

View File

@ -1,7 +1,7 @@
/*
* ruby_api.c
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
* Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
*
* This file is part of Profanity.
*

View File

@ -1,7 +1,7 @@
/*
* ruby_api.h
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
* Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
*
* This file is part of Profanity.
*

View File

@ -1,7 +1,7 @@
/*
* ruby_plugins.c
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
* Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
*
* This file is part of Profanity.
*

View File

@ -1,7 +1,7 @@
/*
* ruby_plugins.h
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
* Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
*
* This file is part of Profanity.
*