From: Zbigniew Jędrzejewski-Szmek Date: Thu, 14 Jun 2018 10:57:09 +0000 (+0200) Subject: Drop more license boilerplate X-Git-Tag: v239~55^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50d1760d2690db8636d8800b5777b03334f6afba;p=thirdparty%2Fsystemd.git Drop more license boilerplate $ git grep -e 'This program is free software' -l |grep -v LICENSE | \ xargs perl -i -0pe 's/ \* This program.*?for more details.\s*\*\n( \* You should have.*licenses.>.\n)?//gms' For some reason they were missed previously. All those files seem to have proper SDPX tags. --- diff --git a/src/boot/efi/boot.c b/src/boot/efi/boot.c index 11d690aa2ec..51a52861120 100644 --- a/src/boot/efi/boot.c +++ b/src/boot/efi/boot.c @@ -1,15 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * This program 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.1 of the License, or - * (at your option) any later version. - * - * 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 - * Lesser General Public License for more details. - * * Copyright © 2012-2015 Kay Sievers * Copyright © 2012-2015 Harald Hoyer */ diff --git a/src/boot/efi/console.c b/src/boot/efi/console.c index 765e766fef9..826e4ec69c3 100644 --- a/src/boot/efi/console.c +++ b/src/boot/efi/console.c @@ -1,15 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * This program 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.1 of the License, or - * (at your option) any later version. - * - * 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 - * Lesser General Public License for more details. - * * Copyright © 2012-2013 Kay Sievers * Copyright © 2012 Harald Hoyer */ diff --git a/src/boot/efi/console.h b/src/boot/efi/console.h index 03268bffb5b..be018d6f68b 100644 --- a/src/boot/efi/console.h +++ b/src/boot/efi/console.h @@ -1,15 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * This program 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.1 of the License, or - * (at your option) any later version. - * - * 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 - * Lesser General Public License for more details. - * * Copyright © 2012-2013 Kay Sievers * Copyright © 2012 Harald Hoyer */ diff --git a/src/boot/efi/disk.c b/src/boot/efi/disk.c index 5de182aacdb..3b2f1608852 100644 --- a/src/boot/efi/disk.c +++ b/src/boot/efi/disk.c @@ -1,15 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * This program 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.1 of the License, or - * (at your option) any later version. - * - * 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 - * Lesser General Public License for more details. - * * Copyright © 2015 Kay Sievers */ diff --git a/src/boot/efi/disk.h b/src/boot/efi/disk.h index 9c2f6d2c635..86a5d173ba6 100644 --- a/src/boot/efi/disk.h +++ b/src/boot/efi/disk.h @@ -1,15 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * This program 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.1 of the License, or - * (at your option) any later version. - * - * 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 - * Lesser General Public License for more details. - * * Copyright © 2015 Kay Sievers */ diff --git a/src/boot/efi/graphics.c b/src/boot/efi/graphics.c index 90130f1b113..79ef5088edb 100644 --- a/src/boot/efi/graphics.c +++ b/src/boot/efi/graphics.c @@ -1,15 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * This program 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.1 of the License, or - * (at your option) any later version. - * - * 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 - * Lesser General Public License for more details. - * * Copyright © 2012-2013 Kay Sievers * Copyright © 2012 Harald Hoyer * Copyright © 2013 Intel Corporation diff --git a/src/boot/efi/graphics.h b/src/boot/efi/graphics.h index a2787663a5a..9facd8a1a81 100644 --- a/src/boot/efi/graphics.h +++ b/src/boot/efi/graphics.h @@ -1,15 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * This program 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.1 of the License, or - * (at your option) any later version. - * - * 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 - * Lesser General Public License for more details. - * * Copyright © 2012-2013 Kay Sievers * Copyright © 2012 Harald Hoyer * Copyright © 2013 Intel Corporation diff --git a/src/boot/efi/linux.c b/src/boot/efi/linux.c index 7d721837952..8b60dc4eb68 100644 --- a/src/boot/efi/linux.c +++ b/src/boot/efi/linux.c @@ -1,15 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * This program 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.1 of the License, or - * (at your option) any later version. - * - * 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 - * Lesser General Public License for more details. - * * Copyright © 2015 Kay Sievers */ diff --git a/src/boot/efi/linux.h b/src/boot/efi/linux.h index 3b61207d738..b135a22cfda 100644 --- a/src/boot/efi/linux.h +++ b/src/boot/efi/linux.h @@ -1,15 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * This program 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.1 of the License, or - * (at your option) any later version. - * - * 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 - * Lesser General Public License for more details. - * * Copyright © 2015 Kay Sievers */ diff --git a/src/boot/efi/measure.c b/src/boot/efi/measure.c index ffdc4dcaf70..b6e3c44283e 100644 --- a/src/boot/efi/measure.c +++ b/src/boot/efi/measure.c @@ -1,15 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * This program 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.1 of the License, or - * (at your option) any later version. - * - * 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 - * Lesser General Public License for more details. - * */ #if ENABLE_TPM diff --git a/src/boot/efi/measure.h b/src/boot/efi/measure.h index 63e0a738ce5..99cf3b3fbdc 100644 --- a/src/boot/efi/measure.h +++ b/src/boot/efi/measure.h @@ -1,15 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * This program 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.1 of the License, or - * (at your option) any later version. - * - * 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 - * Lesser General Public License for more details. - * */ #ifndef __SDBOOT_MEASURE_H #define __SDBOOT_MEASURE_H diff --git a/src/boot/efi/pe.c b/src/boot/efi/pe.c index dc05e8ffb71..82984ec3cce 100644 --- a/src/boot/efi/pe.c +++ b/src/boot/efi/pe.c @@ -1,15 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * This program 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.1 of the License, or - * (at your option) any later version. - * - * 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 - * Lesser General Public License for more details. - * * Copyright © 2015 Kay Sievers */ diff --git a/src/boot/efi/pe.h b/src/boot/efi/pe.h index 23f628d4d79..eab6ea95161 100644 --- a/src/boot/efi/pe.h +++ b/src/boot/efi/pe.h @@ -1,15 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * This program 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.1 of the License, or - * (at your option) any later version. - * - * 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 - * Lesser General Public License for more details. - * * Copyright © 2015 Kay Sievers */ diff --git a/src/boot/efi/shim.c b/src/boot/efi/shim.c index d272b6ccd99..73ff861cb6f 100644 --- a/src/boot/efi/shim.c +++ b/src/boot/efi/shim.c @@ -1,15 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * This program 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.1 of the License, or - * (at your option) any later version. - * - * 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 - * Lesser General Public License for more details. - * * Port to systemd-boot * Copyright © 2017 Max Resch * diff --git a/src/boot/efi/shim.h b/src/boot/efi/shim.h index 84b5623f22a..c847ae97a40 100644 --- a/src/boot/efi/shim.h +++ b/src/boot/efi/shim.h @@ -1,15 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * This program 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.1 of the License, or - * (at your option) any later version. - * - * 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 - * Lesser General Public License for more details. - * * Port to systemd-boot * Copyright © 2017 Max Resch * diff --git a/src/boot/efi/splash.c b/src/boot/efi/splash.c index 49afe5efc4d..82f3932175b 100644 --- a/src/boot/efi/splash.c +++ b/src/boot/efi/splash.c @@ -1,15 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * This program 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.1 of the License, or - * (at your option) any later version. - * - * 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 - * Lesser General Public License for more details. - * * Copyright © 2012-2013 Kay Sievers * Copyright © 2012 Harald Hoyer */ diff --git a/src/boot/efi/splash.h b/src/boot/efi/splash.h index 69c29a6aec5..b0c1f1e469c 100644 --- a/src/boot/efi/splash.h +++ b/src/boot/efi/splash.h @@ -1,15 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * This program 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.1 of the License, or - * (at your option) any later version. - * - * 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 - * Lesser General Public License for more details. - * * Copyright © 2012-2013 Kay Sievers * Copyright © 2012 Harald Hoyer */ diff --git a/src/boot/efi/stub.c b/src/boot/efi/stub.c index a2d4cea60b3..8e8a35c63ac 100644 --- a/src/boot/efi/stub.c +++ b/src/boot/efi/stub.c @@ -4,11 +4,6 @@ * the Free Software Foundation; either version 2.1 of the License, or * (at your option) any later version. * - * 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 - * Lesser General Public License for more details. - * * Copyright © 2015 Kay Sievers */ diff --git a/src/boot/efi/util.c b/src/boot/efi/util.c index a2767ae3e89..f6579d15c45 100644 --- a/src/boot/efi/util.c +++ b/src/boot/efi/util.c @@ -1,15 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * This program 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.1 of the License, or - * (at your option) any later version. - * - * 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 - * Lesser General Public License for more details. - * * Copyright © 2012-2013 Kay Sievers * Copyright © 2012 Harald Hoyer */ diff --git a/src/boot/efi/util.h b/src/boot/efi/util.h index 267d000ed99..cf3fda4b606 100644 --- a/src/boot/efi/util.h +++ b/src/boot/efi/util.h @@ -1,15 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * This program 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.1 of the License, or - * (at your option) any later version. - * - * 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 - * Lesser General Public License for more details. - * * Copyright © 2012-2013 Kay Sievers * Copyright © 2012 Harald Hoyer */ diff --git a/src/time-wait-sync/time-wait-sync.c b/src/time-wait-sync/time-wait-sync.c index e1dd2db933e..d268fb0c5a6 100644 --- a/src/time-wait-sync/time-wait-sync.c +++ b/src/time-wait-sync/time-wait-sync.c @@ -3,16 +3,6 @@ * * Copyright © 2018 Peter A. Bigot * - * 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; either version 2 of the - * License, or (at your option) any later version. - * - * 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 diff --git a/src/udev/ata_id/ata_id.c b/src/udev/ata_id/ata_id.c index c1367a34f36..d595a2ac2e9 100644 --- a/src/udev/ata_id/ata_id.c +++ b/src/udev/ata_id/ata_id.c @@ -5,18 +5,6 @@ * Copyright © 2005-2008 Kay Sievers * Copyright © 2009-2010 David Zeuthen * - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * 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, see . */ #include diff --git a/src/udev/cdrom_id/cdrom_id.c b/src/udev/cdrom_id/cdrom_id.c index 182439ce018..4e15fc4589e 100644 --- a/src/udev/cdrom_id/cdrom_id.c +++ b/src/udev/cdrom_id/cdrom_id.c @@ -4,18 +4,6 @@ * * Copyright © 2008-2010 Kay Sievers * - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * 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, see . */ #include diff --git a/src/udev/scsi_id/scsi_id.c b/src/udev/scsi_id/scsi_id.c index f11723b5311..5caab7774f7 100644 --- a/src/udev/scsi_id/scsi_id.c +++ b/src/udev/scsi_id/scsi_id.c @@ -3,18 +3,6 @@ * Copyright © IBM Corp. 2003 * Copyright © SUSE Linux Products GmbH, 2006 * - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * 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, see . */ #include diff --git a/src/udev/scsi_id/scsi_id.h b/src/udev/scsi_id/scsi_id.h index bf8df7ac104..1222f250ecd 100644 --- a/src/udev/scsi_id/scsi_id.h +++ b/src/udev/scsi_id/scsi_id.h @@ -4,18 +4,6 @@ /* * Copyright © IBM Corp. 2003 * - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * 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, see . */ #define MAX_PATH_LEN 512 diff --git a/src/udev/scsi_id/scsi_serial.c b/src/udev/scsi_id/scsi_serial.c index 576c33613f5..5e237fb25a1 100644 --- a/src/udev/scsi_id/scsi_serial.c +++ b/src/udev/scsi_id/scsi_serial.c @@ -4,18 +4,6 @@ * * Author: Patrick Mansfield * - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * 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, see . */ #include diff --git a/src/udev/udev-builtin-blkid.c b/src/udev/udev-builtin-blkid.c index 402d307d820..9fd21fb8078 100644 --- a/src/udev/udev-builtin-blkid.c +++ b/src/udev/udev-builtin-blkid.c @@ -5,18 +5,6 @@ * Copyright © 2011 Kay Sievers * Copyright © 2011 Karel Zak * - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * 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, see . */ #include diff --git a/src/udev/udev-builtin-input_id.c b/src/udev/udev-builtin-input_id.c index cc71b2841c4..3b0739c3de4 100644 --- a/src/udev/udev-builtin-input_id.c +++ b/src/udev/udev-builtin-input_id.c @@ -8,18 +8,6 @@ * Copyright © 2014 Carlos Garnacho * Copyright © 2014 David Herrmann * - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * 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, see . */ #include diff --git a/src/udev/udev-builtin-kmod.c b/src/udev/udev-builtin-kmod.c index 1648917a857..80062d5e21b 100644 --- a/src/udev/udev-builtin-kmod.c +++ b/src/udev/udev-builtin-kmod.c @@ -5,18 +5,6 @@ * Copyright © 2011-2012 Kay Sievers * Copyright © 2011 ProFUSION embedded systems * - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * 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, see . */ #include diff --git a/src/udev/udev-builtin-path_id.c b/src/udev/udev-builtin-path_id.c index 643a3fcfa00..5566f1f9adc 100644 --- a/src/udev/udev-builtin-path_id.c +++ b/src/udev/udev-builtin-path_id.c @@ -6,18 +6,6 @@ * * Logic based on Hannes Reinecke's shell script. * - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * 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, see . */ #include diff --git a/src/udev/udev-builtin-uaccess.c b/src/udev/udev-builtin-uaccess.c index 31094d72ede..ce595bfd083 100644 --- a/src/udev/udev-builtin-uaccess.c +++ b/src/udev/udev-builtin-uaccess.c @@ -4,18 +4,6 @@ * * Copyright © 2010-2012 Kay Sievers * - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * 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, see . */ #include diff --git a/src/udev/udev-builtin-usb_id.c b/src/udev/udev-builtin-usb_id.c index 5892eb5ea1b..6c4307949ad 100644 --- a/src/udev/udev-builtin-usb_id.c +++ b/src/udev/udev-builtin-usb_id.c @@ -7,18 +7,6 @@ * * Copyright © 2005-2011 Kay Sievers * - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * 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, see . */ #include diff --git a/src/udev/udev-event.c b/src/udev/udev-event.c index e1b68e626ce..58def74547b 100644 --- a/src/udev/udev-event.c +++ b/src/udev/udev-event.c @@ -2,18 +2,6 @@ /* * Copyright © 2003-2013 Kay Sievers * - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * 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, see . */ #include diff --git a/src/udev/udev-node.c b/src/udev/udev-node.c index c999beb8c77..7e9e438ffa0 100644 --- a/src/udev/udev-node.c +++ b/src/udev/udev-node.c @@ -2,18 +2,6 @@ /* * Copyright © 2003-2013 Kay Sievers * - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * 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, see . */ #include diff --git a/src/udev/udev-rules.c b/src/udev/udev-rules.c index 8ac01ee297e..11737480eff 100644 --- a/src/udev/udev-rules.c +++ b/src/udev/udev-rules.c @@ -2,18 +2,6 @@ /* * Copyright © 2003-2012 Kay Sievers * - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * 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, see . */ #include diff --git a/src/udev/udev-watch.c b/src/udev/udev-watch.c index 6f67e1406b9..9d3e69bc938 100644 --- a/src/udev/udev-watch.c +++ b/src/udev/udev-watch.c @@ -4,18 +4,6 @@ * Copyright © 2009 Canonical Ltd. * Copyright © 2009 Scott James Remnant * - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * 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, see . */ #include diff --git a/src/udev/udev.h b/src/udev/udev.h index a9d35b6baa1..3004341d51a 100644 --- a/src/udev/udev.h +++ b/src/udev/udev.h @@ -5,18 +5,6 @@ * Copyright © 2003 Greg Kroah-Hartman * Copyright © 2003-2010 Kay Sievers * - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * 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, see . */ #include diff --git a/src/udev/udevadm-info.c b/src/udev/udevadm-info.c index d8a7fa08f5c..e56bc430ccc 100644 --- a/src/udev/udevadm-info.c +++ b/src/udev/udevadm-info.c @@ -2,18 +2,6 @@ /* * Copyright © 2004-2009 Kay Sievers * - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * 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, see . */ #include diff --git a/src/udev/udevadm-monitor.c b/src/udev/udevadm-monitor.c index 244f8abcbd8..dc41ddea0d6 100644 --- a/src/udev/udevadm-monitor.c +++ b/src/udev/udevadm-monitor.c @@ -2,18 +2,6 @@ /* * Copyright © 2004-2010 Kay Sievers * - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * 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, see . */ #include diff --git a/src/udev/udevadm-settle.c b/src/udev/udevadm-settle.c index 425a22cce74..884ceb7ba8d 100644 --- a/src/udev/udevadm-settle.c +++ b/src/udev/udevadm-settle.c @@ -4,18 +4,6 @@ * Copyright © 2009 Canonical Ltd. * Copyright © 2009 Scott James Remnant * - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * 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, see . */ #include diff --git a/src/udev/udevadm-test-builtin.c b/src/udev/udevadm-test-builtin.c index 88f98c3ef30..34ca7603833 100644 --- a/src/udev/udevadm-test-builtin.c +++ b/src/udev/udevadm-test-builtin.c @@ -2,18 +2,6 @@ /* * Copyright © 2011 Kay Sievers * - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * 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, see . */ #include diff --git a/src/udev/udevadm-test.c b/src/udev/udevadm-test.c index 41843014190..b2ca7779fdf 100644 --- a/src/udev/udevadm-test.c +++ b/src/udev/udevadm-test.c @@ -3,18 +3,6 @@ * Copyright © 2003-2004 Greg Kroah-Hartman * Copyright © 2004-2008 Kay Sievers * - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * 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, see . */ #include diff --git a/src/udev/udevadm-trigger.c b/src/udev/udevadm-trigger.c index 0f3860afe9f..40a8f38d11c 100644 --- a/src/udev/udevadm-trigger.c +++ b/src/udev/udevadm-trigger.c @@ -2,18 +2,6 @@ /* * Copyright © 2008-2009 Kay Sievers * - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * 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, see . */ #include diff --git a/src/udev/udevadm-util.c b/src/udev/udevadm-util.c index cff1b17393e..05f89508146 100644 --- a/src/udev/udevadm-util.c +++ b/src/udev/udevadm-util.c @@ -2,18 +2,6 @@ /* * Copyright © 2008-2009 Kay Sievers * - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * 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, see . */ #include "path-util.h" diff --git a/src/udev/udevadm-util.h b/src/udev/udevadm-util.h index 3ae78c7bca9..0b426e09f6a 100644 --- a/src/udev/udevadm-util.h +++ b/src/udev/udevadm-util.h @@ -2,18 +2,6 @@ #pragma once /* - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * 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, see . */ #include "udev.h" diff --git a/src/udev/udevadm.c b/src/udev/udevadm.c index cddddb75997..aa7f730a869 100644 --- a/src/udev/udevadm.c +++ b/src/udev/udevadm.c @@ -2,18 +2,6 @@ /* * Copyright © 2007-2012 Kay Sievers * - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * 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, see . */ #include diff --git a/src/udev/udevd.c b/src/udev/udevd.c index 7644c093ac0..f516d372777 100644 --- a/src/udev/udevd.c +++ b/src/udev/udevd.c @@ -5,18 +5,6 @@ * Copyright © 2009 Canonical Ltd. * Copyright © 2009 Scott James Remnant * - * 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, either version 2 of the License, or - * (at your option) any later version. - * - * 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, see . */ #include