summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2012-06-19 16:23:45 -0700
committerRuss Allbery <rra@stanford.edu>2012-06-19 16:23:45 -0700
commit04a1231c8ec1efa88b5e00a4f90f846e1aa52917 (patch)
tree9e3a533ba6cd649c09f1071a7c4198418ceb0311 /client
parentb826083a9f4d2a5efdcf4438062205ab112dc044 (diff)
Add missing copyright and license statements to many files
Also change the license on the POD documentation from Expat to the all-permissive license and switch the license on several remctl source files from the MIT license to the Expat license. Change-Id: Ie7ebedf3b56cc2c19211217282519a7e6200c9e2
Diffstat (limited to 'client')
-rw-r--r--client/libremctl.rc10
-rw-r--r--client/remctl.h28
-rw-r--r--client/remctl.rc10
3 files changed, 34 insertions, 14 deletions
diff --git a/client/libremctl.rc b/client/libremctl.rc
index 0ce49d8..9fcc3fd 100644
--- a/client/libremctl.rc
+++ b/client/libremctl.rc
@@ -1,3 +1,11 @@
+// Windows resources for the libremctl DLL.
+//
+// Copyright 2008 Matthew Loar
+// Copyright 2008
+// The Board of Trustees of the Leland Stanford Junior University
+//
+// See LICENSE for licensing terms.
+
#include <config.h>
#include <winver.h>
#include <winresrc.h>
@@ -27,7 +35,7 @@ BEGIN
VALUE "FileDescription", "remctl\0"
VALUE "FileVersion", VERSION_MAJOR_STR ", " VERSION_MINOR_STR ", 0, 0\0"
VALUE "InternalName", "REMCTL\0"
- VALUE "LegalCopyright", "Copyright 2002-2011 The Board of Trustees of the Leland Stanford Junior University.\0"
+ VALUE "LegalCopyright", "Copyright 2002-2012 The Board of Trustees of the Leland Stanford Junior University.\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "REMCTL.DLL\0"
VALUE "ProductName", "remctl\0"
diff --git a/client/remctl.h b/client/remctl.h
index 3ac0f44..c89fd67 100644
--- a/client/remctl.h
+++ b/client/remctl.h
@@ -6,19 +6,23 @@
* Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
* The Board of Trustees of the Leland Stanford Junior University
*
- * Permission to use, copy, modify, and distribute this software and its
- * documentation for any purpose and without fee is hereby granted, provided
- * that the above copyright notice appear in all copies and that both that
- * copyright notice and this permission notice appear in supporting
- * documentation, and that the name of Stanford University not be used in
- * advertising or publicity pertaining to distribution of the software without
- * specific, written prior permission. Stanford University makes no
- * representations about the suitability of this software for any purpose. It
- * is provided "as is" without express or implied warranty.
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ * and/or sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following conditions:
*
- * THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * 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.
*/
#ifndef REMCTL_H
diff --git a/client/remctl.rc b/client/remctl.rc
index 0b2d0e8..768b0bd 100644
--- a/client/remctl.rc
+++ b/client/remctl.rc
@@ -1,3 +1,11 @@
+// Windows resources for the remctl command-line client.
+//
+// Copyright 2008 Matthew Loar
+// Copyright 2008
+// The Board of Trustees of the Leland Stanford Junior University
+//
+// See LICENSE for licensing terms.
+
#include <config.h>
#include <winver.h>
#include <winresrc.h>
@@ -27,7 +35,7 @@ BEGIN
VALUE "FileDescription", "remctl\0"
VALUE "FileVersion", VERSION_MAJOR_STR ", " VERSION_MINOR_STR ", 0, 0\0"
VALUE "InternalName", "REMCTL\0"
- VALUE "LegalCopyright", "Copyright 2002-2008 The Board of Trustees of the Leland Stanford Junior University.\0"
+ VALUE "LegalCopyright", "Copyright 2002-2012 The Board of Trustees of the Leland Stanford Junior University.\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "REMCTL.EXE\0"
VALUE "ProductName", "remctl\0"