diff options
author | Nathan Binkert <nate@binkert.org> | 2009-10-28 11:56:56 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2009-10-28 11:56:56 -0700 |
commit | 25d932868998db26054910078721433ab430c836 (patch) | |
tree | 9de3fc7dbf84807581a9dd4689ab27534155b7fd /src/mem/ruby/network/garnet-flexible-pipeline/flitBuffer.hh | |
parent | a02b21977ad6a010478a762c281dbef180f3d249 (diff) | |
download | gem5-25d932868998db26054910078721433ab430c836.tar.xz |
license: Fix license on network model code
This mostly was a matter of changing the license owner to Princeton
which is as it should have been. The code was originally licensed
under the GPL but was relicensed as BSD by Li-Shiuan Peh on July 27,
2009. This relicensing was in an explicit e-mail to Nathan Binkert,
Brad Beckmann, Mark Hill, David Wood, and Steve Reinhardt.
Diffstat (limited to 'src/mem/ruby/network/garnet-flexible-pipeline/flitBuffer.hh')
-rw-r--r-- | src/mem/ruby/network/garnet-flexible-pipeline/flitBuffer.hh | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/src/mem/ruby/network/garnet-flexible-pipeline/flitBuffer.hh b/src/mem/ruby/network/garnet-flexible-pipeline/flitBuffer.hh index 006ba60bd..c722e161c 100644 --- a/src/mem/ruby/network/garnet-flexible-pipeline/flitBuffer.hh +++ b/src/mem/ruby/network/garnet-flexible-pipeline/flitBuffer.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood + * Copyright (c) 2008 Princeton University * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -24,14 +24,9 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -/* - * flitBuffer.hh * - * Niket Agarwal, Princeton University - * - * */ + * Authors: Niket Agarwal + */ #ifndef FLIT_BUFFER_H #define FLIT_BUFFER_H |