diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-04-05 07:58:43 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-04-05 07:58:43 (GMT) |
commit | 50dcb7b1f40bb9e66d4872a7eebd364c6ea11125 (patch) | |
tree | 8a96a4f40ce50b86456addccff97a31e3e0c8cf2 /src/debug/gdbrsp | |
parent | ace3a87f9fc31b2f4d90d4b475cde805189e366b (diff) |
Changed Foobar to Chrysalide in all GPL headers.
Diffstat (limited to 'src/debug/gdbrsp')
-rw-r--r-- | src/debug/gdbrsp/aops.h | 2 | ||||
-rw-r--r-- | src/debug/gdbrsp/gdb-int.h | 2 | ||||
-rw-r--r-- | src/debug/gdbrsp/gdb.c | 2 | ||||
-rw-r--r-- | src/debug/gdbrsp/gdb.h | 2 | ||||
-rw-r--r-- | src/debug/gdbrsp/helpers.c | 2 | ||||
-rw-r--r-- | src/debug/gdbrsp/helpers.h | 2 | ||||
-rw-r--r-- | src/debug/gdbrsp/helpers_arm.c | 2 | ||||
-rw-r--r-- | src/debug/gdbrsp/helpers_arm.h | 2 | ||||
-rw-r--r-- | src/debug/gdbrsp/helpers_arm64.c | 2 | ||||
-rw-r--r-- | src/debug/gdbrsp/helpers_arm64.h | 2 | ||||
-rw-r--r-- | src/debug/gdbrsp/packet.c | 2 | ||||
-rw-r--r-- | src/debug/gdbrsp/packet.h | 2 | ||||
-rw-r--r-- | src/debug/gdbrsp/stream-int.h | 2 | ||||
-rw-r--r-- | src/debug/gdbrsp/stream.c | 2 | ||||
-rw-r--r-- | src/debug/gdbrsp/stream.h | 2 | ||||
-rw-r--r-- | src/debug/gdbrsp/support.c | 2 | ||||
-rw-r--r-- | src/debug/gdbrsp/support.h | 2 | ||||
-rw-r--r-- | src/debug/gdbrsp/target.c | 2 | ||||
-rw-r--r-- | src/debug/gdbrsp/target.h | 2 | ||||
-rw-r--r-- | src/debug/gdbrsp/tcp.c | 2 | ||||
-rw-r--r-- | src/debug/gdbrsp/tcp.h | 2 | ||||
-rw-r--r-- | src/debug/gdbrsp/utils.c | 2 | ||||
-rw-r--r-- | src/debug/gdbrsp/utils.h | 2 |
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/>. */ |