diff options
Diffstat (limited to 'test/signal')
-rw-r--r-- | test/signal/tst-raise.c | 5 | ||||
-rw-r--r-- | test/signal/tst-sigsimple.c | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/test/signal/tst-raise.c b/test/signal/tst-raise.c index d24c316cf..534ae7151 100644 --- a/test/signal/tst-raise.c +++ b/test/signal/tst-raise.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <string.h> diff --git a/test/signal/tst-sigsimple.c b/test/signal/tst-sigsimple.c index 22bb85cba..80220eed0 100644 --- a/test/signal/tst-sigsimple.c +++ b/test/signal/tst-sigsimple.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <signal.h> |