diff options
Diffstat (limited to 'src/isa')
-rw-r--r-- | src/isa/funct3.rs | 2 | ||||
-rw-r--r-- | src/isa/funct7.rs | 2 | ||||
-rw-r--r-- | src/isa/mod.rs | 2 | ||||
-rw-r--r-- | src/isa/opcodes.rs | 2 |
4 files changed, 4 insertions, 4 deletions
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 |