Skip to content

Commit

Permalink
Fix copyright header in 'not generated' files
Browse files Browse the repository at this point in the history
  • Loading branch information
Onkar Shinde committed Jun 8, 2010
1 parent ffbc07c commit 9402f37
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 8 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Expand Up @@ -3,6 +3,8 @@
* src/file-op.c, src/file-op-gio.c: Add files opened/saved to recently
used file list. This way they show up in 'Recently Used' section of
file chooser dialog.
* src/interface.[c,h], src/support.[c,h]: Add copyright header since
the files are not 'generated' for long time.

2010-06-04 Onkar Shinde <onkarshinde@gmail.com>

Expand Down
20 changes: 18 additions & 2 deletions src/interface.c
@@ -1,6 +1,22 @@
/*
* DO NOT EDIT THIS FILE - it is generated by Glade.
*/
Copyright (C) 2003 Sridhar Ratnakumar <sridhar.ratna@gmail.com>
This file is part of GNUSim8085.
GNUSim8085 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.
GNUSim8085 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 GNUSim8085; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#ifdef HAVE_CONFIG_H
#include <config.h>
Expand Down
21 changes: 19 additions & 2 deletions src/interface.h
@@ -1,6 +1,23 @@
/*
* DO NOT EDIT THIS FILE - it is generated by Glade.
*/
Copyright (C) 2003 Sridhar Ratnakumar <sridhar.ratna@gmail.com>
This file is part of GNUSim8085.
GNUSim8085 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.
GNUSim8085 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 GNUSim8085; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
Expand Down
20 changes: 18 additions & 2 deletions src/support.c
@@ -1,6 +1,22 @@
/*
* DO NOT EDIT THIS FILE - it is generated by Glade.
*/
Copyright (C) 2003 Sridhar Ratnakumar <sridhar.ratna@gmail.com>
This file is part of GNUSim8085.
GNUSim8085 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.
GNUSim8085 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 GNUSim8085; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#ifdef HAVE_CONFIG_H
# include <config.h>
Expand Down
20 changes: 18 additions & 2 deletions src/support.h
@@ -1,6 +1,22 @@
/*
* DO NOT EDIT THIS FILE - it is generated by Glade.
*/
Copyright (C) 2003 Sridhar Ratnakumar <sridhar.ratna@gmail.com>
This file is part of GNUSim8085.
GNUSim8085 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.
GNUSim8085 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 GNUSim8085; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include <libintl.h>
#include <sys/types.h>
Expand Down

0 comments on commit 9402f37

Please sign in to comment.