Convert license tags to SPDX identifiers

This commit also converts our own copyright headers to directly use
SPDX, but leaves all other copyright header intact, only adding the
SPDX ident. As far as possible this commit also merges multiple
Data61 copyright statements/headers into one for consistency.
This commit is contained in:
Gerwin Klein
2020-03-01 17:40:51 +08:00
parent 80d8b02f30
commit 79da079239
849 changed files with 1553 additions and 6399 deletions

View File

@@ -1,11 +1,7 @@
/*
* Copyright 2014, General Dynamics C4 Systems
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
* SPDX-License-Identifier: GPL-2.0-only
*/
#ifndef __OBJECT_NOTIFICATION_H