Skip to content

Commit b44fd44

Browse files
author
Neil T. Dantam
committed
Update copyright license and email
1 parent a1998da commit b44fd44

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+102
-94
lines changed

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ met:
1414
notice, this list of conditions and the following disclaimer in the
1515
documentation and/or other materials provided with the distribution.
1616

17-
* Neither the name of Rice University nor the names of its
17+
* Neither the name of the copyright holder the names of its
1818
contributors may be used to endorse or promote products derived from
1919
this software without specific prior written permission.
2020

achlog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Copyright (c) 2010-2012, Georgia Tech Research Corporation
44
## All rights reserved.
55
##
6-
## Author(s): Neil T. Dantam <ntd@gatech.edu>
6+
## Author(s): Neil T. Dantam <ntd@rice.edu>
77
## Georgia Tech Humanoid Robotics Lab
88
## Under Direction of Prof. Mike Stilman <[email protected]>
99
##

include/ach.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Copyright (C) 2015, Rice University
66
* All rights reserved.
77
*
8-
* Author(s): Neil T. Dantam <ntd@gatech.edu>
8+
* Author(s): Neil T. Dantam <ntd@rice.edu>
99
* Georgia Tech Humanoid Robotics Lab
1010
* Under Direction of Prof. Mike Stilman <[email protected]>
1111
*
@@ -25,7 +25,7 @@
2525
* disclaimer in the documentation and/or other materials provided
2626
* with the distribution.
2727
*
28-
* * Neither the name of Rice University nor the names of its
28+
* * Neither the name of the copyright holder the names of its
2929
* contributors may be used to endorse or promote products derived
3030
* from this software without specific prior written permission.
3131
*

include/ach/experimental.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Copyright (C) 2015, Rice University
66
* All rights reserved.
77
*
8-
* Author(s): Neil T. Dantam <ntd@gatech.edu>
8+
* Author(s): Neil T. Dantam <ntd@rice.edu>
99
* Georgia Tech Humanoid Robotics Lab
1010
* Under Direction of Prof. Mike Stilman <[email protected]>
1111
*
@@ -25,7 +25,7 @@
2525
* disclaimer in the documentation and/or other materials provided
2626
* with the distribution.
2727
*
28-
* * Neither the name of Rice University nor the names of its
28+
* * Neither the name of the copyright holder the names of its
2929
* contributors may be used to endorse or promote products derived
3030
* from this software without specific prior written permission.
3131
*

include/ach/generic.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
/* -*- mode: C; c-basic-offset: 4 -*- */
22
/* ex: set shiftwidth=4 tabstop=4 expandtab: */
33
/*
4-
* Copyright (c) 2008-2013, Georgia Tech Research Corporation
4+
* Copyright (c) 2008-2014, Georgia Tech Research Corporation
5+
* Copyright (c) 2015, Rice University
56
* All rights reserved.
67
*
7-
* Author(s): Neil T. Dantam <ntd@gatech.edu>
8+
* Author(s): Neil T. Dantam <ntd@rice.edu>
89
* Georgia Tech Humanoid Robotics Lab
910
* Under Direction of Prof. Mike Stilman <[email protected]>
1011
*
@@ -24,7 +25,7 @@
2425
* disclaimer in the documentation and/or other materials provided
2526
* with the distribution.
2627
*
27-
* * Neither the name of Rice University nor the names of its
28+
* * Neither the name of the copyright holder the names of its
2829
* contributors may be used to endorse or promote products derived
2930
* from this software without specific prior written permission.
3031
*

include/ach/impl_generic.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Copyright (c) 2015, Rice University
66
* All rights reserved.
77
*
8-
* Author(s): Neil T. Dantam <ntd@gatech.edu>
8+
* Author(s): Neil T. Dantam <ntd@rice.edu>
99
* Kim Boendergaard Poulsen <[email protected]>
1010
* Georgia Tech Humanoid Robotics Lab
1111
* Under Direction of Prof. Mike Stilman <[email protected]>
@@ -26,7 +26,7 @@
2626
* disclaimer in the documentation and/or other materials provided
2727
* with the distribution.
2828
*
29-
* * Neither the name of Rice University nor the names of its
29+
* * Neither the name of the copyright holder the names of its
3030
* contributors may be used to endorse or promote products derived
3131
* from this software without specific prior written permission.
3232
*

include/ach/private_generic.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Copyright (c) 2015, Rice University
77
* All rights reserved.
88
*
9-
* Author(s): Neil T. Dantam <ntd@gatech.edu>
9+
* Author(s): Neil T. Dantam <ntd@rice.edu>
1010
* Kim Boendergaard Poulsen <[email protected]>
1111
* Georgia Tech Humanoid Robotics Lab
1212
* Under Direction of Prof. Mike Stilman <[email protected]>
@@ -27,7 +27,7 @@
2727
* disclaimer in the documentation and/or other materials provided
2828
* with the distribution.
2929
*
30-
* * Neither the name of Rice University nor the names of its
30+
* * Neither the name of the copyright holder the names of its
3131
* contributors may be used to endorse or promote products derived
3232
* from this software without specific prior written permission.
3333
*

include/ach/private_klinux.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Copyright (c) 2015, Rice University
77
* All rights reserved.
88
*
9-
* Author(s): Neil T. Dantam <ntd@gatech.edu>
9+
* Author(s): Neil T. Dantam <ntd@rice.edu>
1010
* Georgia Tech Humanoid Robotics Lab
1111
* Under Direction of Prof. Mike Stilman <[email protected]>
1212
*
@@ -26,7 +26,7 @@
2626
* disclaimer in the documentation and/or other materials provided
2727
* with the distribution.
2828
*
29-
* * Neither the name of Rice University nor the names of its
29+
* * Neither the name of the copyright holder the names of its
3030
* contributors may be used to endorse or promote products derived
3131
* from this software without specific prior written permission.
3232
*

include/ach/private_posix.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Copyright (c) 2015, Rice University
66
* All rights reserved.
77
*
8-
* Author(s): Neil T. Dantam <ntd@gatech.edu>
8+
* Author(s): Neil T. Dantam <ntd@rice.edu>
99
* Georgia Tech Humanoid Robotics Lab
1010
* Under Direction of Prof. Mike Stilman <[email protected]>
1111
*
@@ -25,7 +25,7 @@
2525
* disclaimer in the documentation and/or other materials provided
2626
* with the distribution.
2727
*
28-
* * Neither the name of Rice University nor the names of its
28+
* * Neither the name of the copyright holder the names of its
2929
* contributors may be used to endorse or promote products derived
3030
* from this software without specific prior written permission.
3131
*

include/ach_klinux.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* disclaimer in the documentation and/or other materials provided
2323
* with the distribution.
2424
*
25-
* * Neither the name of Rice University nor the names of its
25+
* * Neither the name of the copyright holder the names of its
2626
* contributors may be used to endorse or promote products derived
2727
* from this software without specific prior written permission.
2828
*

0 commit comments

Comments
 (0)