summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.h
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2011-07-25 10:58:50 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:18:22 -0700
commit467394dc15a74595b94431e85b1dde14c9db078d (patch)
treef5a2651bbdcc8d50ce5cab09456c23bf9a3756d4 /src/gpgpu-sim/shader.h
parent8de79734f6f6fa7090efd5f5c6591f58f279ab5d (diff)
change copyright notice to include authors
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 9872]
Diffstat (limited to 'src/gpgpu-sim/shader.h')
-rw-r--r--src/gpgpu-sim/shader.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h
index a163631..ddaafec 100644
--- a/src/gpgpu-sim/shader.h
+++ b/src/gpgpu-sim/shader.h
@@ -1,4 +1,6 @@
-// Copyright (c) 2009-2011, The University of British Columbia
+// Copyright (c) 2009-2011, Tor M. Aamodt, Wilson W.L. Fung, Andrew Turner,
+// Ali Bakhoda
+// The University of British Columbia
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
@@ -41,7 +43,6 @@
#include <deque>
#include "../cuda-sim/ptx.tab.h"
-#include "../cuda-sim/dram_callback.h"
#include "delayqueue.h"
#include "stack.h"