diff options
Diffstat (limited to 'src/arch/jvm')
-rw-r--r-- | src/arch/jvm/instruction.c | 2 | ||||
-rw-r--r-- | src/arch/jvm/instruction.h | 2 | ||||
-rw-r--r-- | src/arch/jvm/op_add.c | 2 | ||||
-rw-r--r-- | src/arch/jvm/op_const.c | 2 | ||||
-rw-r--r-- | src/arch/jvm/op_convert.c | 2 | ||||
-rw-r--r-- | src/arch/jvm/op_dup.c | 2 | ||||
-rw-r--r-- | src/arch/jvm/op_getput.c | 2 | ||||
-rw-r--r-- | src/arch/jvm/op_invoke.c | 2 | ||||
-rw-r--r-- | src/arch/jvm/op_load.c | 2 | ||||
-rw-r--r-- | src/arch/jvm/op_monitor.c | 2 | ||||
-rw-r--r-- | src/arch/jvm/op_nop.c | 2 | ||||
-rw-r--r-- | src/arch/jvm/op_pop.c | 2 | ||||
-rw-r--r-- | src/arch/jvm/op_ret.c | 2 | ||||
-rw-r--r-- | src/arch/jvm/op_store.c | 2 | ||||
-rw-r--r-- | src/arch/jvm/opcodes.h | 2 | ||||
-rw-r--r-- | src/arch/jvm/operand.c | 2 | ||||
-rw-r--r-- | src/arch/jvm/operand.h | 2 | ||||
-rw-r--r-- | src/arch/jvm/processor.c | 2 | ||||
-rw-r--r-- | src/arch/jvm/processor.h | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/src/arch/jvm/instruction.c b/src/arch/jvm/instruction.c index 668fe9a..d0301fb 100644 --- a/src/arch/jvm/instruction.c +++ b/src/arch/jvm/instruction.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/arch/jvm/instruction.h b/src/arch/jvm/instruction.h index 49ec6bb..bac55be 100644 --- a/src/arch/jvm/instruction.h +++ b/src/arch/jvm/instruction.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/arch/jvm/op_add.c b/src/arch/jvm/op_add.c index 386d1ca..fbcc682 100644 --- a/src/arch/jvm/op_add.c +++ b/src/arch/jvm/op_add.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/arch/jvm/op_const.c b/src/arch/jvm/op_const.c index dd1e6eb..fc7075c 100644 --- a/src/arch/jvm/op_const.c +++ b/src/arch/jvm/op_const.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/arch/jvm/op_convert.c b/src/arch/jvm/op_convert.c index cb3c7d9..43d9d20 100644 --- a/src/arch/jvm/op_convert.c +++ b/src/arch/jvm/op_convert.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/arch/jvm/op_dup.c b/src/arch/jvm/op_dup.c index 26c42a1..a42acd8 100644 --- a/src/arch/jvm/op_dup.c +++ b/src/arch/jvm/op_dup.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/arch/jvm/op_getput.c b/src/arch/jvm/op_getput.c index 9d7eae1..c4d2b26 100644 --- a/src/arch/jvm/op_getput.c +++ b/src/arch/jvm/op_getput.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/arch/jvm/op_invoke.c b/src/arch/jvm/op_invoke.c index 5ce26fa..118f3a5 100644 --- a/src/arch/jvm/op_invoke.c +++ b/src/arch/jvm/op_invoke.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/arch/jvm/op_load.c b/src/arch/jvm/op_load.c index 98a9d09..faea478 100644 --- a/src/arch/jvm/op_load.c +++ b/src/arch/jvm/op_load.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/arch/jvm/op_monitor.c b/src/arch/jvm/op_monitor.c index 9afae4f..3e0b61a 100644 --- a/src/arch/jvm/op_monitor.c +++ b/src/arch/jvm/op_monitor.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/arch/jvm/op_nop.c b/src/arch/jvm/op_nop.c index 8f89008..ff2f58b 100644 --- a/src/arch/jvm/op_nop.c +++ b/src/arch/jvm/op_nop.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/arch/jvm/op_pop.c b/src/arch/jvm/op_pop.c index aa7cfb8..a9f98f1 100644 --- a/src/arch/jvm/op_pop.c +++ b/src/arch/jvm/op_pop.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/arch/jvm/op_ret.c b/src/arch/jvm/op_ret.c index 15b03f7..6ab6df3 100644 --- a/src/arch/jvm/op_ret.c +++ b/src/arch/jvm/op_ret.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/arch/jvm/op_store.c b/src/arch/jvm/op_store.c index b0b84ea..1804049 100644 --- a/src/arch/jvm/op_store.c +++ b/src/arch/jvm/op_store.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/arch/jvm/opcodes.h b/src/arch/jvm/opcodes.h index 300c85e..7251fed 100644 --- a/src/arch/jvm/opcodes.h +++ b/src/arch/jvm/opcodes.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/arch/jvm/operand.c b/src/arch/jvm/operand.c index 13ac476..2cab5e3 100644 --- a/src/arch/jvm/operand.c +++ b/src/arch/jvm/operand.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/arch/jvm/operand.h b/src/arch/jvm/operand.h index e206640..2845b7a 100644 --- a/src/arch/jvm/operand.h +++ b/src/arch/jvm/operand.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/arch/jvm/processor.c b/src/arch/jvm/processor.c index 378a47a..f25dabc 100644 --- a/src/arch/jvm/processor.c +++ b/src/arch/jvm/processor.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/arch/jvm/processor.h b/src/arch/jvm/processor.h index 0ee0716..05f7cd8 100644 --- a/src/arch/jvm/processor.h +++ b/src/arch/jvm/processor.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/>. */ |