File tree Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ /* Copyright (c) 2024 Peter Conrad, All Rights Reserved
2+ *
3+ * The contents of this file is dual-licensed under 2
4+ * alternative Open Source/Free licenses: LGPL 2.1 or later and
5+ * Apache License 2.0. (starting with JNA version 4.0.0).
6+ *
7+ * You can freely decide which license you want to apply to
8+ * the project.
9+ *
10+ * You may obtain a copy of the LGPL License at:
11+ *
12+ * http://www.gnu.org/licenses/licenses.html
13+ *
14+ * A copy is also included in the downloadable source code package
15+ * containing JNA, in file "LGPL2.1".
16+ *
17+ * You may obtain a copy of the Apache License at:
18+ *
19+ * http://www.apache.org/licenses/
20+ *
21+ * A copy is also included in the downloadable source code package
22+ * containing JNA, in file "AL2.0".
23+ */
124package com .sun .jna ;
225
326import com .sun .jna .internal .MasterAccessor ;
Original file line number Diff line number Diff line change 1+ /* Copyright (c) 2024 Peter Conrad, All Rights Reserved
2+ *
3+ * The contents of this file is dual-licensed under 2
4+ * alternative Open Source/Free licenses: LGPL 2.1 or later and
5+ * Apache License 2.0. (starting with JNA version 4.0.0).
6+ *
7+ * You can freely decide which license you want to apply to
8+ * the project.
9+ *
10+ * You may obtain a copy of the LGPL License at:
11+ *
12+ * http://www.gnu.org/licenses/licenses.html
13+ *
14+ * A copy is also included in the downloadable source code package
15+ * containing JNA, in file "LGPL2.1".
16+ *
17+ * You may obtain a copy of the Apache License at:
18+ *
19+ * http://www.apache.org/licenses/
20+ *
21+ * A copy is also included in the downloadable source code package
22+ * containing JNA, in file "AL2.0".
23+ */
124package com .sun .jna .internal ;
225
326import java .util .Set ;
You can’t perform that action at this time.
0 commit comments