Skip to content

Commit

Permalink
Add some copyright headers where missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Jun 2, 2013
1 parent 692ef9b commit 938587a
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 3 deletions.
22 changes: 22 additions & 0 deletions mythtv/libs/libmythbase/mythsystem.cpp
@@ -1,3 +1,25 @@
/* -*- Mode: c++ -*-
* Class MythSystem
*
* Copyright (C) Daniel Kristjansson 2013
* Copyright (C) Gavin Hurlbut 2012
* Copyright (C) Issac Richards 2008
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

// POSIX header
#include <signal.h> // for SIGXXX

Expand Down
22 changes: 21 additions & 1 deletion mythtv/libs/libmythbase/mythsystem.h
@@ -1,4 +1,24 @@
/// -*- Mode: c++ -*-
/* -*- Mode: c++ -*-
* Class MythSystem
*
* Copyright (C) Daniel Kristjansson 2013
* Copyright (C) Gavin Hurlbut 2012
* Copyright (C) Issac Richards 2008
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#ifndef MYTHSYSTEM_H_
#define MYTHSYSTEM_H_
Expand Down
21 changes: 20 additions & 1 deletion mythtv/libs/libmythbase/mythsystemlegacy.cpp
@@ -1,4 +1,23 @@
/// -*- Mode: c++ -*-
/* -*- Mode: c++ -*-
* Class MythSystemLegacy
*
* Copyright (C) Gavin Hurlbut 2012
* Copyright (C) Issac Richards 2008
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

// compat header
#include "compat.h"
Expand Down
21 changes: 20 additions & 1 deletion mythtv/libs/libmythbase/mythsystemlegacy.h
@@ -1,4 +1,23 @@
/// -*- Mode: c++ -*-
/* -*- Mode: c++ -*-
* Class MythSystemLegacy
*
* Copyright (C) Gavin Hurlbut 2012
* Copyright (C) Issac Richards 2008
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#ifndef _MYTHSYSTEMLEGACY_H_
#define _MYTHSYSTEMLEGACY_H_
Expand Down

0 comments on commit 938587a

Please sign in to comment.