aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/binary.rs2
-rw-r--r--src/isa/funct3.rs2
-rw-r--r--src/isa/funct7.rs2
-rw-r--r--src/isa/mod.rs2
-rw-r--r--src/isa/opcodes.rs2
-rw-r--r--src/lib.rs2
-rw-r--r--src/memory.rs2
-rw-r--r--src/simulator.rs2
8 files changed, 8 insertions, 8 deletions
diff --git a/src/binary.rs b/src/binary.rs
index a1d447e..3847e53 100644
--- a/src/binary.rs
+++ b/src/binary.rs
@@ -1,4 +1,4 @@
-// Copyright 2015 David Li
+// Copyright 2015-2016 David Li
// This file is part of rustv.
// rustv is free software: you can redistribute it and/or modify
diff --git a/src/isa/funct3.rs b/src/isa/funct3.rs
index 6124eb7..94f2f41 100644
--- a/src/isa/funct3.rs
+++ b/src/isa/funct3.rs
@@ -1,4 +1,4 @@
-// Copyright 2015 David Li
+// Copyright 2015-2016 David Li
// This file is part of rustv.
// rustv is free software: you can redistribute it and/or modify
diff --git a/src/isa/funct7.rs b/src/isa/funct7.rs
index 7230ce1..c6a834c 100644
--- a/src/isa/funct7.rs
+++ b/src/isa/funct7.rs
@@ -1,4 +1,4 @@
-// Copyright 2015 David Li
+// Copyright 2015-2016 David Li
// This file is part of rustv.
// rustv is free software: you can redistribute it and/or modify
diff --git a/src/isa/mod.rs b/src/isa/mod.rs
index b2961ce..cfdde50 100644
--- a/src/isa/mod.rs
+++ b/src/isa/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2015 David Li
+// Copyright 2015-2016 David Li
// This file is part of rustv.
// rustv is free software: you can redistribute it and/or modify
diff --git a/src/isa/opcodes.rs b/src/isa/opcodes.rs
index 5b63ae8..39401cd 100644
--- a/src/isa/opcodes.rs
+++ b/src/isa/opcodes.rs
@@ -1,4 +1,4 @@
-// Copyright 2015 David Li
+// Copyright 2015-2016 David Li
// This file is part of rustv.
// rustv is free software: you can redistribute it and/or modify
diff --git a/src/lib.rs b/src/lib.rs
index 1c41bbf..6c521d7 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2015 David Li
+// Copyright 2015-2016 David Li
// This file is part of rustv.
// rustv is free software: you can redistribute it and/or modify
diff --git a/src/memory.rs b/src/memory.rs
index b618001..2e59ff1 100644
--- a/src/memory.rs
+++ b/src/memory.rs
@@ -1,4 +1,4 @@
-// Copyright 2015 David Li
+// Copyright 2015-2016 David Li
// This file is part of rustv.
// rustv is free software: you can redistribute it and/or modify
diff --git a/src/simulator.rs b/src/simulator.rs
index 38e8f88..0101c44 100644
--- a/src/simulator.rs
+++ b/src/simulator.rs
@@ -1,4 +1,4 @@
-// Copyright 2016 David Li
+// Copyright 2015-2016 David Li
// This file is part of rustv.
// rustv is free software: you can redistribute it and/or modify