diff --git a/src/plugins/api.c b/src/plugins/api.c index fbf4945d..9b9c55c6 100644 --- a/src/plugins/api.c +++ b/src/plugins/api.c @@ -1,7 +1,7 @@ /* * api.c * - * Copyright (C) 2012, 2013 James Booth + * Copyright (C) 2012 - 2014 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/api.h b/src/plugins/api.h index 9fece222..baf5b0c2 100644 --- a/src/plugins/api.h +++ b/src/plugins/api.h @@ -1,7 +1,7 @@ /* * api.h * - * Copyright (C) 2012, 2013 James Booth + * Copyright (C) 2012 - 2014 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/c_api.c b/src/plugins/c_api.c index 844a5a92..f01712b4 100644 --- a/src/plugins/c_api.c +++ b/src/plugins/c_api.c @@ -1,7 +1,7 @@ /* * c_api.c * - * Copyright (C) 2012, 2013 James Booth + * Copyright (C) 2012 - 2014 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/c_api.h b/src/plugins/c_api.h index 61be2564..03019355 100644 --- a/src/plugins/c_api.h +++ b/src/plugins/c_api.h @@ -1,7 +1,7 @@ /* * c_api.h * - * Copyright (C) 2012, 2013 James Booth + * Copyright (C) 2012 - 2014 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/c_plugins.c b/src/plugins/c_plugins.c index efa8cbb3..20e50a13 100644 --- a/src/plugins/c_plugins.c +++ b/src/plugins/c_plugins.c @@ -1,4 +1,25 @@ -// FIXME on windows this might be a different header +/* + * c_plugins.c + * + * Copyright (C) 2012 - 2014 James Booth + * + * 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 . + * + */ + #include #include #include diff --git a/src/plugins/c_plugins.h b/src/plugins/c_plugins.h index d026ad5b..ce9d4ee9 100644 --- a/src/plugins/c_plugins.h +++ b/src/plugins/c_plugins.h @@ -1,3 +1,25 @@ +/* + * c_plugins.h + * + * Copyright (C) 2012 - 2014 James Booth + * + * 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 . + * + */ + #ifndef C_PLUGINS_H #define C_PLUGINS_H diff --git a/src/plugins/callbacks.c b/src/plugins/callbacks.c index 682179b9..8b1f3e98 100644 --- a/src/plugins/callbacks.c +++ b/src/plugins/callbacks.c @@ -1,7 +1,7 @@ /* * callbacks.c * - * Copyright (C) 2012, 2013 James Booth + * Copyright (C) 2012 - 2014 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/callbacks.h b/src/plugins/callbacks.h index 95334a81..8cd940f3 100644 --- a/src/plugins/callbacks.h +++ b/src/plugins/callbacks.h @@ -1,7 +1,7 @@ /* * callbacks.h * - * Copyright (C) 2012, 2013 James Booth + * Copyright (C) 2012 - 2014 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/lua_api.c b/src/plugins/lua_api.c index 25f1f577..14d46453 100644 --- a/src/plugins/lua_api.c +++ b/src/plugins/lua_api.c @@ -1,7 +1,7 @@ /* * lua_api.c * - * Copyright (C) 2012, 2013 James Booth + * Copyright (C) 2012 - 2014 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/lua_api.h b/src/plugins/lua_api.h index 0c0fcee9..d5ecfd7f 100644 --- a/src/plugins/lua_api.h +++ b/src/plugins/lua_api.h @@ -1,7 +1,7 @@ /* * lua_api.h * - * Copyright (C) 2012, 2013 James Booth + * Copyright (C) 2012 - 2014 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/lua_plugins.c b/src/plugins/lua_plugins.c index 3d88e2cf..f0f2a342 100644 --- a/src/plugins/lua_plugins.c +++ b/src/plugins/lua_plugins.c @@ -1,7 +1,7 @@ /* * lua_plugins.c * - * Copyright (C) 2012, 2013 James Booth + * Copyright (C) 2012 - 2014 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/lua_plugins.h b/src/plugins/lua_plugins.h index 27342866..bbc49e1a 100644 --- a/src/plugins/lua_plugins.h +++ b/src/plugins/lua_plugins.h @@ -1,7 +1,7 @@ /* * lua_plugins.h * - * Copyright (C) 2012, 2013 James Booth + * Copyright (C) 2012 - 2014 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/plugins.c b/src/plugins/plugins.c index 6cb1f500..0124f0f4 100644 --- a/src/plugins/plugins.c +++ b/src/plugins/plugins.c @@ -1,7 +1,7 @@ /* * plugins.c * - * Copyright (C) 2012, 2013 James Booth + * Copyright (C) 2012 - 2014 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/plugins.h b/src/plugins/plugins.h index 39e3af41..66a4ea47 100644 --- a/src/plugins/plugins.h +++ b/src/plugins/plugins.h @@ -1,7 +1,7 @@ /* * plugins.h * - * Copyright (C) 2012, 2013 James Booth + * Copyright (C) 2012 - 2014 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/profapi.c b/src/plugins/profapi.c index 2bbb6550..e4586f43 100644 --- a/src/plugins/profapi.c +++ b/src/plugins/profapi.c @@ -1,7 +1,7 @@ /* * prof_api.c * - * Copyright (C) 2012, 2013 James Booth + * Copyright (C) 2012 - 2014 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/profapi.h b/src/plugins/profapi.h index 271fe599..6ecc252e 100644 --- a/src/plugins/profapi.h +++ b/src/plugins/profapi.h @@ -1,7 +1,7 @@ /* * prof_api.h * - * Copyright (C) 2012, 2013 James Booth + * Copyright (C) 2012 - 2014 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/python_api.c b/src/plugins/python_api.c index 1fd7bd51..97113c55 100644 --- a/src/plugins/python_api.c +++ b/src/plugins/python_api.c @@ -1,7 +1,7 @@ /* * python_api.c * - * Copyright (C) 2012, 2013 James Booth + * Copyright (C) 2012 - 2014 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/python_api.h b/src/plugins/python_api.h index 89fc9f64..c4d90eb3 100644 --- a/src/plugins/python_api.h +++ b/src/plugins/python_api.h @@ -1,7 +1,7 @@ /* * python_api.h * - * Copyright (C) 2012, 2013 James Booth + * Copyright (C) 2012 - 2014 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/python_plugins.c b/src/plugins/python_plugins.c index 0b9500cf..be82417d 100644 --- a/src/plugins/python_plugins.c +++ b/src/plugins/python_plugins.c @@ -1,7 +1,7 @@ /* * python_plugins.c * - * Copyright (C) 2012, 2013 James Booth + * Copyright (C) 2012 - 2014 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/python_plugins.h b/src/plugins/python_plugins.h index f1894105..fe821c76 100644 --- a/src/plugins/python_plugins.h +++ b/src/plugins/python_plugins.h @@ -1,7 +1,7 @@ /* * python_plugins.h * - * Copyright (C) 2012, 2013 James Booth + * Copyright (C) 2012 - 2014 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/ruby_api.c b/src/plugins/ruby_api.c index e5be730c..fc53e58e 100644 --- a/src/plugins/ruby_api.c +++ b/src/plugins/ruby_api.c @@ -1,7 +1,7 @@ /* * ruby_api.c * - * Copyright (C) 2012, 2013 James Booth + * Copyright (C) 2012 - 2014 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/ruby_api.h b/src/plugins/ruby_api.h index cc5e0026..507ed578 100644 --- a/src/plugins/ruby_api.h +++ b/src/plugins/ruby_api.h @@ -1,7 +1,7 @@ /* * ruby_api.h * - * Copyright (C) 2012, 2013 James Booth + * Copyright (C) 2012 - 2014 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/ruby_plugins.c b/src/plugins/ruby_plugins.c index 98bf8114..69c60120 100644 --- a/src/plugins/ruby_plugins.c +++ b/src/plugins/ruby_plugins.c @@ -1,7 +1,7 @@ /* * ruby_plugins.c * - * Copyright (C) 2012, 2013 James Booth + * Copyright (C) 2012 - 2014 James Booth * * This file is part of Profanity. * diff --git a/src/plugins/ruby_plugins.h b/src/plugins/ruby_plugins.h index 591f87d5..b8bac4b9 100644 --- a/src/plugins/ruby_plugins.h +++ b/src/plugins/ruby_plugins.h @@ -1,7 +1,7 @@ /* * ruby_plugins.h * - * Copyright (C) 2012, 2013 James Booth + * Copyright (C) 2012 - 2014 James Booth * * This file is part of Profanity. *