Adjust headers
Alpine 3.24 Success
Arch Linux AUR Success

This commit is contained in:
2026-08-29 07:24:44 +02:00
parent 0e74ae914f
commit 3abbfbd890
120 changed files with 121 additions and 121 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ if (BUILD_TESTING)
add_subdirectory(tests)
endif()
set(CPACK_PACKAGE_VENDOR "The dawn Authors")
set(CPACK_PACKAGE_VENDOR "The Dawn Authors")
set(CPACK_PACKAGE_CONTACT "Přemysl Eric Janouch <p@janouch.name>")
set(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
set(CPACK_GENERATOR ZIP)
+1 -1
View File
@@ -1,7 +1,7 @@
#
# embed-shader.cmake: glslang SPIR-V compile + uint32_t header embed
#
# Copyright The dawn Authors
# Copyright The Dawn Authors
# SPDX-License-Identifier: MPL-2.0
#
# dawn_embed_shader(<target> <src> <symbol> [glslang args...])
+1 -1
View File
@@ -1,7 +1,7 @@
#
# embed-spirv.cmake: embed a SPIR-V binary as a C++ uint32_t array header
#
# Copyright The dawn Authors
# Copyright The Dawn Authors
# SPDX-License-Identifier: MPL-2.0
#
# Usage: cmake -DINPUT=foo.spv -DOUTPUT=foo-spv.h -DSYMBOL=foo_spv -P embed-spirv.cmake
+1 -1
View File
@@ -1,7 +1,7 @@
#
# lxdr-generate.cmake: build-time LibertyXDR C++ header generation
#
# Copyright The dawn Authors
# Copyright The Dawn Authors
# SPDX-License-Identifier: MPL-2.0
#
# lxdr_generate(<out_header> <namespace> <prefix_camel> <lxdr>...)
+1 -1
View File
@@ -1,7 +1,7 @@
//
// dawn-config.h.in: build-time feature macros
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+2 -2
View File
@@ -13,12 +13,12 @@
Language='1033'
Codepage='1252'
Version='@PROJECT_VERSION@'
Manufacturer='The dawn Authors'>
Manufacturer='The Dawn Authors'>
<Package Id='*'
Keywords='Installer,Image,Browser'
Description='$(var.FullName) Installer'
Manufacturer='The dawn Authors'
Manufacturer='The Dawn Authors'
InstallerVersion='200'
Compressed='yes'
Languages='1033'
+1 -1
View File
@@ -177,7 +177,7 @@ if (APPLE)
MACOSX_BUNDLE_BUNDLE_NAME "${PROJECT_NAME}"
MACOSX_BUNDLE_SHORT_VERSION_STRING "${PROJECT_VERSION}"
MACOSX_BUNDLE_BUNDLE_VERSION "${PROJECT_VERSION}"
MACOSX_BUNDLE_COPYRIGHT "The dawn Authors"
MACOSX_BUNDLE_COPYRIGHT "The Dawn Authors"
)
else()
include(IconUtils)
+1 -1
View File
@@ -1,7 +1,7 @@
//
// action.cpp: shared action table (labels, keys, menus)
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// action.hpp: shared action table (labels, keys, menus)
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// app-menu-macos.hpp: native macOS application menu
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// app-menu-macos.mm: append to Qt Cocoa's QCocoaMenuLoader bar
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// app.cpp: process-wide Vulkan, GPU, and top-level windows
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// app.hpp: process-wide Vulkan, GPU, and top-level windows
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// assoc-macos.mm: Launch Services Open With (UTI from the file, not MIME)
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// assoc-unix.cpp: XDG MIME Applications Open With (filename types, no GIO)
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// assoc-windows.cpp: IAssocHandler Open With (extension from the path)
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// assoc.hpp: native Open With handlers for a file path
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// display-profile-linux.cpp: display ICC via a long-lived colord session
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// display-profile-macos.mm: display ICC via ColorSync
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// display-profile-windows.cpp: display ICC via Windows ICM
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// display-profile.cpp: process-wide display ICC watch
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// display-profile.hpp: display ICC profile lookup
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,6 +1,6 @@
// gen-icon.swift: generate a program icon for dn in the Apple icon format
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
// As an odd regression, AppKit may be necessary for JIT linking.
+1 -1
View File
@@ -1,7 +1,7 @@
//
// gpu.cpp: shared Vulkan device and queue
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// gpu.hpp: shared Vulkan device and queue
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// instance.cpp: Qt adapter for dn single-instance IPC
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// instance.hpp: Qt adapter for dn single-instance IPC
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// kit-browser.cpp: directory browser
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// kit-browser.hpp: directory browser
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// kit-chrome.cpp: non-generic widgets
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// kit-chrome.hpp: non-generic widgets
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// kit-cie-diagram.cpp: CIE 1931 xy sidebar widget
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// kit-cie-diagram.hpp: CIE 1931 xy sidebar widget
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// kit-viewer.cpp: image view (document, overlay chrome, view input)
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// kit-viewer.hpp: image view (document, overlay chrome, view input)
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// kit.cpp: Vulkan overlay kit and atlas engine
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// kit.hpp: Vulkan overlay kit and atlas engine
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// main.cpp: dn image viewer entry point
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// overlay.cpp: tinted textured-quad overlay on dn's Vulkan device
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// overlay.hpp: tinted textured-quad overlay on dn's Vulkan device
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// renderer.cpp: Vulkan image renderer
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// renderer.hpp: Vulkan image renderer
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// sheet.cpp: CPU shelf atlas (overlay glyphs / photo thumbs)
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// sheet.hpp: CPU shelf atlas (overlay glyphs / photo thumbs)
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// thumbnail-cache.cpp: shared thumbnail-spec cache
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// thumbnail-cache.hpp: shared thumbnail-spec cache
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// thumbnailer.cpp: process-wide thumbnail execution
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// thumbnailer.hpp: process-wide thumbnail execution
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// types.hpp: shared viewer types
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// url.cpp: URL identity for files and directories
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// url.hpp: URL identity for files and directories
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// wayland-color-bridge.cpp: Wayland color-management-v1 bridge
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// wayland-color-bridge.hpp: Wayland color-management-v1 bridge
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// wayland-window.cpp: Wayland-specific viewer window
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// wayland-window.hpp: Wayland-specific viewer window
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// window-appearance-macos.hpp: sync a window's native titlebar to dark mode
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// window-appearance-macos.mm: sync a window's native titlebar to dark mode
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// window.cpp: colour-managed image viewer window (shell)
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// window.hpp: colour-managed image viewer window (shell)
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// xdg.cpp: shared-mime-info subclasses + globs (no GLib)
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// xdg.hpp: shared-mime-info glob filtering (filename, not content)
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// encode-webp.cpp: WebP thumbnail encoding
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// encode-webp.hpp: WebP thumbnail encoding
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// main.cpp: dnthumbd thumbnail daemon entry point
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// orient.cpp: EXIF orientation bake-in
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// orient.hpp: EXIF orientation bake-in
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// common.lxdr: shared LibertyXDR types for Dawn IPC
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// instance.lxdr: dn single-instance IPC envelope
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,6 +1,6 @@
# lxdrgen-cpp.awk: C++20 LibertyXDR backend for lxdrgen.awk.
#
# Copyright The dawn Authors
# Copyright The Dawn Authors
# SPDX-License-Identifier: MPL-2.0
#
# Usage: env LC_ALL=C awk -f lxdrgen.awk -f lxdrgen-cpp.awk \
+1 -1
View File
@@ -1,7 +1,7 @@
//
// ipc-instance.cpp: the dn single-instance service
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// ipc-instance.hpp: the dn single-instance service
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// ipc-rpc.cpp: service-independent RPC core
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// ipc-rpc.hpp: service-independent RPC core
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// ipc-unix.cpp: readiness-based IPC transport over Unix sockets
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// ipc-windows.cpp: completion-based IPC transport over named pipes
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// ipc.cpp: LibertyXDR encoder/decoder and framed connection
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// ipc.hpp: LibertyXDR encoder/decoder and framed connection
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// libdn-loaders.h: internal loader entry points
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// libdn.cpp: image loading and colour management
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// libdn.h: image loading and colour management
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// libdnvk.h: Vulkan scaler API
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// load-gdkpixbuf.cpp: last-resort image loading via gdk-pixbuf
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// load-glycin.cpp: sandboxed image loading via glycin
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// load-heif.cpp: HEIF/AVIF image loader (libheif)
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// load-jpeg.cpp: JPEG image loader (libjpeg-turbo)
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// load-jxl.cpp: JPEG XL image loader (libjxl)
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// load-libraw.cpp: raw camera image loader (LibRaw)
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// load-librsvg.cpp: SVG image loading via librsvg (GLib + Cairo allowed here)
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// load-openjpeg.cpp: JPEG 2000 image loader (OpenJPEG)
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// load-resvg.cpp: SVG image loading via resvg (no GLib dependency)
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// load-tiff-ep.cpp: TIFF/EP + DNG embedded JPEG preview loader
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// load-tiff.cpp: general TIFF image loading (libtiff)
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// load-webp.cpp: WebP image loading (still and animated)
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// load-wuffs.cpp: BMP/GIF/NIE/PNG/PNM/QOI/TGA/WBMP loading via Wuffs
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// load-xcursor.cpp: Xcursor image loading
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// scale-engine.cpp: shared H→V tile scale engine
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// scale-engine.hpp: shared H→V tile scale engine
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// scale-scaler.cpp: headless Vulkan scaler
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// thumb-scaler.cpp: batched buffer-backed GPU thumbnail rescale
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//
+1 -1
View File
@@ -1,7 +1,7 @@
//
// thumb-scaler.hpp: batched GPU thumbnail rescale
//
// Copyright The dawn Authors
// Copyright The Dawn Authors
// SPDX-License-Identifier: MPL-2.0
//

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