mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 15:52:39 +03:00
989aa4b7d7
The reports will now be sent to the legal team for review.
81 lines
2.2 KiB
Plaintext
81 lines
2.2 KiB
Plaintext
/* Copyright (c) 2018 Matthias Bläsing
|
|
|
|
/* Copyright (c) 2009 Timothy Wall, All Rights Reserved
|
|
|
|
/* Copyright (c) 2017 Matthias Bläsing, All Rights Reserved
|
|
|
|
/* Copyright (c) 2007 Timothy Wall, All Rights Reserved
|
|
|
|
Copyright 2007 Timothy Wall
|
|
|
|
/* Copyright (c) 2012 Timothy Wall, All Rights Reserved
|
|
|
|
/* Copyright (c) 2007-2008 Timothy Wall, All Rights Reserved
|
|
|
|
/* Copyright (c) 2011 Timothy Wall, All Rights Reserved
|
|
|
|
Copyright (c) 2007 Timothy Wall
|
|
|
|
/* Copyright (c) 2007-2015 Timothy Wall, All Rights Reserved
|
|
|
|
/* Copyright (c) 2019 Matthias Bläsing, All Rights Reserved
|
|
|
|
/* Copyright (c) 2007-2012 Timothy Wall, All Rights Reserved
|
|
|
|
-------------
|
|
|
|
/*
|
|
* Copyright (c) 2007 Wayne Meissner, All Rights Reserved
|
|
*
|
|
* The contents of this file is dual-licensed under 2
|
|
* alternative Open Source/Free licenses: LGPL 2.1 or later and
|
|
* Apache License 2.0. (starting with JNA version 4.0.0).
|
|
*
|
|
* You can freely decide which license you want to apply to
|
|
* the project.
|
|
*
|
|
* You may obtain a copy of the LGPL License at:
|
|
*
|
|
* http://www.gnu.org/licenses/licenses.html
|
|
*
|
|
* A copy is also included in the downloadable source code package
|
|
* containing JNA, in file "LGPL2.1".
|
|
*
|
|
* You may obtain a copy of the Apache License at:
|
|
*
|
|
* http://www.apache.org/licenses/
|
|
*
|
|
* A copy is also included in the downloadable source code package
|
|
* containing JNA, in file "AL2.0".
|
|
*/
|
|
|
|
/* Copyright (c) 2007 Wayne Meissner, All Rights Reserved
|
|
* Copyright (c) 2007-2013 Timothy Wall, All Rights Reserved
|
|
*
|
|
* The contents of this file is dual-licensed under 2
|
|
* alternative Open Source/Free licenses: LGPL 2.1 or later and
|
|
* Apache License 2.0. (starting with JNA version 4.0.0).
|
|
*
|
|
* You can freely decide which license you want to apply to
|
|
* the project.
|
|
*
|
|
* You may obtain a copy of the LGPL License at:
|
|
*
|
|
* http://www.gnu.org/licenses/licenses.html
|
|
*
|
|
* A copy is also included in the downloadable source code package
|
|
* containing JNA, in file "LGPL2.1".
|
|
*
|
|
* You may obtain a copy of the Apache License at:
|
|
*
|
|
* http://www.apache.org/licenses/
|
|
*
|
|
* A copy is also included in the downloadable source code package
|
|
* containing JNA, in file "AL2.0".
|
|
*/
|
|
|
|
(We are choosing the Apache license for this component.)
|
|
|
|
-------------
|
|
|