diff options
author | Paul Selkirk <paul@psgd.org> | 2016-05-17 15:05:24 +0200 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2016-05-17 15:05:24 +0200 |
commit | fd1dd73410ba6ca3d082ff61e4b39d6e8c2de35e (patch) | |
tree | 3ebe0e68e779a52dede3789f2df06ac5ed893008 /src | |
parent | c03aa37d4f237f2eb90d9a958428011ca2bd455c (diff) |
Diffstat (limited to 'src')
-rw-r--r-- | src/rtl/mkmif.v | 2 | ||||
-rw-r--r-- | src/rtl/mkmif_core.v | 2 | ||||
-rw-r--r-- | src/rtl/mkmif_spi.v | 2 | ||||
-rw-r--r-- | src/tb/tb_mkmif.v | 2 | ||||
-rw-r--r-- | src/tb/tb_mkmif_core.v | 2 | ||||
-rw-r--r-- | src/tb/tb_mkmif_spi.v | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/rtl/mkmif.v b/src/rtl/mkmif.v index 4f44878..8e29f14 100644 --- a/src/rtl/mkmif.v +++ b/src/rtl/mkmif.v @@ -12,7 +12,7 @@ // // // Author: Joachim Strombergson -// Copyright (c) 2011, NORDUnet A/S All rights reserved. +// Copyright (c) 2016, NORDUnet A/S All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/src/rtl/mkmif_core.v b/src/rtl/mkmif_core.v index 0f90bf0..6646aad 100644 --- a/src/rtl/mkmif_core.v +++ b/src/rtl/mkmif_core.v @@ -12,7 +12,7 @@ // // // Author: Joachim Strombergson -// Copyright (c) 2011, NORDUnet A/S All rights reserved. +// Copyright (c) 2016, NORDUnet A/S All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/src/rtl/mkmif_spi.v b/src/rtl/mkmif_spi.v index fc80470..168a4e5 100644 --- a/src/rtl/mkmif_spi.v +++ b/src/rtl/mkmif_spi.v @@ -12,7 +12,7 @@ // // // Author: Joachim Strombergson -// Copyright (c) 2011, NORDUnet A/S All rights reserved. +// Copyright (c) 2016, NORDUnet A/S All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/src/tb/tb_mkmif.v b/src/tb/tb_mkmif.v index 4142574..31b26c5 100644 --- a/src/tb/tb_mkmif.v +++ b/src/tb/tb_mkmif.v @@ -6,7 +6,7 @@ // // // Author: Joachim Strombergson -// Copyright (c) 2011, NORDUnet A/S All rights reserved. +// Copyright (c) 2016, NORDUnet A/S All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/src/tb/tb_mkmif_core.v b/src/tb/tb_mkmif_core.v index 48042f4..6311515 100644 --- a/src/tb/tb_mkmif_core.v +++ b/src/tb/tb_mkmif_core.v @@ -6,7 +6,7 @@ // // // Author: Joachim Strombergson -// Copyright (c) 2011, NORDUnet A/S All rights reserved. +// Copyright (c) 2016, NORDUnet A/S All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/src/tb/tb_mkmif_spi.v b/src/tb/tb_mkmif_spi.v index 763defe..a154e0a 100644 --- a/src/tb/tb_mkmif_spi.v +++ b/src/tb/tb_mkmif_spi.v @@ -6,7 +6,7 @@ // // // Author: Joachim Strombergson -// Copyright (c) 2011, NORDUnet A/S All rights reserved. +// Copyright (c) 2016, NORDUnet A/S All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are |