diff options
Diffstat (limited to 'gcc/ada/a-intsig.adb')
-rw-r--r-- | gcc/ada/a-intsig.adb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/a-intsig.adb b/gcc/ada/a-intsig.adb index a2451afe6e2..44e658a4328 100644 --- a/gcc/ada/a-intsig.adb +++ b/gcc/ada/a-intsig.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2000 Free Software Foundation, Inc. -- +-- Copyright (C) 2000-2003 Free Software Foundation, Inc. -- -- -- -- GNARL is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -27,10 +27,10 @@ -- covered by the GNU Public License. -- -- -- -- GNARL was developed by the GNARL team at Florida State University. -- --- Extensive contributions were provided by Ada Core Technologies Inc. -- +-- Extensive contributions were provided by Ada Core Technologies, Inc. -- -- -- ------------------------------------------------------------------------------ --- + with System.Interrupt_Management.Operations; package body Ada.Interrupts.Signal is |