diff options
-rw-r--r-- | FAQ-lz77.txt (renamed from FAQ.lz77) | 0 | ||||
-rw-r--r-- | FAQ-psx.txt (renamed from FAQ.psx) | 0 | ||||
-rw-r--r-- | FAQ.txt (renamed from FAQ) | 0 | ||||
-rw-r--r-- | dte-asm.S | 19 | ||||
-rw-r--r-- | dteutils.cpp | 19 |
5 files changed, 38 insertions, 0 deletions
@@ -1,3 +1,22 @@ +/* + * PSX-Tools Bundle Pack + * Copyright (C) 2002 Nicolas "Pixel" Noble + * + * 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 + */ + .text .align 4 diff --git a/dteutils.cpp b/dteutils.cpp index 0cbf30c..b08cfe0 100644 --- a/dteutils.cpp +++ b/dteutils.cpp @@ -1,3 +1,22 @@ +/* + * PSX-Tools Bundle Pack + * Copyright (C) 2002 Nicolas "Pixel" Noble + * + * 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 <stdio.h> #include <unistd.h> #include <stdlib.h> |