XR packaging for Fedora Atomic

Add license info

matrixfurry.com cf7e751f 38914f84

verified
+20
+2
Formula/atomicxr-cli.rb
··· 1 + # SPDX-License-Identifier: AGPL-3.0-only 2 + # Copyright (c) 2025 Shiloh Fen <shiloh@shilohfen.com> 1 3 class AtomicxrCli < Formula 2 4 desc "Utilities for XR on Fedora Atomic Desktops and Universal Blue" 3 5 homepage "https://codeberg.org/shiloh/atomic-xr"
+2
Formula/libpipewire.rb
··· 1 + # SPDX-License-Identifier: AGPL-3.0-only 2 + # Copyright (c) 2025 Shiloh Fen <shiloh@shilohfen.com> 1 3 class Libpipewire < Formula 2 4 desc "User space API to deal with multimedia pipelines (libraries only)" 3 5 homepage "https://pipewire.org/"
+2
Formula/motoc.rb
··· 1 + # SPDX-License-Identifier: AGPL-3.0-only 2 + # Copyright (c) 2025 Shiloh Fen <shiloh@shilohfen.com> 1 3 class Motoc < Formula 2 4 desc "Monado Tracking Origin Calibrator" 3 5 homepage "https://github.com/galister/motoc"
+2
Formula/openxr-generated.rb
··· 1 + # SPDX-License-Identifier: AGPL-3.0-only 2 + # Copyright (c) 2025 Shiloh Fen <shiloh@shilohfen.com> 1 3 class OpenxrGenerated < Formula 2 4 desc "Generated headers and sources for OpenXR loader" 3 5 homepage "https://khronos.org/openxr"
+2
Formula/oscavmgr.rb
··· 1 + # SPDX-License-Identifier: AGPL-3.0-only 2 + # Copyright (c) 2025 Shiloh Fen <shiloh@shilohfen.com> 1 3 class Oscavmgr < Formula 2 4 desc "Face tracking & utilities for Resonite and VRC" 3 5 homepage "https://github.com/galister/oscavmgr"
+2
Formula/vrc-advert.rb
··· 1 + # SPDX-License-Identifier: AGPL-3.0-only 2 + # Copyright (c) 2025 Shiloh Fen <shiloh@shilohfen.com> 1 3 class VrcAdvert < Formula 2 4 desc "Advertise your OSC app through OSCQuery" 3 5 homepage "https://github.com/galister/VrcAdvert"
+2
Formula/wayvr-dashboard.rb
··· 1 + # SPDX-License-Identifier: AGPL-3.0-only 2 + # Copyright (c) 2025 Shiloh Fen <shiloh@shilohfen.com> 1 3 class WayvrDashboard < Formula 2 4 desc "Launch desktop applications and games within VR (wlx-overlay-s addon)" 3 5 homepage "https://oo8.dev/wayvr_dashboard"
+2
Formula/wlx-overlay-s.rb
··· 1 + # SPDX-License-Identifier: AGPL-3.0-only 2 + # Copyright (c) 2025 Shiloh Fen <shiloh@shilohfen.com> 1 3 class WlxOverlayS < Formula 2 4 desc "Access your Wayland desktop from Monado/WiVRn" 3 5 homepage "https://github.com/galister/wlx-overlay-s"
+4
README.md
··· 21 21 `/home/linuxbrew/.linuxbrew/share/X11/xkb`. This will happen if the `xorg-server` formula is installed. 22 22 23 23 To fix this, run `brew unlink xkeyboard-config; brew link xkeyboard-config --overwrite` 24 + 25 + ## License ## 26 + 27 + The Formulae and scripts in this repo are licensed under the AGPL 3.0 (no later version).