aboutsummaryrefslogtreecommitdiffstats
path: root/util/matchbox-remote.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/matchbox-remote.c')
-rw-r--r--util/matchbox-remote.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/util/matchbox-remote.c b/util/matchbox-remote.c
index c83926e..78f1c6f 100644
--- a/util/matchbox-remote.c
+++ b/util/matchbox-remote.c
@@ -6,15 +6,7 @@
*
* Copyright (c) 2008 OpenedHand Ltd - http://o-hand.com
*
- * 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, 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.
+ * SPDX-License-Identifier: GPL-2.0-or-later
*
*/
#define _GNU_SOURCE
@@ -336,4 +328,3 @@ int main(int argc, char* argv[])
return 0;
}
-