Skip to content

Commit afb8764

Browse files
committed
Update copyrights
1 parent 3de30b2 commit afb8764

File tree

8 files changed

+29
-238
lines changed

8 files changed

+29
-238
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ buildlogs*
33
__pycache__
44
MaximSDK/Template/.vscode/README.md
55
MaximSDK/Template/.vscode/Reset.JLinkScript
6+
flash.log

MaximSDK/Inject/Makefile

+4-34
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,9 @@
11
###############################################################################
22
#
3-
# Copyright (C) 2022-2023 Maxim Integrated Products, Inc., All Rights Reserved.
4-
# (now owned by Analog Devices, Inc.)
5-
#
6-
# Permission is hereby granted, free of charge, to any person obtaining a
7-
# copy of this software and associated documentation files (the "Software"),
8-
# to deal in the Software without restriction, including without limitation
9-
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
10-
# and/or sell copies of the Software, and to permit persons to whom the
11-
# Software is furnished to do so, subject to the following conditions:
12-
#
13-
# The above copyright notice and this permission notice shall be included
14-
# in all copies or substantial portions of the Software.
15-
#
16-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
17-
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18-
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19-
# IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES
20-
# OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21-
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22-
# OTHER DEALINGS IN THE SOFTWARE.
23-
#
24-
# Except as contained in this notice, the name of Maxim Integrated
25-
# Products, Inc. shall not be used except as stated in the Maxim Integrated
26-
# Products, Inc. Branding Policy.
27-
#
28-
# The mere transfer of this software does not imply any licenses
29-
# of trade secrets, proprietary technology, copyrights, patents,
30-
# trademarks, maskwork rights, or any other form of intellectual
31-
# property whatsoever. Maxim Integrated Products, Inc. retains all
32-
# ownership rights.
33-
#
34-
##############################################################################
35-
#
36-
# Copyright 2023 Analog Devices, Inc.
3+
# Copyright (C) 2022-2023 Maxim Integrated Products, Inc. All Rights Reserved.
4+
# (now owned by Analog Devices, Inc.),
5+
# Copyright (C) 2023 Analog Devices, Inc. All Rights Reserved. This software
6+
# is proprietary to Analog Devices, Inc. and its licensors.
377
#
388
# Licensed under the Apache License, Version 2.0 (the "License");
399
# you may not use this file except in compliance with the License.

MaximSDK/New_Project/Makefile

+4-34
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,9 @@
11
###############################################################################
22
#
3-
# Copyright (C) 2022-2023 Maxim Integrated Products, Inc., All Rights Reserved.
4-
# (now owned by Analog Devices, Inc.)
5-
#
6-
# Permission is hereby granted, free of charge, to any person obtaining a
7-
# copy of this software and associated documentation files (the "Software"),
8-
# to deal in the Software without restriction, including without limitation
9-
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
10-
# and/or sell copies of the Software, and to permit persons to whom the
11-
# Software is furnished to do so, subject to the following conditions:
12-
#
13-
# The above copyright notice and this permission notice shall be included
14-
# in all copies or substantial portions of the Software.
15-
#
16-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
17-
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18-
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19-
# IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES
20-
# OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21-
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22-
# OTHER DEALINGS IN THE SOFTWARE.
23-
#
24-
# Except as contained in this notice, the name of Maxim Integrated
25-
# Products, Inc. shall not be used except as stated in the Maxim Integrated
26-
# Products, Inc. Branding Policy.
27-
#
28-
# The mere transfer of this software does not imply any licenses
29-
# of trade secrets, proprietary technology, copyrights, patents,
30-
# trademarks, maskwork rights, or any other form of intellectual
31-
# property whatsoever. Maxim Integrated Products, Inc. retains all
32-
# ownership rights.
33-
#
34-
##############################################################################
35-
#
36-
# Copyright 2023 Analog Devices, Inc.
3+
# Copyright (C) 2022-2023 Maxim Integrated Products, Inc. All Rights Reserved.
4+
# (now owned by Analog Devices, Inc.),
5+
# Copyright (C) 2023 Analog Devices, Inc. All Rights Reserved. This software
6+
# is proprietary to Analog Devices, Inc. and its licensors.
377
#
388
# Licensed under the Apache License, Version 2.0 (the "License");
399
# you may not use this file except in compliance with the License.

generate.py

+4-34
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,9 @@
11
###############################################################################
22
#
3-
# Copyright (C) 2022-2023 Maxim Integrated Products, Inc., All Rights Reserved.
4-
# (now owned by Analog Devices, Inc.)
5-
#
6-
# Permission is hereby granted, free of charge, to any person obtaining a
7-
# copy of this software and associated documentation files (the "Software"),
8-
# to deal in the Software without restriction, including without limitation
9-
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
10-
# and/or sell copies of the Software, and to permit persons to whom the
11-
# Software is furnished to do so, subject to the following conditions:
12-
#
13-
# The above copyright notice and this permission notice shall be included
14-
# in all copies or substantial portions of the Software.
15-
#
16-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
17-
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18-
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19-
# IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES
20-
# OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21-
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22-
# OTHER DEALINGS IN THE SOFTWARE.
23-
#
24-
# Except as contained in this notice, the name of Maxim Integrated
25-
# Products, Inc. shall not be used except as stated in the Maxim Integrated
26-
# Products, Inc. Branding Policy.
27-
#
28-
# The mere transfer of this software does not imply any licenses
29-
# of trade secrets, proprietary technology, copyrights, patents,
30-
# trademarks, maskwork rights, or any other form of intellectual
31-
# property whatsoever. Maxim Integrated Products, Inc. retains all
32-
# ownership rights.
33-
#
34-
##############################################################################
35-
#
36-
# Copyright 2023 Analog Devices, Inc.
3+
# Copyright (C) 2022-2023 Maxim Integrated Products, Inc. All Rights Reserved.
4+
# (now owned by Analog Devices, Inc.),
5+
# Copyright (C) 2023 Analog Devices, Inc. All Rights Reserved. This software
6+
# is proprietary to Analog Devices, Inc. and its licensors.
377
#
388
# Licensed under the Apache License, Version 2.0 (the "License");
399
# you may not use this file except in compliance with the License.

installer/com.maximintegrated.dist.vscodemaxim/data/Tools/VSCode-Maxim/Inject/Makefile

+4-34
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,9 @@
11
###############################################################################
22
#
3-
# Copyright (C) 2022-2023 Maxim Integrated Products, Inc., All Rights Reserved.
4-
# (now owned by Analog Devices, Inc.)
5-
#
6-
# Permission is hereby granted, free of charge, to any person obtaining a
7-
# copy of this software and associated documentation files (the "Software"),
8-
# to deal in the Software without restriction, including without limitation
9-
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
10-
# and/or sell copies of the Software, and to permit persons to whom the
11-
# Software is furnished to do so, subject to the following conditions:
12-
#
13-
# The above copyright notice and this permission notice shall be included
14-
# in all copies or substantial portions of the Software.
15-
#
16-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
17-
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18-
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19-
# IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES
20-
# OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21-
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22-
# OTHER DEALINGS IN THE SOFTWARE.
23-
#
24-
# Except as contained in this notice, the name of Maxim Integrated
25-
# Products, Inc. shall not be used except as stated in the Maxim Integrated
26-
# Products, Inc. Branding Policy.
27-
#
28-
# The mere transfer of this software does not imply any licenses
29-
# of trade secrets, proprietary technology, copyrights, patents,
30-
# trademarks, maskwork rights, or any other form of intellectual
31-
# property whatsoever. Maxim Integrated Products, Inc. retains all
32-
# ownership rights.
33-
#
34-
##############################################################################
35-
#
36-
# Copyright 2023 Analog Devices, Inc.
3+
# Copyright (C) 2022-2023 Maxim Integrated Products, Inc. All Rights Reserved.
4+
# (now owned by Analog Devices, Inc.),
5+
# Copyright (C) 2023 Analog Devices, Inc. All Rights Reserved. This software
6+
# is proprietary to Analog Devices, Inc. and its licensors.
377
#
388
# Licensed under the Apache License, Version 2.0 (the "License");
399
# you may not use this file except in compliance with the License.

installer/com.maximintegrated.dist.vscodemaxim/data/Tools/VSCode-Maxim/New_Project/Makefile

+4-34
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,9 @@
11
###############################################################################
22
#
3-
# Copyright (C) 2022-2023 Maxim Integrated Products, Inc., All Rights Reserved.
4-
# (now owned by Analog Devices, Inc.)
5-
#
6-
# Permission is hereby granted, free of charge, to any person obtaining a
7-
# copy of this software and associated documentation files (the "Software"),
8-
# to deal in the Software without restriction, including without limitation
9-
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
10-
# and/or sell copies of the Software, and to permit persons to whom the
11-
# Software is furnished to do so, subject to the following conditions:
12-
#
13-
# The above copyright notice and this permission notice shall be included
14-
# in all copies or substantial portions of the Software.
15-
#
16-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
17-
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18-
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19-
# IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES
20-
# OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21-
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22-
# OTHER DEALINGS IN THE SOFTWARE.
23-
#
24-
# Except as contained in this notice, the name of Maxim Integrated
25-
# Products, Inc. shall not be used except as stated in the Maxim Integrated
26-
# Products, Inc. Branding Policy.
27-
#
28-
# The mere transfer of this software does not imply any licenses
29-
# of trade secrets, proprietary technology, copyrights, patents,
30-
# trademarks, maskwork rights, or any other form of intellectual
31-
# property whatsoever. Maxim Integrated Products, Inc. retains all
32-
# ownership rights.
33-
#
34-
##############################################################################
35-
#
36-
# Copyright 2023 Analog Devices, Inc.
3+
# Copyright (C) 2022-2023 Maxim Integrated Products, Inc. All Rights Reserved.
4+
# (now owned by Analog Devices, Inc.),
5+
# Copyright (C) 2023 Analog Devices, Inc. All Rights Reserved. This software
6+
# is proprietary to Analog Devices, Inc. and its licensors.
377
#
388
# Licensed under the Apache License, Version 2.0 (the "License");
399
# you may not use this file except in compliance with the License.

maintain.py

+4-34
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,9 @@
11
###############################################################################
22
#
3-
# Copyright (C) 2022-2023 Maxim Integrated Products, Inc., All Rights Reserved.
4-
# (now owned by Analog Devices, Inc.)
5-
#
6-
# Permission is hereby granted, free of charge, to any person obtaining a
7-
# copy of this software and associated documentation files (the "Software"),
8-
# to deal in the Software without restriction, including without limitation
9-
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
10-
# and/or sell copies of the Software, and to permit persons to whom the
11-
# Software is furnished to do so, subject to the following conditions:
12-
#
13-
# The above copyright notice and this permission notice shall be included
14-
# in all copies or substantial portions of the Software.
15-
#
16-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
17-
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18-
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19-
# IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES
20-
# OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21-
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22-
# OTHER DEALINGS IN THE SOFTWARE.
23-
#
24-
# Except as contained in this notice, the name of Maxim Integrated
25-
# Products, Inc. shall not be used except as stated in the Maxim Integrated
26-
# Products, Inc. Branding Policy.
27-
#
28-
# The mere transfer of this software does not imply any licenses
29-
# of trade secrets, proprietary technology, copyrights, patents,
30-
# trademarks, maskwork rights, or any other form of intellectual
31-
# property whatsoever. Maxim Integrated Products, Inc. retains all
32-
# ownership rights.
33-
#
34-
##############################################################################
35-
#
36-
# Copyright 2023 Analog Devices, Inc.
3+
# Copyright (C) 2022-2023 Maxim Integrated Products, Inc. All Rights Reserved.
4+
# (now owned by Analog Devices, Inc.),
5+
# Copyright (C) 2023 Analog Devices, Inc. All Rights Reserved. This software
6+
# is proprietary to Analog Devices, Inc. and its licensors.
377
#
388
# Licensed under the Apache License, Version 2.0 (the "License");
399
# you may not use this file except in compliance with the License.

utils.py

+4-34
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,9 @@
11
###############################################################################
22
#
3-
# Copyright (C) 2022-2023 Maxim Integrated Products, Inc., All Rights Reserved.
4-
# (now owned by Analog Devices, Inc.)
5-
#
6-
# Permission is hereby granted, free of charge, to any person obtaining a
7-
# copy of this software and associated documentation files (the "Software"),
8-
# to deal in the Software without restriction, including without limitation
9-
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
10-
# and/or sell copies of the Software, and to permit persons to whom the
11-
# Software is furnished to do so, subject to the following conditions:
12-
#
13-
# The above copyright notice and this permission notice shall be included
14-
# in all copies or substantial portions of the Software.
15-
#
16-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
17-
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18-
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19-
# IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES
20-
# OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21-
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22-
# OTHER DEALINGS IN THE SOFTWARE.
23-
#
24-
# Except as contained in this notice, the name of Maxim Integrated
25-
# Products, Inc. shall not be used except as stated in the Maxim Integrated
26-
# Products, Inc. Branding Policy.
27-
#
28-
# The mere transfer of this software does not imply any licenses
29-
# of trade secrets, proprietary technology, copyrights, patents,
30-
# trademarks, maskwork rights, or any other form of intellectual
31-
# property whatsoever. Maxim Integrated Products, Inc. retains all
32-
# ownership rights.
33-
#
34-
##############################################################################
35-
#
36-
# Copyright 2023 Analog Devices, Inc.
3+
# Copyright (C) 2022-2023 Maxim Integrated Products, Inc. All Rights Reserved.
4+
# (now owned by Analog Devices, Inc.),
5+
# Copyright (C) 2023 Analog Devices, Inc. All Rights Reserved. This software
6+
# is proprietary to Analog Devices, Inc. and its licensors.
377
#
388
# Licensed under the Apache License, Version 2.0 (the "License");
399
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)