mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
use the same email address everywhere
This commit is contained in:
parent
88a6477ef3
commit
1298001ec5
@ -3,7 +3,7 @@
|
||||
/***
|
||||
This file is part of systemd.
|
||||
|
||||
Copyright 2012 Kay Sievers <kay.sievers@vrfy.org>
|
||||
Copyright 2012 Kay Sievers <kay@vrfy.org>
|
||||
|
||||
systemd is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU Lesser General Public License as published by
|
||||
|
@ -5,7 +5,7 @@
|
||||
/***
|
||||
This file is part of systemd.
|
||||
|
||||
Copyright 2012 Kay Sievers <kay.sievers@vrfy.org>
|
||||
Copyright 2012 Kay Sievers <kay@vrfy.org>
|
||||
|
||||
systemd is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU Lesser General Public License as published by
|
||||
|
@ -1,13 +1,21 @@
|
||||
/*
|
||||
* test-libudev
|
||||
*
|
||||
* Copyright (C) 2008 Kay Sievers <kay.sievers@vrfy.org>
|
||||
*
|
||||
* This library 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 file is part of systemd.
|
||||
|
||||
Copyright 2008-2012 Kay Sievers <kay@vrfy.org>
|
||||
|
||||
systemd 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.
|
||||
|
||||
systemd 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.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public License
|
||||
along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
||||
***/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
@ -1,20 +1,22 @@
|
||||
/*
|
||||
* Copyright (C) 2003-2004 Greg Kroah-Hartman <greg@kroah.com>
|
||||
* Copyright (C) 2004-2008 Kay Sievers <kay.sievers@vrfy.org>
|
||||
*
|
||||
* 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 <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
/***
|
||||
This file is part of systemd.
|
||||
|
||||
Copyright 2003-2004 Greg Kroah-Hartman <greg@kroah.com>
|
||||
Copyright 2004-2012 Kay Sievers <kay@vrfy.org>
|
||||
|
||||
systemd 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.
|
||||
|
||||
systemd 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.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public License
|
||||
along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
||||
***/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stddef.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* ata_id - reads product/serial number from ATA drives
|
||||
*
|
||||
* Copyright (C) 2005-2008 Kay Sievers <kay.sievers@vrfy.org>
|
||||
* Copyright (C) 2005-2008 Kay Sievers <kay@vrfy.org>
|
||||
* Copyright (C) 2009 Lennart Poettering <lennart@poettering.net>
|
||||
* Copyright (C) 2009-2010 David Zeuthen <zeuthen@gmail.com>
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* cdrom_id - optical drive and media information prober
|
||||
*
|
||||
* Copyright (C) 2008-2010 Kay Sievers <kay.sievers@vrfy.org>
|
||||
* Copyright (C) 2008-2010 Kay Sievers <kay@vrfy.org>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* probe disks for filesystems and partitions
|
||||
*
|
||||
* Copyright (C) 2011 Kay Sievers <kay.sievers@vrfy.org>
|
||||
* Copyright (C) 2011 Kay Sievers <kay@vrfy.org>
|
||||
* Copyright (C) 2011 Karel Zak <kzak@redhat.com>
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
|
@ -2,7 +2,7 @@
|
||||
* firmware - Kernel firmware loader
|
||||
*
|
||||
* Copyright (C) 2009 Piter Punk <piterpunk@slackware.com>
|
||||
* Copyright (C) 2009-2011 Kay Sievers <kay.sievers@vrfy.org>
|
||||
* Copyright (C) 2009-2011 Kay Sievers <kay@vrfy.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License as
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright (C) 2009 Martin Pitt <martin.pitt@ubuntu.com>
|
||||
* Portions Copyright (C) 2004 David Zeuthen, <david@fubar.dk>
|
||||
* Copyright (C) 2011 Kay Sievers <kay.sievers@vrfy.org>
|
||||
* Copyright (C) 2011 Kay Sievers <kay@vrfy.org>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* load kernel modules
|
||||
*
|
||||
* Copyright (C) 2011-2012 Kay Sievers <kay.sievers@vrfy.org>
|
||||
* Copyright (C) 2011-2012 Kay Sievers <kay@vrfy.org>
|
||||
* Copyright (C) 2011 ProFUSION embedded systems
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* compose persistent device path
|
||||
*
|
||||
* Copyright (C) 2009-2011 Kay Sievers <kay.sievers@vrfy.org>
|
||||
* Copyright (C) 2009-2011 Kay Sievers <kay@vrfy.org>
|
||||
*
|
||||
* Logic based on Hannes Reinecke's shell script.
|
||||
*
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Copyright (c) 2005 SUSE Linux Products GmbH, Germany
|
||||
* Author: Hannes Reinecke <hare@suse.de>
|
||||
*
|
||||
* Copyright (C) 2005-2011 Kay Sievers <kay.sievers@vrfy.org>
|
||||
* Copyright (C) 2005-2011 Kay Sievers <kay@vrfy.org>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* libudev - interface to udev device information
|
||||
*
|
||||
* Copyright (C) 2008 Kay Sievers <kay.sievers@vrfy.org>
|
||||
* Copyright (C) 2008 Kay Sievers <kay@vrfy.org>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2003-2010 Kay Sievers <kay.sievers@vrfy.org>
|
||||
* Copyright (C) 2003-2010 Kay Sievers <kay@vrfy.org>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2003-2010 Kay Sievers <kay.sievers@vrfy.org>
|
||||
* Copyright (C) 2003-2010 Kay Sievers <kay@vrfy.org>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2003-2012 Kay Sievers <kay.sievers@vrfy.org>
|
||||
* Copyright (C) 2003-2012 Kay Sievers <kay@vrfy.org>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2004-2012 Kay Sievers <kay.sievers@vrfy.org>
|
||||
* Copyright (C) 2004-2012 Kay Sievers <kay@vrfy.org>
|
||||
* Copyright (C) 2009 Canonical Ltd.
|
||||
* Copyright (C) 2009 Scott James Remnant <scott@netsplit.com>
|
||||
*
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (C) 2003 Greg Kroah-Hartman <greg@kroah.com>
|
||||
* Copyright (C) 2003-2010 Kay Sievers <kay.sievers@vrfy.org>
|
||||
* Copyright (C) 2003-2010 Kay Sievers <kay@vrfy.org>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2005-2011 Kay Sievers <kay.sievers@vrfy.org>
|
||||
* Copyright (C) 2005-2011 Kay Sievers <kay@vrfy.org>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
/***
|
||||
This file is part of systemd.
|
||||
|
||||
Copyright 2012 Kay Sievers <kay.sievers@vrfy.org>
|
||||
Copyright 2012 Kay Sievers <kay@vrfy.org>
|
||||
|
||||
systemd is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU Lesser General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2004-2009 Kay Sievers <kay.sievers@vrfy.org>
|
||||
* Copyright (C) 2004-2009 Kay Sievers <kay@vrfy.org>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2004-2010 Kay Sievers <kay.sievers@vrfy.org>
|
||||
* Copyright (C) 2004-2010 Kay Sievers <kay@vrfy.org>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2011 Kay Sievers <kay.sievers@vrfy.org>
|
||||
* Copyright (C) 2011 Kay Sievers <kay@vrfy.org>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (C) 2003-2004 Greg Kroah-Hartman <greg@kroah.com>
|
||||
* Copyright (C) 2004-2008 Kay Sievers <kay.sievers@vrfy.org>
|
||||
* Copyright (C) 2004-2008 Kay Sievers <kay@vrfy.org>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2008-2009 Kay Sievers <kay.sievers@vrfy.org>
|
||||
* Copyright (C) 2008-2009 Kay Sievers <kay@vrfy.org>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2007-2012 Kay Sievers <kay.sievers@vrfy.org>
|
||||
* Copyright (C) 2007-2012 Kay Sievers <kay@vrfy.org>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2004-2012 Kay Sievers <kay.sievers@vrfy.org>
|
||||
* Copyright (C) 2004-2012 Kay Sievers <kay@vrfy.org>
|
||||
* Copyright (C) 2004 Chris Friesen <chris_friesen@sympatico.ca>
|
||||
* Copyright (C) 2009 Canonical Ltd.
|
||||
* Copyright (C) 2009 Scott James Remnant <scott@netsplit.com>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2009 Kay Sievers <kay.sievers@vrfy.org>
|
||||
* Copyright (C) 2009 Kay Sievers <kay@vrfy.org>
|
||||
* Copyright (c) 2009 Filippo Argiolas <filippo.argiolas@gmail.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
|
@ -14,7 +14,7 @@
|
||||
# After creation and removal the result is checked against the
|
||||
# expected value and the result is printed.
|
||||
#
|
||||
# Copyright (C) 2004-2012 Kay Sievers <kay.sievers@vrfy.org>
|
||||
# Copyright (C) 2004-2012 Kay Sievers <kay@vrfy.org>
|
||||
# Copyright (C) 2004 Leann Ogasawara <ogasawara@osdl.org>
|
||||
|
||||
use warnings;
|
||||
|
Loading…
Reference in New Issue
Block a user