summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2018-04-29 20:27:42 -0700
committerRuss Allbery <eagle@eyrie.org>2018-04-29 20:27:42 -0700
commit9a32ef5489ee16e7bdd2ec995234a1d06c4b77de (patch)
tree3fa67981d3ed7817b2b65bde21e72fb2682c481a /client
parenta317e01a7371061ff825d846ad51ab3a02a78fd5 (diff)
Add SPDX-License-Identifier
Add SPDX-License-Identifier headers to all substantial source files. Also canonicalize copyright date formats and fix a few copyright notices that weren't in my standard layout.
Diffstat (limited to 'client')
-rw-r--r--client/api.c2
-rw-r--r--client/client-v1.c2
-rw-r--r--client/client-v2.c2
-rw-r--r--client/error.c4
-rw-r--r--client/internal.h2
-rw-r--r--client/libremctl.rc2
-rw-r--r--client/open.c2
-rw-r--r--client/remctl.c2
-rw-r--r--client/remctl.h4
-rw-r--r--client/remctl.rc2
10 files changed, 13 insertions, 11 deletions
diff --git a/client/api.c b/client/api.c
index 1a989a5..b5a0310 100644
--- a/client/api.c
+++ b/client/api.c
@@ -15,7 +15,7 @@
* Copyright 2002-2009, 2011-2014
* The Board of Trustees of the Leland Stanford Junior University
*
- * See LICENSE for licensing terms.
+ * SPDX-License-Identifier: MIT
*/
#include <config.h>
diff --git a/client/client-v1.c b/client/client-v1.c
index fa9414d..bc8fc26 100644
--- a/client/client-v1.c
+++ b/client/client-v1.c
@@ -13,7 +13,7 @@
* Copyright 2002-2008, 2010, 2012, 2014
* The Board of Trustees of the Leland Stanford Junior University
*
- * See LICENSE for licensing terms.
+ * SPDX-License-Identifier: MIT
*/
#include <config.h>
diff --git a/client/client-v2.c b/client/client-v2.c
index 96beae8..786df47 100644
--- a/client/client-v2.c
+++ b/client/client-v2.c
@@ -10,7 +10,7 @@
* Copyright 2002-2010, 2012
* The Board of Trustees of the Leland Stanford Junior University
*
- * See LICENSE for licensing terms.
+ * SPDX-License-Identifier: MIT
*/
#include <config.h>
diff --git a/client/error.c b/client/error.c
index cc27e3c..18b44ae 100644
--- a/client/error.c
+++ b/client/error.c
@@ -7,10 +7,10 @@
* return the appropriate details.
*
* Written by Russ Allbery <eagle@eyrie.org>
- * Copyright 2006, 2007, 2008, 2010, 2013, 2014
+ * Copyright 2006-2008, 2010, 2013-2014
* The Board of Trustees of the Leland Stanford Junior University
*
- * See LICENSE for licensing terms.
+ * SPDX-License-Identifier: MIT
*/
#include <config.h>
diff --git a/client/internal.h b/client/internal.h
index c8f946a..25090a5 100644
--- a/client/internal.h
+++ b/client/internal.h
@@ -7,7 +7,7 @@
* Copyright 2002-2010, 2012-2014
* The Board of Trustees of the Leland Stanford Junior University
*
- * See LICENSE for licensing terms.
+ * SPDX-License-Identifier: MIT
*/
#ifndef CLIENT_INTERNAL_H
diff --git a/client/libremctl.rc b/client/libremctl.rc
index 04bad45..0adc7bf 100644
--- a/client/libremctl.rc
+++ b/client/libremctl.rc
@@ -4,7 +4,7 @@
// Copyright 2008
// The Board of Trustees of the Leland Stanford Junior University
//
-// See LICENSE for licensing terms.
+// SPDX-License-Identifier: MIT
#include <config.h>
#include <winver.h>
diff --git a/client/open.c b/client/open.c
index f701466..0291381 100644
--- a/client/open.c
+++ b/client/open.c
@@ -11,7 +11,7 @@
* Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, 2013,
* 2014 The Board of Trustees of the Leland Stanford Junior University
*
- * See LICENSE for licensing terms.
+ * SPDX-License-Identifier: MIT
*/
#include <config.h>
diff --git a/client/remctl.c b/client/remctl.c
index 025e379..05532ed 100644
--- a/client/remctl.c
+++ b/client/remctl.c
@@ -11,7 +11,7 @@
* Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2013
* The Board of Trustees of the Leland Stanford Junior University
*
- * See LICENSE for licensing terms.
+ * SPDX-License-Identifier: MIT
*/
#include <config.h>
diff --git a/client/remctl.h b/client/remctl.h
index 40a2018..3a72ee8 100644
--- a/client/remctl.h
+++ b/client/remctl.h
@@ -3,7 +3,7 @@
*
* Written by Russ Allbery <eagle@eyrie.org>
* Based on prior work by Anton Ushakov
- * Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012, 2013
+ * Copyright 2002-2008, 2011-2013
* The Board of Trustees of the Leland Stanford Junior University
*
* Permission is hereby granted, free of charge, to any person obtaining a
@@ -23,6 +23,8 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * SPDX-License-Identifier: MIT
*/
#ifndef REMCTL_H
diff --git a/client/remctl.rc b/client/remctl.rc
index a5f56fe..0371779 100644
--- a/client/remctl.rc
+++ b/client/remctl.rc
@@ -4,7 +4,7 @@
// Copyright 2008
// The Board of Trustees of the Leland Stanford Junior University
//
-// See LICENSE for licensing terms.
+// SPDX-License-Identifier: MIT
#include <config.h>
#include <winver.h>