From d86d9e9c2345cebe86841e72742bb82663f49fbc Mon Sep 17 00:00:00 2001 From: Chris Austen Date: Tue, 22 Oct 2024 11:39:59 -0400 Subject: [PATCH] Change copyright dates to 2024 --- src/include/migraphx/tune_axis.hpp | 2 +- src/onnx/include/migraphx/onnx/padding.hpp | 2 +- src/onnx/padding.cpp | 2 +- src/onnx/parse_conv_transpose.cpp | 2 +- src/onnx/parse_instancenorm.cpp | 2 +- src/onnx/parse_qlinearbinary.cpp | 2 +- src/onnx/parse_qlinearconv.cpp | 2 +- src/onnx/parse_randomnormal_ops.cpp | 2 +- src/onnx/parse_randomuniform_ops.cpp | 2 +- src/onnx/parse_unique.cpp | 2 +- src/onnx/pooling.cpp | 2 +- src/targets/gpu/include/migraphx/gpu/fuse_mlir.hpp | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/include/migraphx/tune_axis.hpp b/src/include/migraphx/tune_axis.hpp index 90922fb1896..a8d7acc061e 100644 --- a/src/include/migraphx/tune_axis.hpp +++ b/src/include/migraphx/tune_axis.hpp @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2015-2023 Advanced Micro Devices, Inc. All rights reserved. + * Copyright (c) 2015-2024 Advanced Micro Devices, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/onnx/include/migraphx/onnx/padding.hpp b/src/onnx/include/migraphx/onnx/padding.hpp index 87add42f9eb..132efbb2a42 100644 --- a/src/onnx/include/migraphx/onnx/padding.hpp +++ b/src/onnx/include/migraphx/onnx/padding.hpp @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2015-2022 Advanced Micro Devices, Inc. All rights reserved. + * Copyright (c) 2015-2024 Advanced Micro Devices, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/onnx/padding.cpp b/src/onnx/padding.cpp index d2b9f4da3c1..409d81e7611 100644 --- a/src/onnx/padding.cpp +++ b/src/onnx/padding.cpp @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2015-2023 Advanced Micro Devices, Inc. All rights reserved. + * Copyright (c) 2015-2024 Advanced Micro Devices, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/onnx/parse_conv_transpose.cpp b/src/onnx/parse_conv_transpose.cpp index 97078362c79..309b6e84c4d 100644 --- a/src/onnx/parse_conv_transpose.cpp +++ b/src/onnx/parse_conv_transpose.cpp @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2015-2023 Advanced Micro Devices, Inc. All rights reserved. + * Copyright (c) 2015-2024 Advanced Micro Devices, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/onnx/parse_instancenorm.cpp b/src/onnx/parse_instancenorm.cpp index 84443b7a09d..6c2f79134e0 100644 --- a/src/onnx/parse_instancenorm.cpp +++ b/src/onnx/parse_instancenorm.cpp @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2015-2023 Advanced Micro Devices, Inc. All rights reserved. + * Copyright (c) 2015-2024 Advanced Micro Devices, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/onnx/parse_qlinearbinary.cpp b/src/onnx/parse_qlinearbinary.cpp index e607462eb4b..0e4468f4f53 100644 --- a/src/onnx/parse_qlinearbinary.cpp +++ b/src/onnx/parse_qlinearbinary.cpp @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2015-2023 Advanced Micro Devices, Inc. All rights reserved. + * Copyright (c) 2015-2024 Advanced Micro Devices, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/onnx/parse_qlinearconv.cpp b/src/onnx/parse_qlinearconv.cpp index 8e156f91fce..26f2f7b9125 100644 --- a/src/onnx/parse_qlinearconv.cpp +++ b/src/onnx/parse_qlinearconv.cpp @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2015-2023 Advanced Micro Devices, Inc. All rights reserved. + * Copyright (c) 2015-2024 Advanced Micro Devices, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/onnx/parse_randomnormal_ops.cpp b/src/onnx/parse_randomnormal_ops.cpp index f059dc85cb9..e7b540d61ee 100644 --- a/src/onnx/parse_randomnormal_ops.cpp +++ b/src/onnx/parse_randomnormal_ops.cpp @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2015-2023 Advanced Micro Devices, Inc. All rights reserved. + * Copyright (c) 2015-2024 Advanced Micro Devices, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/onnx/parse_randomuniform_ops.cpp b/src/onnx/parse_randomuniform_ops.cpp index 2e8c47abb2d..52988874bde 100644 --- a/src/onnx/parse_randomuniform_ops.cpp +++ b/src/onnx/parse_randomuniform_ops.cpp @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2015-2023 Advanced Micro Devices, Inc. All rights reserved. + * Copyright (c) 2015-2024 Advanced Micro Devices, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/onnx/parse_unique.cpp b/src/onnx/parse_unique.cpp index 792c9c15e6a..873305ebeab 100644 --- a/src/onnx/parse_unique.cpp +++ b/src/onnx/parse_unique.cpp @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2015-2023 Advanced Micro Devices, Inc. All rights reserved. + * Copyright (c) 2015-2024 Advanced Micro Devices, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/onnx/pooling.cpp b/src/onnx/pooling.cpp index 8f96988ad8b..4eec85736a5 100644 --- a/src/onnx/pooling.cpp +++ b/src/onnx/pooling.cpp @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2015-2023 Advanced Micro Devices, Inc. All rights reserved. + * Copyright (c) 2015-2024 Advanced Micro Devices, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/targets/gpu/include/migraphx/gpu/fuse_mlir.hpp b/src/targets/gpu/include/migraphx/gpu/fuse_mlir.hpp index 6a7966db892..e1cb8f0bbd4 100644 --- a/src/targets/gpu/include/migraphx/gpu/fuse_mlir.hpp +++ b/src/targets/gpu/include/migraphx/gpu/fuse_mlir.hpp @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2015-2023 Advanced Micro Devices, Inc. All rights reserved. + * Copyright (c) 2015-2024 Advanced Micro Devices, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal