Updated copyright

This commit is contained in:
James Booth
2014-03-09 01:18:19 +00:00
parent a198c9e873
commit 26726b207a
79 changed files with 118 additions and 142 deletions

View File

@@ -1,3 +1,24 @@
/*
* bookmark.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 <assert.h>
#include <stdio.h>

View File

@@ -1,3 +1,24 @@
/*
* bookmark.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 XMPP_BOOKMARK_H
#define XMPP_BOOKMARK_H

View File

@@ -1,7 +1,7 @@
/*
* capabilities.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 @@
/*
* capabilities.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 @@
/*
* connection.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 @@
/*
* connection.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 @@
/*
* iq.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 @@
/*
* iq.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 @@
/*
* message.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 @@
/*
* message.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 @@
/*
* presence.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 @@
/*
* presence.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 @@
/*
* roster.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 @@
/*
* roster.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 @@
/*
* stanza.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 @@
/*
* stanza.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 @@
/*
* xmpp.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.
*