summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.S19
-rw-r--r--dteutils.cpp19
5 files changed, 38 insertions, 0 deletions
diff --git a/FAQ.lz77 b/FAQ-lz77.txt
index 65433f6..65433f6 100644
--- a/FAQ.lz77
+++ b/FAQ-lz77.txt
diff --git a/FAQ.psx b/FAQ-psx.txt
index 6bb7fe8..6bb7fe8 100644
--- a/FAQ.psx
+++ b/FAQ-psx.txt
diff --git a/FAQ b/FAQ.txt
index e69de29..e69de29 100644
--- a/FAQ
+++ b/FAQ.txt
diff --git a/dte-asm.S b/dte-asm.S
index 7fc9563..2491826 100644
--- a/dte-asm.S
+++ b/dte-asm.S
@@ -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>