diff options
| author | Tor Aamodt <[email protected]> | 2011-07-25 10:58:50 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:18:22 -0700 |
| commit | 467394dc15a74595b94431e85b1dde14c9db078d (patch) | |
| tree | f5a2651bbdcc8d50ce5cab09456c23bf9a3756d4 /src/cuda-sim/cuda-sim.cc | |
| parent | 8de79734f6f6fa7090efd5f5c6591f58f279ab5d (diff) | |
change copyright notice to include authors
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 9872]
Diffstat (limited to 'src/cuda-sim/cuda-sim.cc')
| -rw-r--r-- | src/cuda-sim/cuda-sim.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cuda-sim/cuda-sim.cc b/src/cuda-sim/cuda-sim.cc index 832d025..ec5fb64 100644 --- a/src/cuda-sim/cuda-sim.cc +++ b/src/cuda-sim/cuda-sim.cc @@ -1,4 +1,6 @@ -// Copyright (c) 2009-2011, The University of British Columbia +// Copyright (c) 2009-2011, Tor M. Aamodt, Ali Bakhoda, Wilson W.L. Fung, +// George L. Yuan, Jimmy Kwa +// The University of British Columbia // All rights reserved. // // Redistribution and use in source and binary forms, with or without @@ -33,7 +35,6 @@ #include "opcodes.h" #include "../intersim/statwraper.h" -#include "dram_callback.h" #include <set> #include <map> #include "../abstract_hardware_model.h" |
