summaryrefslogtreecommitdiff
path: root/src/debug/gdbrsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/gdbrsp')
-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
23 files changed, 23 insertions, 23 deletions
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/>.
*/