Update license to LGPL v2.1.

This commit is contained in:
Józef Kucia
2017-06-16 21:05:54 +02:00
parent 755e368f6b
commit 84889646f6
36 changed files with 887 additions and 526 deletions

26
COPYING
View File

@ -1,20 +1,16 @@
Copyright 2016 Józef Kucia for CodeWeavers Copyright 2016 Józef Kucia for CodeWeavers
Copyright 2016 Henri Verbeet for CodeWeavers Copyright 2016 Henri Verbeet for CodeWeavers
Permission is hereby granted, free of charge, to any person obtaining a copy Vkd3d is free software; you can redistribute it and/or modify it under
of this software and associated documentation files (the "Software"), to deal the terms of the GNU Lesser General Public License as published by the
in the Software without restriction, including without limitation the rights Free Software Foundation; either version 2.1 of the License, or (at
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell your option) any later version.
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 This library is distributed in the hope that it will be useful, but
copies or substantial portions of the Software. WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR You should have received a copy of the GNU Lesser General Public
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, License along with this library; if not, write to the Free Software
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA, 02110-1301 USA.
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.

502
LICENSE Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,23 +1,19 @@
/* /*
* Copyright 2016 Henri Verbeet for CodeWeavers * Copyright 2016 Henri Verbeet for CodeWeavers
* *
* Permission is hereby granted, free of charge, to any person obtaining a * This library is free software; you can redistribute it and/or
* copy of this software and associated documentation files (the "Software"), * modify it under the terms of the GNU Lesser General Public
* to deal in the Software without restriction, including without limitation * License as published by the Free Software Foundation; either
* the rights to use, copy, modify, merge, publish, distribute, sublicense, * version 2.1 of the License, or (at your option) any later version.
* 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 * This library is distributed in the hope that it will be useful,
* all copies or substantial portions of the Software. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU Lesser General Public
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * License along with this library; if not, write to the Free Software
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* 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.
*/ */
/* Hack for MinGW-w64 headers. /* Hack for MinGW-w64 headers.

View File

@ -2,23 +2,19 @@
* Copyright 2016 Józef Kucia for CodeWeavers * Copyright 2016 Józef Kucia for CodeWeavers
* Copyright 2016 Henri Verbeet for CodeWeavers * Copyright 2016 Henri Verbeet for CodeWeavers
* *
* Permission is hereby granted, free of charge, to any person obtaining a * This library is free software; you can redistribute it and/or
* copy of this software and associated documentation files (the "Software"), * modify it under the terms of the GNU Lesser General Public
* to deal in the Software without restriction, including without limitation * License as published by the Free Software Foundation; either
* the rights to use, copy, modify, merge, publish, distribute, sublicense, * version 2.1 of the License, or (at your option) any later version.
* 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 * This library is distributed in the hope that it will be useful,
* all copies or substantial portions of the Software. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU Lesser General Public
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * License along with this library; if not, write to the Free Software
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* 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 <dxgi1_4.h> #include <dxgi1_4.h>

View File

@ -2,23 +2,19 @@
* Copyright 2016 Józef Kucia for CodeWeavers * Copyright 2016 Józef Kucia for CodeWeavers
* Copyright 2016 Henri Verbeet for CodeWeavers * Copyright 2016 Henri Verbeet for CodeWeavers
* *
* Permission is hereby granted, free of charge, to any person obtaining a * This library is free software; you can redistribute it and/or
* copy of this software and associated documentation files (the "Software"), * modify it under the terms of the GNU Lesser General Public
* to deal in the Software without restriction, including without limitation * License as published by the Free Software Foundation; either
* the rights to use, copy, modify, merge, publish, distribute, sublicense, * version 2.1 of the License, or (at your option) any later version.
* 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 * This library is distributed in the hope that it will be useful,
* all copies or substantial portions of the Software. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU Lesser General Public
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * License along with this library; if not, write to the Free Software
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* 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.
*/ */
#define VK_USE_PLATFORM_XCB_KHR #define VK_USE_PLATFORM_XCB_KHR

View File

@ -1,23 +1,19 @@
/* /*
* Copyright 2016 Henri Verbeet for CodeWeavers * Copyright 2016 Henri Verbeet for CodeWeavers
* *
* Permission is hereby granted, free of charge, to any person obtaining a * This library is free software; you can redistribute it and/or
* copy of this software and associated documentation files (the "Software"), * modify it under the terms of the GNU Lesser General Public
* to deal in the Software without restriction, including without limitation * License as published by the Free Software Foundation; either
* the rights to use, copy, modify, merge, publish, distribute, sublicense, * version 2.1 of the License, or (at your option) any later version.
* 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 * This library is distributed in the hope that it will be useful,
* all copies or substantial portions of the Software. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU Lesser General Public
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * License along with this library; if not, write to the Free Software
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* 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.
*/ */
/* /*

View File

@ -1,23 +1,19 @@
/* /*
* Copyright 2016 Henri Verbeet for CodeWeavers * Copyright 2016 Henri Verbeet for CodeWeavers
* *
* Permission is hereby granted, free of charge, to any person obtaining a * This library is free software; you can redistribute it and/or
* copy of this software and associated documentation files (the "Software"), * modify it under the terms of the GNU Lesser General Public
* to deal in the Software without restriction, including without limitation * License as published by the Free Software Foundation; either
* the rights to use, copy, modify, merge, publish, distribute, sublicense, * version 2.1 of the License, or (at your option) any later version.
* 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 * This library is distributed in the hope that it will be useful,
* all copies or substantial portions of the Software. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU Lesser General Public
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * License along with this library; if not, write to the Free Software
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* 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.
*/ */
/* /*

View File

@ -1,23 +1,19 @@
/* /*
* Copyright 2016 Józef Kucia for CodeWeavers * Copyright 2016 Józef Kucia for CodeWeavers
* *
* Permission is hereby granted, free of charge, to any person obtaining a * This library is free software; you can redistribute it and/or
* copy of this software and associated documentation files (the "Software"), * modify it under the terms of the GNU Lesser General Public
* to deal in the Software without restriction, including without limitation * License as published by the Free Software Foundation; either
* the rights to use, copy, modify, merge, publish, distribute, sublicense, * version 2.1 of the License, or (at your option) any later version.
* 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 * This library is distributed in the hope that it will be useful,
* all copies or substantial portions of the Software. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU Lesser General Public
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * License along with this library; if not, write to the Free Software
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* 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.
*/ */
import "vkd3d_windows.h"; import "vkd3d_windows.h";

View File

@ -1,23 +1,19 @@
/* /*
* Copyright 2016 Józef Kucia for CodeWeavers * Copyright 2016 Józef Kucia for CodeWeavers
* *
* Permission is hereby granted, free of charge, to any person obtaining a * This library is free software; you can redistribute it and/or
* copy of this software and associated documentation files (the "Software"), * modify it under the terms of the GNU Lesser General Public
* to deal in the Software without restriction, including without limitation * License as published by the Free Software Foundation; either
* the rights to use, copy, modify, merge, publish, distribute, sublicense, * version 2.1 of the License, or (at your option) any later version.
* 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 * This library is distributed in the hope that it will be useful,
* all copies or substantial portions of the Software. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU Lesser General Public
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * License along with this library; if not, write to the Free Software
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* 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.
*/ */
/* XXX: This is a dummy header required by files generated by widl. */ /* XXX: This is a dummy header required by files generated by widl. */

View File

@ -1,23 +1,19 @@
/* /*
* Copyright 2016 Józef Kucia for CodeWeavers * Copyright 2016 Józef Kucia for CodeWeavers
* *
* Permission is hereby granted, free of charge, to any person obtaining a * This library is free software; you can redistribute it and/or
* copy of this software and associated documentation files (the "Software"), * modify it under the terms of the GNU Lesser General Public
* to deal in the Software without restriction, including without limitation * License as published by the Free Software Foundation; either
* the rights to use, copy, modify, merge, publish, distribute, sublicense, * version 2.1 of the License, or (at your option) any later version.
* 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 * This library is distributed in the hope that it will be useful,
* all copies or substantial portions of the Software. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU Lesser General Public
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * License along with this library; if not, write to the Free Software
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* 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.
*/ */
/* XXX: This is a dummy header required by files generated by widl. */ /* XXX: This is a dummy header required by files generated by widl. */

View File

@ -2,23 +2,19 @@
* Copyright 2016 Józef Kucia for CodeWeavers * Copyright 2016 Józef Kucia for CodeWeavers
* Copyright 2016 Henri Verbeet for CodeWeavers * Copyright 2016 Henri Verbeet for CodeWeavers
* *
* Permission is hereby granted, free of charge, to any person obtaining a * This library is free software; you can redistribute it and/or
* copy of this software and associated documentation files (the "Software"), * modify it under the terms of the GNU Lesser General Public
* to deal in the Software without restriction, including without limitation * License as published by the Free Software Foundation; either
* the rights to use, copy, modify, merge, publish, distribute, sublicense, * version 2.1 of the License, or (at your option) any later version.
* 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 * This library is distributed in the hope that it will be useful,
* all copies or substantial portions of the Software. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU Lesser General Public
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * License along with this library; if not, write to the Free Software
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* 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.
*/ */
import "dxgitype.idl"; import "dxgitype.idl";

View File

@ -2,23 +2,19 @@
* Copyright 2016 Józef Kucia for CodeWeavers * Copyright 2016 Józef Kucia for CodeWeavers
* Copyright 2016 Henri Verbeet for CodeWeavers * Copyright 2016 Henri Verbeet for CodeWeavers
* *
* Permission is hereby granted, free of charge, to any person obtaining a * This library is free software; you can redistribute it and/or
* copy of this software and associated documentation files (the "Software"), * modify it under the terms of the GNU Lesser General Public
* to deal in the Software without restriction, including without limitation * License as published by the Free Software Foundation; either
* the rights to use, copy, modify, merge, publish, distribute, sublicense, * version 2.1 of the License, or (at your option) any later version.
* 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 * This library is distributed in the hope that it will be useful,
* all copies or substantial portions of the Software. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU Lesser General Public
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * License along with this library; if not, write to the Free Software
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* 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.
*/ */
import "dxgi.idl"; import "dxgi.idl";

View File

@ -2,23 +2,19 @@
* Copyright 2016 Józef Kucia for CodeWeavers * Copyright 2016 Józef Kucia for CodeWeavers
* Copyright 2016 Henri Verbeet for CodeWeavers * Copyright 2016 Henri Verbeet for CodeWeavers
* *
* Permission is hereby granted, free of charge, to any person obtaining a * This library is free software; you can redistribute it and/or
* copy of this software and associated documentation files (the "Software"), * modify it under the terms of the GNU Lesser General Public
* to deal in the Software without restriction, including without limitation * License as published by the Free Software Foundation; either
* the rights to use, copy, modify, merge, publish, distribute, sublicense, * version 2.1 of the License, or (at your option) any later version.
* 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 * This library is distributed in the hope that it will be useful,
* all copies or substantial portions of the Software. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU Lesser General Public
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * License along with this library; if not, write to the Free Software
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* 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.
*/ */
import "dxgi1_2.idl"; import "dxgi1_2.idl";

View File

@ -2,23 +2,19 @@
* Copyright 2016 Józef Kucia for CodeWeavers * Copyright 2016 Józef Kucia for CodeWeavers
* Copyright 2016 Henri Verbeet for CodeWeavers * Copyright 2016 Henri Verbeet for CodeWeavers
* *
* Permission is hereby granted, free of charge, to any person obtaining a * This library is free software; you can redistribute it and/or
* copy of this software and associated documentation files (the "Software"), * modify it under the terms of the GNU Lesser General Public
* to deal in the Software without restriction, including without limitation * License as published by the Free Software Foundation; either
* the rights to use, copy, modify, merge, publish, distribute, sublicense, * version 2.1 of the License, or (at your option) any later version.
* 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 * This library is distributed in the hope that it will be useful,
* all copies or substantial portions of the Software. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU Lesser General Public
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * License along with this library; if not, write to the Free Software
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* 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.
*/ */
import "dxgi1_3.idl"; import "dxgi1_3.idl";

View File

@ -1,23 +1,19 @@
/* /*
* Copyright 2016 Józef Kucia for CodeWeavers * Copyright 2016 Józef Kucia for CodeWeavers
* *
* Permission is hereby granted, free of charge, to any person obtaining a * This library is free software; you can redistribute it and/or
* copy of this software and associated documentation files (the "Software"), * modify it under the terms of the GNU Lesser General Public
* to deal in the Software without restriction, including without limitation * License as published by the Free Software Foundation; either
* the rights to use, copy, modify, merge, publish, distribute, sublicense, * version 2.1 of the License, or (at your option) any later version.
* 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 * This library is distributed in the hope that it will be useful,
* all copies or substantial portions of the Software. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU Lesser General Public
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * License along with this library; if not, write to the Free Software
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* 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 __DXGI_BASE_H #ifndef __DXGI_BASE_H

View File

@ -2,23 +2,19 @@
* Copyright 2016 Józef Kucia for CodeWeavers * Copyright 2016 Józef Kucia for CodeWeavers
* Copyright 2016 Henri Verbeet for CodeWeavers * Copyright 2016 Henri Verbeet for CodeWeavers
* *
* Permission is hereby granted, free of charge, to any person obtaining a * This library is free software; you can redistribute it and/or
* copy of this software and associated documentation files (the "Software"), * modify it under the terms of the GNU Lesser General Public
* to deal in the Software without restriction, including without limitation * License as published by the Free Software Foundation; either
* the rights to use, copy, modify, merge, publish, distribute, sublicense, * version 2.1 of the License, or (at your option) any later version.
* 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 * This library is distributed in the hope that it will be useful,
* all copies or substantial portions of the Software. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU Lesser General Public
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * License along with this library; if not, write to the Free Software
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* 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.
*/ */
import "vkd3d_windows.h"; import "vkd3d_windows.h";

View File

@ -1,23 +1,19 @@
/* /*
* Copyright 2016 Józef Kucia for CodeWeavers * Copyright 2016 Józef Kucia for CodeWeavers
* *
* Permission is hereby granted, free of charge, to any person obtaining a * This library is free software; you can redistribute it and/or
* copy of this software and associated documentation files (the "Software"), * modify it under the terms of the GNU Lesser General Public
* to deal in the Software without restriction, including without limitation * License as published by the Free Software Foundation; either
* the rights to use, copy, modify, merge, publish, distribute, sublicense, * version 2.1 of the License, or (at your option) any later version.
* 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 * This library is distributed in the hope that it will be useful,
* all copies or substantial portions of the Software. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU Lesser General Public
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * License along with this library; if not, write to the Free Software
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* 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 __VKD3D_COMMON_H #ifndef __VKD3D_COMMON_H

View File

@ -1,23 +1,19 @@
/* /*
* Copyright 2016 Józef Kucia for CodeWeavers * Copyright 2016 Józef Kucia for CodeWeavers
* *
* Permission is hereby granted, free of charge, to any person obtaining a * This library is free software; you can redistribute it and/or
* copy of this software and associated documentation files (the "Software"), * modify it under the terms of the GNU Lesser General Public
* to deal in the Software without restriction, including without limitation * License as published by the Free Software Foundation; either
* the rights to use, copy, modify, merge, publish, distribute, sublicense, * version 2.1 of the License, or (at your option) any later version.
* 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 * This library is distributed in the hope that it will be useful,
* all copies or substantial portions of the Software. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU Lesser General Public
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * License along with this library; if not, write to the Free Software
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* 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 __VKD3D_DEBUG_H #ifndef __VKD3D_DEBUG_H

View File

@ -1,23 +1,19 @@
/* /*
* Copyright 2016 Józef Kucia for CodeWeavers * Copyright 2016 Józef Kucia for CodeWeavers
* *
* Permission is hereby granted, free of charge, to any person obtaining a * This library is free software; you can redistribute it and/or
* copy of this software and associated documentation files (the "Software"), * modify it under the terms of the GNU Lesser General Public
* to deal in the Software without restriction, including without limitation * License as published by the Free Software Foundation; either
* the rights to use, copy, modify, merge, publish, distribute, sublicense, * version 2.1 of the License, or (at your option) any later version.
* 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 * This library is distributed in the hope that it will be useful,
* all copies or substantial portions of the Software. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU Lesser General Public
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * License along with this library; if not, write to the Free Software
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* 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 __VKD3D_MEMORY_H #ifndef __VKD3D_MEMORY_H

View File

@ -1,23 +1,19 @@
/* /*
* Copyright 2016 Józef Kucia for CodeWeavers * Copyright 2016 Józef Kucia for CodeWeavers
* *
* Permission is hereby granted, free of charge, to any person obtaining a * This library is free software; you can redistribute it and/or
* copy of this software and associated documentation files (the "Software"), * modify it under the terms of the GNU Lesser General Public
* to deal in the Software without restriction, including without limitation * License as published by the Free Software Foundation; either
* the rights to use, copy, modify, merge, publish, distribute, sublicense, * version 2.1 of the License, or (at your option) any later version.
* 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 * This library is distributed in the hope that it will be useful,
* all copies or substantial portions of the Software. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU Lesser General Public
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * License along with this library; if not, write to the Free Software
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* 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 __VKD3D_TEST_H #ifndef __VKD3D_TEST_H

Some files were not shown because too many files have changed in this diff Show More