summaryrefslogtreecommitdiff
path: root/src/analysis
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/analysis
parentace3a87f9fc31b2f4d90d4b475cde805189e366b (diff)
Changed Foobar to Chrysalide in all GPL headers.
Diffstat (limited to 'src/analysis')
-rw-r--r--src/analysis/binary.c2
-rw-r--r--src/analysis/binary.h2
-rw-r--r--src/analysis/block-int.h2
-rw-r--r--src/analysis/block.c2
-rw-r--r--src/analysis/block.h2
-rw-r--r--src/analysis/content-int.h2
-rw-r--r--src/analysis/content.c2
-rw-r--r--src/analysis/content.h2
-rw-r--r--src/analysis/contents/file.c2
-rw-r--r--src/analysis/contents/file.h2
-rw-r--r--src/analysis/contents/restricted.c2
-rw-r--r--src/analysis/contents/restricted.h2
-rw-r--r--src/analysis/db/cdb.c2
-rw-r--r--src/analysis/db/cdb.h2
-rw-r--r--src/analysis/db/certs.c2
-rw-r--r--src/analysis/db/certs.h2
-rw-r--r--src/analysis/db/client.c2
-rw-r--r--src/analysis/db/client.h2
-rw-r--r--src/analysis/db/collection-int.h2
-rw-r--r--src/analysis/db/collection.c2
-rw-r--r--src/analysis/db/collection.h2
-rw-r--r--src/analysis/db/item-int.h2
-rw-r--r--src/analysis/db/item.c2
-rw-r--r--src/analysis/db/item.h2
-rw-r--r--src/analysis/db/items/bookmark.c2
-rw-r--r--src/analysis/db/items/bookmark.h2
-rw-r--r--src/analysis/db/items/comment.c2
-rw-r--r--src/analysis/db/items/comment.h2
-rw-r--r--src/analysis/db/items/move.c2
-rw-r--r--src/analysis/db/items/move.h2
-rw-r--r--src/analysis/db/items/switcher.c2
-rw-r--r--src/analysis/db/items/switcher.h2
-rw-r--r--src/analysis/db/keymgn.c2
-rw-r--r--src/analysis/db/keymgn.h2
-rw-r--r--src/analysis/db/misc/rlestr.c2
-rw-r--r--src/analysis/db/misc/rlestr.h2
-rw-r--r--src/analysis/db/misc/timestamp.c2
-rw-r--r--src/analysis/db/misc/timestamp.h2
-rw-r--r--src/analysis/db/protocol.h2
-rw-r--r--src/analysis/db/server.c2
-rw-r--r--src/analysis/db/server.h2
-rw-r--r--src/analysis/decomp/cmerge.c2
-rw-r--r--src/analysis/decomp/cmerge.h2
-rw-r--r--src/analysis/decomp/decompiler.c2
-rw-r--r--src/analysis/decomp/decompiler.h2
-rw-r--r--src/analysis/decomp/il.c2
-rw-r--r--src/analysis/decomp/il.h2
-rw-r--r--src/analysis/decomp/reduce.c2
-rw-r--r--src/analysis/decomp/reduce.h2
-rw-r--r--src/analysis/disass/area.c2
-rw-r--r--src/analysis/disass/area.h2
-rw-r--r--src/analysis/disass/block.c2
-rw-r--r--src/analysis/disass/block.h2
-rw-r--r--src/analysis/disass/disassembler.c2
-rw-r--r--src/analysis/disass/disassembler.h2
-rw-r--r--src/analysis/disass/dragon.c2
-rw-r--r--src/analysis/disass/dragon.h2
-rw-r--r--src/analysis/disass/fetch.c2
-rw-r--r--src/analysis/disass/fetch.h2
-rw-r--r--src/analysis/disass/instructions.c2
-rw-r--r--src/analysis/disass/instructions.h2
-rw-r--r--src/analysis/disass/limit.c2
-rw-r--r--src/analysis/disass/limit.h2
-rw-r--r--src/analysis/disass/links.c2
-rw-r--r--src/analysis/disass/links.h2
-rw-r--r--src/analysis/disass/loop.c2
-rw-r--r--src/analysis/disass/loop.h2
-rw-r--r--src/analysis/disass/output.c2
-rw-r--r--src/analysis/disass/output.h2
-rw-r--r--src/analysis/disass/rank.c2
-rw-r--r--src/analysis/disass/rank.h2
-rw-r--r--src/analysis/disass/routines.c2
-rw-r--r--src/analysis/disass/routines.h2
-rw-r--r--src/analysis/human/asm/lang.c2
-rw-r--r--src/analysis/human/asm/lang.h2
-rw-r--r--src/analysis/human/lang-int.h2
-rw-r--r--src/analysis/human/lang.c2
-rw-r--r--src/analysis/human/lang.h2
-rw-r--r--src/analysis/loaded-int.h2
-rw-r--r--src/analysis/loaded.c2
-rw-r--r--src/analysis/loaded.h2
-rw-r--r--src/analysis/loading.c2
-rw-r--r--src/analysis/loading.h2
-rw-r--r--src/analysis/project.c2
-rw-r--r--src/analysis/project.h2
-rw-r--r--src/analysis/roptions.c2
-rw-r--r--src/analysis/roptions.h2
-rw-r--r--src/analysis/routine.c2
-rw-r--r--src/analysis/routine.h2
-rw-r--r--src/analysis/type-int.h2
-rw-r--r--src/analysis/type.c2
-rw-r--r--src/analysis/type.h2
-rw-r--r--src/analysis/types/basic.c2
-rw-r--r--src/analysis/types/basic.h2
-rw-r--r--src/analysis/types/cse-int.h2
-rw-r--r--src/analysis/types/cse.c2
-rw-r--r--src/analysis/types/cse.h2
-rw-r--r--src/analysis/types/encaps.c2
-rw-r--r--src/analysis/types/encaps.h2
-rw-r--r--src/analysis/types/literal.c2
-rw-r--r--src/analysis/types/literal.h2
-rw-r--r--src/analysis/types/template.c2
-rw-r--r--src/analysis/types/template.h2
-rw-r--r--src/analysis/variable.c2
-rw-r--r--src/analysis/variable.h2
105 files changed, 105 insertions, 105 deletions
diff --git a/src/analysis/binary.c b/src/analysis/binary.c
index 606b753..d7cb29c 100644
--- a/src/analysis/binary.c
+++ b/src/analysis/binary.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/analysis/binary.h b/src/analysis/binary.h
index 73b5a71..43cbaa2 100644
--- a/src/analysis/binary.h
+++ b/src/analysis/binary.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/analysis/block-int.h b/src/analysis/block-int.h
index 8d8ca39..fdf6549 100644
--- a/src/analysis/block-int.h
+++ b/src/analysis/block-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/analysis/block.c b/src/analysis/block.c
index 74815fa..cd3ef94 100644
--- a/src/analysis/block.c
+++ b/src/analysis/block.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/analysis/block.h b/src/analysis/block.h
index 8dde72f..20b018d 100644
--- a/src/analysis/block.h
+++ b/src/analysis/block.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/analysis/content-int.h b/src/analysis/content-int.h
index 7da78db..e8b4add 100644
--- a/src/analysis/content-int.h
+++ b/src/analysis/content-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/analysis/content.c b/src/analysis/content.c
index 562ec2a..2c2d366 100644
--- a/src/analysis/content.c
+++ b/src/analysis/content.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/analysis/content.h b/src/analysis/content.h
index a4fff20..b06a17b 100644
--- a/src/analysis/content.h
+++ b/src/analysis/content.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/analysis/contents/file.c b/src/analysis/contents/file.c
index 2461017..3519be3 100644
--- a/src/analysis/contents/file.c
+++ b/src/analysis/contents/file.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/analysis/contents/file.h b/src/analysis/contents/file.h
index 0e9e0eb..e1fc7a9 100644
--- a/src/analysis/contents/file.h
+++ b/src/analysis/contents/file.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/analysis/contents/restricted.c b/src/analysis/contents/restricted.c
index 28949ba..711f963 100644
--- a/src/analysis/contents/restricted.c
+++ b/src/analysis/contents/restricted.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/analysis/contents/restricted.h b/src/analysis/contents/restricted.h
index 32d03e3..8b87453 100644
--- a/src/analysis/contents/restricted.h
+++ b/src/analysis/contents/restricted.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/analysis/db/cdb.c b/src/analysis/db/cdb.c
index 3199308..14ea5c7 100644
--- a/src/analysis/db/cdb.c
+++ b/src/analysis/db/cdb.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/analysis/db/cdb.h b/src/analysis/db/cdb.h
index a3c6fe7..9490f4b 100644
--- a/src/analysis/db/cdb.h
+++ b/src/analysis/db/cdb.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/analysis/db/certs.c b/src/analysis/db/certs.c
index 6b8037b..41a40b7 100644
--- a/src/analysis/db/certs.c
+++ b/src/analysis/db/certs.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/analysis/db/certs.h b/src/analysis/db/certs.h
index 5d9142f..31da82f 100644
--- a/src/analysis/db/certs.h
+++ b/src/analysis/db/certs.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/analysis/db/client.c b/src/analysis/db/client.c
index aff235c..31fc062 100644
--- a/src/analysis/db/client.c
+++ b/src/analysis/db/client.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/analysis/db/client.h b/src/analysis/db/client.h
index 682cb14..821acfe 100644
--- a/src/analysis/db/client.h
+++ b/src/analysis/db/client.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/analysis/db/collection-int.h b/src/analysis/db/collection-int.h
index b8d6b0e..cb0aea6 100644
--- a/src/analysis/db/collection-int.h
+++ b/src/analysis/db/collection-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/analysis/db/collection.c b/src/analysis/db/collection.c
index 475f7fd..adf607d 100644
--- a/src/analysis/db/collection.c
+++ b/src/analysis/db/collection.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/analysis/db/collection.h b/src/analysis/db/collection.h
index 1eb297c..5fbf385 100644
--- a/src/analysis/db/collection.h
+++ b/src/analysis/db/collection.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/analysis/db/item-int.h b/src/analysis/db/item-int.h
index 38ad444..618bab9 100644
--- a/src/analysis/db/item-int.h
+++ b/src/analysis/db/item-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/analysis/db/item.c b/src/analysis/db/item.c
index e16ce56..f01a953 100644
--- a/src/analysis/db/item.c
+++ b/src/analysis/db/item.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/analysis/db/item.h b/src/analysis/db/item.h
index 286f907..1cb0a0b 100644
--- a/src/analysis/db/item.h
+++ b/src/analysis/db/item.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/analysis/db/items/bookmark.c b/src/analysis/db/items/bookmark.c
index 0db847b..2fa2544 100644
--- a/src/analysis/db/items/bookmark.c
+++ b/src/analysis/db/items/bookmark.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/analysis/db/items/bookmark.h b/src/analysis/db/items/bookmark.h
index ddd0f73..2dee2f2 100644
--- a/src/analysis/db/items/bookmark.h
+++ b/src/analysis/db/items/bookmark.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/analysis/db/items/comment.c b/src/analysis/db/items/comment.c
index cad2d64..59fc6b7 100644
--- a/src/analysis/db/items/comment.c
+++ b/src/analysis/db/items/comment.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/analysis/db/items/comment.h b/src/analysis/db/items/comment.h
index 9fdfa32..1558228 100644
--- a/src/analysis/db/items/comment.h
+++ b/src/analysis/db/items/comment.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/analysis/db/items/move.c b/src/analysis/db/items/move.c
index 4162e9f..6300a86 100644
--- a/src/analysis/db/items/move.c
+++ b/src/analysis/db/items/move.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/analysis/db/items/move.h b/src/analysis/db/items/move.h
index 22f2d8c..167b969 100644
--- a/src/analysis/db/items/move.h
+++ b/src/analysis/db/items/move.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/analysis/db/items/switcher.c b/src/analysis/db/items/switcher.c
index 1863098..b583b65 100644
--- a/src/analysis/db/items/switcher.c
+++ b/src/analysis/db/items/switcher.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/analysis/db/items/switcher.h b/src/analysis/db/items/switcher.h
index 7fda6d7..651b3d7 100644
--- a/src/analysis/db/items/switcher.h
+++ b/src/analysis/db/items/switcher.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/analysis/db/keymgn.c b/src/analysis/db/keymgn.c
index e1afdcf..5c66e66 100644
--- a/src/analysis/db/keymgn.c
+++ b/src/analysis/db/keymgn.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/analysis/db/keymgn.h b/src/analysis/db/keymgn.h
index f2b2b74..be6ce83 100644
--- a/src/analysis/db/keymgn.h
+++ b/src/analysis/db/keymgn.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/analysis/db/misc/rlestr.c b/src/analysis/db/misc/rlestr.c
index 43bbac4..196b934 100644
--- a/src/analysis/db/misc/rlestr.c
+++ b/src/analysis/db/misc/rlestr.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/analysis/db/misc/rlestr.h b/src/analysis/db/misc/rlestr.h
index 82a7d8c..7b317b6 100644
--- a/src/analysis/db/misc/rlestr.h
+++ b/src/analysis/db/misc/rlestr.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/analysis/db/misc/timestamp.c b/src/analysis/db/misc/timestamp.c
index aa9f758..5302c60 100644
--- a/src/analysis/db/misc/timestamp.c
+++ b/src/analysis/db/misc/timestamp.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/analysis/db/misc/timestamp.h b/src/analysis/db/misc/timestamp.h
index 14a1fb5..076a4e0 100644
--- a/src/analysis/db/misc/timestamp.h
+++ b/src/analysis/db/misc/timestamp.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/analysis/db/protocol.h b/src/analysis/db/protocol.h
index 8445356..363669b 100644
--- a/src/analysis/db/protocol.h
+++ b/src/analysis/db/protocol.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/analysis/db/server.c b/src/analysis/db/server.c
index d0ce62b..6455fda 100644
--- a/src/analysis/db/server.c
+++ b/src/analysis/db/server.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/analysis/db/server.h b/src/analysis/db/server.h
index d265843..9b7a7a7 100644
--- a/src/analysis/db/server.h
+++ b/src/analysis/db/server.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/analysis/decomp/cmerge.c b/src/analysis/decomp/cmerge.c
index 881bcf5..6777263 100644
--- a/src/analysis/decomp/cmerge.c
+++ b/src/analysis/decomp/cmerge.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/analysis/decomp/cmerge.h b/src/analysis/decomp/cmerge.h
index 77ace65..bd89604 100644
--- a/src/analysis/decomp/cmerge.h
+++ b/src/analysis/decomp/cmerge.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/analysis/decomp/decompiler.c b/src/analysis/decomp/decompiler.c
index 5b2d231..432e924 100644
--- a/src/analysis/decomp/decompiler.c
+++ b/src/analysis/decomp/decompiler.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/analysis/decomp/decompiler.h b/src/analysis/decomp/decompiler.h
index 852d5af..12a3fb4 100644
--- a/src/analysis/decomp/decompiler.h
+++ b/src/analysis/decomp/decompiler.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/analysis/decomp/il.c b/src/analysis/decomp/il.c
index f409550..c125412 100644
--- a/src/analysis/decomp/il.c
+++ b/src/analysis/decomp/il.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/analysis/decomp/il.h b/src/analysis/decomp/il.h
index 27b5325..ed901e6 100644
--- a/src/analysis/decomp/il.h
+++ b/src/analysis/decomp/il.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/analysis/decomp/reduce.c b/src/analysis/decomp/reduce.c
index 42ff983..b630bc7 100644
--- a/src/analysis/decomp/reduce.c
+++ b/src/analysis/decomp/reduce.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/analysis/decomp/reduce.h b/src/analysis/decomp/reduce.h
index 829fbe0..fe5fa99 100644
--- a/src/analysis/decomp/reduce.h
+++ b/src/analysis/decomp/reduce.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/analysis/disass/area.c b/src/analysis/disass/area.c
index ae01a1b..339b4ad 100644
--- a/src/analysis/disass/area.c
+++ b/src/analysis/disass/area.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/analysis/disass/area.h b/src/analysis/disass/area.h
index 5ee71a3..818b8a2 100644
--- a/src/analysis/disass/area.h
+++ b/src/analysis/disass/area.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/analysis/disass/block.c b/src/analysis/disass/block.c
index 9950934..2d01d5d 100644
--- a/src/analysis/disass/block.c
+++ b/src/analysis/disass/block.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/analysis/disass/block.h b/src/analysis/disass/block.h
index 49c6a14..68cade7 100644
--- a/src/analysis/disass/block.h
+++ b/src/analysis/disass/block.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/analysis/disass/disassembler.c b/src/analysis/disass/disassembler.c
index ae60602..6c63b0b 100644
--- a/src/analysis/disass/disassembler.c
+++ b/src/analysis/disass/disassembler.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/analysis/disass/disassembler.h b/src/analysis/disass/disassembler.h
index 4f14e59..a3fb74f 100644
--- a/src/analysis/disass/disassembler.h
+++ b/src/analysis/disass/disassembler.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/analysis/disass/dragon.c b/src/analysis/disass/dragon.c
index 655300b..44d82da 100644
--- a/src/analysis/disass/dragon.c
+++ b/src/analysis/disass/dragon.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/analysis/disass/dragon.h b/src/analysis/disass/dragon.h
index 74bb2e9..dfef39f 100644
--- a/src/analysis/disass/dragon.h
+++ b/src/analysis/disass/dragon.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/analysis/disass/fetch.c b/src/analysis/disass/fetch.c
index c33cad9..55afe5a 100644
--- a/src/analysis/disass/fetch.c
+++ b/src/analysis/disass/fetch.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/analysis/disass/fetch.h b/src/analysis/disass/fetch.h
index f89d991..ecef527 100644
--- a/src/analysis/disass/fetch.h
+++ b/src/analysis/disass/fetch.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/analysis/disass/instructions.c b/src/analysis/disass/instructions.c
index fc16186..78b20d4 100644
--- a/src/analysis/disass/instructions.c
+++ b/src/analysis/disass/instructions.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/analysis/disass/instructions.h b/src/analysis/disass/instructions.h
index 6f7a737..808c0d9 100644
--- a/src/analysis/disass/instructions.h
+++ b/src/analysis/disass/instructions.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/analysis/disass/limit.c b/src/analysis/disass/limit.c
index bcc594f..4fb219a 100644
--- a/src/analysis/disass/limit.c
+++ b/src/analysis/disass/limit.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/analysis/disass/limit.h b/src/analysis/disass/limit.h
index ce76a43..6c1a55a 100644
--- a/src/analysis/disass/limit.h
+++ b/src/analysis/disass/limit.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/analysis/disass/links.c b/src/analysis/disass/links.c
index 09f8d1b..0207d6b 100644
--- a/src/analysis/disass/links.c
+++ b/src/analysis/disass/links.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/analysis/disass/links.h b/src/analysis/disass/links.h
index 4630d8d..44b15c2 100644
--- a/src/analysis/disass/links.h
+++ b/src/analysis/disass/links.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/analysis/disass/loop.c b/src/analysis/disass/loop.c
index b7e7ff9..9312917 100644
--- a/src/analysis/disass/loop.c
+++ b/src/analysis/disass/loop.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/analysis/disass/loop.h b/src/analysis/disass/loop.h
index d877527..4e8ccb0 100644
--- a/src/analysis/disass/loop.h
+++ b/src/analysis/disass/loop.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/analysis/disass/output.c b/src/analysis/disass/output.c
index a1c0718..9f532e6 100644
--- a/src/analysis/disass/output.c
+++ b/src/analysis/disass/output.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/analysis/disass/output.h b/src/analysis/disass/output.h
index a05a3c4..e21dadc 100644
--- a/src/analysis/disass/output.h
+++ b/src/analysis/disass/output.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/analysis/disass/rank.c b/src/analysis/disass/rank.c
index 6ff194b..c31fd58 100644
--- a/src/analysis/disass/rank.c
+++ b/src/analysis/disass/rank.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/analysis/disass/rank.h b/src/analysis/disass/rank.h
index 90a2ef0..0b8c3d0 100644
--- a/src/analysis/disass/rank.h
+++ b/src/analysis/disass/rank.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/analysis/disass/routines.c b/src/analysis/disass/routines.c
index 661e136..4393c6e 100644
--- a/src/analysis/disass/routines.c
+++ b/src/analysis/disass/routines.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/analysis/disass/routines.h b/src/analysis/disass/routines.h
index db8144d..d6fd76b 100644
--- a/src/analysis/disass/routines.h
+++ b/src/analysis/disass/routines.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/analysis/human/asm/lang.c b/src/analysis/human/asm/lang.c
index 7110920..95d1ec1 100644
--- a/src/analysis/human/asm/lang.c
+++ b/src/analysis/human/asm/lang.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/analysis/human/asm/lang.h b/src/analysis/human/asm/lang.h
index b484ded..5ee236a 100644
--- a/src/analysis/human/asm/lang.h
+++ b/src/analysis/human/asm/lang.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/analysis/human/lang-int.h b/src/analysis/human/lang-int.h
index cfe2149..74823c5 100644
--- a/src/analysis/human/lang-int.h
+++ b/src/analysis/human/lang-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/analysis/human/lang.c b/src/analysis/human/lang.c
index 3f84635..b002802 100644
--- a/src/analysis/human/lang.c
+++ b/src/analysis/human/lang.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/analysis/human/lang.h b/src/analysis/human/lang.h
index 7f8ca6c..38e3f30 100644
--- a/src/analysis/human/lang.h
+++ b/src/analysis/human/lang.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/analysis/loaded-int.h b/src/analysis/loaded-int.h
index a574d27..60d7304 100644
--- a/src/analysis/loaded-int.h
+++ b/src/analysis/loaded-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/analysis/loaded.c b/src/analysis/loaded.c
index 5ce16c1..450784b 100644
--- a/src/analysis/loaded.c
+++ b/src/analysis/loaded.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/analysis/loaded.h b/src/analysis/loaded.h
index d1d9102..b74a03d 100644
--- a/src/analysis/loaded.h
+++ b/src/analysis/loaded.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/analysis/loading.c b/src/analysis/loading.c
index 38d130e..5aff20f 100644
--- a/src/analysis/loading.c
+++ b/src/analysis/loading.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/analysis/loading.h b/src/analysis/loading.h
index bfc785c..46b42a1 100644
--- a/src/analysis/loading.h
+++ b/src/analysis/loading.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/analysis/project.c b/src/analysis/project.c
index a600788..09b4aad 100644
--- a/src/analysis/project.c
+++ b/src/analysis/project.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/analysis/project.h b/src/analysis/project.h
index c6f6fc9..c24ee43 100644
--- a/src/analysis/project.h
+++ b/src/analysis/project.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/analysis/roptions.c b/src/analysis/roptions.c
index c37a665..a40c784 100644
--- a/src/analysis/roptions.c
+++ b/src/analysis/roptions.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/analysis/roptions.h b/src/analysis/roptions.h
index 3deb780..2f54a60 100644
--- a/src/analysis/roptions.h
+++ b/src/analysis/roptions.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/analysis/routine.c b/src/analysis/routine.c
index bf2b589..336838b 100644
--- a/src/analysis/routine.c
+++ b/src/analysis/routine.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/analysis/routine.h b/src/analysis/routine.h
index 9e09a6f..52b2747 100644
--- a/src/analysis/routine.h
+++ b/src/analysis/routine.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/analysis/type-int.h b/src/analysis/type-int.h
index 5a9c6db..cd4190c 100644
--- a/src/analysis/type-int.h
+++ b/src/analysis/type-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/analysis/type.c b/src/analysis/type.c
index 5b24328..97dc94f 100644
--- a/src/analysis/type.c
+++ b/src/analysis/type.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/analysis/type.h b/src/analysis/type.h
index 7803882..97fee36 100644
--- a/src/analysis/type.h
+++ b/src/analysis/type.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/analysis/types/basic.c b/src/analysis/types/basic.c
index 45c04c4..9e0239a 100644
--- a/src/analysis/types/basic.c
+++ b/src/analysis/types/basic.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/analysis/types/basic.h b/src/analysis/types/basic.h
index 273e0ad..6dba6ae 100644
--- a/src/analysis/types/basic.h
+++ b/src/analysis/types/basic.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/analysis/types/cse-int.h b/src/analysis/types/cse-int.h
index 0558466..0272435 100644
--- a/src/analysis/types/cse-int.h
+++ b/src/analysis/types/cse-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/analysis/types/cse.c b/src/analysis/types/cse.c
index 8e2e021..f20f340 100644
--- a/src/analysis/types/cse.c
+++ b/src/analysis/types/cse.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/analysis/types/cse.h b/src/analysis/types/cse.h
index 0d59743..184062d 100644
--- a/src/analysis/types/cse.h
+++ b/src/analysis/types/cse.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/analysis/types/encaps.c b/src/analysis/types/encaps.c
index 0dfc3af..537d849 100644
--- a/src/analysis/types/encaps.c
+++ b/src/analysis/types/encaps.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/analysis/types/encaps.h b/src/analysis/types/encaps.h
index 4cd74d2..7ea8b9e 100644
--- a/src/analysis/types/encaps.h
+++ b/src/analysis/types/encaps.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/analysis/types/literal.c b/src/analysis/types/literal.c
index f709d9b..7a0c4f7 100644
--- a/src/analysis/types/literal.c
+++ b/src/analysis/types/literal.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/analysis/types/literal.h b/src/analysis/types/literal.h
index e0f0014..032ba8b 100644
--- a/src/analysis/types/literal.h
+++ b/src/analysis/types/literal.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/analysis/types/template.c b/src/analysis/types/template.c
index 367a42e..5e6e95f 100644
--- a/src/analysis/types/template.c
+++ b/src/analysis/types/template.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/analysis/types/template.h b/src/analysis/types/template.h
index 9bc0408..567822e 100644
--- a/src/analysis/types/template.h
+++ b/src/analysis/types/template.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/analysis/variable.c b/src/analysis/variable.c
index 05331d3..f30c659 100644
--- a/src/analysis/variable.c
+++ b/src/analysis/variable.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/analysis/variable.h b/src/analysis/variable.h
index 8c96c35..9fbdc4e 100644
--- a/src/analysis/variable.h
+++ b/src/analysis/variable.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/>.
*/