Skip to content

Commit 091c9ad

Browse files
JoeOsterakertesz
andauthored
Update third_party_programs.txt (#221)
* Updating License file to no date in the title /* * Copyright (c) 2020 Intel Corporation * * This program and the accompanying materials are made available under the * terms of the The MIT License which is available at * https://opensource.org/licenses/MIT. * * SPDX-License-Identifier: MIT */ * Update README.md * Fix FPGA entries * Update README.md Updates per request of sranikonda * Update README.md * removing duplicate samples after transfering to dwarves folders * Update Makefile.win changing compiler name from "dpcpp-cl" to "dpcpp" * Update Makefile.win * Update Makefile.win.fpga * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt * Update README.md * Update README.md * Update from Legal Approval of 10/05/2020 Co-authored-by: akertesz <[email protected]>
1 parent d420ff5 commit 091c9ad

File tree

1 file changed

+127
-0
lines changed

1 file changed

+127
-0
lines changed

third-party-programs.txt

Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,133 @@ Each version is given a distinguishing version number. If the Library as you rec
226226

227227
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.
228228

229+
--------------------------------------------------------------------------------
230+
8. Rodinia
231+
232+
LICENSE TERMS
233+
234+
Copyright (c)2008-2011 University of Virginia
235+
All rights reserved.
236+
237+
Redistribution and use in source and binary forms, with or without modification, are permitted without royalty fees or other restrictions, provided that the following conditions are met:
238+
239+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
240+
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
241+
* Neither the name of the University of Virginia, the Dept. of Computer Science, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
242+
243+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF VIRGINIA OR THE SOFTWARE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
244+
245+
If you use this software or a modified version of it, please cite the most relevant among the following papers:
246+
247+
- M. A. Goodrum, M. J. Trotter, A. Aksel, S. T. Acton, and K. Skadron. Parallelization of Particle Filter Algorithms. In Proceedings of the 3rd Workshop on Emerging Applications and Many-core Architecture (EAMA), in conjunction with the IEEE/ACM International
248+
Symposium on Computer Architecture (ISCA), June 2010.
249+
250+
- S. Che, M. Boyer, J. Meng, D. Tarjan, J. W. Sheaffer, Sang-Ha Lee and K. Skadron.
251+
Rodinia: A Benchmark Suite for Heterogeneous Computing. IEEE International Symposium
252+
on Workload Characterization, Oct 2009.
253+
254+
- J. Meng and K. Skadron. "Performance Modeling and Automatic Ghost Zone Optimization
255+
for Iterative Stencil Loops on GPUs." In Proceedings of the 23rd Annual ACM International
256+
Conference on Supercomputing (ICS), June 2009.
257+
258+
- L.G. Szafaryn, K. Skadron and J. Saucerman. "Experiences Accelerating MATLAB Systems
259+
Biology Applications." in Workshop on Biomedicine in Computing (BiC) at the International
260+
Symposium on Computer Architecture (ISCA), June 2009.
261+
262+
- M. Boyer, D. Tarjan, S. T. Acton, and K. Skadron. "Accelerating Leukocyte Tracking using CUDA:
263+
A Case Study in Leveraging Manycore Coprocessors." In Proceedings of the International Parallel
264+
and Distributed Processing Symposium (IPDPS), May 2009.
265+
266+
- S. Che, M. Boyer, J. Meng, D. Tarjan, J. W. Sheaffer, and K. Skadron. "A Performance
267+
Study of General Purpose Applications on Graphics Processors using CUDA" Journal of
268+
Parallel and Distributed Computing, Elsevier, June 2008.
269+
270+
271+
---------------------------------------------------------------------------------
272+
273+
--------------------------------------------------------------------------------
274+
11. psutil
275+
276+
BSD 3-Clause License
277+
278+
Copyright (c) 2009, Jay Loden, Dave Daeschler, Giampaolo Rodola'
279+
All rights reserved.
280+
281+
Redistribution and use in source and binary forms, with or without modification,
282+
are permitted provided that the following conditions are met:
283+
284+
* Redistributions of source code must retain the above copyright notice, this
285+
list of conditions and the following disclaimer.
286+
287+
* Redistributions in binary form must reproduce the above copyright notice,
288+
this list of conditions and the following disclaimer in the documentation
289+
and/or other materials provided with the distribution.
290+
291+
* Neither the name of the psutil authors nor the names of its contributors
292+
may be used to endorse or promote products derived from this software without
293+
specific prior written permission.
294+
295+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
296+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
297+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
298+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
299+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
300+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
301+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
302+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
303+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
304+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
305+
306+
--------------------------------------------------------------------------------
307+
308+
9. SDL2
309+
310+
SDL 2.0 and newer are available under the zlib license :
311+
312+
This software is provided 'as-is', without any express or implied
313+
warranty. In no event will the authors be held liable for any damages
314+
arising from the use of this software.
315+
316+
Permission is granted to anyone to use this software for any purpose,
317+
including commercial applications, and to alter it and redistribute it
318+
freely, subject to the following restrictions:
319+
320+
1. The origin of this software must not be misrepresented; you must not
321+
claim that you wrote the original software. If you use this software
322+
in a product, an acknowledgment in the product documentation would be
323+
appreciated but is not required.
324+
2. Altered source versions must be plainly marked as such, and must not be
325+
misrepresented as being the original software.
326+
3. This notice may not be removed or altered from any source distribution.
327+
328+
329+
--------------------------------------------------------------------------------
330+
331+
10. Plotly.js
332+
333+
The MIT License (MIT)
334+
335+
Copyright (c) 2020 Plotly, Inc
336+
337+
Permission is hereby granted, free of charge, to any person obtaining a copy
338+
of this software and associated documentation files (the "Software"), to deal
339+
in the Software without restriction, including without limitation the rights
340+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
341+
copies of the Software, and to permit persons to whom the Software is
342+
furnished to do so, subject to the following conditions:
343+
344+
The above copyright notice and this permission notice shall be included in
345+
all copies or substantial portions of the Software.
346+
347+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
348+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
349+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
350+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
351+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
352+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
353+
THE SOFTWARE.
354+
229355
--------------------------------------------------------------------------------
230356

231357
Other names and brands may be claimed as the property of others.
358+

0 commit comments

Comments
 (0)