diff --git a/projects/clr/rocclr/device/gpu/gslbe/src/rt/DxxOpenCLInteropExt.h b/projects/clr/rocclr/device/gpu/gslbe/src/rt/DxxOpenCLInteropExt.h index e56fe7826b..d1ae91a456 100644 --- a/projects/clr/rocclr/device/gpu/gslbe/src/rt/DxxOpenCLInteropExt.h +++ b/projects/clr/rocclr/device/gpu/gslbe/src/rt/DxxOpenCLInteropExt.h @@ -1,3 +1,23 @@ + /* Copyright (c) 2008-present Advanced Micro Devices, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. */ + #ifndef __DXXOPENCLINTEROPEXT_H__ #define __DXXOPENCLINTEROPEXT_H__ diff --git a/projects/clr/rocclr/device/gpu/gslbe/src/rt/EventQueue.cpp b/projects/clr/rocclr/device/gpu/gslbe/src/rt/EventQueue.cpp index a842d9f1bb..d6371c861d 100644 --- a/projects/clr/rocclr/device/gpu/gslbe/src/rt/EventQueue.cpp +++ b/projects/clr/rocclr/device/gpu/gslbe/src/rt/EventQueue.cpp @@ -1,3 +1,23 @@ + /* Copyright (c) 2008-present Advanced Micro Devices, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. */ + #include "EventQueue.h" #include "query/QueryObject.h" diff --git a/projects/clr/rocclr/device/gpu/gslbe/src/rt/EventQueue.h b/projects/clr/rocclr/device/gpu/gslbe/src/rt/EventQueue.h index f0e430e215..5c02b00923 100644 --- a/projects/clr/rocclr/device/gpu/gslbe/src/rt/EventQueue.h +++ b/projects/clr/rocclr/device/gpu/gslbe/src/rt/EventQueue.h @@ -1,3 +1,23 @@ + /* Copyright (c) 2008-present Advanced Micro Devices, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. */ + #ifndef __EventQueue_h__ #define __EventQueue_h__ diff --git a/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLContext.cpp b/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLContext.cpp index ed64563458..e28f87e5fc 100644 --- a/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLContext.cpp +++ b/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLContext.cpp @@ -1,3 +1,23 @@ + /* Copyright (c) 2008-present Advanced Micro Devices, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. */ + #include "gsl_ctx.h" #include "gsl_adaptor.h" #include "GSLContext.h" diff --git a/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLContext.h b/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLContext.h index 06cde42b6d..f7242f0675 100644 --- a/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLContext.h +++ b/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLContext.h @@ -1,3 +1,23 @@ + /* Copyright (c) 2008-present Advanced Micro Devices, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. */ + #ifndef __GSLContext_h__ #define __GSLContext_h__ diff --git a/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLDevice.cpp b/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLDevice.cpp index edf37d1a12..8387b587cc 100644 --- a/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLDevice.cpp +++ b/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLDevice.cpp @@ -1,3 +1,23 @@ + /* Copyright (c) 2008-present Advanced Micro Devices, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. */ + #include "gsl_ctx.h" #include "GSLDevice.h" #include "EventQueue.h" diff --git a/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLDevice.h b/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLDevice.h index 627a140d1d..63dfb57311 100644 --- a/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLDevice.h +++ b/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLDevice.h @@ -1,3 +1,23 @@ + /* Copyright (c) 2008-present Advanced Micro Devices, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. */ + #ifndef __GSLDevice_h__ #define __GSLDevice_h__ diff --git a/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLDeviceD3D10.cpp b/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLDeviceD3D10.cpp index d183786179..197c5bf830 100644 --- a/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLDeviceD3D10.cpp +++ b/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLDeviceD3D10.cpp @@ -1,3 +1,23 @@ + /* Copyright (c) 2008-present Advanced Micro Devices, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. */ + #include "gsl_ctx.h" #include "GSLDevice.h" diff --git a/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLDeviceD3D11.cpp b/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLDeviceD3D11.cpp index 87589101a6..e2a2c875e5 100644 --- a/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLDeviceD3D11.cpp +++ b/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLDeviceD3D11.cpp @@ -1,3 +1,23 @@ + /* Copyright (c) 2008-present Advanced Micro Devices, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. */ + #include "gsl_ctx.h" #include "GSLDevice.h" diff --git a/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLDeviceD3D9.cpp b/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLDeviceD3D9.cpp index d96197bf69..b7bafbad78 100644 --- a/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLDeviceD3D9.cpp +++ b/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLDeviceD3D9.cpp @@ -1,3 +1,23 @@ + /* Copyright (c) 2008-present Advanced Micro Devices, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. */ + #include "gsl_ctx.h" #include "GSLDevice.h" diff --git a/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLDeviceGL.cpp b/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLDeviceGL.cpp index 24d500e97d..1e90d7e113 100644 --- a/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLDeviceGL.cpp +++ b/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLDeviceGL.cpp @@ -1,3 +1,23 @@ + /* Copyright (c) 2008-present Advanced Micro Devices, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. */ + #include "gsl_ctx.h" #include "GSLDevice.h" #include "component_types.h" diff --git a/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLStubs.cpp b/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLStubs.cpp index 392de1c45d..205226d2e8 100644 --- a/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLStubs.cpp +++ b/projects/clr/rocclr/device/gpu/gslbe/src/rt/GSLStubs.cpp @@ -1,3 +1,23 @@ + /* Copyright (c) 2008-present Advanced Micro Devices, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. */ + #include "os_if.h" #include "osws_if.h" diff --git a/projects/clr/rocclr/device/gpu/gslbe/src/rt/backend.cpp b/projects/clr/rocclr/device/gpu/gslbe/src/rt/backend.cpp index 031fcf4905..531ffa0174 100644 --- a/projects/clr/rocclr/device/gpu/gslbe/src/rt/backend.cpp +++ b/projects/clr/rocclr/device/gpu/gslbe/src/rt/backend.cpp @@ -1,3 +1,23 @@ + /* Copyright (c) 2008-present Advanced Micro Devices, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. */ + #include "gsl_ctx.h" #include "GSLContext.h" #include "backend.h" diff --git a/projects/clr/rocclr/device/gpu/gslbe/src/rt/backend.h b/projects/clr/rocclr/device/gpu/gslbe/src/rt/backend.h index ce6b129f14..db2d4d942d 100644 --- a/projects/clr/rocclr/device/gpu/gslbe/src/rt/backend.h +++ b/projects/clr/rocclr/device/gpu/gslbe/src/rt/backend.h @@ -1,3 +1,23 @@ + /* Copyright (c) 2008-present Advanced Micro Devices, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. */ + #ifndef __BACKEND_H__ #define __BACKEND_H__ diff --git a/projects/clr/rocclr/device/gpu/gslbe/src/rt/caltarget.h b/projects/clr/rocclr/device/gpu/gslbe/src/rt/caltarget.h index d70d4ed08d..3f0b3ded80 100644 --- a/projects/clr/rocclr/device/gpu/gslbe/src/rt/caltarget.h +++ b/projects/clr/rocclr/device/gpu/gslbe/src/rt/caltarget.h @@ -1,3 +1,23 @@ + /* Copyright (c) 2008-present Advanced Micro Devices, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. */ + #ifndef __CALTARGET_H__ #define __CALTARGET_H__ diff --git a/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/ini_export.cpp b/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/ini_export.cpp index 7920d73751..2cfacd0713 100644 --- a/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/ini_export.cpp +++ b/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/ini_export.cpp @@ -1,3 +1,23 @@ + /* Copyright (c) 2008-present Advanced Micro Devices, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. */ + #include "inifile.h" #include "ini_export.h" #include "ini_values.h" diff --git a/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/ini_export.h b/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/ini_export.h index c0aeedb350..33ecbd6f37 100644 --- a/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/ini_export.h +++ b/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/ini_export.h @@ -1,3 +1,23 @@ + /* Copyright (c) 2008-present Advanced Micro Devices, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. */ + #ifndef __INI_EXPORT_H__ #define __INI_EXPORT_H__ diff --git a/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/ini_values.h b/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/ini_values.h index 103e717f2e..70ed3c982f 100644 --- a/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/ini_values.h +++ b/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/ini_values.h @@ -1,3 +1,23 @@ + /* Copyright (c) 2008-present Advanced Micro Devices, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. */ + #ifndef __INI_VALUES_H__ #define __INI_VALUES_H__ diff --git a/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/inifile.cpp b/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/inifile.cpp index 42bcdede7b..e1802ad4ed 100644 --- a/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/inifile.cpp +++ b/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/inifile.cpp @@ -1,3 +1,23 @@ + /* Copyright (c) 2008-present Advanced Micro Devices, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. */ + // // Trade secret of ATI Technologies, Inc. // Copyright 2005, ATI Technologies, Inc., (unpublished) diff --git a/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/inifile.h b/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/inifile.h index 679f7137ed..cf8231f4b1 100644 --- a/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/inifile.h +++ b/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/inifile.h @@ -1,3 +1,23 @@ + /* Copyright (c) 2008-present Advanced Micro Devices, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. */ + #ifndef INIFILE_H #define INIFILE_H // diff --git a/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/inifile_parser.cpp b/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/inifile_parser.cpp index cdf6c84396..ff372688eb 100644 --- a/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/inifile_parser.cpp +++ b/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/inifile_parser.cpp @@ -1,3 +1,23 @@ + /* Copyright (c) 2008-present Advanced Micro Devices, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. */ + // // Trade secret of ATI Technologies, Inc. // Copyright 2005, ATI Technologies, Inc., (unpublished) diff --git a/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/inifile_parser.h b/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/inifile_parser.h index edfa6d3706..210ec86f8d 100644 --- a/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/inifile_parser.h +++ b/projects/clr/rocclr/device/gpu/gslbe/src/rt/inifile/inifile_parser.h @@ -1,3 +1,23 @@ + /* Copyright (c) 2008-present Advanced Micro Devices, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. */ + #ifndef INIFILE_PARSER_H #define INIFILE_PARSER_H // diff --git a/projects/clr/rocclr/os/setjmp.S b/projects/clr/rocclr/os/setjmp.S index 3029b1c1e7..56424147c4 100644 --- a/projects/clr/rocclr/os/setjmp.S +++ b/projects/clr/rocclr/os/setjmp.S @@ -1,6 +1,23 @@ -# -# Copyright (c) 2010 Advanced Micro Devices, Inc. All rights reserved. -# + # Copyright (c) 2008-present Advanced Micro Devices, Inc. + + #Permission is hereby granted, free of charge, to any person obtaining a copy + #of this software and associated documentation files (the "Software"), to deal + #in the Software without restriction, including without limitation the rights + #to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + #copies of the Software, and to permit persons to whom the Software is + #furnished to do so, subject to the following conditions: + + #The above copyright notice and this permission notice shall be included in + #all copies or substantial portions of the Software. + + #THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + #IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + #FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + #AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + #LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + #OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + #THE SOFTWARE. + .text .globl _StackContext_setjmp diff --git a/projects/clr/rocclr/os/setjmp.asm b/projects/clr/rocclr/os/setjmp.asm index dcc22a8c95..a6e16f8e2d 100644 --- a/projects/clr/rocclr/os/setjmp.asm +++ b/projects/clr/rocclr/os/setjmp.asm @@ -1,6 +1,23 @@ -; -; Copyright (c) 2010 Advanced Micro Devices, Inc. All rights reserved. -; + ; Copyright (c) 2008-present Advanced Micro Devices, Inc. + + ;Permission is hereby granted, free of charge, to any person obtaining a copy + ;of this software and associated documentation files (the "Software"), to deal + ;in the Software without restriction, including without limitation the rights + ;to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + ;copies of the Software, and to permit persons to whom the Software is + ;furnished to do so, subject to the following conditions: + + ;The above copyright notice and this permission notice shall be included in + ;all copies or substantial portions of the Software. + + ;THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + ;IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + ;FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + ;AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + ;LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + ;OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + ;THE SOFTWARE. + ifndef _WIN64 .386