Skip to content

Commit ac0a97c

Browse files
committed
bump copyright year
1 parent 85a36f1 commit ac0a97c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+45
-65
lines changed

Sempare.Template.Pkg.dpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* https://github.com/sempare/sempare-delphi-template-engine *
1313
****************************************************************************************************
1414
* *
15-
* Copyright (c) 2019-2024 Sempare Limited *
15+
* Copyright (c) 2019-2025 Sempare Limited *
1616
* *
1717
* Contact: info@sempare.ltd *
1818
* *

Sempare.Template.Tester.dpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* https://github.com/sempare/sempare-delphi-template-engine *
1313
****************************************************************************************************
1414
* *
15-
* Copyright (c) 2019-2024 Sempare Limited *
15+
* Copyright (c) 2019-2025 Sempare Limited *
1616
* *
1717
* Contact: info@sempare.ltd *
1818
* *

demo/SempareTemplatePlayground/Sempare.Template.PlaygroundForm.dfm

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -307,15 +307,10 @@ object FormTemplateEnginePlayground: TFormTemplateEnginePlayground
307307
Anchors = [akLeft, akTop, akRight, akBottom]
308308
Caption = 'Panel1'
309309
TabOrder = 4
310-
ExplicitWidth = 1144
311-
ExplicitHeight = 267
312310
object Splitter1: TSplitter
313311
Left = 465
314312
Top = 1
315313
Height = 271
316-
ExplicitLeft = 504
317-
ExplicitTop = 48
318-
ExplicitHeight = 100
319314
end
320315
object pcTemplate: TPageControl
321316
Left = 1
@@ -325,7 +320,6 @@ object FormTemplateEnginePlayground: TFormTemplateEnginePlayground
325320
ActivePage = tsTemplate
326321
Align = alLeft
327322
TabOrder = 0
328-
ExplicitHeight = 265
329323
object tsTemplate: TTabSheet
330324
Caption = 'Template'
331325
object Panel2: TPanel
@@ -337,7 +331,6 @@ object FormTemplateEnginePlayground: TFormTemplateEnginePlayground
337331
BevelOuter = bvNone
338332
Caption = 'Panel2'
339333
TabOrder = 0
340-
ExplicitHeight = 237
341334
object memoTemplate: TMemo
342335
Left = 0
343336
Top = 23
@@ -350,7 +343,6 @@ object FormTemplateEnginePlayground: TFormTemplateEnginePlayground
350343
OnChange = memoTemplateChange
351344
OnKeyUp = memoTemplateKeyUp
352345
OnMouseDown = memoTemplateMouseDown
353-
ExplicitHeight = 214
354346
end
355347
object Panel3: TPanel
356348
Left = 0
@@ -380,8 +372,6 @@ object FormTemplateEnginePlayground: TFormTemplateEnginePlayground
380372
ParentColor = False
381373
ParentFont = False
382374
Transparent = True
383-
ExplicitTop = 1
384-
ExplicitHeight = 9
385375
end
386376
object lblTiming: TLabel
387377
AlignWithMargins = True
@@ -402,9 +392,6 @@ object FormTemplateEnginePlayground: TFormTemplateEnginePlayground
402392
ParentColor = False
403393
ParentFont = False
404394
Transparent = True
405-
ExplicitLeft = 3
406-
ExplicitTop = 1
407-
ExplicitHeight = 21
408395
end
409396
end
410397
end
@@ -415,8 +402,8 @@ object FormTemplateEnginePlayground: TFormTemplateEnginePlayground
415402
object memoPrettyPrint: TMemo
416403
Left = 0
417404
Top = 0
418-
Width = 456
419-
Height = 243
405+
Width = 448
406+
Height = 230
420407
Align = alClient
421408
Lines.Strings = (
422409
'memoPrettyPrint')
@@ -434,15 +421,13 @@ object FormTemplateEnginePlayground: TFormTemplateEnginePlayground
434421
ActivePage = tsGithubHelp
435422
Align = alClient
436423
TabOrder = 1
437-
ExplicitWidth = 675
438-
ExplicitHeight = 265
439424
object tsOutput: TTabSheet
440425
Caption = 'Output'
441426
object memoOutput: TMemo
442427
Left = 0
443428
Top = 0
444-
Width = 673
445-
Height = 243
429+
Width = 665
430+
Height = 230
446431
Align = alClient
447432
Lines.Strings = (
448433
'Memo1')
@@ -461,8 +446,6 @@ object FormTemplateEnginePlayground: TFormTemplateEnginePlayground
461446
Height = 243
462447
Align = alClient
463448
TabOrder = 0
464-
ExplicitWidth = 655
465-
ExplicitHeight = 224
466449
ControlData = {
467450
4C0000008E4500001D1900000000000000000000000000000000000000000000
468451
000000004C000000000000000000000001000000E0D057007335CF11AE690800
@@ -483,8 +466,6 @@ object FormTemplateEnginePlayground: TFormTemplateEnginePlayground
483466
Align = alClient
484467
TabOrder = 0
485468
SelectedEngine = EdgeOnly
486-
ExplicitWidth = 667
487-
ExplicitHeight = 237
488469
ControlData = {
489470
4C0000008E4500001D1900000000000000000000000000000000000000000000
490471
000000004C000000000000000000000001000000E0D057007335CF11AE690800
@@ -503,7 +484,6 @@ object FormTemplateEnginePlayground: TFormTemplateEnginePlayground
503484
Anchors = [akLeft, akTop, akRight]
504485
Caption = 'Context Options'
505486
TabOrder = 5
506-
ExplicitWidth = 678
507487
object cbConvertTabsToSpaces: TCheckBox
508488
Left = 18
509489
Top = 23

demo/SempareTemplatePlayground/Sempare.Template.PlaygroundForm.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* https://github.com/sempare/sempare-delphi-template-engine *
1313
****************************************************************************************************
1414
* *
15-
* Copyright (c) 2019-2024 Sempare Limited *
15+
* Copyright (c) 2019-2025 Sempare Limited *
1616
* *
1717
* Contact: info@sempare.ltd *
1818
* *

demo/SempareTemplatePlayground/Sempare.TemplateEngine.Playground.dpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* https://github.com/sempare/sempare-delphi-template-engine *
1313
****************************************************************************************************
1414
* *
15-
* Copyright (c) 2019-2024 Sempare Limited *
15+
* Copyright (c) 2019-2025 Sempare Limited *
1616
* *
1717
* Contact: info@sempare.ltd *
1818
* *

src/Sempare.Template.AST.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* https://github.com/sempare/sempare-delphi-template-engine *
1313
****************************************************************************************************
1414
* *
15-
* Copyright (c) 2019-2024 Sempare Limited *
15+
* Copyright (c) 2019-2025 Sempare Limited *
1616
* *
1717
* Contact: info@sempare.ltd *
1818
* *

src/Sempare.Template.BlockResolver.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* https://github.com/sempare/sempare-delphi-template-engine *
1313
****************************************************************************************************
1414
* *
15-
* Copyright (c) 2019-2024 Sempare Limited *
15+
* Copyright (c) 2019-2025 Sempare Limited *
1616
* *
1717
* Contact: info@sempare.ltd *
1818
* *

src/Sempare.Template.Common.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* https://github.com/sempare/sempare-delphi-template-engine *
1313
****************************************************************************************************
1414
* *
15-
* Copyright (c) 2019-2024 Sempare Limited *
15+
* Copyright (c) 2019-2025 Sempare Limited *
1616
* *
1717
* Contact: info@sempare.ltd *
1818
* *

src/Sempare.Template.Compiler.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* https://github.com/sempare/sempare-delphi-template-engine *
1313
****************************************************************************************************
1414
* *
15-
* Copyright (c) 2019-2024 Sempare Limited *
15+
* Copyright (c) 2019-2025 Sempare Limited *
1616
* *
1717
* Contact: info@sempare.ltd *
1818
* *

src/Sempare.Template.Context.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* https://github.com/sempare/sempare-delphi-template-engine *
1313
****************************************************************************************************
1414
* *
15-
* Copyright (c) 2019-2024 Sempare Limited *
15+
* Copyright (c) 2019-2025 Sempare Limited *
1616
* *
1717
* Contact: info@sempare.ltd *
1818
* *

0 commit comments

Comments
 (0)