Flatpak Manifest Licensing

2023-05-18 Thread Justin Zobel

Hey Everyone,

As Binary Factory is to be shut down soon we are moving the Flatpak 
manifests to their individual GitLab repositories.


Most of this is fairly simple, however, some GitLab repositories have 
enabled reuse linting (which is great). The Flatpak manifests I have 
come across so far have not had any licensing information included. This 
email is just to start a discussion about what everyone's thoughts are 
about which license to apply for them.


The GitLab CI files are licensed as CC0-1.0 and I'm thinking that this 
might be a suitable license as the Flatpak manifest files are simply 
text files.

# SPDX-FileCopyrightText: None
# SPDX-License-Identifier: CC0-1.0

Let me know your thoughts.

Justin


[ANNOUNCE] CMake 3.26.4 available for download

2023-05-18 Thread John Parent
  We are pleased to announce that CMake 3.26.4 is now available for
download.

Please use the latest release from our download page:
  https://cmake.org/download/

Thanks for your support!


Changes made since CMake 3.26.3:

Ben Boeckel (1):
  FindPython: fix interpreter launcher variable spelling

Brad King (3):
  Help: Remove duplicated word in COMPILE_OPTIONS target property docs
  Ninja: Restore detection of msvc-wine showIncludes prefix
  CMake 3.26.4

Even Rouault (1):
  FindJNI: add Ubuntu specific paths for more recent JDK versions

Marc Chevrier (1):
  Help: CMP0105 policy: clarifications

Robert Maynard (5):
  FindCUDAToolkit: nvptxcompiler_static correctly specify dependencies
  FindCUDAToolkit: Add dependency between cusparse and nvJitLink
  FindCUDAToolkit: Fix nvrtc_static dependencies on Windows
  FindCUDAToolkit: Add missing static library dependencies on pthread and
libdl
  FindCUDAToolkit: Support CUDA version extraction from version.json