diff --git a/CMakeLists.txt b/CMakeLists.txt index cd9071f9..d12bed19 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2023, Technische Universität Kaiserslautern +# Copyright (c) 2023, RPTU Kaiserslautern-Landau # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/CMakeLists.txt b/extensions/apps/traceAnalyzer/CMakeLists.txt index a6bb3d2a..de93f5c9 100644 --- a/extensions/apps/traceAnalyzer/CMakeLists.txt +++ b/extensions/apps/traceAnalyzer/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020, Technische Universität Kaiserslautern +# Copyright (c) 2020, RPTU Kaiserslautern-Landau # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/calculatedMetric.h b/extensions/apps/traceAnalyzer/businessObjects/calculatedMetric.h index aaec951d..68e605d6 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/calculatedMetric.h +++ b/extensions/apps/traceAnalyzer/businessObjects/calculatedMetric.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/commandlengths.h b/extensions/apps/traceAnalyzer/businessObjects/commandlengths.h index 1dc394bf..4fa91fe1 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/commandlengths.h +++ b/extensions/apps/traceAnalyzer/businessObjects/commandlengths.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/commentmodel.cpp b/extensions/apps/traceAnalyzer/businessObjects/commentmodel.cpp index c6cdad28..10c9cd51 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/commentmodel.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/commentmodel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/commentmodel.h b/extensions/apps/traceAnalyzer/businessObjects/commentmodel.h index a9e165a6..d5cdb0a2 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/commentmodel.h +++ b/extensions/apps/traceAnalyzer/businessObjects/commentmodel.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/configmodels.cpp b/extensions/apps/traceAnalyzer/businessObjects/configmodels.cpp index bcfbdf73..ff3f6011 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/configmodels.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/configmodels.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/configmodels.h b/extensions/apps/traceAnalyzer/businessObjects/configmodels.h index 4f6ae02c..5373473c 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/configmodels.h +++ b/extensions/apps/traceAnalyzer/businessObjects/configmodels.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dependencymodels.cpp b/extensions/apps/traceAnalyzer/businessObjects/dependencymodels.cpp index 3f398928..200c602f 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dependencymodels.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dependencymodels.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dependencymodels.h b/extensions/apps/traceAnalyzer/businessObjects/dependencymodels.h index 65c364c2..b73f5883 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dependencymodels.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dependencymodels.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/common/QStringComparator.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/common/QStringComparator.cpp index f3d3128e..286d1427 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/common/QStringComparator.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/common/QStringComparator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/common/QStringComparator.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/common/QStringComparator.h index 479eecae..0a354275 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/common/QStringComparator.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/common/QStringComparator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/common/StringMapper.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/common/StringMapper.cpp index 1e67b94b..6e908620 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/common/StringMapper.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/common/StringMapper.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/common/StringMapper.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/common/StringMapper.h index c2e45d90..510e24e0 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/common/StringMapper.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/common/StringMapper.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/common/common.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/common/common.h index 00518eb5..574f514c 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/common/common.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/common/common.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/common/timedependency.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/common/timedependency.h index 3a4e081c..4cd1e7fe 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/common/timedependency.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/common/timedependency.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/configurationBase.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/configurationBase.cpp index 1f4e62d0..2fc94625 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/configurationBase.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/configurationBase.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/configurationBase.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/configurationBase.h index 9ac9efc7..690fd596 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/configurationBase.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/configurationBase.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/configurationfactory.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/configurationfactory.cpp index 9c03ec21..b8134677 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/configurationfactory.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/configurationfactory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/configurationfactory.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/configurationfactory.h index b9230ce9..db81ae20 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/configurationfactory.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/configurationfactory.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/DDR3Configuration.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/DDR3Configuration.cpp index 5bd26b55..536a4685 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/DDR3Configuration.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/DDR3Configuration.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/DDR3Configuration.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/DDR3Configuration.h index 97fe6175..24168f67 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/DDR3Configuration.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/DDR3Configuration.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/DDR4Configuration.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/DDR4Configuration.cpp index 9ed8e273..b043a052 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/DDR4Configuration.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/DDR4Configuration.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/DDR4Configuration.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/DDR4Configuration.h index 81d63577..e184602a 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/DDR4Configuration.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/DDR4Configuration.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/DDR5Configuration.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/DDR5Configuration.cpp index d90f7fb1..cb3ed7fb 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/DDR5Configuration.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/DDR5Configuration.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/DDR5Configuration.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/DDR5Configuration.h index f04b9ecb..47582fb0 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/DDR5Configuration.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/DDR5Configuration.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/HBM2Configuration.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/HBM2Configuration.cpp index 6cc397d6..5bfda560 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/HBM2Configuration.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/HBM2Configuration.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/HBM2Configuration.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/HBM2Configuration.h index cdecc6c2..85dfc567 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/HBM2Configuration.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/HBM2Configuration.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/LPDDR4Configuration.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/LPDDR4Configuration.cpp index 01f43ff7..0859503f 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/LPDDR4Configuration.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/LPDDR4Configuration.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/LPDDR4Configuration.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/LPDDR4Configuration.h index ca48f51b..d2ec4651 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/LPDDR4Configuration.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/LPDDR4Configuration.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/LPDDR5Configuration.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/LPDDR5Configuration.cpp index 8077a2ba..453e7fdc 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/LPDDR5Configuration.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/LPDDR5Configuration.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/LPDDR5Configuration.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/LPDDR5Configuration.h index 8ee797e9..c243297a 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/LPDDR5Configuration.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/configurations/specialized/LPDDR5Configuration.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/dbphaseentryBase.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/dbphaseentryBase.h index f96997e6..9ef0464e 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/dbphaseentryBase.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/dbphaseentryBase.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/DDR3dbphaseentry.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/DDR3dbphaseentry.cpp index a08356ef..16f0f143 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/DDR3dbphaseentry.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/DDR3dbphaseentry.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/DDR3dbphaseentry.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/DDR3dbphaseentry.h index d2e3e256..d3440a23 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/DDR3dbphaseentry.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/DDR3dbphaseentry.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/DDR4dbphaseentry.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/DDR4dbphaseentry.cpp index 2f1d7630..43d1d999 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/DDR4dbphaseentry.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/DDR4dbphaseentry.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/DDR4dbphaseentry.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/DDR4dbphaseentry.h index 1adaecbf..939d9506 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/DDR4dbphaseentry.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/DDR4dbphaseentry.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/DDR5dbphaseentry.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/DDR5dbphaseentry.cpp index d80f87cb..cef343b8 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/DDR5dbphaseentry.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/DDR5dbphaseentry.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/DDR5dbphaseentry.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/DDR5dbphaseentry.h index 14be429d..97f57dd4 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/DDR5dbphaseentry.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/DDR5dbphaseentry.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/HBM2dbphaseentry.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/HBM2dbphaseentry.cpp index 79c30240..0e69268f 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/HBM2dbphaseentry.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/HBM2dbphaseentry.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/HBM2dbphaseentry.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/HBM2dbphaseentry.h index 34dc25bb..92633713 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/HBM2dbphaseentry.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/HBM2dbphaseentry.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/LPDDR4dbphaseentry.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/LPDDR4dbphaseentry.cpp index d5f9bdef..14020bf2 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/LPDDR4dbphaseentry.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/LPDDR4dbphaseentry.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/LPDDR4dbphaseentry.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/LPDDR4dbphaseentry.h index 2d2aa9ee..013a98b5 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/LPDDR4dbphaseentry.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/LPDDR4dbphaseentry.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/LPDDR5dbphaseentry.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/LPDDR5dbphaseentry.cpp index f2d460d3..1a2b0ae3 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/LPDDR5dbphaseentry.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/LPDDR5dbphaseentry.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/LPDDR5dbphaseentry.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/LPDDR5dbphaseentry.h index c7c4bc90..e5204cd8 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/LPDDR5dbphaseentry.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/dbEntries/specialized/LPDDR5dbphaseentry.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/dramtimedependenciesbase.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/dramtimedependenciesbase.cpp index 00ee6b85..a3ce9db2 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/dramtimedependenciesbase.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/dramtimedependenciesbase.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/dramtimedependenciesbase.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/dramtimedependenciesbase.h index 04f524fb..c5d31cd9 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/dramtimedependenciesbase.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/dramtimedependenciesbase.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/poolcontroller.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/poolcontroller.cpp index 3aff2149..93f5f438 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/poolcontroller.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/poolcontroller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/poolcontroller.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/poolcontroller.h index e7eb76fb..954f4e3b 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/poolcontroller.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/poolcontroller.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/poolcontrollermap.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/poolcontrollermap.cpp index ae00c001..04997fa8 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/poolcontrollermap.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/poolcontrollermap.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/poolcontrollermap.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/poolcontrollermap.h index 1266c852..6fa6350c 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/poolcontrollermap.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/poolcontrollermap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/DDR3TimeDependencies.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/DDR3TimeDependencies.cpp index 827849df..b2f5896c 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/DDR3TimeDependencies.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/DDR3TimeDependencies.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/DDR3TimeDependencies.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/DDR3TimeDependencies.h index ae73e23c..e62a3732 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/DDR3TimeDependencies.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/DDR3TimeDependencies.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoDDR3.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoDDR3.cpp index 7b2db32d..41071e4f 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoDDR3.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoDDR3.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoDDR3.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoDDR3.h index 89183f1b..88143614 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoDDR3.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoDDR3.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoDDR4.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoDDR4.cpp index 36680671..11e2382b 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoDDR4.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoDDR4.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoDDR4.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoDDR4.h index ac974ec7..f9be625e 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoDDR4.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoDDR4.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoDDR5.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoDDR5.cpp index 185804ce..037b5b80 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoDDR5.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoDDR5.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoDDR5.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoDDR5.h index fbd26766..705885f9 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoDDR5.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoDDR5.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoHBM2.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoHBM2.cpp index 8fceeb97..61cc47a9 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoHBM2.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoHBM2.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoHBM2.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoHBM2.h index 06a55775..53f41f22 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoHBM2.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoHBM2.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoLPDDR4.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoLPDDR4.cpp index c65ef378..8fcb2aaf 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoLPDDR4.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoLPDDR4.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoLPDDR4.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoLPDDR4.h index 03f49166..b8b6d653 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoLPDDR4.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoLPDDR4.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoLPDDR5.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoLPDDR5.cpp index d0d5ff97..ead9d71d 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoLPDDR5.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoLPDDR5.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoLPDDR5.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoLPDDR5.h index 0de086e7..4e750795 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoLPDDR5.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/deviceDependencies/specialized/TimeDependenciesInfoLPDDR5.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/phasedependenciestracker.cpp b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/phasedependenciestracker.cpp index 2e386569..48d2f06b 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/phasedependenciestracker.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/phasedependenciestracker.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/phasedependenciestracker.h b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/phasedependenciestracker.h index de20b25f..0e7b7d7a 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/phasedependenciestracker.h +++ b/extensions/apps/traceAnalyzer/businessObjects/dramTimeDependencies/phasedependenciestracker.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/generalinfo.h b/extensions/apps/traceAnalyzer/businessObjects/generalinfo.h index ae06a37b..dd312576 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/generalinfo.h +++ b/extensions/apps/traceAnalyzer/businessObjects/generalinfo.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/phases/dependencyinfos.cpp b/extensions/apps/traceAnalyzer/businessObjects/phases/dependencyinfos.cpp index 04eb74bd..4ae553eb 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/phases/dependencyinfos.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/phases/dependencyinfos.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/phases/dependencyinfos.h b/extensions/apps/traceAnalyzer/businessObjects/phases/dependencyinfos.h index 2fda0e83..538c5e77 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/phases/dependencyinfos.h +++ b/extensions/apps/traceAnalyzer/businessObjects/phases/dependencyinfos.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/phases/phase.cpp b/extensions/apps/traceAnalyzer/businessObjects/phases/phase.cpp index 80ebb1e6..71fba87e 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/phases/phase.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/phases/phase.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/phases/phase.h b/extensions/apps/traceAnalyzer/businessObjects/phases/phase.h index 433c8cb5..fc3083c0 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/phases/phase.h +++ b/extensions/apps/traceAnalyzer/businessObjects/phases/phase.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/phases/phasedependency.cpp b/extensions/apps/traceAnalyzer/businessObjects/phases/phasedependency.cpp index 800c6301..5529d099 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/phases/phasedependency.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/phases/phasedependency.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/phases/phasedependency.h b/extensions/apps/traceAnalyzer/businessObjects/phases/phasedependency.h index 86c4308a..08317954 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/phases/phasedependency.h +++ b/extensions/apps/traceAnalyzer/businessObjects/phases/phasedependency.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/phases/phasefactory.cpp b/extensions/apps/traceAnalyzer/businessObjects/phases/phasefactory.cpp index 99a20ab4..8a6f846d 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/phases/phasefactory.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/phases/phasefactory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/phases/phasefactory.h b/extensions/apps/traceAnalyzer/businessObjects/phases/phasefactory.h index b875371c..63130e2a 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/phases/phasefactory.h +++ b/extensions/apps/traceAnalyzer/businessObjects/phases/phasefactory.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/pythoncaller.cpp b/extensions/apps/traceAnalyzer/businessObjects/pythoncaller.cpp index ea101240..f1aefa1e 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/pythoncaller.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/pythoncaller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/pythoncaller.h b/extensions/apps/traceAnalyzer/businessObjects/pythoncaller.h index 6922e3fd..402674a7 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/pythoncaller.h +++ b/extensions/apps/traceAnalyzer/businessObjects/pythoncaller.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/testresult.h b/extensions/apps/traceAnalyzer/businessObjects/testresult.h index a56788e1..b4033f64 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/testresult.h +++ b/extensions/apps/traceAnalyzer/businessObjects/testresult.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/timespan.cpp b/extensions/apps/traceAnalyzer/businessObjects/timespan.cpp index 7a0e4b8d..0c0aca7c 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/timespan.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/timespan.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/timespan.h b/extensions/apps/traceAnalyzer/businessObjects/timespan.h index 695e0039..3bf1ed4e 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/timespan.h +++ b/extensions/apps/traceAnalyzer/businessObjects/timespan.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/tracecalculatedmetrics.h b/extensions/apps/traceAnalyzer/businessObjects/tracecalculatedmetrics.h index 4594be1d..851ba68d 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/tracecalculatedmetrics.h +++ b/extensions/apps/traceAnalyzer/businessObjects/tracecalculatedmetrics.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/traceplotlinemodel.cpp b/extensions/apps/traceAnalyzer/businessObjects/traceplotlinemodel.cpp index e2687e59..54e6f027 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/traceplotlinemodel.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/traceplotlinemodel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/traceplotlinemodel.h b/extensions/apps/traceAnalyzer/businessObjects/traceplotlinemodel.h index 556bdd49..2a58f471 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/traceplotlinemodel.h +++ b/extensions/apps/traceAnalyzer/businessObjects/traceplotlinemodel.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/tracetime.h b/extensions/apps/traceAnalyzer/businessObjects/tracetime.h index 1060b099..b63009ab 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/tracetime.h +++ b/extensions/apps/traceAnalyzer/businessObjects/tracetime.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/transaction.cpp b/extensions/apps/traceAnalyzer/businessObjects/transaction.cpp index 4eae7753..395d25d4 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/transaction.cpp +++ b/extensions/apps/traceAnalyzer/businessObjects/transaction.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/businessObjects/transaction.h b/extensions/apps/traceAnalyzer/businessObjects/transaction.h index 8e8357e1..29e62530 100644 --- a/extensions/apps/traceAnalyzer/businessObjects/transaction.h +++ b/extensions/apps/traceAnalyzer/businessObjects/transaction.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/data/QueryTexts.h b/extensions/apps/traceAnalyzer/data/QueryTexts.h index 35a907da..deef0e8d 100644 --- a/extensions/apps/traceAnalyzer/data/QueryTexts.h +++ b/extensions/apps/traceAnalyzer/data/QueryTexts.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/data/tracedb.cpp b/extensions/apps/traceAnalyzer/data/tracedb.cpp index 699823bf..e3526b39 100644 --- a/extensions/apps/traceAnalyzer/data/tracedb.cpp +++ b/extensions/apps/traceAnalyzer/data/tracedb.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/data/tracedb.h b/extensions/apps/traceAnalyzer/data/tracedb.h index 197eb673..47232ce4 100644 --- a/extensions/apps/traceAnalyzer/data/tracedb.h +++ b/extensions/apps/traceAnalyzer/data/tracedb.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/evaluationtool.cpp b/extensions/apps/traceAnalyzer/evaluationtool.cpp index 07daf82c..cf419492 100644 --- a/extensions/apps/traceAnalyzer/evaluationtool.cpp +++ b/extensions/apps/traceAnalyzer/evaluationtool.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/evaluationtool.h b/extensions/apps/traceAnalyzer/evaluationtool.h index 03ca68db..406ea9ed 100644 --- a/extensions/apps/traceAnalyzer/evaluationtool.h +++ b/extensions/apps/traceAnalyzer/evaluationtool.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/gototimedialog.cpp b/extensions/apps/traceAnalyzer/gototimedialog.cpp index 6adda3f1..751d554f 100644 --- a/extensions/apps/traceAnalyzer/gototimedialog.cpp +++ b/extensions/apps/traceAnalyzer/gototimedialog.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/gototimedialog.h b/extensions/apps/traceAnalyzer/gototimedialog.h index df06e7a7..4077f0d6 100644 --- a/extensions/apps/traceAnalyzer/gototimedialog.h +++ b/extensions/apps/traceAnalyzer/gototimedialog.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/main.cpp b/extensions/apps/traceAnalyzer/main.cpp index b807bc03..71efabeb 100644 --- a/extensions/apps/traceAnalyzer/main.cpp +++ b/extensions/apps/traceAnalyzer/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/markerplotitem.h b/extensions/apps/traceAnalyzer/markerplotitem.h index 8cce5c44..d59b75a7 100644 --- a/extensions/apps/traceAnalyzer/markerplotitem.h +++ b/extensions/apps/traceAnalyzer/markerplotitem.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/debugmessagetreewidget.cpp b/extensions/apps/traceAnalyzer/presentation/debugmessagetreewidget.cpp index 13f1cc7c..b52fd4b0 100644 --- a/extensions/apps/traceAnalyzer/presentation/debugmessagetreewidget.cpp +++ b/extensions/apps/traceAnalyzer/presentation/debugmessagetreewidget.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/debugmessagetreewidget.h b/extensions/apps/traceAnalyzer/presentation/debugmessagetreewidget.h index 225a5bf0..4b918019 100644 --- a/extensions/apps/traceAnalyzer/presentation/debugmessagetreewidget.h +++ b/extensions/apps/traceAnalyzer/presentation/debugmessagetreewidget.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/selectedtransactiontreewidget.cpp b/extensions/apps/traceAnalyzer/presentation/selectedtransactiontreewidget.cpp index e2ccc598..94b06c1f 100644 --- a/extensions/apps/traceAnalyzer/presentation/selectedtransactiontreewidget.cpp +++ b/extensions/apps/traceAnalyzer/presentation/selectedtransactiontreewidget.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/selectedtransactiontreewidget.h b/extensions/apps/traceAnalyzer/presentation/selectedtransactiontreewidget.h index 8fe56ba4..d8cfb1ad 100644 --- a/extensions/apps/traceAnalyzer/presentation/selectedtransactiontreewidget.h +++ b/extensions/apps/traceAnalyzer/presentation/selectedtransactiontreewidget.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/tracePlotMouseLabel.cpp b/extensions/apps/traceAnalyzer/presentation/tracePlotMouseLabel.cpp index c77aea5c..11665fd1 100644 --- a/extensions/apps/traceAnalyzer/presentation/tracePlotMouseLabel.cpp +++ b/extensions/apps/traceAnalyzer/presentation/tracePlotMouseLabel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/tracePlotMouseLabel.h b/extensions/apps/traceAnalyzer/presentation/tracePlotMouseLabel.h index 2c35d7ee..22b3d770 100644 --- a/extensions/apps/traceAnalyzer/presentation/tracePlotMouseLabel.h +++ b/extensions/apps/traceAnalyzer/presentation/tracePlotMouseLabel.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/tracedrawing.cpp b/extensions/apps/traceAnalyzer/presentation/tracedrawing.cpp index 6a1b15af..7f0b42d5 100644 --- a/extensions/apps/traceAnalyzer/presentation/tracedrawing.cpp +++ b/extensions/apps/traceAnalyzer/presentation/tracedrawing.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/tracedrawing.h b/extensions/apps/traceAnalyzer/presentation/tracedrawing.h index c3fee73d..c437183f 100644 --- a/extensions/apps/traceAnalyzer/presentation/tracedrawing.h +++ b/extensions/apps/traceAnalyzer/presentation/tracedrawing.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/tracedrawingproperties.cpp b/extensions/apps/traceAnalyzer/presentation/tracedrawingproperties.cpp index f97900c8..3cf2b32d 100644 --- a/extensions/apps/traceAnalyzer/presentation/tracedrawingproperties.cpp +++ b/extensions/apps/traceAnalyzer/presentation/tracedrawingproperties.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/tracedrawingproperties.h b/extensions/apps/traceAnalyzer/presentation/tracedrawingproperties.h index 908e6c0d..a0b800f2 100644 --- a/extensions/apps/traceAnalyzer/presentation/tracedrawingproperties.h +++ b/extensions/apps/traceAnalyzer/presentation/tracedrawingproperties.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/tracemetrictreewidget.cpp b/extensions/apps/traceAnalyzer/presentation/tracemetrictreewidget.cpp index 0ca4c737..a72f49d9 100644 --- a/extensions/apps/traceAnalyzer/presentation/tracemetrictreewidget.cpp +++ b/extensions/apps/traceAnalyzer/presentation/tracemetrictreewidget.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/tracemetrictreewidget.h b/extensions/apps/traceAnalyzer/presentation/tracemetrictreewidget.h index b487933c..10f3037d 100644 --- a/extensions/apps/traceAnalyzer/presentation/tracemetrictreewidget.h +++ b/extensions/apps/traceAnalyzer/presentation/tracemetrictreewidget.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/tracenavigator.cpp b/extensions/apps/traceAnalyzer/presentation/tracenavigator.cpp index 7e43ae5e..c80442bb 100644 --- a/extensions/apps/traceAnalyzer/presentation/tracenavigator.cpp +++ b/extensions/apps/traceAnalyzer/presentation/tracenavigator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/tracenavigator.h b/extensions/apps/traceAnalyzer/presentation/tracenavigator.h index 6d32eea6..95b9ffb2 100644 --- a/extensions/apps/traceAnalyzer/presentation/tracenavigator.h +++ b/extensions/apps/traceAnalyzer/presentation/tracenavigator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/traceplot.cpp b/extensions/apps/traceAnalyzer/presentation/traceplot.cpp index f61df07f..c2f0f9d9 100644 --- a/extensions/apps/traceAnalyzer/presentation/traceplot.cpp +++ b/extensions/apps/traceAnalyzer/presentation/traceplot.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/traceplot.h b/extensions/apps/traceAnalyzer/presentation/traceplot.h index b2676f6d..d9561667 100644 --- a/extensions/apps/traceAnalyzer/presentation/traceplot.h +++ b/extensions/apps/traceAnalyzer/presentation/traceplot.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/traceplotitem.cpp b/extensions/apps/traceAnalyzer/presentation/traceplotitem.cpp index 32200f0f..ee6512cb 100644 --- a/extensions/apps/traceAnalyzer/presentation/traceplotitem.cpp +++ b/extensions/apps/traceAnalyzer/presentation/traceplotitem.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/traceplotitem.h b/extensions/apps/traceAnalyzer/presentation/traceplotitem.h index 122d518f..fe723def 100644 --- a/extensions/apps/traceAnalyzer/presentation/traceplotitem.h +++ b/extensions/apps/traceAnalyzer/presentation/traceplotitem.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/tracescroller.cpp b/extensions/apps/traceAnalyzer/presentation/tracescroller.cpp index 7332c48f..4b6a2db1 100644 --- a/extensions/apps/traceAnalyzer/presentation/tracescroller.cpp +++ b/extensions/apps/traceAnalyzer/presentation/tracescroller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/tracescroller.h b/extensions/apps/traceAnalyzer/presentation/tracescroller.h index d94b407f..3fac8ec9 100644 --- a/extensions/apps/traceAnalyzer/presentation/tracescroller.h +++ b/extensions/apps/traceAnalyzer/presentation/tracescroller.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/transactiontreewidget.cpp b/extensions/apps/traceAnalyzer/presentation/transactiontreewidget.cpp index b8d5137c..410fb8ce 100644 --- a/extensions/apps/traceAnalyzer/presentation/transactiontreewidget.cpp +++ b/extensions/apps/traceAnalyzer/presentation/transactiontreewidget.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/transactiontreewidget.h b/extensions/apps/traceAnalyzer/presentation/transactiontreewidget.h index 930b74e9..8a5a6c2d 100644 --- a/extensions/apps/traceAnalyzer/presentation/transactiontreewidget.h +++ b/extensions/apps/traceAnalyzer/presentation/transactiontreewidget.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/util/clkgrid.cpp b/extensions/apps/traceAnalyzer/presentation/util/clkgrid.cpp index 81b12f58..479d2d4d 100644 --- a/extensions/apps/traceAnalyzer/presentation/util/clkgrid.cpp +++ b/extensions/apps/traceAnalyzer/presentation/util/clkgrid.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/util/clkgrid.h b/extensions/apps/traceAnalyzer/presentation/util/clkgrid.h index dc8cf648..33bccad3 100644 --- a/extensions/apps/traceAnalyzer/presentation/util/clkgrid.h +++ b/extensions/apps/traceAnalyzer/presentation/util/clkgrid.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/util/colorgenerator.cpp b/extensions/apps/traceAnalyzer/presentation/util/colorgenerator.cpp index c42339f5..acb87f59 100644 --- a/extensions/apps/traceAnalyzer/presentation/util/colorgenerator.cpp +++ b/extensions/apps/traceAnalyzer/presentation/util/colorgenerator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/util/colorgenerator.h b/extensions/apps/traceAnalyzer/presentation/util/colorgenerator.h index e1e98ec0..12b9d58f 100644 --- a/extensions/apps/traceAnalyzer/presentation/util/colorgenerator.h +++ b/extensions/apps/traceAnalyzer/presentation/util/colorgenerator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/util/colorobject.cpp b/extensions/apps/traceAnalyzer/presentation/util/colorobject.cpp index a9a4e82b..03ecf4c4 100644 --- a/extensions/apps/traceAnalyzer/presentation/util/colorobject.cpp +++ b/extensions/apps/traceAnalyzer/presentation/util/colorobject.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/util/colorobject.h b/extensions/apps/traceAnalyzer/presentation/util/colorobject.h index d3ec584c..d488343f 100644 --- a/extensions/apps/traceAnalyzer/presentation/util/colorobject.h +++ b/extensions/apps/traceAnalyzer/presentation/util/colorobject.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/util/customlabelscaledraw.cpp b/extensions/apps/traceAnalyzer/presentation/util/customlabelscaledraw.cpp index 0129c5b4..6c9e1516 100644 --- a/extensions/apps/traceAnalyzer/presentation/util/customlabelscaledraw.cpp +++ b/extensions/apps/traceAnalyzer/presentation/util/customlabelscaledraw.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/util/customlabelscaledraw.h b/extensions/apps/traceAnalyzer/presentation/util/customlabelscaledraw.h index 31745754..1cfa8871 100644 --- a/extensions/apps/traceAnalyzer/presentation/util/customlabelscaledraw.h +++ b/extensions/apps/traceAnalyzer/presentation/util/customlabelscaledraw.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/util/engineeringScaleDraw.h b/extensions/apps/traceAnalyzer/presentation/util/engineeringScaleDraw.h index 6d5503bc..74c12fe9 100644 --- a/extensions/apps/traceAnalyzer/presentation/util/engineeringScaleDraw.h +++ b/extensions/apps/traceAnalyzer/presentation/util/engineeringScaleDraw.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/util/testlight.cpp b/extensions/apps/traceAnalyzer/presentation/util/testlight.cpp index 1ba2609f..85f9b38b 100644 --- a/extensions/apps/traceAnalyzer/presentation/util/testlight.cpp +++ b/extensions/apps/traceAnalyzer/presentation/util/testlight.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/util/testlight.h b/extensions/apps/traceAnalyzer/presentation/util/testlight.h index a95b7e8a..c41049f9 100644 --- a/extensions/apps/traceAnalyzer/presentation/util/testlight.h +++ b/extensions/apps/traceAnalyzer/presentation/util/testlight.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/util/togglecollapsedaction.cpp b/extensions/apps/traceAnalyzer/presentation/util/togglecollapsedaction.cpp index 3975ffed..2cc165f1 100644 --- a/extensions/apps/traceAnalyzer/presentation/util/togglecollapsedaction.cpp +++ b/extensions/apps/traceAnalyzer/presentation/util/togglecollapsedaction.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/presentation/util/togglecollapsedaction.h b/extensions/apps/traceAnalyzer/presentation/util/togglecollapsedaction.h index 1e6c1df4..7fbf3455 100644 --- a/extensions/apps/traceAnalyzer/presentation/util/togglecollapsedaction.h +++ b/extensions/apps/traceAnalyzer/presentation/util/togglecollapsedaction.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/queryeditor.cpp b/extensions/apps/traceAnalyzer/queryeditor.cpp index 7dc6df5d..1759587f 100644 --- a/extensions/apps/traceAnalyzer/queryeditor.cpp +++ b/extensions/apps/traceAnalyzer/queryeditor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/queryeditor.h b/extensions/apps/traceAnalyzer/queryeditor.h index 46d3f124..7c476d80 100644 --- a/extensions/apps/traceAnalyzer/queryeditor.h +++ b/extensions/apps/traceAnalyzer/queryeditor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/scripts/checkDependencies.py b/extensions/apps/traceAnalyzer/scripts/checkDependencies.py index bbb78b8c..883562c1 100644 --- a/extensions/apps/traceAnalyzer/scripts/checkDependencies.py +++ b/extensions/apps/traceAnalyzer/scripts/checkDependencies.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (c) 2021, Technische Universität Kaiserslautern +# Copyright (c) 2021, RPTU Kaiserslautern-Landau # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/scripts/vcdExport.py b/extensions/apps/traceAnalyzer/scripts/vcdExport.py index a46e0419..c0c88b07 100644 --- a/extensions/apps/traceAnalyzer/scripts/vcdExport.py +++ b/extensions/apps/traceAnalyzer/scripts/vcdExport.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (c) 2021, Technische Universität Kaiserslautern +# Copyright (c) 2021, RPTU Kaiserslautern-Landau # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/selectmetrics.cpp b/extensions/apps/traceAnalyzer/selectmetrics.cpp index 8ad5c06b..4b44c2ce 100644 --- a/extensions/apps/traceAnalyzer/selectmetrics.cpp +++ b/extensions/apps/traceAnalyzer/selectmetrics.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/selectmetrics.h b/extensions/apps/traceAnalyzer/selectmetrics.h index fc44a622..7f90d125 100644 --- a/extensions/apps/traceAnalyzer/selectmetrics.h +++ b/extensions/apps/traceAnalyzer/selectmetrics.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/simulationdialog.cpp b/extensions/apps/traceAnalyzer/simulationdialog.cpp index 6f72b807..45d7f1b6 100644 --- a/extensions/apps/traceAnalyzer/simulationdialog.cpp +++ b/extensions/apps/traceAnalyzer/simulationdialog.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/simulationdialog.h b/extensions/apps/traceAnalyzer/simulationdialog.h index d4d8cd0c..b4c43108 100644 --- a/extensions/apps/traceAnalyzer/simulationdialog.h +++ b/extensions/apps/traceAnalyzer/simulationdialog.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/traceanalyzer.cpp b/extensions/apps/traceAnalyzer/traceanalyzer.cpp index 4ed91111..cdf52de7 100644 --- a/extensions/apps/traceAnalyzer/traceanalyzer.cpp +++ b/extensions/apps/traceAnalyzer/traceanalyzer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/traceanalyzer.h b/extensions/apps/traceAnalyzer/traceanalyzer.h index 2e943f5d..5a41185b 100644 --- a/extensions/apps/traceAnalyzer/traceanalyzer.h +++ b/extensions/apps/traceAnalyzer/traceanalyzer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/tracefiletab.cpp b/extensions/apps/traceAnalyzer/tracefiletab.cpp index 8657d5d6..4ca86e62 100644 --- a/extensions/apps/traceAnalyzer/tracefiletab.cpp +++ b/extensions/apps/traceAnalyzer/tracefiletab.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/apps/traceAnalyzer/tracefiletab.h b/extensions/apps/traceAnalyzer/tracefiletab.h index 2fa3d683..1f3d0485 100644 --- a/extensions/apps/traceAnalyzer/tracefiletab.h +++ b/extensions/apps/traceAnalyzer/tracefiletab.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/standards/DDR5/DRAMSys/configuration/memspec/MemSpecDDR5.cpp b/extensions/standards/DDR5/DRAMSys/configuration/memspec/MemSpecDDR5.cpp index 9bdf808e..bd2c4b0d 100644 --- a/extensions/standards/DDR5/DRAMSys/configuration/memspec/MemSpecDDR5.cpp +++ b/extensions/standards/DDR5/DRAMSys/configuration/memspec/MemSpecDDR5.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Technische Universität Kaiserslautern + * Copyright (c) 2020, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/standards/DDR5/DRAMSys/configuration/memspec/MemSpecDDR5.h b/extensions/standards/DDR5/DRAMSys/configuration/memspec/MemSpecDDR5.h index dab2329a..cc0eb9cd 100644 --- a/extensions/standards/DDR5/DRAMSys/configuration/memspec/MemSpecDDR5.h +++ b/extensions/standards/DDR5/DRAMSys/configuration/memspec/MemSpecDDR5.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Technische Universität Kaiserslautern + * Copyright (c) 2020, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/standards/DDR5/DRAMSys/controller/checker/CheckerDDR5.cpp b/extensions/standards/DDR5/DRAMSys/controller/checker/CheckerDDR5.cpp index 88ae5cdd..32b49f73 100644 --- a/extensions/standards/DDR5/DRAMSys/controller/checker/CheckerDDR5.cpp +++ b/extensions/standards/DDR5/DRAMSys/controller/checker/CheckerDDR5.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Technische Universität Kaiserslautern + * Copyright (c) 2020, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/standards/DDR5/DRAMSys/controller/checker/CheckerDDR5.h b/extensions/standards/DDR5/DRAMSys/controller/checker/CheckerDDR5.h index c6ef773e..96ca9291 100644 --- a/extensions/standards/DDR5/DRAMSys/controller/checker/CheckerDDR5.h +++ b/extensions/standards/DDR5/DRAMSys/controller/checker/CheckerDDR5.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Technische Universität Kaiserslautern + * Copyright (c) 2020, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/standards/DDR5/DRAMSys/simulation/dram/DramDDR5.cpp b/extensions/standards/DDR5/DRAMSys/simulation/dram/DramDDR5.cpp index d4e043d7..5ea79d0e 100644 --- a/extensions/standards/DDR5/DRAMSys/simulation/dram/DramDDR5.cpp +++ b/extensions/standards/DDR5/DRAMSys/simulation/dram/DramDDR5.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Technische Universität Kaiserslautern + * Copyright (c) 2020, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/standards/DDR5/DRAMSys/simulation/dram/DramDDR5.h b/extensions/standards/DDR5/DRAMSys/simulation/dram/DramDDR5.h index 591940ad..d475860f 100644 --- a/extensions/standards/DDR5/DRAMSys/simulation/dram/DramDDR5.h +++ b/extensions/standards/DDR5/DRAMSys/simulation/dram/DramDDR5.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Technische Universität Kaiserslautern + * Copyright (c) 2020, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/standards/HBM3/DRAMSys/configuration/memspec/MemSpecHBM3.cpp b/extensions/standards/HBM3/DRAMSys/configuration/memspec/MemSpecHBM3.cpp index f3cb344a..b251ee72 100644 --- a/extensions/standards/HBM3/DRAMSys/configuration/memspec/MemSpecHBM3.cpp +++ b/extensions/standards/HBM3/DRAMSys/configuration/memspec/MemSpecHBM3.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/standards/HBM3/DRAMSys/configuration/memspec/MemSpecHBM3.h b/extensions/standards/HBM3/DRAMSys/configuration/memspec/MemSpecHBM3.h index 2736d3fe..de24b8ff 100644 --- a/extensions/standards/HBM3/DRAMSys/configuration/memspec/MemSpecHBM3.h +++ b/extensions/standards/HBM3/DRAMSys/configuration/memspec/MemSpecHBM3.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/standards/HBM3/DRAMSys/controller/checker/CheckerHBM3.cpp b/extensions/standards/HBM3/DRAMSys/controller/checker/CheckerHBM3.cpp index 0f772f45..16b69f06 100644 --- a/extensions/standards/HBM3/DRAMSys/controller/checker/CheckerHBM3.cpp +++ b/extensions/standards/HBM3/DRAMSys/controller/checker/CheckerHBM3.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/standards/HBM3/DRAMSys/controller/checker/CheckerHBM3.h b/extensions/standards/HBM3/DRAMSys/controller/checker/CheckerHBM3.h index 55fb58ad..679b2aa5 100644 --- a/extensions/standards/HBM3/DRAMSys/controller/checker/CheckerHBM3.h +++ b/extensions/standards/HBM3/DRAMSys/controller/checker/CheckerHBM3.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/standards/HBM3/DRAMSys/simulation/dram/DramHBM3.cpp b/extensions/standards/HBM3/DRAMSys/simulation/dram/DramHBM3.cpp index dea2c104..0cf84011 100644 --- a/extensions/standards/HBM3/DRAMSys/simulation/dram/DramHBM3.cpp +++ b/extensions/standards/HBM3/DRAMSys/simulation/dram/DramHBM3.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/standards/HBM3/DRAMSys/simulation/dram/DramHBM3.h b/extensions/standards/HBM3/DRAMSys/simulation/dram/DramHBM3.h index a08f0b13..66a7f243 100644 --- a/extensions/standards/HBM3/DRAMSys/simulation/dram/DramHBM3.h +++ b/extensions/standards/HBM3/DRAMSys/simulation/dram/DramHBM3.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/standards/LPDDR5/DRAMSys/configuration/memspec/MemSpecLPDDR5.cpp b/extensions/standards/LPDDR5/DRAMSys/configuration/memspec/MemSpecLPDDR5.cpp index f8784565..a34d70ba 100644 --- a/extensions/standards/LPDDR5/DRAMSys/configuration/memspec/MemSpecLPDDR5.cpp +++ b/extensions/standards/LPDDR5/DRAMSys/configuration/memspec/MemSpecLPDDR5.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/standards/LPDDR5/DRAMSys/configuration/memspec/MemSpecLPDDR5.h b/extensions/standards/LPDDR5/DRAMSys/configuration/memspec/MemSpecLPDDR5.h index 6ad60f93..5091bc98 100644 --- a/extensions/standards/LPDDR5/DRAMSys/configuration/memspec/MemSpecLPDDR5.h +++ b/extensions/standards/LPDDR5/DRAMSys/configuration/memspec/MemSpecLPDDR5.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/standards/LPDDR5/DRAMSys/controller/checker/CheckerLPDDR5.cpp b/extensions/standards/LPDDR5/DRAMSys/controller/checker/CheckerLPDDR5.cpp index 0a82bf22..81246e92 100644 --- a/extensions/standards/LPDDR5/DRAMSys/controller/checker/CheckerLPDDR5.cpp +++ b/extensions/standards/LPDDR5/DRAMSys/controller/checker/CheckerLPDDR5.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/standards/LPDDR5/DRAMSys/controller/checker/CheckerLPDDR5.h b/extensions/standards/LPDDR5/DRAMSys/controller/checker/CheckerLPDDR5.h index 05aaf5b7..23ed17c2 100644 --- a/extensions/standards/LPDDR5/DRAMSys/controller/checker/CheckerLPDDR5.h +++ b/extensions/standards/LPDDR5/DRAMSys/controller/checker/CheckerLPDDR5.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/standards/LPDDR5/DRAMSys/simulation/dram/DramLPDDR5.cpp b/extensions/standards/LPDDR5/DRAMSys/simulation/dram/DramLPDDR5.cpp index cb22f6f7..df749c85 100644 --- a/extensions/standards/LPDDR5/DRAMSys/simulation/dram/DramLPDDR5.cpp +++ b/extensions/standards/LPDDR5/DRAMSys/simulation/dram/DramLPDDR5.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/extensions/standards/LPDDR5/DRAMSys/simulation/dram/DramLPDDR5.h b/extensions/standards/LPDDR5/DRAMSys/simulation/dram/DramLPDDR5.h index 46fa0c4f..be07340a 100644 --- a/extensions/standards/LPDDR5/DRAMSys/simulation/dram/DramLPDDR5.h +++ b/extensions/standards/LPDDR5/DRAMSys/simulation/dram/DramLPDDR5.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/configuration/CMakeLists.txt b/src/configuration/CMakeLists.txt index 5745f594..6ee65c9c 100644 --- a/src/configuration/CMakeLists.txt +++ b/src/configuration/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2021, Technische Universität Kaiserslautern +# Copyright (c) 2021, RPTU Kaiserslautern-Landau # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/src/configuration/DRAMSys/config/AddressMapping.h b/src/configuration/DRAMSys/config/AddressMapping.h index 53d285ef..8c45b241 100644 --- a/src/configuration/DRAMSys/config/AddressMapping.h +++ b/src/configuration/DRAMSys/config/AddressMapping.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/configuration/DRAMSys/config/DRAMSysConfiguration.cpp b/src/configuration/DRAMSys/config/DRAMSysConfiguration.cpp index 324929fd..8e90dec4 100644 --- a/src/configuration/DRAMSys/config/DRAMSysConfiguration.cpp +++ b/src/configuration/DRAMSys/config/DRAMSysConfiguration.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/configuration/DRAMSys/config/DRAMSysConfiguration.h b/src/configuration/DRAMSys/config/DRAMSysConfiguration.h index ada4f444..e899b19a 100644 --- a/src/configuration/DRAMSys/config/DRAMSysConfiguration.h +++ b/src/configuration/DRAMSys/config/DRAMSysConfiguration.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/configuration/DRAMSys/config/McConfig.h b/src/configuration/DRAMSys/config/McConfig.h index 22a9af32..1a89c056 100644 --- a/src/configuration/DRAMSys/config/McConfig.h +++ b/src/configuration/DRAMSys/config/McConfig.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/configuration/DRAMSys/config/SimConfig.h b/src/configuration/DRAMSys/config/SimConfig.h index a05da277..7f188d29 100644 --- a/src/configuration/DRAMSys/config/SimConfig.h +++ b/src/configuration/DRAMSys/config/SimConfig.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/configuration/DRAMSys/config/TraceSetup.h b/src/configuration/DRAMSys/config/TraceSetup.h index 1b67c82e..8f3e4fb4 100644 --- a/src/configuration/DRAMSys/config/TraceSetup.h +++ b/src/configuration/DRAMSys/config/TraceSetup.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/configuration/DRAMSys/config/memspec/MemArchitectureSpec.cpp b/src/configuration/DRAMSys/config/memspec/MemArchitectureSpec.cpp index 6bc6527f..dceaeee4 100644 --- a/src/configuration/DRAMSys/config/memspec/MemArchitectureSpec.cpp +++ b/src/configuration/DRAMSys/config/memspec/MemArchitectureSpec.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/configuration/DRAMSys/config/memspec/MemArchitectureSpec.h b/src/configuration/DRAMSys/config/memspec/MemArchitectureSpec.h index d3424cd8..caa3e92f 100644 --- a/src/configuration/DRAMSys/config/memspec/MemArchitectureSpec.h +++ b/src/configuration/DRAMSys/config/memspec/MemArchitectureSpec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/configuration/DRAMSys/config/memspec/MemPowerSpec.cpp b/src/configuration/DRAMSys/config/memspec/MemPowerSpec.cpp index 640b5a90..2ea1a550 100644 --- a/src/configuration/DRAMSys/config/memspec/MemPowerSpec.cpp +++ b/src/configuration/DRAMSys/config/memspec/MemPowerSpec.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/configuration/DRAMSys/config/memspec/MemPowerSpec.h b/src/configuration/DRAMSys/config/memspec/MemPowerSpec.h index 4099bc90..40ee1539 100644 --- a/src/configuration/DRAMSys/config/memspec/MemPowerSpec.h +++ b/src/configuration/DRAMSys/config/memspec/MemPowerSpec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/configuration/DRAMSys/config/memspec/MemSpec.h b/src/configuration/DRAMSys/config/memspec/MemSpec.h index adb00acf..f002fa9f 100644 --- a/src/configuration/DRAMSys/config/memspec/MemSpec.h +++ b/src/configuration/DRAMSys/config/memspec/MemSpec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/configuration/DRAMSys/config/memspec/MemTimingSpec.cpp b/src/configuration/DRAMSys/config/memspec/MemTimingSpec.cpp index af8b0eda..6acf8d27 100644 --- a/src/configuration/DRAMSys/config/memspec/MemTimingSpec.cpp +++ b/src/configuration/DRAMSys/config/memspec/MemTimingSpec.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/configuration/DRAMSys/config/memspec/MemTimingSpec.h b/src/configuration/DRAMSys/config/memspec/MemTimingSpec.h index 435f3e3a..24a7c02f 100644 --- a/src/configuration/DRAMSys/config/memspec/MemTimingSpec.h +++ b/src/configuration/DRAMSys/config/memspec/MemTimingSpec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/CMakeLists.txt b/src/libdramsys/CMakeLists.txt index 7e2d382a..8a13b925 100644 --- a/src/libdramsys/CMakeLists.txt +++ b/src/libdramsys/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2021, Technische Universität Kaiserslautern +# Copyright (c) 2021, RPTU Kaiserslautern-Landau # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/common/DebugManager.cpp b/src/libdramsys/DRAMSys/common/DebugManager.cpp index ce31973f..f558057b 100644 --- a/src/libdramsys/DRAMSys/common/DebugManager.cpp +++ b/src/libdramsys/DRAMSys/common/DebugManager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/common/DebugManager.h b/src/libdramsys/DRAMSys/common/DebugManager.h index e3fee518..411183b2 100644 --- a/src/libdramsys/DRAMSys/common/DebugManager.h +++ b/src/libdramsys/DRAMSys/common/DebugManager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/common/TlmRecorder.cpp b/src/libdramsys/DRAMSys/common/TlmRecorder.cpp index c679b85e..9bbb95c5 100644 --- a/src/libdramsys/DRAMSys/common/TlmRecorder.cpp +++ b/src/libdramsys/DRAMSys/common/TlmRecorder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/common/TlmRecorder.h b/src/libdramsys/DRAMSys/common/TlmRecorder.h index 4402832b..7a950f2e 100644 --- a/src/libdramsys/DRAMSys/common/TlmRecorder.h +++ b/src/libdramsys/DRAMSys/common/TlmRecorder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/common/dramExtensions.cpp b/src/libdramsys/DRAMSys/common/dramExtensions.cpp index 1111b745..25b608a1 100644 --- a/src/libdramsys/DRAMSys/common/dramExtensions.cpp +++ b/src/libdramsys/DRAMSys/common/dramExtensions.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/common/dramExtensions.h b/src/libdramsys/DRAMSys/common/dramExtensions.h index 9fd4c7ae..215785f8 100644 --- a/src/libdramsys/DRAMSys/common/dramExtensions.h +++ b/src/libdramsys/DRAMSys/common/dramExtensions.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/common/utils.cpp b/src/libdramsys/DRAMSys/common/utils.cpp index e7c793cf..ab919c30 100644 --- a/src/libdramsys/DRAMSys/common/utils.cpp +++ b/src/libdramsys/DRAMSys/common/utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/common/utils.h b/src/libdramsys/DRAMSys/common/utils.h index b8e7a0f5..47e3164e 100644 --- a/src/libdramsys/DRAMSys/common/utils.h +++ b/src/libdramsys/DRAMSys/common/utils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/configuration/Configuration.cpp b/src/libdramsys/DRAMSys/configuration/Configuration.cpp index 1aeff517..41ea3f69 100644 --- a/src/libdramsys/DRAMSys/configuration/Configuration.cpp +++ b/src/libdramsys/DRAMSys/configuration/Configuration.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/configuration/Configuration.h b/src/libdramsys/DRAMSys/configuration/Configuration.h index 64a91407..017ef610 100644 --- a/src/libdramsys/DRAMSys/configuration/Configuration.h +++ b/src/libdramsys/DRAMSys/configuration/Configuration.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/configuration/memspec/MemSpec.cpp b/src/libdramsys/DRAMSys/configuration/memspec/MemSpec.cpp index 66f53dd1..5c3c140d 100644 --- a/src/libdramsys/DRAMSys/configuration/memspec/MemSpec.cpp +++ b/src/libdramsys/DRAMSys/configuration/memspec/MemSpec.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2015, Technische Universität Kaiserslautern +* Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/configuration/memspec/MemSpec.h b/src/libdramsys/DRAMSys/configuration/memspec/MemSpec.h index f44d57d4..f3189285 100644 --- a/src/libdramsys/DRAMSys/configuration/memspec/MemSpec.h +++ b/src/libdramsys/DRAMSys/configuration/memspec/MemSpec.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2015, Technische Universität Kaiserslautern +* Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecDDR3.cpp b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecDDR3.cpp index 0d218d84..4e9150f4 100644 --- a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecDDR3.cpp +++ b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecDDR3.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecDDR3.h b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecDDR3.h index 531354ce..a9db6433 100644 --- a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecDDR3.h +++ b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecDDR3.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecDDR4.cpp b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecDDR4.cpp index e4c9e158..10d7a37d 100644 --- a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecDDR4.cpp +++ b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecDDR4.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecDDR4.h b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecDDR4.h index 21b4b66d..2849faca 100644 --- a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecDDR4.h +++ b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecDDR4.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecGDDR5.cpp b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecGDDR5.cpp index 4bfda168..9dd86741 100644 --- a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecGDDR5.cpp +++ b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecGDDR5.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecGDDR5.h b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecGDDR5.h index 1436a2a0..b9748814 100644 --- a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecGDDR5.h +++ b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecGDDR5.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecGDDR5X.cpp b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecGDDR5X.cpp index f0fbc60e..2ff265aa 100644 --- a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecGDDR5X.cpp +++ b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecGDDR5X.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecGDDR5X.h b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecGDDR5X.h index f25f5314..8c428d10 100644 --- a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecGDDR5X.h +++ b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecGDDR5X.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecGDDR6.cpp b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecGDDR6.cpp index cdfa213e..818f251e 100644 --- a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecGDDR6.cpp +++ b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecGDDR6.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecGDDR6.h b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecGDDR6.h index b9cee337..c45595d9 100644 --- a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecGDDR6.h +++ b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecGDDR6.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecHBM2.cpp b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecHBM2.cpp index 9a8a4ff4..79b8c801 100644 --- a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecHBM2.cpp +++ b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecHBM2.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecHBM2.h b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecHBM2.h index 4b044b8f..2ccba274 100644 --- a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecHBM2.h +++ b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecHBM2.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecLPDDR4.cpp b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecLPDDR4.cpp index c77866b9..a90e67de 100644 --- a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecLPDDR4.cpp +++ b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecLPDDR4.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecLPDDR4.h b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecLPDDR4.h index ac146fad..1daa2ab9 100644 --- a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecLPDDR4.h +++ b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecLPDDR4.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecSTTMRAM.cpp b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecSTTMRAM.cpp index e13e5a2c..76ea4cbd 100644 --- a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecSTTMRAM.cpp +++ b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecSTTMRAM.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecSTTMRAM.h b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecSTTMRAM.h index 5fbb93ce..7cb862ad 100644 --- a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecSTTMRAM.h +++ b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecSTTMRAM.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecWideIO.cpp b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecWideIO.cpp index f10c2378..a72f8d72 100644 --- a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecWideIO.cpp +++ b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecWideIO.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecWideIO.h b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecWideIO.h index abb399b9..d8e0042f 100644 --- a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecWideIO.h +++ b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecWideIO.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecWideIO2.cpp b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecWideIO2.cpp index 91430ac4..b1a1a683 100644 --- a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecWideIO2.cpp +++ b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecWideIO2.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecWideIO2.h b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecWideIO2.h index a19f6092..8547e640 100644 --- a/src/libdramsys/DRAMSys/configuration/memspec/MemSpecWideIO2.h +++ b/src/libdramsys/DRAMSys/configuration/memspec/MemSpecWideIO2.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/BankMachine.cpp b/src/libdramsys/DRAMSys/controller/BankMachine.cpp index 23f37813..09b7ceec 100644 --- a/src/libdramsys/DRAMSys/controller/BankMachine.cpp +++ b/src/libdramsys/DRAMSys/controller/BankMachine.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/BankMachine.h b/src/libdramsys/DRAMSys/controller/BankMachine.h index ff5f6dd1..d646555f 100644 --- a/src/libdramsys/DRAMSys/controller/BankMachine.h +++ b/src/libdramsys/DRAMSys/controller/BankMachine.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/Command.cpp b/src/libdramsys/DRAMSys/controller/Command.cpp index 285c6fe4..b4b62c54 100644 --- a/src/libdramsys/DRAMSys/controller/Command.cpp +++ b/src/libdramsys/DRAMSys/controller/Command.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/Command.h b/src/libdramsys/DRAMSys/controller/Command.h index 0df2cdca..4b28e8b4 100644 --- a/src/libdramsys/DRAMSys/controller/Command.h +++ b/src/libdramsys/DRAMSys/controller/Command.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/Controller.cpp b/src/libdramsys/DRAMSys/controller/Controller.cpp index 9eab47ff..9bd58985 100644 --- a/src/libdramsys/DRAMSys/controller/Controller.cpp +++ b/src/libdramsys/DRAMSys/controller/Controller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/Controller.h b/src/libdramsys/DRAMSys/controller/Controller.h index 8b8d36e7..f2a1ea60 100644 --- a/src/libdramsys/DRAMSys/controller/Controller.h +++ b/src/libdramsys/DRAMSys/controller/Controller.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/ControllerIF.h b/src/libdramsys/DRAMSys/controller/ControllerIF.h index a1fae197..240941e8 100644 --- a/src/libdramsys/DRAMSys/controller/ControllerIF.h +++ b/src/libdramsys/DRAMSys/controller/ControllerIF.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/ControllerRecordable.cpp b/src/libdramsys/DRAMSys/controller/ControllerRecordable.cpp index 1c9c6d43..056ab541 100644 --- a/src/libdramsys/DRAMSys/controller/ControllerRecordable.cpp +++ b/src/libdramsys/DRAMSys/controller/ControllerRecordable.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/ControllerRecordable.h b/src/libdramsys/DRAMSys/controller/ControllerRecordable.h index d0c011bc..727cadb6 100644 --- a/src/libdramsys/DRAMSys/controller/ControllerRecordable.h +++ b/src/libdramsys/DRAMSys/controller/ControllerRecordable.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/checker/CheckerDDR3.cpp b/src/libdramsys/DRAMSys/controller/checker/CheckerDDR3.cpp index 1ff43334..497f3bf3 100644 --- a/src/libdramsys/DRAMSys/controller/checker/CheckerDDR3.cpp +++ b/src/libdramsys/DRAMSys/controller/checker/CheckerDDR3.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/checker/CheckerDDR3.h b/src/libdramsys/DRAMSys/controller/checker/CheckerDDR3.h index 4b3b99fe..6b29108a 100644 --- a/src/libdramsys/DRAMSys/controller/checker/CheckerDDR3.h +++ b/src/libdramsys/DRAMSys/controller/checker/CheckerDDR3.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/checker/CheckerDDR4.cpp b/src/libdramsys/DRAMSys/controller/checker/CheckerDDR4.cpp index efadbbfd..10615c83 100644 --- a/src/libdramsys/DRAMSys/controller/checker/CheckerDDR4.cpp +++ b/src/libdramsys/DRAMSys/controller/checker/CheckerDDR4.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/checker/CheckerDDR4.h b/src/libdramsys/DRAMSys/controller/checker/CheckerDDR4.h index 0ea82832..c48aad81 100644 --- a/src/libdramsys/DRAMSys/controller/checker/CheckerDDR4.h +++ b/src/libdramsys/DRAMSys/controller/checker/CheckerDDR4.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/checker/CheckerGDDR5.cpp b/src/libdramsys/DRAMSys/controller/checker/CheckerGDDR5.cpp index 13e80761..f8320909 100644 --- a/src/libdramsys/DRAMSys/controller/checker/CheckerGDDR5.cpp +++ b/src/libdramsys/DRAMSys/controller/checker/CheckerGDDR5.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/checker/CheckerGDDR5.h b/src/libdramsys/DRAMSys/controller/checker/CheckerGDDR5.h index 6268ff34..61067704 100644 --- a/src/libdramsys/DRAMSys/controller/checker/CheckerGDDR5.h +++ b/src/libdramsys/DRAMSys/controller/checker/CheckerGDDR5.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/checker/CheckerGDDR5X.cpp b/src/libdramsys/DRAMSys/controller/checker/CheckerGDDR5X.cpp index bb70fcdd..682a2196 100644 --- a/src/libdramsys/DRAMSys/controller/checker/CheckerGDDR5X.cpp +++ b/src/libdramsys/DRAMSys/controller/checker/CheckerGDDR5X.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/checker/CheckerGDDR5X.h b/src/libdramsys/DRAMSys/controller/checker/CheckerGDDR5X.h index 3687c2a7..482f8e5e 100644 --- a/src/libdramsys/DRAMSys/controller/checker/CheckerGDDR5X.h +++ b/src/libdramsys/DRAMSys/controller/checker/CheckerGDDR5X.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/checker/CheckerGDDR6.cpp b/src/libdramsys/DRAMSys/controller/checker/CheckerGDDR6.cpp index 1e7cec88..7b90405e 100644 --- a/src/libdramsys/DRAMSys/controller/checker/CheckerGDDR6.cpp +++ b/src/libdramsys/DRAMSys/controller/checker/CheckerGDDR6.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/checker/CheckerGDDR6.h b/src/libdramsys/DRAMSys/controller/checker/CheckerGDDR6.h index 6f451d68..c86de7f4 100644 --- a/src/libdramsys/DRAMSys/controller/checker/CheckerGDDR6.h +++ b/src/libdramsys/DRAMSys/controller/checker/CheckerGDDR6.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/checker/CheckerHBM2.cpp b/src/libdramsys/DRAMSys/controller/checker/CheckerHBM2.cpp index d3a2997b..1e645b74 100644 --- a/src/libdramsys/DRAMSys/controller/checker/CheckerHBM2.cpp +++ b/src/libdramsys/DRAMSys/controller/checker/CheckerHBM2.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/checker/CheckerHBM2.h b/src/libdramsys/DRAMSys/controller/checker/CheckerHBM2.h index 7630cbcf..060e28f4 100644 --- a/src/libdramsys/DRAMSys/controller/checker/CheckerHBM2.h +++ b/src/libdramsys/DRAMSys/controller/checker/CheckerHBM2.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/checker/CheckerIF.h b/src/libdramsys/DRAMSys/controller/checker/CheckerIF.h index d2c0e2f1..df8bb8b1 100644 --- a/src/libdramsys/DRAMSys/controller/checker/CheckerIF.h +++ b/src/libdramsys/DRAMSys/controller/checker/CheckerIF.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/checker/CheckerLPDDR4.cpp b/src/libdramsys/DRAMSys/controller/checker/CheckerLPDDR4.cpp index de26fa7f..f71b6502 100644 --- a/src/libdramsys/DRAMSys/controller/checker/CheckerLPDDR4.cpp +++ b/src/libdramsys/DRAMSys/controller/checker/CheckerLPDDR4.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/checker/CheckerLPDDR4.h b/src/libdramsys/DRAMSys/controller/checker/CheckerLPDDR4.h index 94b6295b..2cef3ddd 100644 --- a/src/libdramsys/DRAMSys/controller/checker/CheckerLPDDR4.h +++ b/src/libdramsys/DRAMSys/controller/checker/CheckerLPDDR4.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/checker/CheckerSTTMRAM.cpp b/src/libdramsys/DRAMSys/controller/checker/CheckerSTTMRAM.cpp index 9f1bf0db..ab2833c6 100644 --- a/src/libdramsys/DRAMSys/controller/checker/CheckerSTTMRAM.cpp +++ b/src/libdramsys/DRAMSys/controller/checker/CheckerSTTMRAM.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/checker/CheckerSTTMRAM.h b/src/libdramsys/DRAMSys/controller/checker/CheckerSTTMRAM.h index 09d7cd78..28d52e2e 100644 --- a/src/libdramsys/DRAMSys/controller/checker/CheckerSTTMRAM.h +++ b/src/libdramsys/DRAMSys/controller/checker/CheckerSTTMRAM.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/checker/CheckerWideIO.cpp b/src/libdramsys/DRAMSys/controller/checker/CheckerWideIO.cpp index 8781e58d..25a91656 100644 --- a/src/libdramsys/DRAMSys/controller/checker/CheckerWideIO.cpp +++ b/src/libdramsys/DRAMSys/controller/checker/CheckerWideIO.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/checker/CheckerWideIO.h b/src/libdramsys/DRAMSys/controller/checker/CheckerWideIO.h index 3423782f..c39d1e41 100644 --- a/src/libdramsys/DRAMSys/controller/checker/CheckerWideIO.h +++ b/src/libdramsys/DRAMSys/controller/checker/CheckerWideIO.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/checker/CheckerWideIO2.cpp b/src/libdramsys/DRAMSys/controller/checker/CheckerWideIO2.cpp index e90a5c3a..ebc6e967 100644 --- a/src/libdramsys/DRAMSys/controller/checker/CheckerWideIO2.cpp +++ b/src/libdramsys/DRAMSys/controller/checker/CheckerWideIO2.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/checker/CheckerWideIO2.h b/src/libdramsys/DRAMSys/controller/checker/CheckerWideIO2.h index 0b2bf188..f68f551d 100644 --- a/src/libdramsys/DRAMSys/controller/checker/CheckerWideIO2.h +++ b/src/libdramsys/DRAMSys/controller/checker/CheckerWideIO2.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/cmdmux/CmdMuxIF.h b/src/libdramsys/DRAMSys/controller/cmdmux/CmdMuxIF.h index c5e99d4f..8f02c1bc 100644 --- a/src/libdramsys/DRAMSys/controller/cmdmux/CmdMuxIF.h +++ b/src/libdramsys/DRAMSys/controller/cmdmux/CmdMuxIF.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/cmdmux/CmdMuxOldest.cpp b/src/libdramsys/DRAMSys/controller/cmdmux/CmdMuxOldest.cpp index e2c654d6..89487f9d 100644 --- a/src/libdramsys/DRAMSys/controller/cmdmux/CmdMuxOldest.cpp +++ b/src/libdramsys/DRAMSys/controller/cmdmux/CmdMuxOldest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/cmdmux/CmdMuxOldest.h b/src/libdramsys/DRAMSys/controller/cmdmux/CmdMuxOldest.h index 0009817d..e8a24502 100644 --- a/src/libdramsys/DRAMSys/controller/cmdmux/CmdMuxOldest.h +++ b/src/libdramsys/DRAMSys/controller/cmdmux/CmdMuxOldest.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/cmdmux/CmdMuxStrict.cpp b/src/libdramsys/DRAMSys/controller/cmdmux/CmdMuxStrict.cpp index be976484..ec288a90 100644 --- a/src/libdramsys/DRAMSys/controller/cmdmux/CmdMuxStrict.cpp +++ b/src/libdramsys/DRAMSys/controller/cmdmux/CmdMuxStrict.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/cmdmux/CmdMuxStrict.h b/src/libdramsys/DRAMSys/controller/cmdmux/CmdMuxStrict.h index 75470348..b69f1aa7 100644 --- a/src/libdramsys/DRAMSys/controller/cmdmux/CmdMuxStrict.h +++ b/src/libdramsys/DRAMSys/controller/cmdmux/CmdMuxStrict.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/powerdown/PowerDownManagerDummy.cpp b/src/libdramsys/DRAMSys/controller/powerdown/PowerDownManagerDummy.cpp index a4b56801..3e8673d8 100644 --- a/src/libdramsys/DRAMSys/controller/powerdown/PowerDownManagerDummy.cpp +++ b/src/libdramsys/DRAMSys/controller/powerdown/PowerDownManagerDummy.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/powerdown/PowerDownManagerDummy.h b/src/libdramsys/DRAMSys/controller/powerdown/PowerDownManagerDummy.h index 6a6f8c78..07604fb4 100644 --- a/src/libdramsys/DRAMSys/controller/powerdown/PowerDownManagerDummy.h +++ b/src/libdramsys/DRAMSys/controller/powerdown/PowerDownManagerDummy.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/powerdown/PowerDownManagerIF.h b/src/libdramsys/DRAMSys/controller/powerdown/PowerDownManagerIF.h index d6659c12..d3f42802 100644 --- a/src/libdramsys/DRAMSys/controller/powerdown/PowerDownManagerIF.h +++ b/src/libdramsys/DRAMSys/controller/powerdown/PowerDownManagerIF.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/powerdown/PowerDownManagerStaggered.cpp b/src/libdramsys/DRAMSys/controller/powerdown/PowerDownManagerStaggered.cpp index e58d3a62..e0bad06d 100644 --- a/src/libdramsys/DRAMSys/controller/powerdown/PowerDownManagerStaggered.cpp +++ b/src/libdramsys/DRAMSys/controller/powerdown/PowerDownManagerStaggered.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/powerdown/PowerDownManagerStaggered.h b/src/libdramsys/DRAMSys/controller/powerdown/PowerDownManagerStaggered.h index ee876345..d0aff5f9 100644 --- a/src/libdramsys/DRAMSys/controller/powerdown/PowerDownManagerStaggered.h +++ b/src/libdramsys/DRAMSys/controller/powerdown/PowerDownManagerStaggered.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerAllBank.cpp b/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerAllBank.cpp index 437fadf2..333ef9f1 100644 --- a/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerAllBank.cpp +++ b/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerAllBank.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerAllBank.h b/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerAllBank.h index f368e573..abd9a8be 100644 --- a/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerAllBank.h +++ b/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerAllBank.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerDummy.cpp b/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerDummy.cpp index 95756545..9db5e8a6 100644 --- a/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerDummy.cpp +++ b/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerDummy.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerDummy.h b/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerDummy.h index ba2cf07d..93b0fbed 100644 --- a/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerDummy.h +++ b/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerDummy.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerIF.h b/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerIF.h index 8b9e6545..fd2f579e 100644 --- a/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerIF.h +++ b/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerIF.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerPer2Bank.cpp b/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerPer2Bank.cpp index 9a9ae45c..a544c1f6 100644 --- a/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerPer2Bank.cpp +++ b/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerPer2Bank.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerPer2Bank.h b/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerPer2Bank.h index 25cc3c63..37f505ba 100644 --- a/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerPer2Bank.h +++ b/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerPer2Bank.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerPerBank.cpp b/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerPerBank.cpp index 40ccb19f..5fb5bac9 100644 --- a/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerPerBank.cpp +++ b/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerPerBank.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerPerBank.h b/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerPerBank.h index 8ceeff32..e1ba8f42 100644 --- a/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerPerBank.h +++ b/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerPerBank.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerSameBank.cpp b/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerSameBank.cpp index ffb48e8f..08078262 100644 --- a/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerSameBank.cpp +++ b/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerSameBank.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Technische Universität Kaiserslautern + * Copyright (c) 2020, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerSameBank.h b/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerSameBank.h index 180384d9..632572b1 100644 --- a/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerSameBank.h +++ b/src/libdramsys/DRAMSys/controller/refresh/RefreshManagerSameBank.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Technische Universität Kaiserslautern + * Copyright (c) 2020, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/respqueue/RespQueueFifo.cpp b/src/libdramsys/DRAMSys/controller/respqueue/RespQueueFifo.cpp index fc0ed8a3..acd3cd14 100644 --- a/src/libdramsys/DRAMSys/controller/respqueue/RespQueueFifo.cpp +++ b/src/libdramsys/DRAMSys/controller/respqueue/RespQueueFifo.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/respqueue/RespQueueFifo.h b/src/libdramsys/DRAMSys/controller/respqueue/RespQueueFifo.h index ae0979a5..90d40c52 100644 --- a/src/libdramsys/DRAMSys/controller/respqueue/RespQueueFifo.h +++ b/src/libdramsys/DRAMSys/controller/respqueue/RespQueueFifo.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/respqueue/RespQueueIF.h b/src/libdramsys/DRAMSys/controller/respqueue/RespQueueIF.h index 928bad43..378a007f 100644 --- a/src/libdramsys/DRAMSys/controller/respqueue/RespQueueIF.h +++ b/src/libdramsys/DRAMSys/controller/respqueue/RespQueueIF.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/respqueue/RespQueueReorder.cpp b/src/libdramsys/DRAMSys/controller/respqueue/RespQueueReorder.cpp index 5fa4eb63..102887d3 100644 --- a/src/libdramsys/DRAMSys/controller/respqueue/RespQueueReorder.cpp +++ b/src/libdramsys/DRAMSys/controller/respqueue/RespQueueReorder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/respqueue/RespQueueReorder.h b/src/libdramsys/DRAMSys/controller/respqueue/RespQueueReorder.h index 1a8870fc..9ffa4017 100644 --- a/src/libdramsys/DRAMSys/controller/respqueue/RespQueueReorder.h +++ b/src/libdramsys/DRAMSys/controller/respqueue/RespQueueReorder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterBankwise.cpp b/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterBankwise.cpp index 509e36b8..8ecf6bbb 100644 --- a/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterBankwise.cpp +++ b/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterBankwise.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Technische Universität Kaiserslautern + * Copyright (c) 2020, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterBankwise.h b/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterBankwise.h index cd75c47a..42b07fb7 100644 --- a/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterBankwise.h +++ b/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterBankwise.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Technische Universität Kaiserslautern + * Copyright (c) 2020, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterIF.h b/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterIF.h index e1632f39..fd4a6fbe 100644 --- a/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterIF.h +++ b/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterIF.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Technische Universität Kaiserslautern + * Copyright (c) 2020, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterReadWrite.cpp b/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterReadWrite.cpp index c4255949..46d4ce64 100644 --- a/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterReadWrite.cpp +++ b/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterReadWrite.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Technische Universität Kaiserslautern + * Copyright (c) 2020, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterReadWrite.h b/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterReadWrite.h index b5d66a2a..362d9723 100644 --- a/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterReadWrite.h +++ b/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterReadWrite.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Technische Universität Kaiserslautern + * Copyright (c) 2020, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterShared.cpp b/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterShared.cpp index f5b89749..44f5ed5c 100644 --- a/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterShared.cpp +++ b/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterShared.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Technische Universität Kaiserslautern + * Copyright (c) 2020, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterShared.h b/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterShared.h index bb33d8cd..9897a769 100644 --- a/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterShared.h +++ b/src/libdramsys/DRAMSys/controller/scheduler/BufferCounterShared.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Technische Universität Kaiserslautern + * Copyright (c) 2020, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/scheduler/SchedulerFifo.cpp b/src/libdramsys/DRAMSys/controller/scheduler/SchedulerFifo.cpp index c767674c..7744ccc4 100644 --- a/src/libdramsys/DRAMSys/controller/scheduler/SchedulerFifo.cpp +++ b/src/libdramsys/DRAMSys/controller/scheduler/SchedulerFifo.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/scheduler/SchedulerFifo.h b/src/libdramsys/DRAMSys/controller/scheduler/SchedulerFifo.h index 44585171..bbeb3089 100644 --- a/src/libdramsys/DRAMSys/controller/scheduler/SchedulerFifo.h +++ b/src/libdramsys/DRAMSys/controller/scheduler/SchedulerFifo.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/scheduler/SchedulerFrFcfs.cpp b/src/libdramsys/DRAMSys/controller/scheduler/SchedulerFrFcfs.cpp index af8fa53c..8298d362 100644 --- a/src/libdramsys/DRAMSys/controller/scheduler/SchedulerFrFcfs.cpp +++ b/src/libdramsys/DRAMSys/controller/scheduler/SchedulerFrFcfs.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/scheduler/SchedulerFrFcfs.h b/src/libdramsys/DRAMSys/controller/scheduler/SchedulerFrFcfs.h index f94e1831..a91531ec 100644 --- a/src/libdramsys/DRAMSys/controller/scheduler/SchedulerFrFcfs.h +++ b/src/libdramsys/DRAMSys/controller/scheduler/SchedulerFrFcfs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/scheduler/SchedulerFrFcfsGrp.cpp b/src/libdramsys/DRAMSys/controller/scheduler/SchedulerFrFcfsGrp.cpp index 3a5e7379..0cd7dc3b 100644 --- a/src/libdramsys/DRAMSys/controller/scheduler/SchedulerFrFcfsGrp.cpp +++ b/src/libdramsys/DRAMSys/controller/scheduler/SchedulerFrFcfsGrp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Technische Universität Kaiserslautern + * Copyright (c) 2020, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/scheduler/SchedulerFrFcfsGrp.h b/src/libdramsys/DRAMSys/controller/scheduler/SchedulerFrFcfsGrp.h index da651e33..717a6c5a 100644 --- a/src/libdramsys/DRAMSys/controller/scheduler/SchedulerFrFcfsGrp.h +++ b/src/libdramsys/DRAMSys/controller/scheduler/SchedulerFrFcfsGrp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Technische Universität Kaiserslautern + * Copyright (c) 2020, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/scheduler/SchedulerGrpFrFcfs.cpp b/src/libdramsys/DRAMSys/controller/scheduler/SchedulerGrpFrFcfs.cpp index f76b7d60..0d9075c9 100644 --- a/src/libdramsys/DRAMSys/controller/scheduler/SchedulerGrpFrFcfs.cpp +++ b/src/libdramsys/DRAMSys/controller/scheduler/SchedulerGrpFrFcfs.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/scheduler/SchedulerGrpFrFcfs.h b/src/libdramsys/DRAMSys/controller/scheduler/SchedulerGrpFrFcfs.h index 61d86507..904064a9 100644 --- a/src/libdramsys/DRAMSys/controller/scheduler/SchedulerGrpFrFcfs.h +++ b/src/libdramsys/DRAMSys/controller/scheduler/SchedulerGrpFrFcfs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/scheduler/SchedulerGrpFrFcfsWm.cpp b/src/libdramsys/DRAMSys/controller/scheduler/SchedulerGrpFrFcfsWm.cpp index 57a2dc28..f6f2c95c 100644 --- a/src/libdramsys/DRAMSys/controller/scheduler/SchedulerGrpFrFcfsWm.cpp +++ b/src/libdramsys/DRAMSys/controller/scheduler/SchedulerGrpFrFcfsWm.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/scheduler/SchedulerGrpFrFcfsWm.h b/src/libdramsys/DRAMSys/controller/scheduler/SchedulerGrpFrFcfsWm.h index ac70a20c..d7ef4fed 100644 --- a/src/libdramsys/DRAMSys/controller/scheduler/SchedulerGrpFrFcfsWm.h +++ b/src/libdramsys/DRAMSys/controller/scheduler/SchedulerGrpFrFcfsWm.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/controller/scheduler/SchedulerIF.h b/src/libdramsys/DRAMSys/controller/scheduler/SchedulerIF.h index 7e3a79c0..43012490 100644 --- a/src/libdramsys/DRAMSys/controller/scheduler/SchedulerIF.h +++ b/src/libdramsys/DRAMSys/controller/scheduler/SchedulerIF.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/AddressDecoder.cpp b/src/libdramsys/DRAMSys/simulation/AddressDecoder.cpp index 73e70bfb..0571c120 100644 --- a/src/libdramsys/DRAMSys/simulation/AddressDecoder.cpp +++ b/src/libdramsys/DRAMSys/simulation/AddressDecoder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, Technische Universität Kaiserslautern + * Copyright (c) 2018, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/AddressDecoder.h b/src/libdramsys/DRAMSys/simulation/AddressDecoder.h index d30d2554..5e1f6d27 100644 --- a/src/libdramsys/DRAMSys/simulation/AddressDecoder.h +++ b/src/libdramsys/DRAMSys/simulation/AddressDecoder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, Technische Universität Kaiserslautern + * Copyright (c) 2018, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/Arbiter.cpp b/src/libdramsys/DRAMSys/simulation/Arbiter.cpp index 9ed5a92f..d7a6c383 100644 --- a/src/libdramsys/DRAMSys/simulation/Arbiter.cpp +++ b/src/libdramsys/DRAMSys/simulation/Arbiter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/Arbiter.h b/src/libdramsys/DRAMSys/simulation/Arbiter.h index 09599736..70e69c0d 100644 --- a/src/libdramsys/DRAMSys/simulation/Arbiter.h +++ b/src/libdramsys/DRAMSys/simulation/Arbiter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/DRAMSys.cpp b/src/libdramsys/DRAMSys/simulation/DRAMSys.cpp index e0717b57..6c318b48 100644 --- a/src/libdramsys/DRAMSys/simulation/DRAMSys.cpp +++ b/src/libdramsys/DRAMSys/simulation/DRAMSys.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/DRAMSys.h b/src/libdramsys/DRAMSys/simulation/DRAMSys.h index cb94cd00..0df0356b 100644 --- a/src/libdramsys/DRAMSys/simulation/DRAMSys.h +++ b/src/libdramsys/DRAMSys/simulation/DRAMSys.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/DRAMSysRecordable.cpp b/src/libdramsys/DRAMSys/simulation/DRAMSysRecordable.cpp index 0fa5d35b..05086da7 100644 --- a/src/libdramsys/DRAMSys/simulation/DRAMSysRecordable.cpp +++ b/src/libdramsys/DRAMSys/simulation/DRAMSysRecordable.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Technische Universität Kaiserslautern + * Copyright (c) 2020, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/DRAMSysRecordable.h b/src/libdramsys/DRAMSys/simulation/DRAMSysRecordable.h index 3cbaa862..79c36879 100644 --- a/src/libdramsys/DRAMSys/simulation/DRAMSysRecordable.h +++ b/src/libdramsys/DRAMSys/simulation/DRAMSysRecordable.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Technische Universität Kaiserslautern + * Copyright (c) 2020, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/ReorderBuffer.h b/src/libdramsys/DRAMSys/simulation/ReorderBuffer.h index 94b297a0..cff46124 100644 --- a/src/libdramsys/DRAMSys/simulation/ReorderBuffer.h +++ b/src/libdramsys/DRAMSys/simulation/ReorderBuffer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/dram/Dram.cpp b/src/libdramsys/DRAMSys/simulation/dram/Dram.cpp index 27239676..ff65b291 100644 --- a/src/libdramsys/DRAMSys/simulation/dram/Dram.cpp +++ b/src/libdramsys/DRAMSys/simulation/dram/Dram.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/dram/Dram.h b/src/libdramsys/DRAMSys/simulation/dram/Dram.h index f4c3aed2..9227d391 100644 --- a/src/libdramsys/DRAMSys/simulation/dram/Dram.h +++ b/src/libdramsys/DRAMSys/simulation/dram/Dram.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/dram/DramDDR3.cpp b/src/libdramsys/DRAMSys/simulation/dram/DramDDR3.cpp index 24dbf557..1feb025c 100644 --- a/src/libdramsys/DRAMSys/simulation/dram/DramDDR3.cpp +++ b/src/libdramsys/DRAMSys/simulation/dram/DramDDR3.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/dram/DramDDR3.h b/src/libdramsys/DRAMSys/simulation/dram/DramDDR3.h index cbdafdab..e44f531d 100644 --- a/src/libdramsys/DRAMSys/simulation/dram/DramDDR3.h +++ b/src/libdramsys/DRAMSys/simulation/dram/DramDDR3.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/dram/DramDDR4.cpp b/src/libdramsys/DRAMSys/simulation/dram/DramDDR4.cpp index f0edf157..e7dc97da 100644 --- a/src/libdramsys/DRAMSys/simulation/dram/DramDDR4.cpp +++ b/src/libdramsys/DRAMSys/simulation/dram/DramDDR4.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/dram/DramDDR4.h b/src/libdramsys/DRAMSys/simulation/dram/DramDDR4.h index b1a93a30..4b445513 100644 --- a/src/libdramsys/DRAMSys/simulation/dram/DramDDR4.h +++ b/src/libdramsys/DRAMSys/simulation/dram/DramDDR4.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/dram/DramGDDR5.cpp b/src/libdramsys/DRAMSys/simulation/dram/DramGDDR5.cpp index 2a4c5cd6..82c1e8ba 100644 --- a/src/libdramsys/DRAMSys/simulation/dram/DramGDDR5.cpp +++ b/src/libdramsys/DRAMSys/simulation/dram/DramGDDR5.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/dram/DramGDDR5.h b/src/libdramsys/DRAMSys/simulation/dram/DramGDDR5.h index 327fe9c1..859cbfc7 100644 --- a/src/libdramsys/DRAMSys/simulation/dram/DramGDDR5.h +++ b/src/libdramsys/DRAMSys/simulation/dram/DramGDDR5.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/dram/DramGDDR5X.cpp b/src/libdramsys/DRAMSys/simulation/dram/DramGDDR5X.cpp index 84caa818..f70d5d1f 100644 --- a/src/libdramsys/DRAMSys/simulation/dram/DramGDDR5X.cpp +++ b/src/libdramsys/DRAMSys/simulation/dram/DramGDDR5X.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/dram/DramGDDR5X.h b/src/libdramsys/DRAMSys/simulation/dram/DramGDDR5X.h index 1bbbb17c..29470925 100644 --- a/src/libdramsys/DRAMSys/simulation/dram/DramGDDR5X.h +++ b/src/libdramsys/DRAMSys/simulation/dram/DramGDDR5X.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/dram/DramGDDR6.cpp b/src/libdramsys/DRAMSys/simulation/dram/DramGDDR6.cpp index 3d3f49d7..17748162 100644 --- a/src/libdramsys/DRAMSys/simulation/dram/DramGDDR6.cpp +++ b/src/libdramsys/DRAMSys/simulation/dram/DramGDDR6.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/dram/DramGDDR6.h b/src/libdramsys/DRAMSys/simulation/dram/DramGDDR6.h index 7c3ce9e2..7391ffc9 100644 --- a/src/libdramsys/DRAMSys/simulation/dram/DramGDDR6.h +++ b/src/libdramsys/DRAMSys/simulation/dram/DramGDDR6.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/dram/DramHBM2.cpp b/src/libdramsys/DRAMSys/simulation/dram/DramHBM2.cpp index 7e6d852b..89cbcfb1 100644 --- a/src/libdramsys/DRAMSys/simulation/dram/DramHBM2.cpp +++ b/src/libdramsys/DRAMSys/simulation/dram/DramHBM2.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/dram/DramHBM2.h b/src/libdramsys/DRAMSys/simulation/dram/DramHBM2.h index 38dfc96a..2a3c870d 100644 --- a/src/libdramsys/DRAMSys/simulation/dram/DramHBM2.h +++ b/src/libdramsys/DRAMSys/simulation/dram/DramHBM2.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/dram/DramLPDDR4.cpp b/src/libdramsys/DRAMSys/simulation/dram/DramLPDDR4.cpp index 05d49843..f6e45325 100644 --- a/src/libdramsys/DRAMSys/simulation/dram/DramLPDDR4.cpp +++ b/src/libdramsys/DRAMSys/simulation/dram/DramLPDDR4.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/dram/DramLPDDR4.h b/src/libdramsys/DRAMSys/simulation/dram/DramLPDDR4.h index 843fba50..5bc850eb 100644 --- a/src/libdramsys/DRAMSys/simulation/dram/DramLPDDR4.h +++ b/src/libdramsys/DRAMSys/simulation/dram/DramLPDDR4.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/dram/DramRecordable.cpp b/src/libdramsys/DRAMSys/simulation/dram/DramRecordable.cpp index a9b60c60..0538b909 100644 --- a/src/libdramsys/DRAMSys/simulation/dram/DramRecordable.cpp +++ b/src/libdramsys/DRAMSys/simulation/dram/DramRecordable.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/dram/DramRecordable.h b/src/libdramsys/DRAMSys/simulation/dram/DramRecordable.h index 0453987e..9cc0ef5a 100644 --- a/src/libdramsys/DRAMSys/simulation/dram/DramRecordable.h +++ b/src/libdramsys/DRAMSys/simulation/dram/DramRecordable.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/dram/DramSTTMRAM.cpp b/src/libdramsys/DRAMSys/simulation/dram/DramSTTMRAM.cpp index 4f301508..f0711688 100644 --- a/src/libdramsys/DRAMSys/simulation/dram/DramSTTMRAM.cpp +++ b/src/libdramsys/DRAMSys/simulation/dram/DramSTTMRAM.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/dram/DramSTTMRAM.h b/src/libdramsys/DRAMSys/simulation/dram/DramSTTMRAM.h index 8b324d11..76c4bb87 100644 --- a/src/libdramsys/DRAMSys/simulation/dram/DramSTTMRAM.h +++ b/src/libdramsys/DRAMSys/simulation/dram/DramSTTMRAM.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/dram/DramWideIO.cpp b/src/libdramsys/DRAMSys/simulation/dram/DramWideIO.cpp index aca3439b..c7af9a45 100644 --- a/src/libdramsys/DRAMSys/simulation/dram/DramWideIO.cpp +++ b/src/libdramsys/DRAMSys/simulation/dram/DramWideIO.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/dram/DramWideIO.h b/src/libdramsys/DRAMSys/simulation/dram/DramWideIO.h index 7ab5531d..8966989b 100644 --- a/src/libdramsys/DRAMSys/simulation/dram/DramWideIO.h +++ b/src/libdramsys/DRAMSys/simulation/dram/DramWideIO.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/dram/DramWideIO2.cpp b/src/libdramsys/DRAMSys/simulation/dram/DramWideIO2.cpp index da7bd645..eaac0f36 100644 --- a/src/libdramsys/DRAMSys/simulation/dram/DramWideIO2.cpp +++ b/src/libdramsys/DRAMSys/simulation/dram/DramWideIO2.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/libdramsys/DRAMSys/simulation/dram/DramWideIO2.h b/src/libdramsys/DRAMSys/simulation/dram/DramWideIO2.h index ca89e553..4e0ab272 100644 --- a/src/libdramsys/DRAMSys/simulation/dram/DramWideIO2.h +++ b/src/libdramsys/DRAMSys/simulation/dram/DramWideIO2.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/pct/SocketCoupler.h b/src/pct/SocketCoupler.h index 2ae4b1f3..3d802661 100644 --- a/src/pct/SocketCoupler.h +++ b/src/pct/SocketCoupler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, University of Kaiserslautern + * Copyright (c) 2020, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/pct/createPlatform.tcl b/src/pct/createPlatform.tcl index 1da5d5ee..ed619598 100644 --- a/src/pct/createPlatform.tcl +++ b/src/pct/createPlatform.tcl @@ -1,6 +1,6 @@ #!/usr/bin/tclsh # -# Copyright (c) 2017, Technische Universität Kaiserslautern +# Copyright (c) 2017, RPTU Kaiserslautern-Landau # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/src/pct/createUltraPlatform.tcl b/src/pct/createUltraPlatform.tcl index 4caab46c..1cb079a0 100644 --- a/src/pct/createUltraPlatform.tcl +++ b/src/pct/createUltraPlatform.tcl @@ -1,6 +1,6 @@ #!/usr/bin/tclsh # -# Copyright (c) 2020, Technische Universität Kaiserslautern +# Copyright (c) 2020, RPTU Kaiserslautern-Landau # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/src/pct/dummy.h b/src/pct/dummy.h index aacf50e9..72923e6d 100644 --- a/src/pct/dummy.h +++ b/src/pct/dummy.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, Technische Universität Kaiserslautern + * Copyright (c) 2017, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/simulator/CMakeLists.txt b/src/simulator/CMakeLists.txt index 2db1df94..a485bbd8 100644 --- a/src/simulator/CMakeLists.txt +++ b/src/simulator/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020, Technische Universität Kaiserslautern +# Copyright (c) 2020, RPTU Kaiserslautern-Landau # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/src/simulator/main.cpp b/src/simulator/main.cpp index 3a270a29..100e40e9 100644 --- a/src/simulator/main.cpp +++ b/src/simulator/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Technische Universität Kaiserslautern + * Copyright (c) 2023, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/simulator/simulator/Cache.h b/src/simulator/simulator/Cache.h index 845986c9..dc9ff74e 100644 --- a/src/simulator/simulator/Cache.h +++ b/src/simulator/simulator/Cache.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/simulator/simulator/EccModule.cpp b/src/simulator/simulator/EccModule.cpp index 2839f5e4..cf1a25d0 100644 --- a/src/simulator/simulator/EccModule.cpp +++ b/src/simulator/simulator/EccModule.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/simulator/simulator/EccModule.h b/src/simulator/simulator/EccModule.h index d7f97090..6b384354 100644 --- a/src/simulator/simulator/EccModule.h +++ b/src/simulator/simulator/EccModule.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/simulator/simulator/Initiator.h b/src/simulator/simulator/Initiator.h index 817fb00e..4f6e0187 100644 --- a/src/simulator/simulator/Initiator.h +++ b/src/simulator/simulator/Initiator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Technische Universität Kaiserslautern + * Copyright (c) 2023, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/simulator/simulator/MemoryManager.cpp b/src/simulator/simulator/MemoryManager.cpp index d83ba61d..25c7d480 100644 --- a/src/simulator/simulator/MemoryManager.cpp +++ b/src/simulator/simulator/MemoryManager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/simulator/simulator/MemoryManager.h b/src/simulator/simulator/MemoryManager.h index 3edd23c3..82c5658c 100644 --- a/src/simulator/simulator/MemoryManager.h +++ b/src/simulator/simulator/MemoryManager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Technische Universität Kaiserslautern + * Copyright (c) 2015, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/simulator/simulator/SimpleInitiator.h b/src/simulator/simulator/SimpleInitiator.h index 3286ac5e..b0c79d11 100644 --- a/src/simulator/simulator/SimpleInitiator.h +++ b/src/simulator/simulator/SimpleInitiator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Technische Universität Kaiserslautern + * Copyright (c) 2023, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/simulator/simulator/generator/RandomProducer.cpp b/src/simulator/simulator/generator/RandomProducer.cpp index 418f3f68..b6a7001e 100644 --- a/src/simulator/simulator/generator/RandomProducer.cpp +++ b/src/simulator/simulator/generator/RandomProducer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Technische Universität Kaiserslautern + * Copyright (c) 2023, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/simulator/simulator/generator/RandomProducer.h b/src/simulator/simulator/generator/RandomProducer.h index 1da6af9b..299b7296 100644 --- a/src/simulator/simulator/generator/RandomProducer.h +++ b/src/simulator/simulator/generator/RandomProducer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Technische Universität Kaiserslautern + * Copyright (c) 2023, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/simulator/simulator/generator/SequentialProducer.cpp b/src/simulator/simulator/generator/SequentialProducer.cpp index 1ca441fd..b39a6479 100644 --- a/src/simulator/simulator/generator/SequentialProducer.cpp +++ b/src/simulator/simulator/generator/SequentialProducer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Technische Universität Kaiserslautern + * Copyright (c) 2023, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/simulator/simulator/generator/SequentialProducer.h b/src/simulator/simulator/generator/SequentialProducer.h index 01f6fd6f..9c8842ce 100644 --- a/src/simulator/simulator/generator/SequentialProducer.h +++ b/src/simulator/simulator/generator/SequentialProducer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Technische Universität Kaiserslautern + * Copyright (c) 2023, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/simulator/simulator/generator/TrafficGenerator.cpp b/src/simulator/simulator/generator/TrafficGenerator.cpp index ac588b63..644f57b3 100644 --- a/src/simulator/simulator/generator/TrafficGenerator.cpp +++ b/src/simulator/simulator/generator/TrafficGenerator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Technische Universität Kaiserslautern + * Copyright (c) 2023, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/simulator/simulator/generator/TrafficGenerator.h b/src/simulator/simulator/generator/TrafficGenerator.h index b7c92b93..ec2ec3a3 100644 --- a/src/simulator/simulator/generator/TrafficGenerator.h +++ b/src/simulator/simulator/generator/TrafficGenerator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Technische Universität Kaiserslautern + * Copyright (c) 2023, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/simulator/simulator/generator/definitions.h b/src/simulator/simulator/generator/definitions.h index 98563553..30aff0f7 100644 --- a/src/simulator/simulator/generator/definitions.h +++ b/src/simulator/simulator/generator/definitions.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Technische Universität Kaiserslautern + * Copyright (c) 2023, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/simulator/simulator/hammer/RowHammer.cpp b/src/simulator/simulator/hammer/RowHammer.cpp index c1bef363..4ca7d7b3 100644 --- a/src/simulator/simulator/hammer/RowHammer.cpp +++ b/src/simulator/simulator/hammer/RowHammer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Technische Universität Kaiserslautern + * Copyright (c) 2023, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/simulator/simulator/hammer/RowHammer.h b/src/simulator/simulator/hammer/RowHammer.h index 78a7c579..218a82c7 100644 --- a/src/simulator/simulator/hammer/RowHammer.h +++ b/src/simulator/simulator/hammer/RowHammer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Technische Universität Kaiserslautern + * Copyright (c) 2023, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/simulator/simulator/player/StlPlayer.cpp b/src/simulator/simulator/player/StlPlayer.cpp index fb3c2017..d80a6157 100644 --- a/src/simulator/simulator/player/StlPlayer.cpp +++ b/src/simulator/simulator/player/StlPlayer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Technische Universität Kaiserslautern + * Copyright (c) 2023, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/simulator/simulator/player/StlPlayer.h b/src/simulator/simulator/player/StlPlayer.h index e9d4b8b1..409b46cd 100644 --- a/src/simulator/simulator/player/StlPlayer.h +++ b/src/simulator/simulator/player/StlPlayer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Technische Universität Kaiserslautern + * Copyright (c) 2023, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/simulator/simulator/request/Request.h b/src/simulator/simulator/request/Request.h index 7ee69d82..bc26c785 100644 --- a/src/simulator/simulator/request/Request.h +++ b/src/simulator/simulator/request/Request.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Technische Universität Kaiserslautern + * Copyright (c) 2023, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/simulator/simulator/request/RequestIssuer.cpp b/src/simulator/simulator/request/RequestIssuer.cpp index 5913e54e..8ae4417f 100644 --- a/src/simulator/simulator/request/RequestIssuer.cpp +++ b/src/simulator/simulator/request/RequestIssuer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Technische Universität Kaiserslautern + * Copyright (c) 2023, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/simulator/simulator/request/RequestIssuer.h b/src/simulator/simulator/request/RequestIssuer.h index 7f712997..831fb2b4 100644 --- a/src/simulator/simulator/request/RequestIssuer.h +++ b/src/simulator/simulator/request/RequestIssuer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Technische Universität Kaiserslautern + * Copyright (c) 2023, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/simulator/simulator/request/RequestProducer.h b/src/simulator/simulator/request/RequestProducer.h index 4a6eee73..212f14c6 100644 --- a/src/simulator/simulator/request/RequestProducer.h +++ b/src/simulator/simulator/request/RequestProducer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Technische Universität Kaiserslautern + * Copyright (c) 2023, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/simulator/simulator/util.cpp b/src/simulator/simulator/util.cpp index 4c04bb32..77266721 100644 --- a/src/simulator/simulator/util.cpp +++ b/src/simulator/simulator/util.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Technische Universität Kaiserslautern + * Copyright (c) 2023, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/simulator/simulator/util.h b/src/simulator/simulator/util.h index 160d2367..f92d3f80 100644 --- a/src/simulator/simulator/util.h +++ b/src/simulator/simulator/util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Technische Universität Kaiserslautern + * Copyright (c) 2023, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/util/CMakeLists.txt b/src/util/CMakeLists.txt index fe75bfc4..e1090495 100644 --- a/src/util/CMakeLists.txt +++ b/src/util/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2021, Technische Universität Kaiserslautern +# Copyright (c) 2021, RPTU Kaiserslautern-Landau # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/src/util/DRAMSys/util/json.h b/src/util/DRAMSys/util/json.h index ae8c047c..5279c8f1 100644 --- a/src/util/DRAMSys/util/json.h +++ b/src/util/DRAMSys/util/json.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/util/DRAMSys/util/util.cpp b/src/util/DRAMSys/util/util.cpp index 6e5d80ea..93f828b0 100644 --- a/src/util/DRAMSys/util/util.cpp +++ b/src/util/DRAMSys/util/util.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/util/DRAMSys/util/util.h b/src/util/DRAMSys/util/util.h index 45d46ea0..416b3ade 100644 --- a/src/util/DRAMSys/util/util.h +++ b/src/util/DRAMSys/util/util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/tests_configuration/jsonconverter.cpp b/tests/tests_configuration/jsonconverter.cpp index 92f341e3..8f39999c 100644 --- a/tests/tests_configuration/jsonconverter.cpp +++ b/tests/tests_configuration/jsonconverter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/tests_configuration/simpletest.cpp b/tests/tests_configuration/simpletest.cpp index 3f240796..6138808b 100644 --- a/tests/tests_configuration/simpletest.cpp +++ b/tests/tests_configuration/simpletest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/tests_configuration/test_configuration.cpp b/tests/tests_configuration/test_configuration.cpp index 53036c14..52cd12df 100644 --- a/tests/tests_configuration/test_configuration.cpp +++ b/tests/tests_configuration/test_configuration.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Technische Universität Kaiserslautern + * Copyright (c) 2021, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/tests_dramsys/AddressDecoderConfigs.h b/tests/tests_dramsys/AddressDecoderConfigs.h index 1b3585cc..86f8816c 100644 --- a/tests/tests_dramsys/AddressDecoderConfigs.h +++ b/tests/tests_dramsys/AddressDecoderConfigs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/tests_dramsys/AddressDecoderTests.cpp b/tests/tests_dramsys/AddressDecoderTests.cpp index 6f1952a0..1c49af9e 100644 --- a/tests/tests_dramsys/AddressDecoderTests.cpp +++ b/tests/tests_dramsys/AddressDecoderTests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Technische Universität Kaiserslautern + * Copyright (c) 2022, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/tests_dramsys/Testfile.h b/tests/tests_dramsys/Testfile.h index 96eddacd..c4e974e8 100644 --- a/tests/tests_dramsys/Testfile.h +++ b/tests/tests_dramsys/Testfile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/tests_dramsys/b_transport/b_transport.cpp b/tests/tests_dramsys/b_transport/b_transport.cpp index 362c69e4..047c81e9 100644 --- a/tests/tests_dramsys/b_transport/b_transport.cpp +++ b/tests/tests_dramsys/b_transport/b_transport.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Technische Universität Kaiserslautern + * Copyright (c) 2023, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/tests_dramsys/main.cpp b/tests/tests_dramsys/main.cpp index 42f2dbbe..a909f627 100644 --- a/tests/tests_dramsys/main.cpp +++ b/tests/tests_dramsys/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/tests_regression/CMakeLists.txt b/tests/tests_regression/CMakeLists.txt index 686ae049..21babc71 100644 --- a/tests/tests_regression/CMakeLists.txt +++ b/tests/tests_regression/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2023, Technische Universität Kaiserslautern +# Copyright (c) 2023, RPTU Kaiserslautern-Landau # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/tests_simulator/cache/ListInitiator.cpp b/tests/tests_simulator/cache/ListInitiator.cpp index a4e5906a..eb02bab1 100644 --- a/tests/tests_simulator/cache/ListInitiator.cpp +++ b/tests/tests_simulator/cache/ListInitiator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Technische Universität Kaiserslautern + * Copyright (c) 2023, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/tests_simulator/cache/ListInitiator.h b/tests/tests_simulator/cache/ListInitiator.h index 860975cd..ddc71906 100644 --- a/tests/tests_simulator/cache/ListInitiator.h +++ b/tests/tests_simulator/cache/ListInitiator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Technische Universität Kaiserslautern + * Copyright (c) 2023, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/tests_simulator/cache/TargetMemory.cpp b/tests/tests_simulator/cache/TargetMemory.cpp index bc1524a6..adf1af0f 100644 --- a/tests/tests_simulator/cache/TargetMemory.cpp +++ b/tests/tests_simulator/cache/TargetMemory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Technische Universität Kaiserslautern + * Copyright (c) 2023, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/tests_simulator/cache/TargetMemory.h b/tests/tests_simulator/cache/TargetMemory.h index 5ec280d5..40af3915 100644 --- a/tests/tests_simulator/cache/TargetMemory.h +++ b/tests/tests_simulator/cache/TargetMemory.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Technische Universität Kaiserslautern + * Copyright (c) 2023, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/tests_simulator/cache/tests_cache.cpp b/tests/tests_simulator/cache/tests_cache.cpp index 44d59737..90ea9618 100644 --- a/tests/tests_simulator/cache/tests_cache.cpp +++ b/tests/tests_simulator/cache/tests_cache.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Technische Universität Kaiserslautern + * Copyright (c) 2023, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/tests_simulator/main.cpp b/tests/tests_simulator/main.cpp index 1c92c82d..a55aa569 100644 --- a/tests/tests_simulator/main.cpp +++ b/tests/tests_simulator/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Technische Universität Kaiserslautern + * Copyright (c) 2019, RPTU Kaiserslautern-Landau * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/utils/build.sh b/utils/build.sh index e3e7da79..d93bb73c 100755 --- a/utils/build.sh +++ b/utils/build.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2018, University of Kaiserslautern +# Copyright (c) 2018, RPTU Kaiserslautern-Landau # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/utils/install_deb.sh b/utils/install_deb.sh index c7db3eac..9a68b9bb 100755 --- a/utils/install_deb.sh +++ b/utils/install_deb.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2018, University of Kaiserslautern +# Copyright (c) 2018, RPTU Kaiserslautern-Landau # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/utils/install_mac.sh b/utils/install_mac.sh index 5e59e0e5..3965fe70 100755 --- a/utils/install_mac.sh +++ b/utils/install_mac.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2018, University of Kaiserslautern +# Copyright (c) 2018, RPTU Kaiserslautern-Landau # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/utils/make_pretty.sh b/utils/make_pretty.sh index f3a804b0..3128bc7d 100755 --- a/utils/make_pretty.sh +++ b/utils/make_pretty.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2018, University of Kaiserslautern +# Copyright (c) 2018, RPTU Kaiserslautern-Landau # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/utils/pack.sh b/utils/pack.sh index 6b959492..9e64c280 100755 --- a/utils/pack.sh +++ b/utils/pack.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2018, University of Kaiserslautern +# Copyright (c) 2018, RPTU Kaiserslautern-Landau # All rights reserved. # # Redistribution and use in source and binary forms, with or without