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/jdwp | |
parent | ace3a87f9fc31b2f4d90d4b475cde805189e366b (diff) |
Changed Foobar to Chrysalide in all GPL headers.
Diffstat (limited to 'src/debug/jdwp')
-rw-r--r-- | src/debug/jdwp/debugger.c | 2 | ||||
-rw-r--r-- | src/debug/jdwp/debugger.h | 2 | ||||
-rw-r--r-- | src/debug/jdwp/jdwp_def.h | 2 | ||||
-rw-r--r-- | src/debug/jdwp/misc/header.c | 2 | ||||
-rw-r--r-- | src/debug/jdwp/misc/header.h | 2 | ||||
-rw-r--r-- | src/debug/jdwp/misc/id.c | 2 | ||||
-rw-r--r-- | src/debug/jdwp/misc/id.h | 2 | ||||
-rw-r--r-- | src/debug/jdwp/misc/location.c | 2 | ||||
-rw-r--r-- | src/debug/jdwp/misc/location.h | 2 | ||||
-rw-r--r-- | src/debug/jdwp/misc/types.c | 2 | ||||
-rw-r--r-- | src/debug/jdwp/misc/types.h | 2 | ||||
-rw-r--r-- | src/debug/jdwp/packet.c | 2 | ||||
-rw-r--r-- | src/debug/jdwp/packet.h | 2 | ||||
-rw-r--r-- | src/debug/jdwp/sets/list.c | 2 | ||||
-rw-r--r-- | src/debug/jdwp/sets/list.h | 2 | ||||
-rw-r--r-- | src/debug/jdwp/sets/thread.c | 2 | ||||
-rw-r--r-- | src/debug/jdwp/sets/thread.h | 2 | ||||
-rw-r--r-- | src/debug/jdwp/sets/vm.c | 2 | ||||
-rw-r--r-- | src/debug/jdwp/sets/vm.h | 2 | ||||
-rw-r--r-- | src/debug/jdwp/tcp.c | 2 | ||||
-rw-r--r-- | src/debug/jdwp/tcp.h | 2 |
21 files changed, 21 insertions, 21 deletions
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/>. */ |