Skip to content

Commit

Permalink
missing copyright in splash
Browse files Browse the repository at this point in the history
darcs-hash:20080318191636-e47e8-2de58a343e0367275711858127461013666623f5.gz
  • Loading branch information
maxy authored and maxy committed Mar 18, 2008
1 parent 8e760e0 commit 20c6bb6
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/splash.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
/*
* splash.c
*
*
* Author:
* Ricardo Markiewicz <rmarkie@fi.uba.ar>
*
* Copyright (C) 2003-2008 Ricardo Markiewicz
*
* 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.
*/


#include <unistd.h>
#include <glade/glade.h>
Expand Down
24 changes: 24 additions & 0 deletions src/splash.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
/*
* splash.h
*
*
* Author:
* Ricardo Markiewicz <rmarkie@fi.uba.ar>
*
* Copyright (C) 2003-2008 Ricardo Markiewicz
*
* 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 _OREGANO_SPLASH_H_
#define _OREGANO_SPLASH_H_
Expand Down

0 comments on commit 20c6bb6

Please sign in to comment.