Skip to content

Commit 314c05a

Browse files
authored
Merge pull request #4 from yenqileo/release/25.1-1
Release 25.1-1 (#15)
2 parents 8c8d06f + 5e1f365 commit 314c05a

File tree

1,897 files changed

+2089
-2413
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,897 files changed

+2089
-2413
lines changed

CommandCore/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* **************************************************************************
55
*
6-
* Copyright 2020-2024 Intel Corporation. All Rights Reserved.
6+
* Copyright 2020-2025 Altera Corporation. All Rights Reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
99
* modification, are permitted provided that the following conditions are met:
@@ -28,7 +28,6 @@
2828
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929
*
3030
* **************************************************************************
31-
*
3231
*/
3332

3433
buildscript {

CommandCore/src/main/java/com/intel/bkp/command/MailboxCommandLayer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* **************************************************************************
55
*
6-
* Copyright 2020-2024 Intel Corporation. All Rights Reserved.
6+
* Copyright 2020-2025 Altera Corporation. All Rights Reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
99
* modification, are permitted provided that the following conditions are met:

CommandCore/src/main/java/com/intel/bkp/command/exception/CommandHeaderValidationException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* **************************************************************************
55
*
6-
* Copyright 2020-2024 Intel Corporation. All Rights Reserved.
6+
* Copyright 2020-2025 Altera Corporation. All Rights Reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
99
* modification, are permitted provided that the following conditions are met:

CommandCore/src/main/java/com/intel/bkp/command/exception/JtagResponseException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* **************************************************************************
55
*
6-
* Copyright 2020-2024 Intel Corporation. All Rights Reserved.
6+
* Copyright 2020-2025 Altera Corporation. All Rights Reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
99
* modification, are permitted provided that the following conditions are met:

CommandCore/src/main/java/com/intel/bkp/command/exception/JtagUnknownCommandResponseException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* **************************************************************************
55
*
6-
* Copyright 2020-2024 Intel Corporation. All Rights Reserved.
6+
* Copyright 2020-2025 Altera Corporation. All Rights Reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
99
* modification, are permitted provided that the following conditions are met:

CommandCore/src/main/java/com/intel/bkp/command/exception/UnknownDeviceFamilyFuseMapException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* **************************************************************************
55
*
6-
* Copyright 2020-2024 Intel Corporation. All Rights Reserved.
6+
* Copyright 2020-2025 Altera Corporation. All Rights Reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
99
* modification, are permitted provided that the following conditions are met:

CommandCore/src/main/java/com/intel/bkp/command/header/CommandHeader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* **************************************************************************
55
*
6-
* Copyright 2020-2024 Intel Corporation. All Rights Reserved.
6+
* Copyright 2020-2025 Altera Corporation. All Rights Reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
99
* modification, are permitted provided that the following conditions are met:

CommandCore/src/main/java/com/intel/bkp/command/header/CommandHeaderManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* **************************************************************************
55
*
6-
* Copyright 2020-2024 Intel Corporation. All Rights Reserved.
6+
* Copyright 2020-2025 Altera Corporation. All Rights Reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
99
* modification, are permitted provided that the following conditions are met:

CommandCore/src/main/java/com/intel/bkp/command/header/FwErrorCodes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* **************************************************************************
55
*
6-
* Copyright 2020-2024 Intel Corporation. All Rights Reserved.
6+
* Copyright 2020-2025 Altera Corporation. All Rights Reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
99
* modification, are permitted provided that the following conditions are met:

CommandCore/src/main/java/com/intel/bkp/command/header/HeaderFields.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* **************************************************************************
55
*
6-
* Copyright 2020-2024 Intel Corporation. All Rights Reserved.
6+
* Copyright 2020-2025 Altera Corporation. All Rights Reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
99
* modification, are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)