diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/cris/cpu.h | 2 | ||||
-rw-r--r-- | target/cris/crisv10-decode.h | 2 | ||||
-rw-r--r-- | target/cris/crisv32-decode.h | 2 | ||||
-rw-r--r-- | target/cris/gdbstub.c | 2 | ||||
-rw-r--r-- | target/cris/helper.c | 2 | ||||
-rw-r--r-- | target/cris/machine.c | 2 | ||||
-rw-r--r-- | target/cris/mmu.c | 2 | ||||
-rw-r--r-- | target/cris/op_helper.c | 2 | ||||
-rw-r--r-- | target/cris/translate.c | 2 | ||||
-rw-r--r-- | target/cris/translate_v10.c.inc | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/target/cris/cpu.h b/target/cris/cpu.h index 8f08d76..d3b6492 100644 --- a/target/cris/cpu.h +++ b/target/cris/cpu.h @@ -7,7 +7,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/target/cris/crisv10-decode.h b/target/cris/crisv10-decode.h index 028179b..9c531f3 100644 --- a/target/cris/crisv10-decode.h +++ b/target/cris/crisv10-decode.h @@ -7,7 +7,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/target/cris/crisv32-decode.h b/target/cris/crisv32-decode.h index cdc2f8c..fa0a7f0 100644 --- a/target/cris/crisv32-decode.h +++ b/target/cris/crisv32-decode.h @@ -7,7 +7,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/target/cris/gdbstub.c b/target/cris/gdbstub.c index b01b2aa..2418d57 100644 --- a/target/cris/gdbstub.c +++ b/target/cris/gdbstub.c @@ -7,7 +7,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/target/cris/helper.c b/target/cris/helper.c index b5159b8..ed45c3d 100644 --- a/target/cris/helper.c +++ b/target/cris/helper.c @@ -7,7 +7,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/target/cris/machine.c b/target/cris/machine.c index be38a89..f370f33 100644 --- a/target/cris/machine.c +++ b/target/cris/machine.c @@ -7,7 +7,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/target/cris/mmu.c b/target/cris/mmu.c index 2acbcfd..a279b7f 100644 --- a/target/cris/mmu.c +++ b/target/cris/mmu.c @@ -7,7 +7,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/target/cris/op_helper.c b/target/cris/op_helper.c index 6b1e7ae..d55a18a 100644 --- a/target/cris/op_helper.c +++ b/target/cris/op_helper.c @@ -7,7 +7,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/target/cris/translate.c b/target/cris/translate.c index c312e6f..c893f87 100644 --- a/target/cris/translate.c +++ b/target/cris/translate.c @@ -7,7 +7,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/target/cris/translate_v10.c.inc b/target/cris/translate_v10.c.inc index 7f38fd2..86d78a8 100644 --- a/target/cris/translate_v10.c.inc +++ b/target/cris/translate_v10.c.inc @@ -7,7 +7,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of |