/*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* This testing program makes sure the byteswap functions work
*
* Copyright (C) 2000 by Theodore Ts'o.
* Copyright (C) 2008 Karel Zak <kzak@redhat.com>
- *
- * This file may be redistributed under the terms of the GNU Public
- * License.
*/
#include <stdio.h>
#include <string.h>
/*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* Copyright (C) 2018 Vaclav Dolezal <vdolezal@redhat.com>
*
* This file is part of util-linux.
- *
- * This file is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This file 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.
*/
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-
+/*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
+ * Copyright (C) 2008 Karel Zak <kzak@redhat.com>
+ */
#include <stdio.h>
#include <unistd.h>
-
+/*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
+ * Copyright (C) 2017 Philip Prindeville <philipp@redfish-solutions.com>
+ */
#include <stdio.h>
#include <unistd.h>
/*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* test_sigreceive - wait for signal and exit with value of it
*
* Written by Sami Kerola <kerolasa@iki.fi>
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it would 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <err.h>
/*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* This test program prints errno messages to allow for portable
* verification of error messages.
*
* Copyright (C) 2019 Patrick Steinhardt <ps@pks.im
- *
- * This file may be redistributed under the terms of the GNU Public
- * License.
*/
#include <errno.h>
/*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* Copyright (C) 2007 Karel Zak <kzak@redhat.com>
*
* This file is part of util-linux.
/*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* test_tiocsti - test security of TIOCSTI
*
* Written by Federico Bento <up201407890@alunos.dcc.fc.up.pt>
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it would 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdlib.h>
+/*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
+ * Copyright (C) 2017 Philip Prindeville <philipp@redfish-solutions.com>
+ */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>