Skip to content

Commit 4693c6b

Browse files
committed
Updated my name and contact information.
1 parent 48715ee commit 4693c6b

15 files changed

+15
-15
lines changed

license.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011, Dan Peori <[email protected]>
1+
Copyright (c) 2011, Naomi Peori <[email protected]>
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Under development.
44

55
AUTHORS
66

7-
ooPo - Dan Peori ([email protected])
7+
ooPo - Naomi Peori ([email protected])

tools/pkg/endian.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// endian.h
3-
// by Dan Peori ([email protected])
3+
// by Naomi Peori ([email protected])
44
//
55

66
#ifndef __ENDIAN_H__

tools/pkg/pkg-pack.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// pkg-pack.c
3-
// by Dan Peori ([email protected])
3+
// by Naomi Peori ([email protected])
44
//
55

66
#include <stdio.h>

tools/pkg/pkg-unpack.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// pkg-unpack.c
3-
// by Dan Peori ([email protected])
3+
// by Naomi Peori ([email protected])
44
//
55

66
#include <errno.h>

tools/pkg/pkg.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// pkg.c
3-
// by Dan Peori ([email protected])
3+
// by Naomi Peori ([email protected])
44
//
55

66
#include <stdio.h>

tools/pkg/pkg.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// pkg.h
3-
// by Dan Peori ([email protected])
3+
// by Naomi Peori ([email protected])
44
//
55

66
#ifndef __PKG_H__

tools/pup/endian.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// endian.h
3-
// by Dan Peori ([email protected])
3+
// by Naomi Peori ([email protected])
44
//
55

66
#ifndef __ENDIAN_H__

tools/pup/pup-unpack.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// pup-unpack.c
3-
// by Dan Peori ([email protected])
3+
// by Naomi Peori ([email protected])
44
//
55

66
#include <stdio.h>

tools/pup/pup.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// pup.c
3-
// by Dan Peori ([email protected])
3+
// by Naomi Peori ([email protected])
44
//
55

66
#include <stdio.h>

tools/pup/pup.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// pup.h
3-
// by Dan Peori ([email protected])
3+
// by Naomi Peori ([email protected])
44
//
55

66
#ifndef __PUP_H__

tools/self/decrypt-self.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// decrypt-self.c
3-
// by Dan Peori ([email protected])
3+
// by Naomi Peori ([email protected])
44
//
55

66
#include <stdio.h>

tools/self/read-self.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// readself.c
3-
// by Dan Peori ([email protected])
3+
// by Naomi Peori ([email protected])
44
//
55

66
#include <stdio.h>

tools/self/rebuild-self.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// rebuild-elf.c
3-
// by Dan Peori ([email protected])
3+
// by Naomi Peori ([email protected])
44
//
55

66
#include <stdio.h>

tools/self/self.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// self.h
3-
// by Dan Peori ([email protected])
3+
// by Naomi Peori ([email protected])
44
//
55

66
#ifndef __SELF_H__

0 commit comments

Comments
 (0)