Skip to content

Commit

Permalink
added gplv2 and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
sduverger committed Oct 28, 2011
1 parent 9accf90 commit 9048711
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 0 deletions.
19 changes: 19 additions & 0 deletions hooked.s
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/*
** Copyright (C) 2011 EADS France
** stephane duverger <[email protected]>
** nicolas bareil <[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.
*/
.text
.globl shatner, payload
.type shatner,"function"
Expand Down
19 changes: 19 additions & 0 deletions interpatch.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/*
** Copyright (C) 2011 EADS France
** stephane duverger <[email protected]>
** nicolas bareil <[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 <stdio.h>
#include <elf.h>
#include <sys/types.h>
Expand Down
19 changes: 19 additions & 0 deletions ld-shatner.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/*
** Copyright (C) 2011 EADS France
** stephane duverger <[email protected]>
** nicolas bareil <[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 <stdio.h>
#include <elf.h>
#include <sys/types.h>
Expand Down
19 changes: 19 additions & 0 deletions obj.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/*
** Copyright (C) 2011 EADS France
** stephane duverger <[email protected]>
** nicolas bareil <[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.
*/
int xwrite(int fd, void *buf, int count) {
int ret;
asm(
Expand Down

0 comments on commit 9048711

Please sign in to comment.