summaryrefslogtreecommitdiff
path: root/src/format
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/format
parentace3a87f9fc31b2f4d90d4b475cde805189e366b (diff)
Changed Foobar to Chrysalide in all GPL headers.
Diffstat (limited to 'src/format')
-rw-r--r--src/format/debuggable-int.h2
-rw-r--r--src/format/debuggable.c2
-rw-r--r--src/format/debuggable.h2
-rw-r--r--src/format/dwarf/abbrev.c2
-rw-r--r--src/format/dwarf/abbrev.h2
-rw-r--r--src/format/dwarf/d_dwarf.c2
-rw-r--r--src/format/dwarf/d_dwarf.h2
-rw-r--r--src/format/dwarf/die.c2
-rw-r--r--src/format/dwarf/die.h2
-rw-r--r--src/format/dwarf/dwarf-int.c2
-rw-r--r--src/format/dwarf/dwarf-int.h2
-rw-r--r--src/format/dwarf/dwarf.c2
-rw-r--r--src/format/dwarf/dwarf.h2
-rw-r--r--src/format/dwarf/dwarf_def.h2
-rw-r--r--src/format/dwarf/form.c2
-rw-r--r--src/format/dwarf/form.h2
-rw-r--r--src/format/dwarf/info.c2
-rw-r--r--src/format/dwarf/info.h2
-rw-r--r--src/format/dwarf/symbols.c2
-rw-r--r--src/format/dwarf/symbols.h2
-rw-r--r--src/format/dwarf/utils.c2
-rw-r--r--src/format/dwarf/utils.h2
-rw-r--r--src/format/dwarf/v2/dwarf.c2
-rw-r--r--src/format/dwarf/v2/dwarf.h2
-rw-r--r--src/format/dwarf/v2/form.c2
-rw-r--r--src/format/dwarf/v2/form.h2
-rw-r--r--src/format/dwarf/v3/dwarf.c2
-rw-r--r--src/format/dwarf/v3/dwarf.h2
-rw-r--r--src/format/dwarf/v4/dwarf.c2
-rw-r--r--src/format/dwarf/v4/dwarf.h2
-rw-r--r--src/format/dwarf/v4/form.c2
-rw-r--r--src/format/dwarf/v4/form.h2
-rw-r--r--src/format/executable-int.c2
-rw-r--r--src/format/executable-int.h2
-rw-r--r--src/format/executable.c2
-rw-r--r--src/format/executable.h2
-rw-r--r--src/format/format-int.h2
-rw-r--r--src/format/format.c2
-rw-r--r--src/format/format.h2
-rw-r--r--src/format/java/attribute.c2
-rw-r--r--src/format/java/attribute.h2
-rwxr-xr-xsrc/format/java/e_java.c2
-rwxr-xr-xsrc/format/java/e_java.h2
-rw-r--r--src/format/java/field.c2
-rw-r--r--src/format/java/field.h2
-rw-r--r--src/format/java/java-int.c2
-rwxr-xr-xsrc/format/java/java-int.h2
-rwxr-xr-xsrc/format/java/java.c2
-rwxr-xr-xsrc/format/java/java.h2
-rwxr-xr-xsrc/format/java/java_def.h2
-rw-r--r--src/format/java/method.c2
-rw-r--r--src/format/java/method.h2
-rwxr-xr-xsrc/format/java/pool.c2
-rwxr-xr-xsrc/format/java/pool.h2
-rw-r--r--src/format/pe/pe-int.c2
-rw-r--r--src/format/pe/pe-int.h2
-rw-r--r--src/format/pe/pe.c2
-rw-r--r--src/format/pe/pe.h2
-rw-r--r--src/format/pe/pe_def.h2
-rw-r--r--src/format/pe/section.c2
-rw-r--r--src/format/pe/section.h2
-rw-r--r--src/format/pe/symbols.c2
-rw-r--r--src/format/pe/symbols.h2
-rw-r--r--src/format/preload-int.h2
-rw-r--r--src/format/preload.c2
-rw-r--r--src/format/preload.h2
-rw-r--r--src/format/symbol-int.h2
-rw-r--r--src/format/symbol.c2
-rw-r--r--src/format/symbol.h2
-rw-r--r--src/format/symiter.c2
-rw-r--r--src/format/symiter.h2
71 files changed, 71 insertions, 71 deletions
diff --git a/src/format/debuggable-int.h b/src/format/debuggable-int.h
index 1320951..ea11753 100644
--- a/src/format/debuggable-int.h
+++ b/src/format/debuggable-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/format/debuggable.c b/src/format/debuggable.c
index 89a973a..571163b 100644
--- a/src/format/debuggable.c
+++ b/src/format/debuggable.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/format/debuggable.h b/src/format/debuggable.h
index 554b272..4ee9525 100644
--- a/src/format/debuggable.h
+++ b/src/format/debuggable.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/format/dwarf/abbrev.c b/src/format/dwarf/abbrev.c
index 3d838d5..f214430 100644
--- a/src/format/dwarf/abbrev.c
+++ b/src/format/dwarf/abbrev.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/format/dwarf/abbrev.h b/src/format/dwarf/abbrev.h
index 089190e..b5fe3be 100644
--- a/src/format/dwarf/abbrev.h
+++ b/src/format/dwarf/abbrev.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/format/dwarf/d_dwarf.c b/src/format/dwarf/d_dwarf.c
index 3bb3b1c..67ab955 100644
--- a/src/format/dwarf/d_dwarf.c
+++ b/src/format/dwarf/d_dwarf.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/format/dwarf/d_dwarf.h b/src/format/dwarf/d_dwarf.h
index 6521962..4b699ca 100644
--- a/src/format/dwarf/d_dwarf.h
+++ b/src/format/dwarf/d_dwarf.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/format/dwarf/die.c b/src/format/dwarf/die.c
index e5afba7..0c1887c 100644
--- a/src/format/dwarf/die.c
+++ b/src/format/dwarf/die.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/format/dwarf/die.h b/src/format/dwarf/die.h
index a9a66b5..8bff4a9 100644
--- a/src/format/dwarf/die.h
+++ b/src/format/dwarf/die.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/format/dwarf/dwarf-int.c b/src/format/dwarf/dwarf-int.c
index fd7adf7..365414b 100644
--- a/src/format/dwarf/dwarf-int.c
+++ b/src/format/dwarf/dwarf-int.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/format/dwarf/dwarf-int.h b/src/format/dwarf/dwarf-int.h
index 8e35b32..6f8f921 100644
--- a/src/format/dwarf/dwarf-int.h
+++ b/src/format/dwarf/dwarf-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/format/dwarf/dwarf.c b/src/format/dwarf/dwarf.c
index b66d006..0c0dab8 100644
--- a/src/format/dwarf/dwarf.c
+++ b/src/format/dwarf/dwarf.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/format/dwarf/dwarf.h b/src/format/dwarf/dwarf.h
index aaeaae1..ad2f008 100644
--- a/src/format/dwarf/dwarf.h
+++ b/src/format/dwarf/dwarf.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/format/dwarf/dwarf_def.h b/src/format/dwarf/dwarf_def.h
index 5ce58ea..6641576 100644
--- a/src/format/dwarf/dwarf_def.h
+++ b/src/format/dwarf/dwarf_def.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/format/dwarf/form.c b/src/format/dwarf/form.c
index f482cab..d7922f7 100644
--- a/src/format/dwarf/form.c
+++ b/src/format/dwarf/form.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/format/dwarf/form.h b/src/format/dwarf/form.h
index b8645fe..bdef9b3 100644
--- a/src/format/dwarf/form.h
+++ b/src/format/dwarf/form.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/format/dwarf/info.c b/src/format/dwarf/info.c
index ced856d..432280e 100644
--- a/src/format/dwarf/info.c
+++ b/src/format/dwarf/info.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/format/dwarf/info.h b/src/format/dwarf/info.h
index 56b82fa..76220e5 100644
--- a/src/format/dwarf/info.h
+++ b/src/format/dwarf/info.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/format/dwarf/symbols.c b/src/format/dwarf/symbols.c
index 20ec7ea..f0a7300 100644
--- a/src/format/dwarf/symbols.c
+++ b/src/format/dwarf/symbols.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/format/dwarf/symbols.h b/src/format/dwarf/symbols.h
index b01ed2e..128f00c 100644
--- a/src/format/dwarf/symbols.h
+++ b/src/format/dwarf/symbols.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/format/dwarf/utils.c b/src/format/dwarf/utils.c
index 27b1685..b767970 100644
--- a/src/format/dwarf/utils.c
+++ b/src/format/dwarf/utils.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/format/dwarf/utils.h b/src/format/dwarf/utils.h
index f12af93..6727082 100644
--- a/src/format/dwarf/utils.h
+++ b/src/format/dwarf/utils.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/format/dwarf/v2/dwarf.c b/src/format/dwarf/v2/dwarf.c
index 894db5a..8f794bf 100644
--- a/src/format/dwarf/v2/dwarf.c
+++ b/src/format/dwarf/v2/dwarf.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/format/dwarf/v2/dwarf.h b/src/format/dwarf/v2/dwarf.h
index 604149c..f3b3501 100644
--- a/src/format/dwarf/v2/dwarf.h
+++ b/src/format/dwarf/v2/dwarf.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/format/dwarf/v2/form.c b/src/format/dwarf/v2/form.c
index fdb446d..7e012b7 100644
--- a/src/format/dwarf/v2/form.c
+++ b/src/format/dwarf/v2/form.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/format/dwarf/v2/form.h b/src/format/dwarf/v2/form.h
index ed6c219..a124e67 100644
--- a/src/format/dwarf/v2/form.h
+++ b/src/format/dwarf/v2/form.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/format/dwarf/v3/dwarf.c b/src/format/dwarf/v3/dwarf.c
index 22ee04d..942c289 100644
--- a/src/format/dwarf/v3/dwarf.c
+++ b/src/format/dwarf/v3/dwarf.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/format/dwarf/v3/dwarf.h b/src/format/dwarf/v3/dwarf.h
index 3d23bb9..5042b89 100644
--- a/src/format/dwarf/v3/dwarf.h
+++ b/src/format/dwarf/v3/dwarf.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/format/dwarf/v4/dwarf.c b/src/format/dwarf/v4/dwarf.c
index 6e43695..a220aff 100644
--- a/src/format/dwarf/v4/dwarf.c
+++ b/src/format/dwarf/v4/dwarf.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/format/dwarf/v4/dwarf.h b/src/format/dwarf/v4/dwarf.h
index 531ec0d..89135e3 100644
--- a/src/format/dwarf/v4/dwarf.h
+++ b/src/format/dwarf/v4/dwarf.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/format/dwarf/v4/form.c b/src/format/dwarf/v4/form.c
index 9629174..80dbf1e 100644
--- a/src/format/dwarf/v4/form.c
+++ b/src/format/dwarf/v4/form.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/format/dwarf/v4/form.h b/src/format/dwarf/v4/form.h
index 4617d91..053b693 100644
--- a/src/format/dwarf/v4/form.h
+++ b/src/format/dwarf/v4/form.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/format/executable-int.c b/src/format/executable-int.c
index ebea16e..e13a7c9 100644
--- a/src/format/executable-int.c
+++ b/src/format/executable-int.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/format/executable-int.h b/src/format/executable-int.h
index 64050e3..ed2c7c1 100644
--- a/src/format/executable-int.h
+++ b/src/format/executable-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/format/executable.c b/src/format/executable.c
index 1f46721..0107074 100644
--- a/src/format/executable.c
+++ b/src/format/executable.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/format/executable.h b/src/format/executable.h
index 81e5e6c..ebb21d6 100644
--- a/src/format/executable.h
+++ b/src/format/executable.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/format/format-int.h b/src/format/format-int.h
index e01b597..78da2f6 100644
--- a/src/format/format-int.h
+++ b/src/format/format-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/format/format.c b/src/format/format.c
index f71cc8f..29709c9 100644
--- a/src/format/format.c
+++ b/src/format/format.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/format/format.h b/src/format/format.h
index 4052482..806c14f 100644
--- a/src/format/format.h
+++ b/src/format/format.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/format/java/attribute.c b/src/format/java/attribute.c
index ec5569c..3e04ea9 100644
--- a/src/format/java/attribute.c
+++ b/src/format/java/attribute.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/format/java/attribute.h b/src/format/java/attribute.h
index 60c134d..155aa7e 100644
--- a/src/format/java/attribute.h
+++ b/src/format/java/attribute.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/format/java/e_java.c b/src/format/java/e_java.c
index 608b987..7d05fa9 100755
--- a/src/format/java/e_java.c
+++ b/src/format/java/e_java.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/format/java/e_java.h b/src/format/java/e_java.h
index f0f7534..65befbd 100755
--- a/src/format/java/e_java.h
+++ b/src/format/java/e_java.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/format/java/field.c b/src/format/java/field.c
index 9ff37c0..e7df342 100644
--- a/src/format/java/field.c
+++ b/src/format/java/field.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/format/java/field.h b/src/format/java/field.h
index 07074b9..686c13f 100644
--- a/src/format/java/field.h
+++ b/src/format/java/field.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/format/java/java-int.c b/src/format/java/java-int.c
index fed2ce8..c1c8aa5 100644
--- a/src/format/java/java-int.c
+++ b/src/format/java/java-int.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/format/java/java-int.h b/src/format/java/java-int.h
index 68e20e8..1636d1e 100755
--- a/src/format/java/java-int.h
+++ b/src/format/java/java-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/format/java/java.c b/src/format/java/java.c
index ea11a08..dcd8299 100755
--- a/src/format/java/java.c
+++ b/src/format/java/java.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/format/java/java.h b/src/format/java/java.h
index e8a3aa2..f83f3e7 100755
--- a/src/format/java/java.h
+++ b/src/format/java/java.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/format/java/java_def.h b/src/format/java/java_def.h
index b23a387..2b1da67 100755
--- a/src/format/java/java_def.h
+++ b/src/format/java/java_def.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/format/java/method.c b/src/format/java/method.c
index f448d2e..371ba8c 100644
--- a/src/format/java/method.c
+++ b/src/format/java/method.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/format/java/method.h b/src/format/java/method.h
index c7adeb4..35b04e1 100644
--- a/src/format/java/method.h
+++ b/src/format/java/method.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/format/java/pool.c b/src/format/java/pool.c
index 23c8af0..625e9cc 100755
--- a/src/format/java/pool.c
+++ b/src/format/java/pool.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/format/java/pool.h b/src/format/java/pool.h
index 5c19489..7f1a1db 100755
--- a/src/format/java/pool.h
+++ b/src/format/java/pool.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/format/pe/pe-int.c b/src/format/pe/pe-int.c
index 81ed6bb..0ce1577 100644
--- a/src/format/pe/pe-int.c
+++ b/src/format/pe/pe-int.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/format/pe/pe-int.h b/src/format/pe/pe-int.h
index b7910c7..14a6007 100644
--- a/src/format/pe/pe-int.h
+++ b/src/format/pe/pe-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/format/pe/pe.c b/src/format/pe/pe.c
index 02b7f19..8533d25 100644
--- a/src/format/pe/pe.c
+++ b/src/format/pe/pe.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/format/pe/pe.h b/src/format/pe/pe.h
index 9ead4f2..c8dee42 100644
--- a/src/format/pe/pe.h
+++ b/src/format/pe/pe.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/format/pe/pe_def.h b/src/format/pe/pe_def.h
index d6d34f2..62d8afc 100644
--- a/src/format/pe/pe_def.h
+++ b/src/format/pe/pe_def.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/format/pe/section.c b/src/format/pe/section.c
index 7944981..f4cdaf3 100644
--- a/src/format/pe/section.c
+++ b/src/format/pe/section.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/format/pe/section.h b/src/format/pe/section.h
index 8b4c244..e7c399b 100644
--- a/src/format/pe/section.h
+++ b/src/format/pe/section.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/format/pe/symbols.c b/src/format/pe/symbols.c
index ff86e44..30e43b5 100644
--- a/src/format/pe/symbols.c
+++ b/src/format/pe/symbols.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/format/pe/symbols.h b/src/format/pe/symbols.h
index 762914e..7581152 100644
--- a/src/format/pe/symbols.h
+++ b/src/format/pe/symbols.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/format/preload-int.h b/src/format/preload-int.h
index ccc59e3..a8cf390 100644
--- a/src/format/preload-int.h
+++ b/src/format/preload-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/format/preload.c b/src/format/preload.c
index 552601e..6891f16 100644
--- a/src/format/preload.c
+++ b/src/format/preload.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/format/preload.h b/src/format/preload.h
index de79f83..2e3c7e6 100644
--- a/src/format/preload.h
+++ b/src/format/preload.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/format/symbol-int.h b/src/format/symbol-int.h
index a0460c2..780a510 100644
--- a/src/format/symbol-int.h
+++ b/src/format/symbol-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/format/symbol.c b/src/format/symbol.c
index dfb36a6..fb70c0e 100644
--- a/src/format/symbol.c
+++ b/src/format/symbol.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/format/symbol.h b/src/format/symbol.h
index b6f1e87..881c2f2 100644
--- a/src/format/symbol.h
+++ b/src/format/symbol.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/format/symiter.c b/src/format/symiter.c
index 230b4ac..e46d848 100644
--- a/src/format/symiter.c
+++ b/src/format/symiter.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/format/symiter.h b/src/format/symiter.h
index 32f4af7..a735150 100644
--- a/src/format/symiter.h
+++ b/src/format/symiter.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/>.
*/