Skip to content

Commit 0e17b9e

Browse files
committed
Fixup email address in license headers
1 parent 1996cca commit 0e17b9e

32 files changed

+172
-27
lines changed

AddressMapping.cpp

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
/*********************************************************************************
2+
* Copyright (c) 2010-2011, Elliott Cooper-Balis
3+
* Paul Rosenfeld
4+
* Bruce Jacob
5+
* University of Maryland
6+
* dramninjas [at] gmail [dot] com
7+
* All rights reserved.
8+
*
9+
* Redistribution and use in source and binary forms, with or without
10+
* modification, are permitted provided that the following conditions are met:
11+
*
12+
* * Redistributions of source code must retain the above copyright notice,
13+
* this list of conditions and the following disclaimer.
14+
*
15+
* * Redistributions in binary form must reproduce the above copyright notice,
16+
* this list of conditions and the following disclaimer in the documentation
17+
* and/or other materials provided with the distribution.
18+
*
19+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
20+
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
21+
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22+
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
23+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
25+
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
26+
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
27+
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28+
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29+
*********************************************************************************/
130
#include "SystemConfiguration.h"
231
#include "AddressMapping.h"
332

AddressMapping.h

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
/*********************************************************************************
2+
* Copyright (c) 2010-2011, Elliott Cooper-Balis
3+
* Paul Rosenfeld
4+
* Bruce Jacob
5+
* University of Maryland
6+
* dramninjas [at] gmail [dot] com
7+
* All rights reserved.
8+
*
9+
* Redistribution and use in source and binary forms, with or without
10+
* modification, are permitted provided that the following conditions are met:
11+
*
12+
* * Redistributions of source code must retain the above copyright notice,
13+
* this list of conditions and the following disclaimer.
14+
*
15+
* * Redistributions in binary form must reproduce the above copyright notice,
16+
* this list of conditions and the following disclaimer in the documentation
17+
* and/or other materials provided with the distribution.
18+
*
19+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
20+
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
21+
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22+
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
23+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
25+
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
26+
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
27+
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28+
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29+
*********************************************************************************/
130
#ifndef ADDRESS_MAPPING_H
231
#define ADDRESS_MAPPING_H
332
namespace DRAMSim

Bank.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Paul Rosenfeld
44
* Bruce Jacob
55
* University of Maryland
6-
* dramninjas [at] umd [dot] edu
6+
* dramninjas [at] gmail [dot] com
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without

Bank.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Paul Rosenfeld
44
* Bruce Jacob
55
* University of Maryland
6-
* dramninjas [at] umd [dot] edu
6+
* dramninjas [at] gmail [dot] com
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without

BankState.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Paul Rosenfeld
44
* Bruce Jacob
55
* University of Maryland
6-
* dramninjas [at] umd [dot] edu
6+
* dramninjas [at] gmail [dot] com
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without

BankState.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Paul Rosenfeld
44
* Bruce Jacob
55
* University of Maryland
6-
* dramninjas [at] umd [dot] edu
6+
* dramninjas [at] gmail [dot] com
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without

BusPacket.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Paul Rosenfeld
44
* Bruce Jacob
55
* University of Maryland
6-
* dramninjas [at] umd [dot] edu
6+
* dramninjas [at] gmail [dot] com
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without

BusPacket.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Paul Rosenfeld
44
* Bruce Jacob
55
* University of Maryland
6-
* dramninjas [at] umd [dot] edu
6+
* dramninjas [at] gmail [dot] com
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without

CSVWriter.h

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
/*********************************************************************************
2+
* Copyright (c) 2010-2011, Elliott Cooper-Balis
3+
* Paul Rosenfeld
4+
* Bruce Jacob
5+
* University of Maryland
6+
* dramninjas [at] gmail [dot] com
7+
* All rights reserved.
8+
*
9+
* Redistribution and use in source and binary forms, with or without
10+
* modification, are permitted provided that the following conditions are met:
11+
*
12+
* * Redistributions of source code must retain the above copyright notice,
13+
* this list of conditions and the following disclaimer.
14+
*
15+
* * Redistributions in binary form must reproduce the above copyright notice,
16+
* this list of conditions and the following disclaimer in the documentation
17+
* and/or other materials provided with the distribution.
18+
*
19+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
20+
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
21+
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22+
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
23+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
25+
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
26+
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
27+
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28+
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29+
*********************************************************************************/
130
#ifndef _CSV_WRITER_H_
231
#define _CSV_WRITER_H_
332

Callback.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Paul Rosenfeld
44
* Bruce Jacob
55
* University of Maryland
6-
* dramninjas [at] umd [dot] edu
6+
* dramninjas [at] gmail [dot] com
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without

CommandQueue.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Paul Rosenfeld
44
* Bruce Jacob
55
* University of Maryland
6-
* dramninjas [at] umd [dot] edu
6+
* dramninjas [at] gmail [dot] com
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without

CommandQueue.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Paul Rosenfeld
44
* Bruce Jacob
55
* University of Maryland
6-
* dramninjas [at] umd [dot] edu
6+
* dramninjas [at] gmail [dot] com
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without

DRAMSim.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Paul Rosenfeld
44
* Bruce Jacob
55
* University of Maryland
6-
* dramninjas [at] umd [dot] edu
6+
* dramninjas [at] gmail [dot] com
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without

IniReader.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Paul Rosenfeld
44
* Bruce Jacob
55
* University of Maryland
6-
* dramninjas [at] umd [dot] edu
6+
* dramninjas [at] gmail [dot] com
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without

IniReader.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Paul Rosenfeld
44
* Bruce Jacob
55
* University of Maryland
6-
* dramninjas [at] umd [dot] edu
6+
* dramninjas [at] gmail [dot] com
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without

MemoryController.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Paul Rosenfeld
44
* Bruce Jacob
55
* University of Maryland
6-
* dramninjas [at] umd [dot] edu
6+
* dramninjas [at] gmail [dot] com
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without

MemoryController.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Paul Rosenfeld
44
* Bruce Jacob
55
* University of Maryland
6-
* dramninjas [at] umd [dot] edu
6+
* dramninjas [at] gmail [dot] com
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without

MemorySystem.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Paul Rosenfeld
44
* Bruce Jacob
55
* University of Maryland
6-
* dramninjas [at] umd [dot] edu
6+
* dramninjas [at] gmail [dot] com
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without

MemorySystem.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Paul Rosenfeld
44
* Bruce Jacob
55
* University of Maryland
6-
* dramninjas [at] umd [dot] edu
6+
* dramninjas [at] gmail [dot] com
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without

MultiChannelMemorySystem.cpp

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
/*********************************************************************************
2+
* Copyright (c) 2010-2011, Elliott Cooper-Balis
3+
* Paul Rosenfeld
4+
* Bruce Jacob
5+
* University of Maryland
6+
* dramninjas [at] gmail [dot] com
7+
* All rights reserved.
8+
*
9+
* Redistribution and use in source and binary forms, with or without
10+
* modification, are permitted provided that the following conditions are met:
11+
*
12+
* * Redistributions of source code must retain the above copyright notice,
13+
* this list of conditions and the following disclaimer.
14+
*
15+
* * Redistributions in binary form must reproduce the above copyright notice,
16+
* this list of conditions and the following disclaimer in the documentation
17+
* and/or other materials provided with the distribution.
18+
*
19+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
20+
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
21+
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22+
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
23+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
25+
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
26+
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
27+
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28+
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29+
*********************************************************************************/
130
#include <errno.h>
231
#include <sstream> //stringstream
332
#include <stdlib.h> // getenv()

MultiChannelMemorySystem.h

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
/*********************************************************************************
2+
* Copyright (c) 2010-2011, Elliott Cooper-Balis
3+
* Paul Rosenfeld
4+
* Bruce Jacob
5+
* University of Maryland
6+
* dramninjas [at] gmail [dot] com
7+
* All rights reserved.
8+
*
9+
* Redistribution and use in source and binary forms, with or without
10+
* modification, are permitted provided that the following conditions are met:
11+
*
12+
* * Redistributions of source code must retain the above copyright notice,
13+
* this list of conditions and the following disclaimer.
14+
*
15+
* * Redistributions in binary form must reproduce the above copyright notice,
16+
* this list of conditions and the following disclaimer in the documentation
17+
* and/or other materials provided with the distribution.
18+
*
19+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
20+
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
21+
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22+
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
23+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
25+
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
26+
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
27+
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28+
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29+
*********************************************************************************/
130
#include "SimulatorObject.h"
231
#include "Transaction.h"
332
#include "SystemConfiguration.h"

PrintMacros.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Paul Rosenfeld
44
* Bruce Jacob
55
* University of Maryland
6-
* dramninjas [at] umd [dot] edu
6+
* dramninjas [at] gmail [dot] com
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without

Rank.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Paul Rosenfeld
44
* Bruce Jacob
55
* University of Maryland
6-
* dramninjas [at] umd [dot] edu
6+
* dramninjas [at] gmail [dot] com
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without

Rank.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Paul Rosenfeld
44
* Bruce Jacob
55
* University of Maryland
6-
* dramninjas [at] umd [dot] edu
6+
* dramninjas [at] gmail [dot] com
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without

SimulatorObject.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Paul Rosenfeld
44
* Bruce Jacob
55
* University of Maryland
6-
* dramninjas [at] umd [dot] edu
6+
* dramninjas [at] gmail [dot] com
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without

SimulatorObject.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Paul Rosenfeld
44
* Bruce Jacob
55
* University of Maryland
6-
* dramninjas [at] umd [dot] edu
6+
* dramninjas [at] gmail [dot] com
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without

SystemConfiguration.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Paul Rosenfeld
44
* Bruce Jacob
55
* University of Maryland
6-
* dramninjas [at] umd [dot] edu
6+
* dramninjas [at] gmail [dot] com
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without

TraceBasedSim.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Paul Rosenfeld
44
* Bruce Jacob
55
* University of Maryland
6-
* dramninjas [at] umd [dot] edu
6+
* dramninjas [at] gmail [dot] com
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without

Transaction.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Paul Rosenfeld
44
* Bruce Jacob
55
* University of Maryland
6-
* dramninjas [at] umd [dot] edu
6+
* dramninjas [at] gmail [dot] com
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without

Transaction.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Paul Rosenfeld
44
* Bruce Jacob
55
* University of Maryland
6-
* dramninjas [at] umd [dot] edu
6+
* dramninjas [at] gmail [dot] com
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without

example_app/dramsim_test.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Paul Rosenfeld
44
* Bruce Jacob
55
* University of Maryland
6-
* dramninjas [at] umd [dot] edu
6+
* dramninjas [at] gmail [dot] com
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)