Skip to content

Commit

Permalink
Copyright fixes
Browse files Browse the repository at this point in the history
Add my copyright in every file where I spent a significant amount of work
  • Loading branch information
krf committed Jul 23, 2014
1 parent 10e31e0 commit 0b919e5
Show file tree
Hide file tree
Showing 8 changed files with 65 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Copyright (c) 2003,2004 Stephan Kulow <[email protected]>
Copyright (c) 2003,2004 Cornelius Schumacher <[email protected]>
Copyright (c) 2007 Dirk Mueller <[email protected]>
Copyright (c) 2014 Kevin Funk <[email protected]>
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
Expand Down
1 change: 1 addition & 0 deletions src/mainwindow.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Copyright (c) 2003 Frerich Raabe <[email protected]>
Copyright (c) 2003,2004 Stephan Kulow <[email protected]>
Copyright (c) 2003,2004 Cornelius Schumacher <[email protected]>
Copyright (c) 2014 Kevin Funk <[email protected]>
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
Expand Down
1 change: 1 addition & 0 deletions src/mainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Copyright (c) 2003 Frerich Raabe <[email protected]>
Copyright (c) 2003,2004 Stephan Kulow <[email protected]>
Copyright (c) 2003,2004 Cornelius Schumacher <[email protected]>
Copyright (c) 2014 Kevin Funk <[email protected]>
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
Expand Down
20 changes: 20 additions & 0 deletions src/monitor.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*
This file is part of Icecream.
Copyright (c) 2014 Kevin Funk <[email protected]>
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 02110-1301 USA.
*/

#include "monitor.h"

#include "statusview.h"
Expand Down
20 changes: 20 additions & 0 deletions src/monitor.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*
This file is part of Icecream.
Copyright (c) 2014 Kevin Funk <[email protected]>
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 02110-1301 USA.
*/

#ifndef ICEMON_MONITOR_H
#define ICEMON_MONITOR_H

Expand Down
1 change: 1 addition & 0 deletions src/statusview.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Copyright (c) 2003 Frerich Raabe <[email protected]>
Copyright (c) 2003,2004 Stephan Kulow <[email protected]>
Copyright (c) 2003,2004 Cornelius Schumacher <[email protected]>
Copyright (c) 2014 Kevin Funk <[email protected]>
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
Expand Down
1 change: 1 addition & 0 deletions src/statusview.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Copyright (c) 2003 Frerich Raabe <[email protected]>
Copyright (c) 2003,2004 Stephan Kulow <[email protected]>
Copyright (c) 2003,2004 Cornelius Schumacher <[email protected]>
Copyright (c) 2014 Kevin Funk <[email protected]>
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
Expand Down
20 changes: 20 additions & 0 deletions src/types.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*
This file is part of Icecream.
Copyright (c) 2014 Kevin Funk <[email protected]>
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 02110-1301 USA.
*/

#ifndef ICEMON_TYPES_H
#define ICEMON_TYPES_H

Expand Down

0 comments on commit 0b919e5

Please sign in to comment.