Skip to content
Snippets Groups Projects
Commit 45b84e20 authored by Carl Philipp Klemm's avatar Carl Philipp Klemm
Browse files

relitcense

parent 95566255
No related branches found
No related tags found
No related merge requests found
<!--
Copyright (c) 2023 Carl Klemm <carl@uvos.xyz>
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* 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.
* Neither the name of %ORGANIZATION% nor the names of its contributors may be
used to endorse or promote products derived from this software without specific
prior written permission.
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 COPYRIGHT OWNER OR CONTRIBUTORS 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.
-->
<doxygenlayout version="1.0"> <doxygenlayout version="1.0">
<!-- Generated by doxygen 1.9.3 --> <!-- Generated by doxygen 1.9.3 -->
<!-- Navigation index tabs for HTML output --> <!-- Navigation index tabs for HTML output -->
......
...@@ -40,5 +40,5 @@ int main(int argc, char* argv[]) ...@@ -40,5 +40,5 @@ int main(int argc, char* argv[])
@endcode @endcode
//----------------------------------------------------------- //-----------------------------------------------------------
libeismultiplexer is licensed to you under the Apache License, Version 2.0 libeismultiplexer is licensed to you under the BSD-3-CLAUSE license
*/ */
/** /* * Copyright (c) 2023 Carl Klemm <carl@uvos.xyz>
* Copyright (C) 2023 Carl Klemm * All rights reserved.
* *
* This program is free software; you can redistribute it and/or * Redistribution and use in source and binary forms, with or without modification,
* modify it under the terms of the GNU General Public License * are permitted provided that the following conditions are met:
* version 3 as published by the Free Software Foundation.
* *
* This program is distributed in the hope that it will be useful, * * Redistributions of source code must retain the above copyright notice, this
* but WITHOUT ANY WARRANTY; without even the implied warranty of * list of conditions and the following disclaimer.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * Redistributions in binary form must reproduce the above copyright notice,
* GNU General Public License for more details. * this list of conditions and the following disclaimer in the documentation and/or
* other materials provided with the distribution.
* * Neither the name of %ORGANIZATION% nor the names of its contributors may be
* used to endorse or promote products derived from this software without specific
* prior written permission.
* *
* You should have received a copy of the GNU General Public License * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* along with this program; if not, write to the * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* Boston, MA 02110-1301, USA. * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS 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.
*/ */
#define _POSIX_C_SOURCE 199309L #define _POSIX_C_SOURCE 199309L
......
/** /* * Copyright (c) 2023 Carl Klemm <carl@uvos.xyz>
* Copyright (C) 2023 Carl Klemm * All rights reserved.
* *
* This program is free software; you can redistribute it and/or * Redistribution and use in source and binary forms, with or without modification,
* modify it under the terms of the GNU General Public License * are permitted provided that the following conditions are met:
* version 3 as published by the Free Software Foundation.
* *
* This program is distributed in the hope that it will be useful, * * Redistributions of source code must retain the above copyright notice, this
* but WITHOUT ANY WARRANTY; without even the implied warranty of * list of conditions and the following disclaimer.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * Redistributions in binary form must reproduce the above copyright notice,
* GNU General Public License for more details. * this list of conditions and the following disclaimer in the documentation and/or
* other materials provided with the distribution.
* * Neither the name of %ORGANIZATION% nor the names of its contributors may be
* used to endorse or promote products derived from this software without specific
* prior written permission.
* *
* You should have received a copy of the GNU General Public License * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* along with this program; if not, write to the * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* Boston, MA 02110-1301, USA. * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS 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.
*/ */
#pragma once #pragma once
......
/** /* * Copyright (c) 2023 Carl Klemm <carl@uvos.xyz>
* libeismultiplexer * All rights reserved.
* Copyright (C) 2023 Carl Klemm
* *
* This program is free software; you can redistribute it and/or * Redistribution and use in source and binary forms, with or without modification,
* modify it under the terms of the GNU General Public License * are permitted provided that the following conditions are met:
* version 3 as published by the Free Software Foundation.
* *
* This program is distributed in the hope that it will be useful, * * Redistributions of source code must retain the above copyright notice, this
* but WITHOUT ANY WARRANTY; without even the implied warranty of * list of conditions and the following disclaimer.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * Redistributions in binary form must reproduce the above copyright notice,
* GNU General Public License for more details. * this list of conditions and the following disclaimer in the documentation and/or
* other materials provided with the distribution.
* * Neither the name of %ORGANIZATION% nor the names of its contributors may be
* used to endorse or promote products derived from this software without specific
* prior written permission.
* *
* You should have received a copy of the GNU General Public License * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* along with this program; if not, write to the * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* Boston, MA 02110-1301, USA. * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS 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.
*/ */
#include <stdio.h> #include <stdio.h>
......
/** /* * Copyright (c) 2023 Carl Klemm <carl@uvos.xyz>
* Copyright (C) 2023 Carl Klemm * All rights reserved.
* *
* This program is free software; you can redistribute it and/or * Redistribution and use in source and binary forms, with or without modification,
* modify it under the terms of the GNU General Public License * are permitted provided that the following conditions are met:
* version 3 as published by the Free Software Foundation.
* *
* This program is distributed in the hope that it will be useful, * * Redistributions of source code must retain the above copyright notice, this
* but WITHOUT ANY WARRANTY; without even the implied warranty of * list of conditions and the following disclaimer.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * Redistributions in binary form must reproduce the above copyright notice,
* GNU General Public License for more details. * this list of conditions and the following disclaimer in the documentation and/or
* other materials provided with the distribution.
* * Neither the name of %ORGANIZATION% nor the names of its contributors may be
* used to endorse or promote products derived from this software without specific
* prior written permission.
* *
* You should have received a copy of the GNU General Public License * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* along with this program; if not, write to the * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* Boston, MA 02110-1301, USA. * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS 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.
*/ */
#include "usbshm.h" #include "usbshm.h"
......
/** /* * Copyright (c) 2023 Carl Klemm <carl@uvos.xyz>
* Copyright (C) 2023 Carl Klemm * All rights reserved.
* *
* This program is free software; you can redistribute it and/or * Redistribution and use in source and binary forms, with or without modification,
* modify it under the terms of the GNU General Public License * are permitted provided that the following conditions are met:
* version 3 as published by the Free Software Foundation.
* *
* This program is distributed in the hope that it will be useful, * * Redistributions of source code must retain the above copyright notice, this
* but WITHOUT ANY WARRANTY; without even the implied warranty of * list of conditions and the following disclaimer.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * Redistributions in binary form must reproduce the above copyright notice,
* GNU General Public License for more details. * this list of conditions and the following disclaimer in the documentation and/or
* other materials provided with the distribution.
* * Neither the name of %ORGANIZATION% nor the names of its contributors may be
* used to endorse or promote products derived from this software without specific
* prior written permission.
* *
* You should have received a copy of the GNU General Public License * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* along with this program; if not, write to the * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* Boston, MA 02110-1301, USA. * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS 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.
*/ */
#include <libusb-1.0/libusb.h> #include <libusb-1.0/libusb.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment