Re: [PATCH 1/1] pylibfdt: correct license information

2025-06-10 Thread Heinrich Schuchardt
On 10.06.25 15:12, Quentin Schulz wrote: Hi Heinrich, On 6/10/25 1:17 PM, Heinrich Schuchardt wrote: On 10.06.25 12:53, Quentin Schulz wrote: Hi Heinrich, On 6/7/25 1:32 PM, Heinrich Schuchardt wrote: Setuptools 78.1.1 shows warnings: * Pattern 'GPL' did not match any files. * Pattern 'BSD-

Re: [PATCH 1/1] pylibfdt: correct license information

2025-06-10 Thread Quentin Schulz
Hi Heinrich, On 6/10/25 1:17 PM, Heinrich Schuchardt wrote: On 10.06.25 12:53, Quentin Schulz wrote: Hi Heinrich, On 6/7/25 1:32 PM, Heinrich Schuchardt wrote: Setuptools 78.1.1 shows warnings: * Pattern 'GPL' did not match any files. * Pattern 'BSD-2-Clause' did not match any files. * Setup

Re: [PATCH 1/1] pylibfdt: correct license information

2025-06-10 Thread Heinrich Schuchardt
On 10.06.25 12:53, Quentin Schulz wrote: Hi Heinrich, On 6/7/25 1:32 PM, Heinrich Schuchardt wrote: Setuptools 78.1.1 shows warnings: * Pattern 'GPL' did not match any files. * Pattern 'BSD-2-Clause' did not match any files. * SetuptoolsDeprecationWarning: License classifiers are deprecated.

Re: [PATCH 1/1] pylibfdt: correct license information

2025-06-10 Thread Quentin Schulz
Hi Heinrich, On 6/7/25 1:32 PM, Heinrich Schuchardt wrote: Setuptools 78.1.1 shows warnings: * Pattern 'GPL' did not match any files. * Pattern 'BSD-2-Clause' did not match any files. * SetuptoolsDeprecationWarning: License classifiers are deprecated. Cf. https://packaging.python.org/en/lates

Re: [PATCH 1/1] pylibfdt: correct license information

2025-06-09 Thread Tom Rini
On Sat, 07 Jun 2025 13:32:17 +0200, Heinrich Schuchardt wrote: > Setuptools 78.1.1 shows warnings: > > * Pattern 'GPL' did not match any files. > * Pattern 'BSD-2-Clause' did not match any files. > * SetuptoolsDeprecationWarning: License classifiers are deprecated. > > Cf. > https://packaging.p

Re: [PATCH 1/1] pylibfdt: correct license information

2025-06-09 Thread Bryan Brattlof
On June 7, 2025 thus sayeth Heinrich Schuchardt: > Setuptools 78.1.1 shows warnings: > > * Pattern 'GPL' did not match any files. > * Pattern 'BSD-2-Clause' did not match any files. > * SetuptoolsDeprecationWarning: License classifiers are deprecated. > > Cf. > https://packaging.python.org/en/l

Re: [PATCH 1/1] pylibfdt: correct license information

2025-06-07 Thread Tom Rini
On Sat, Jun 07, 2025 at 01:32:17PM +0200, Heinrich Schuchardt wrote: > Setuptools 78.1.1 shows warnings: > > * Pattern 'GPL' did not match any files. > * Pattern 'BSD-2-Clause' did not match any files. > * SetuptoolsDeprecationWarning: License classifiers are deprecated. > > Cf. > https://packa