mirror of
				https://codeberg.org/hako/Rosenthal.git
				synced 2025-11-04 11:44:48 +00:00 
			
		
		
		
	$ reuse lint # SUMMARY * Bad licenses: 0 * Deprecated licenses: 0 * Licenses without file extension: 0 * Missing licenses: 0 * Unused licenses: 0 * Used licenses: GPL-3.0-or-later, CC0-1.0 * Read errors: 0 * Files with copyright information: 25 / 25 * Files with license information: 25 / 25 Congratulations! Your project is compliant with version 3.3 of the REUSE Specification :-)
		
			
				
	
	
		
			11 lines
		
	
	
		
			261 B
		
	
	
	
		
			Scheme
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			261 B
		
	
	
	
		
			Scheme
		
	
	
	
	
	
;; -*- mode: scheme -*-
 | 
						|
;; SPDX-FileCopyrightText: 2022, 2023 Hilton Chain <hako@ultrarare.space>
 | 
						|
;;
 | 
						|
;; SPDX-License-Identifier: CC0-1.0
 | 
						|
 | 
						|
(channel
 | 
						|
 (version 0)
 | 
						|
 (keyring-reference "keyring")
 | 
						|
 (url "https://codeberg.org/hako/rosenthal.git")
 | 
						|
 (news-file "NEWS"))
 |