summaryrefslogtreecommitdiff
path: root/src/debug
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/debug
parentace3a87f9fc31b2f4d90d4b475cde805189e366b (diff)
Changed Foobar to Chrysalide in all GPL headers.
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/break-int.h2
-rw-r--r--src/debug/break.c2
-rw-r--r--src/debug/break.h2
-rw-r--r--src/debug/debugger-int.h2
-rw-r--r--src/debug/debugger.c2
-rw-r--r--src/debug/debugger.h2
-rw-r--r--src/debug/gdbrsp/aops.h2
-rw-r--r--src/debug/gdbrsp/gdb-int.h2
-rw-r--r--src/debug/gdbrsp/gdb.c2
-rw-r--r--src/debug/gdbrsp/gdb.h2
-rw-r--r--src/debug/gdbrsp/helpers.c2
-rw-r--r--src/debug/gdbrsp/helpers.h2
-rw-r--r--src/debug/gdbrsp/helpers_arm.c2
-rw-r--r--src/debug/gdbrsp/helpers_arm.h2
-rw-r--r--src/debug/gdbrsp/helpers_arm64.c2
-rw-r--r--src/debug/gdbrsp/helpers_arm64.h2
-rw-r--r--src/debug/gdbrsp/packet.c2
-rw-r--r--src/debug/gdbrsp/packet.h2
-rw-r--r--src/debug/gdbrsp/stream-int.h2
-rw-r--r--src/debug/gdbrsp/stream.c2
-rw-r--r--src/debug/gdbrsp/stream.h2
-rw-r--r--src/debug/gdbrsp/support.c2
-rw-r--r--src/debug/gdbrsp/support.h2
-rw-r--r--src/debug/gdbrsp/target.c2
-rw-r--r--src/debug/gdbrsp/target.h2
-rw-r--r--src/debug/gdbrsp/tcp.c2
-rw-r--r--src/debug/gdbrsp/tcp.h2
-rw-r--r--src/debug/gdbrsp/utils.c2
-rw-r--r--src/debug/gdbrsp/utils.h2
-rw-r--r--src/debug/jdwp/debugger.c2
-rw-r--r--src/debug/jdwp/debugger.h2
-rw-r--r--src/debug/jdwp/jdwp_def.h2
-rw-r--r--src/debug/jdwp/misc/header.c2
-rw-r--r--src/debug/jdwp/misc/header.h2
-rw-r--r--src/debug/jdwp/misc/id.c2
-rw-r--r--src/debug/jdwp/misc/id.h2
-rw-r--r--src/debug/jdwp/misc/location.c2
-rw-r--r--src/debug/jdwp/misc/location.h2
-rw-r--r--src/debug/jdwp/misc/types.c2
-rw-r--r--src/debug/jdwp/misc/types.h2
-rw-r--r--src/debug/jdwp/packet.c2
-rw-r--r--src/debug/jdwp/packet.h2
-rw-r--r--src/debug/jdwp/sets/list.c2
-rw-r--r--src/debug/jdwp/sets/list.h2
-rw-r--r--src/debug/jdwp/sets/thread.c2
-rw-r--r--src/debug/jdwp/sets/thread.h2
-rw-r--r--src/debug/jdwp/sets/vm.c2
-rw-r--r--src/debug/jdwp/sets/vm.h2
-rw-r--r--src/debug/jdwp/tcp.c2
-rw-r--r--src/debug/jdwp/tcp.h2
-rw-r--r--src/debug/misc.h2
-rw-r--r--src/debug/packet-int.h2
-rw-r--r--src/debug/packet.c2
-rw-r--r--src/debug/packet.h2
-rw-r--r--src/debug/stream-int.h2
-rw-r--r--src/debug/stream.c2
-rw-r--r--src/debug/stream.h2
57 files changed, 57 insertions, 57 deletions
diff --git a/src/debug/break-int.h b/src/debug/break-int.h
index 44b3664..111872a 100644
--- a/src/debug/break-int.h
+++ b/src/debug/break-int.h
@@ -16,7 +16,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/debug/break.c b/src/debug/break.c
index fac3f08..390519e 100644
--- a/src/debug/break.c
+++ b/src/debug/break.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/debug/break.h b/src/debug/break.h
index 77d959a..2232794 100644
--- a/src/debug/break.h
+++ b/src/debug/break.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/debug/debugger-int.h b/src/debug/debugger-int.h
index 58153b8..5533e76 100644
--- a/src/debug/debugger-int.h
+++ b/src/debug/debugger-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/debug/debugger.c b/src/debug/debugger.c
index 4635d0e..4a1d314 100644
--- a/src/debug/debugger.c
+++ b/src/debug/debugger.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/debug/debugger.h b/src/debug/debugger.h
index 1050e4e..159d1f6 100644
--- a/src/debug/debugger.h
+++ b/src/debug/debugger.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/debug/gdbrsp/aops.h b/src/debug/gdbrsp/aops.h
index 02d4982..1599615 100644
--- a/src/debug/gdbrsp/aops.h
+++ b/src/debug/gdbrsp/aops.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/debug/gdbrsp/gdb-int.h b/src/debug/gdbrsp/gdb-int.h
index 5055fbf..11b4753 100644
--- a/src/debug/gdbrsp/gdb-int.h
+++ b/src/debug/gdbrsp/gdb-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/debug/gdbrsp/gdb.c b/src/debug/gdbrsp/gdb.c
index 37a7a73..1d0ffe5 100644
--- a/src/debug/gdbrsp/gdb.c
+++ b/src/debug/gdbrsp/gdb.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/debug/gdbrsp/gdb.h b/src/debug/gdbrsp/gdb.h
index 7faa044..a338f98 100644
--- a/src/debug/gdbrsp/gdb.h
+++ b/src/debug/gdbrsp/gdb.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/debug/gdbrsp/helpers.c b/src/debug/gdbrsp/helpers.c
index 296d642..1bdf6f7 100644
--- a/src/debug/gdbrsp/helpers.c
+++ b/src/debug/gdbrsp/helpers.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/debug/gdbrsp/helpers.h b/src/debug/gdbrsp/helpers.h
index 5f5f301..0492ea3 100644
--- a/src/debug/gdbrsp/helpers.h
+++ b/src/debug/gdbrsp/helpers.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/debug/gdbrsp/helpers_arm.c b/src/debug/gdbrsp/helpers_arm.c
index e2491ae..4b486d4 100644
--- a/src/debug/gdbrsp/helpers_arm.c
+++ b/src/debug/gdbrsp/helpers_arm.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/debug/gdbrsp/helpers_arm.h b/src/debug/gdbrsp/helpers_arm.h
index 70977bc..ec82b27 100644
--- a/src/debug/gdbrsp/helpers_arm.h
+++ b/src/debug/gdbrsp/helpers_arm.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/debug/gdbrsp/helpers_arm64.c b/src/debug/gdbrsp/helpers_arm64.c
index 6807662..810c8b3 100644
--- a/src/debug/gdbrsp/helpers_arm64.c
+++ b/src/debug/gdbrsp/helpers_arm64.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/debug/gdbrsp/helpers_arm64.h b/src/debug/gdbrsp/helpers_arm64.h
index 80f9312..5e89deb 100644
--- a/src/debug/gdbrsp/helpers_arm64.h
+++ b/src/debug/gdbrsp/helpers_arm64.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/debug/gdbrsp/packet.c b/src/debug/gdbrsp/packet.c
index 4a70a79..806c6b0 100644
--- a/src/debug/gdbrsp/packet.c
+++ b/src/debug/gdbrsp/packet.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/debug/gdbrsp/packet.h b/src/debug/gdbrsp/packet.h
index 2e8abb7..7f362bd 100644
--- a/src/debug/gdbrsp/packet.h
+++ b/src/debug/gdbrsp/packet.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/debug/gdbrsp/stream-int.h b/src/debug/gdbrsp/stream-int.h
index db61d13..ab26dc2 100644
--- a/src/debug/gdbrsp/stream-int.h
+++ b/src/debug/gdbrsp/stream-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/debug/gdbrsp/stream.c b/src/debug/gdbrsp/stream.c
index d75cff4..f86f630 100644
--- a/src/debug/gdbrsp/stream.c
+++ b/src/debug/gdbrsp/stream.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/debug/gdbrsp/stream.h b/src/debug/gdbrsp/stream.h
index b4b483d..a64485a 100644
--- a/src/debug/gdbrsp/stream.h
+++ b/src/debug/gdbrsp/stream.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/debug/gdbrsp/support.c b/src/debug/gdbrsp/support.c
index 5086540..3d27c06 100644
--- a/src/debug/gdbrsp/support.c
+++ b/src/debug/gdbrsp/support.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/debug/gdbrsp/support.h b/src/debug/gdbrsp/support.h
index 6b4ab63..2f6259c 100644
--- a/src/debug/gdbrsp/support.h
+++ b/src/debug/gdbrsp/support.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/debug/gdbrsp/target.c b/src/debug/gdbrsp/target.c
index d6edf6c..dbe6513 100644
--- a/src/debug/gdbrsp/target.c
+++ b/src/debug/gdbrsp/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/debug/gdbrsp/target.h b/src/debug/gdbrsp/target.h
index 805ff49..bbdbec1 100644
--- a/src/debug/gdbrsp/target.h
+++ b/src/debug/gdbrsp/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/debug/gdbrsp/tcp.c b/src/debug/gdbrsp/tcp.c
index d6a1ef8..8458dc6 100644
--- a/src/debug/gdbrsp/tcp.c
+++ b/src/debug/gdbrsp/tcp.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/debug/gdbrsp/tcp.h b/src/debug/gdbrsp/tcp.h
index 18d6c33..3472fd2 100644
--- a/src/debug/gdbrsp/tcp.h
+++ b/src/debug/gdbrsp/tcp.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/debug/gdbrsp/utils.c b/src/debug/gdbrsp/utils.c
index f1f1c85..1088e51 100644
--- a/src/debug/gdbrsp/utils.c
+++ b/src/debug/gdbrsp/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/debug/gdbrsp/utils.h b/src/debug/gdbrsp/utils.h
index a67df46..833fe69 100644
--- a/src/debug/gdbrsp/utils.h
+++ b/src/debug/gdbrsp/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/debug/jdwp/debugger.c b/src/debug/jdwp/debugger.c
index b73c8a3..6b406e3 100644
--- a/src/debug/jdwp/debugger.c
+++ b/src/debug/jdwp/debugger.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/debug/jdwp/debugger.h b/src/debug/jdwp/debugger.h
index bbae2d3..f7a0fbb 100644
--- a/src/debug/jdwp/debugger.h
+++ b/src/debug/jdwp/debugger.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/debug/jdwp/jdwp_def.h b/src/debug/jdwp/jdwp_def.h
index 68bd387..4e1ae27 100644
--- a/src/debug/jdwp/jdwp_def.h
+++ b/src/debug/jdwp/jdwp_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/debug/jdwp/misc/header.c b/src/debug/jdwp/misc/header.c
index 5a44cf1..82ba187 100644
--- a/src/debug/jdwp/misc/header.c
+++ b/src/debug/jdwp/misc/header.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/debug/jdwp/misc/header.h b/src/debug/jdwp/misc/header.h
index 033ed0b..e1bedad 100644
--- a/src/debug/jdwp/misc/header.h
+++ b/src/debug/jdwp/misc/header.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/debug/jdwp/misc/id.c b/src/debug/jdwp/misc/id.c
index ff4a284..ba2724e 100644
--- a/src/debug/jdwp/misc/id.c
+++ b/src/debug/jdwp/misc/id.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/debug/jdwp/misc/id.h b/src/debug/jdwp/misc/id.h
index 5076f75..0000886 100644
--- a/src/debug/jdwp/misc/id.h
+++ b/src/debug/jdwp/misc/id.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/debug/jdwp/misc/location.c b/src/debug/jdwp/misc/location.c
index 00411a9..dbf14b1 100644
--- a/src/debug/jdwp/misc/location.c
+++ b/src/debug/jdwp/misc/location.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/debug/jdwp/misc/location.h b/src/debug/jdwp/misc/location.h
index 4c4d570..4b9bf1b 100644
--- a/src/debug/jdwp/misc/location.h
+++ b/src/debug/jdwp/misc/location.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/debug/jdwp/misc/types.c b/src/debug/jdwp/misc/types.c
index 168b18d..b901704 100644
--- a/src/debug/jdwp/misc/types.c
+++ b/src/debug/jdwp/misc/types.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/debug/jdwp/misc/types.h b/src/debug/jdwp/misc/types.h
index f991b3b..11f9c60 100644
--- a/src/debug/jdwp/misc/types.h
+++ b/src/debug/jdwp/misc/types.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/debug/jdwp/packet.c b/src/debug/jdwp/packet.c
index d5e3dba..3eb6625 100644
--- a/src/debug/jdwp/packet.c
+++ b/src/debug/jdwp/packet.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/debug/jdwp/packet.h b/src/debug/jdwp/packet.h
index e8d331b..9475c21 100644
--- a/src/debug/jdwp/packet.h
+++ b/src/debug/jdwp/packet.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/debug/jdwp/sets/list.c b/src/debug/jdwp/sets/list.c
index 1fcc23e..fcab7be 100644
--- a/src/debug/jdwp/sets/list.c
+++ b/src/debug/jdwp/sets/list.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/debug/jdwp/sets/list.h b/src/debug/jdwp/sets/list.h
index d89a016..02a6fac 100644
--- a/src/debug/jdwp/sets/list.h
+++ b/src/debug/jdwp/sets/list.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/debug/jdwp/sets/thread.c b/src/debug/jdwp/sets/thread.c
index 141d393..bac30ec 100644
--- a/src/debug/jdwp/sets/thread.c
+++ b/src/debug/jdwp/sets/thread.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/debug/jdwp/sets/thread.h b/src/debug/jdwp/sets/thread.h
index 7572028..b0df015 100644
--- a/src/debug/jdwp/sets/thread.h
+++ b/src/debug/jdwp/sets/thread.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/debug/jdwp/sets/vm.c b/src/debug/jdwp/sets/vm.c
index d1bc5e2..3ff28d6 100644
--- a/src/debug/jdwp/sets/vm.c
+++ b/src/debug/jdwp/sets/vm.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/debug/jdwp/sets/vm.h b/src/debug/jdwp/sets/vm.h
index 579b4bd..a63adc7 100644
--- a/src/debug/jdwp/sets/vm.h
+++ b/src/debug/jdwp/sets/vm.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/debug/jdwp/tcp.c b/src/debug/jdwp/tcp.c
index 5059419..3cd8771 100644
--- a/src/debug/jdwp/tcp.c
+++ b/src/debug/jdwp/tcp.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/debug/jdwp/tcp.h b/src/debug/jdwp/tcp.h
index b954b7c..aa69953 100644
--- a/src/debug/jdwp/tcp.h
+++ b/src/debug/jdwp/tcp.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/debug/misc.h b/src/debug/misc.h
index dd9492a..6b797c1 100644
--- a/src/debug/misc.h
+++ b/src/debug/misc.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/debug/packet-int.h b/src/debug/packet-int.h
index ba14643..37607d9 100644
--- a/src/debug/packet-int.h
+++ b/src/debug/packet-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/debug/packet.c b/src/debug/packet.c
index ec17b03..8074356 100644
--- a/src/debug/packet.c
+++ b/src/debug/packet.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/debug/packet.h b/src/debug/packet.h
index dd698a7..22064e0 100644
--- a/src/debug/packet.h
+++ b/src/debug/packet.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/debug/stream-int.h b/src/debug/stream-int.h
index 1d7161e..89e469a 100644
--- a/src/debug/stream-int.h
+++ b/src/debug/stream-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/debug/stream.c b/src/debug/stream.c
index 3687aed..0b7282e 100644
--- a/src/debug/stream.c
+++ b/src/debug/stream.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/debug/stream.h b/src/debug/stream.h
index fcb41df..c26ef89 100644
--- a/src/debug/stream.h
+++ b/src/debug/stream.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/>.
*/