diff options
Diffstat (limited to 'elfutils/tests/asm-tst8.c')
-rw-r--r-- | elfutils/tests/asm-tst8.c | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/elfutils/tests/asm-tst8.c b/elfutils/tests/asm-tst8.c index 9b62f5591..accfc4e16 100644 --- a/elfutils/tests/asm-tst8.c +++ b/elfutils/tests/asm-tst8.c @@ -1,18 +1,15 @@ /* Copyright (C) 2002 Red Hat, Inc. Written by Ulrich Drepper <drepper@redhat.com>, 2002. - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License version 2 as - published by the Free Software Foundation. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + This program is Open Source software; you can redistribute it and/or + modify it under the terms of the Open Software License version 1.0 as + published by the Open Source Initiative. + + You should have received a copy of the Open Software License along + with this program; if not, you may obtain a copy of the Open Software + License version 1.0 from http://www.opensource.org/license/osl.php or + by writing the Open Source Initiative c/o Lawrence Rosen, Esq., + 3001 King Ranch Road, Ukiah, CA 95482. */ #include <fcntl.h> #include <inttypes.h> |