@@ -165,6 +165,30 @@ $sb = New-Object System.Text.StringBuilder
165165
166166$null = $sb.AppendLine (' unit DelphiCompilerVersions;' )
167167$null = $sb.AppendLine ()
168+ $null = $sb.AppendLine (' (*-----------------------------------------------------------------------------' )
169+ $null = $sb.AppendLine (' delphi-compiler-versions' )
170+ $null = $sb.AppendLine ()
171+ $null = $sb.AppendLine (' Canonical Delphi compiler version mapping based on official VER### symbols.' )
172+ $null = $sb.AppendLine (' Provides a single source of truth for version detection in Delphi tooling.' )
173+ $null = $sb.AppendLine (' Permissively licensed for unrestricted use in commercial and open-source projects.' )
174+ $null = $sb.AppendLine ()
175+ $null = $sb.AppendLine (' Auto-generated file. Do not edit manually; update the canonical source instead.' )
176+ $null = $sb.AppendLine ()
177+ $null = $sb.AppendLine (' Project repository:' )
178+ $null = $sb.AppendLine (' https://github.com/continuous-delphi/delphi-compiler-versions' )
179+ $null = $sb.AppendLine ()
180+ $null = $sb.AppendLine (" Part of Continuous-Delphi: Strengthening Delphi's continued success" )
181+ $null = $sb.AppendLine (' https://github.com/continuous-delphi' )
182+ $null = $sb.AppendLine ()
183+ $null = $sb.AppendLine (' Compiler version data also used by the PowerShell toolchain discovery tool:' )
184+ $null = $sb.AppendLine (' https://github.com/continuous-delphi/delphi-inspect' )
185+ $null = $sb.AppendLine ()
186+ $null = $sb.AppendLine (' Copyright (c) 2026 Darian Miller' )
187+ $null = $sb.AppendLine (' Licensed under the MIT License.' )
188+ $null = $sb.AppendLine (' https://opensource.org/licenses/MIT' )
189+ $null = $sb.AppendLine (' SPDX-License-Identifier: MIT' )
190+ $null = $sb.AppendLine (' -----------------------------------------------------------------------------*)' )
191+ $null = $sb.AppendLine ()
168192$null = $sb.AppendLine (' interface' )
169193$null = $sb.AppendLine ()
170194$null = $sb.AppendLine (' type' )
0 commit comments