1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-08 20:58:20 +03:00

time-wait-sync: drop gpl snail mail boilerplate

No idea why this chunk was left when we removed the other copies.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-10-27 18:18:57 +01:00
parent 4368277c74
commit 59a711c2cd

View File

@ -1,12 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/*
* systemd service to wait until kernel realtime clock is synchronized
*
* 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
*/
/* systemd service to wait until kernel realtime clock is synchronized */
#include <errno.h>
#include <stdbool.h>