summaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-04-05 07:58:43 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-04-05 07:58:43 (GMT)
commit50dcb7b1f40bb9e66d4872a7eebd364c6ea11125 (patch)
tree8a96a4f40ce50b86456addccff97a31e3e0c8cf2 /src/arch
parentace3a87f9fc31b2f4d90d4b475cde805189e366b (diff)
Changed Foobar to Chrysalide in all GPL headers.
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/archbase.c2
-rw-r--r--src/arch/archbase.h2
-rw-r--r--src/arch/context-int.h2
-rw-r--r--src/arch/context.c2
-rw-r--r--src/arch/context.h2
-rw-r--r--src/arch/immediate.c2
-rw-r--r--src/arch/immediate.h2
-rw-r--r--src/arch/instriter.c2
-rw-r--r--src/arch/instriter.h2
-rw-r--r--src/arch/instruction-int.h2
-rw-r--r--src/arch/instruction.c2
-rw-r--r--src/arch/instruction.h2
-rw-r--r--src/arch/jvm/instruction.c2
-rw-r--r--src/arch/jvm/instruction.h2
-rw-r--r--src/arch/jvm/op_add.c2
-rw-r--r--src/arch/jvm/op_const.c2
-rw-r--r--src/arch/jvm/op_convert.c2
-rw-r--r--src/arch/jvm/op_dup.c2
-rw-r--r--src/arch/jvm/op_getput.c2
-rw-r--r--src/arch/jvm/op_invoke.c2
-rw-r--r--src/arch/jvm/op_load.c2
-rw-r--r--src/arch/jvm/op_monitor.c2
-rw-r--r--src/arch/jvm/op_nop.c2
-rw-r--r--src/arch/jvm/op_pop.c2
-rw-r--r--src/arch/jvm/op_ret.c2
-rw-r--r--src/arch/jvm/op_store.c2
-rw-r--r--src/arch/jvm/opcodes.h2
-rw-r--r--src/arch/jvm/operand.c2
-rw-r--r--src/arch/jvm/operand.h2
-rw-r--r--src/arch/jvm/processor.c2
-rw-r--r--src/arch/jvm/processor.h2
-rw-r--r--src/arch/link.c2
-rw-r--r--src/arch/link.h2
-rw-r--r--src/arch/operand-int.h2
-rw-r--r--src/arch/operand.c2
-rw-r--r--src/arch/operand.h2
-rw-r--r--src/arch/post.c2
-rw-r--r--src/arch/post.h2
-rw-r--r--src/arch/processor-int.h2
-rw-r--r--src/arch/processor.c2
-rw-r--r--src/arch/processor.h2
-rw-r--r--src/arch/raw.c2
-rw-r--r--src/arch/raw.h2
-rw-r--r--src/arch/register-int.h2
-rw-r--r--src/arch/register.c2
-rw-r--r--src/arch/register.h2
-rw-r--r--src/arch/target.c2
-rw-r--r--src/arch/target.h2
-rw-r--r--src/arch/undefined.c2
-rw-r--r--src/arch/undefined.h2
-rw-r--r--src/arch/vmpa.c2
-rw-r--r--src/arch/vmpa.h2
52 files changed, 52 insertions, 52 deletions
diff --git a/src/arch/archbase.c b/src/arch/archbase.c
index 9fca68b..996c0d0 100644
--- a/src/arch/archbase.c
+++ b/src/arch/archbase.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/archbase.h b/src/arch/archbase.h
index 634efc3..efdb921 100644
--- a/src/arch/archbase.h
+++ b/src/arch/archbase.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/context-int.h b/src/arch/context-int.h
index 3a5c7ee..4257656 100644
--- a/src/arch/context-int.h
+++ b/src/arch/context-int.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/context.c b/src/arch/context.c
index c7a59da..8a266b6 100644
--- a/src/arch/context.c
+++ b/src/arch/context.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/context.h b/src/arch/context.h
index d7c1552..e1ea652 100644
--- a/src/arch/context.h
+++ b/src/arch/context.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/immediate.c b/src/arch/immediate.c
index 25630bf..bf4a36a 100644
--- a/src/arch/immediate.c
+++ b/src/arch/immediate.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/immediate.h b/src/arch/immediate.h
index 84b3d2a..2a7f015 100644
--- a/src/arch/immediate.h
+++ b/src/arch/immediate.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/instriter.c b/src/arch/instriter.c
index 23525f3..db322a2 100644
--- a/src/arch/instriter.c
+++ b/src/arch/instriter.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/instriter.h b/src/arch/instriter.h
index 23bc323..1a0003f 100644
--- a/src/arch/instriter.h
+++ b/src/arch/instriter.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/instruction-int.h b/src/arch/instruction-int.h
index 782c827..c0ae3a7 100644
--- a/src/arch/instruction-int.h
+++ b/src/arch/instruction-int.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/instruction.c b/src/arch/instruction.c
index 9c0a47c..962b0e8 100644
--- a/src/arch/instruction.c
+++ b/src/arch/instruction.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/instruction.h b/src/arch/instruction.h
index 0f6eac6..e0c8fdc 100644
--- a/src/arch/instruction.h
+++ b/src/arch/instruction.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/jvm/instruction.c b/src/arch/jvm/instruction.c
index 668fe9a..d0301fb 100644
--- a/src/arch/jvm/instruction.c
+++ b/src/arch/jvm/instruction.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/jvm/instruction.h b/src/arch/jvm/instruction.h
index 49ec6bb..bac55be 100644
--- a/src/arch/jvm/instruction.h
+++ b/src/arch/jvm/instruction.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/jvm/op_add.c b/src/arch/jvm/op_add.c
index 386d1ca..fbcc682 100644
--- a/src/arch/jvm/op_add.c
+++ b/src/arch/jvm/op_add.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/jvm/op_const.c b/src/arch/jvm/op_const.c
index dd1e6eb..fc7075c 100644
--- a/src/arch/jvm/op_const.c
+++ b/src/arch/jvm/op_const.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/jvm/op_convert.c b/src/arch/jvm/op_convert.c
index cb3c7d9..43d9d20 100644
--- a/src/arch/jvm/op_convert.c
+++ b/src/arch/jvm/op_convert.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/jvm/op_dup.c b/src/arch/jvm/op_dup.c
index 26c42a1..a42acd8 100644
--- a/src/arch/jvm/op_dup.c
+++ b/src/arch/jvm/op_dup.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/jvm/op_getput.c b/src/arch/jvm/op_getput.c
index 9d7eae1..c4d2b26 100644
--- a/src/arch/jvm/op_getput.c
+++ b/src/arch/jvm/op_getput.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/jvm/op_invoke.c b/src/arch/jvm/op_invoke.c
index 5ce26fa..118f3a5 100644
--- a/src/arch/jvm/op_invoke.c
+++ b/src/arch/jvm/op_invoke.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/jvm/op_load.c b/src/arch/jvm/op_load.c
index 98a9d09..faea478 100644
--- a/src/arch/jvm/op_load.c
+++ b/src/arch/jvm/op_load.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/jvm/op_monitor.c b/src/arch/jvm/op_monitor.c
index 9afae4f..3e0b61a 100644
--- a/src/arch/jvm/op_monitor.c
+++ b/src/arch/jvm/op_monitor.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/jvm/op_nop.c b/src/arch/jvm/op_nop.c
index 8f89008..ff2f58b 100644
--- a/src/arch/jvm/op_nop.c
+++ b/src/arch/jvm/op_nop.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/jvm/op_pop.c b/src/arch/jvm/op_pop.c
index aa7cfb8..a9f98f1 100644
--- a/src/arch/jvm/op_pop.c
+++ b/src/arch/jvm/op_pop.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/jvm/op_ret.c b/src/arch/jvm/op_ret.c
index 15b03f7..6ab6df3 100644
--- a/src/arch/jvm/op_ret.c
+++ b/src/arch/jvm/op_ret.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/jvm/op_store.c b/src/arch/jvm/op_store.c
index b0b84ea..1804049 100644
--- a/src/arch/jvm/op_store.c
+++ b/src/arch/jvm/op_store.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/jvm/opcodes.h b/src/arch/jvm/opcodes.h
index 300c85e..7251fed 100644
--- a/src/arch/jvm/opcodes.h
+++ b/src/arch/jvm/opcodes.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/jvm/operand.c b/src/arch/jvm/operand.c
index 13ac476..2cab5e3 100644
--- a/src/arch/jvm/operand.c
+++ b/src/arch/jvm/operand.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/jvm/operand.h b/src/arch/jvm/operand.h
index e206640..2845b7a 100644
--- a/src/arch/jvm/operand.h
+++ b/src/arch/jvm/operand.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/jvm/processor.c b/src/arch/jvm/processor.c
index 378a47a..f25dabc 100644
--- a/src/arch/jvm/processor.c
+++ b/src/arch/jvm/processor.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/jvm/processor.h b/src/arch/jvm/processor.h
index 0ee0716..05f7cd8 100644
--- a/src/arch/jvm/processor.h
+++ b/src/arch/jvm/processor.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/link.c b/src/arch/link.c
index 2e8e455..a5b8ca1 100644
--- a/src/arch/link.c
+++ b/src/arch/link.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/link.h b/src/arch/link.h
index 88ed279..0eed869 100644
--- a/src/arch/link.h
+++ b/src/arch/link.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/operand-int.h b/src/arch/operand-int.h
index 05c58d0..a1e6441 100644
--- a/src/arch/operand-int.h
+++ b/src/arch/operand-int.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/operand.c b/src/arch/operand.c
index e8a4e58..930a588 100644
--- a/src/arch/operand.c
+++ b/src/arch/operand.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/operand.h b/src/arch/operand.h
index 5242e24..cd140ba 100644
--- a/src/arch/operand.h
+++ b/src/arch/operand.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/post.c b/src/arch/post.c
index 6462984..5687556 100644
--- a/src/arch/post.c
+++ b/src/arch/post.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/post.h b/src/arch/post.h
index b9f34f5..0e993c7 100644
--- a/src/arch/post.h
+++ b/src/arch/post.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/processor-int.h b/src/arch/processor-int.h
index 00152c7..cc39307 100644
--- a/src/arch/processor-int.h
+++ b/src/arch/processor-int.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/processor.c b/src/arch/processor.c
index 5c4f864..92669ed 100644
--- a/src/arch/processor.c
+++ b/src/arch/processor.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/processor.h b/src/arch/processor.h
index 900db0c..31b2b69 100644
--- a/src/arch/processor.h
+++ b/src/arch/processor.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/raw.c b/src/arch/raw.c
index 683d60f..36bb4b3 100644
--- a/src/arch/raw.c
+++ b/src/arch/raw.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/raw.h b/src/arch/raw.h
index 42f3f99..1246d10 100644
--- a/src/arch/raw.h
+++ b/src/arch/raw.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/register-int.h b/src/arch/register-int.h
index 3397200..19e9fec 100644
--- a/src/arch/register-int.h
+++ b/src/arch/register-int.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/register.c b/src/arch/register.c
index bbad23f..6194a28 100644
--- a/src/arch/register.c
+++ b/src/arch/register.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/register.h b/src/arch/register.h
index ab611bf..cb3dbe4 100644
--- a/src/arch/register.h
+++ b/src/arch/register.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/target.c b/src/arch/target.c
index 7cff2f8..3b5655e 100644
--- a/src/arch/target.c
+++ b/src/arch/target.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/target.h b/src/arch/target.h
index 529dba8..45c1cb0 100644
--- a/src/arch/target.h
+++ b/src/arch/target.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/undefined.c b/src/arch/undefined.c
index 0ae95d3..656e3f5 100644
--- a/src/arch/undefined.c
+++ b/src/arch/undefined.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/undefined.h b/src/arch/undefined.h
index 64cea6a..9992ce7 100644
--- a/src/arch/undefined.h
+++ b/src/arch/undefined.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/vmpa.c b/src/arch/vmpa.c
index 1031d79..b29bb72 100644
--- a/src/arch/vmpa.c
+++ b/src/arch/vmpa.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/arch/vmpa.h b/src/arch/vmpa.h
index 6ed7605..96fb52b 100644
--- a/src/arch/vmpa.h
+++ b/src/arch/vmpa.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/