Skip to content

Commit 176282b

Browse files
committed
Update headers
1 parent 7488ab9 commit 176282b

39 files changed

+78
-78
lines changed

Sempare.Template.Pkg.dpk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
* *
1717
* Contact: info@sempare.ltd *
1818
* *
19-
* Licensed under the GPL Version 3.0 or the Sempare Commercial License *
19+
* Licensed under the Apache Version 2.0 or the Sempare Commercial License *
2020
* You may not use this file except in compliance with one of these Licenses. *
2121
* You may obtain a copy of the Licenses at *
2222
* *
23-
* https://www.gnu.org/licenses/gpl-3.0.en.html *
23+
* https://www.apache.org/licenses/LICENSE-2.0 *
2424
* https://github.com/sempare/sempare-delphi-template-engine/blob/master/docs/commercial.license.md *
2525
* *
2626
* Unless required by applicable law or agreed to in writing, software *

Sempare.Template.Tester.dpr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
* *
1717
* Contact: info@sempare.ltd *
1818
* *
19-
* Licensed under the GPL Version 3.0 or the Sempare Commercial License *
19+
* Licensed under the Apache Version 2.0 or the Sempare Commercial License *
2020
* You may not use this file except in compliance with one of these Licenses. *
2121
* You may obtain a copy of the Licenses at *
2222
* *
23-
* https://www.gnu.org/licenses/gpl-3.0.en.html *
23+
* https://www.apache.org/licenses/LICENSE-2.0 *
2424
* https://github.com/sempare/sempare-delphi-template-engine/blob/master/docs/commercial.license.md *
2525
* *
2626
* Unless required by applicable law or agreed to in writing, software *

demo/SempareTemplatePlayground/Sempare.Template.PlaygroundForm.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
* *
1717
* Contact: info@sempare.ltd *
1818
* *
19-
* Licensed under the GPL Version 3.0 or the Sempare Commercial License *
19+
* Licensed under the Apache Version 2.0 or the Sempare Commercial License *
2020
* You may not use this file except in compliance with one of these Licenses. *
2121
* You may obtain a copy of the Licenses at *
2222
* *
23-
* https://www.gnu.org/licenses/gpl-3.0.en.html *
23+
* https://www.apache.org/licenses/LICENSE-2.0 *
2424
* https://github.com/sempare/sempare-delphi-template-engine/blob/master/docs/commercial.license.md *
2525
* *
2626
* Unless required by applicable law or agreed to in writing, software *

demo/SempareTemplatePlayground/Sempare.TemplateEngine.Playground.dpr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
* *
1717
* Contact: info@sempare.ltd *
1818
* *
19-
* Licensed under the GPL Version 3.0 or the Sempare Commercial License *
19+
* Licensed under the Apache Version 2.0 or the Sempare Commercial License *
2020
* You may not use this file except in compliance with one of these Licenses. *
2121
* You may obtain a copy of the Licenses at *
2222
* *
23-
* https://www.gnu.org/licenses/gpl-3.0.en.html *
23+
* https://www.apache.org/licenses/LICENSE-2.0 *
2424
* https://github.com/sempare/sempare-delphi-template-engine/blob/master/docs/commercial.license.md *
2525
* *
2626
* Unless required by applicable law or agreed to in writing, software *

src/Sempare.Template.AST.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
* *
1717
* Contact: info@sempare.ltd *
1818
* *
19-
* Licensed under the GPL Version 3.0 or the Sempare Commercial License *
19+
* Licensed under the Apache Version 2.0 or the Sempare Commercial License *
2020
* You may not use this file except in compliance with one of these Licenses. *
2121
* You may obtain a copy of the Licenses at *
2222
* *
23-
* https://www.gnu.org/licenses/gpl-3.0.en.html *
23+
* https://www.apache.org/licenses/LICENSE-2.0 *
2424
* https://github.com/sempare/sempare-delphi-template-engine/blob/master/docs/commercial.license.md *
2525
* *
2626
* Unless required by applicable law or agreed to in writing, software *

src/Sempare.Template.BlockResolver.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
* *
1717
* Contact: info@sempare.ltd *
1818
* *
19-
* Licensed under the GPL Version 3.0 or the Sempare Commercial License *
19+
* Licensed under the Apache Version 2.0 or the Sempare Commercial License *
2020
* You may not use this file except in compliance with one of these Licenses. *
2121
* You may obtain a copy of the Licenses at *
2222
* *
23-
* https://www.gnu.org/licenses/gpl-3.0.en.html *
23+
* https://www.apache.org/licenses/LICENSE-2.0 *
2424
* https://github.com/sempare/sempare-delphi-template-engine/blob/master/docs/commercial.license.md *
2525
* *
2626
* Unless required by applicable law or agreed to in writing, software *

src/Sempare.Template.Common.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
* *
1717
* Contact: info@sempare.ltd *
1818
* *
19-
* Licensed under the GPL Version 3.0 or the Sempare Commercial License *
19+
* Licensed under the Apache Version 2.0 or the Sempare Commercial License *
2020
* You may not use this file except in compliance with one of these Licenses. *
2121
* You may obtain a copy of the Licenses at *
2222
* *
23-
* https://www.gnu.org/licenses/gpl-3.0.en.html *
23+
* https://www.apache.org/licenses/LICENSE-2.0 *
2424
* https://github.com/sempare/sempare-delphi-template-engine/blob/master/docs/commercial.license.md *
2525
* *
2626
* Unless required by applicable law or agreed to in writing, software *

src/Sempare.Template.Context.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
* *
1717
* Contact: info@sempare.ltd *
1818
* *
19-
* Licensed under the GPL Version 3.0 or the Sempare Commercial License *
19+
* Licensed under the Apache Version 2.0 or the Sempare Commercial License *
2020
* You may not use this file except in compliance with one of these Licenses. *
2121
* You may obtain a copy of the Licenses at *
2222
* *
23-
* https://www.gnu.org/licenses/gpl-3.0.en.html *
23+
* https://www.apache.org/licenses/LICENSE-2.0 *
2424
* https://github.com/sempare/sempare-delphi-template-engine/blob/master/docs/commercial.license.md *
2525
* *
2626
* Unless required by applicable law or agreed to in writing, software *

src/Sempare.Template.Evaluate.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
* *
1717
* Contact: info@sempare.ltd *
1818
* *
19-
* Licensed under the GPL Version 3.0 or the Sempare Commercial License *
19+
* Licensed under the Apache Version 2.0 or the Sempare Commercial License *
2020
* You may not use this file except in compliance with one of these Licenses. *
2121
* You may obtain a copy of the Licenses at *
2222
* *
23-
* https://www.gnu.org/licenses/gpl-3.0.en.html *
23+
* https://www.apache.org/licenses/LICENSE-2.0 *
2424
* https://github.com/sempare/sempare-delphi-template-engine/blob/master/docs/commercial.license.md *
2525
* *
2626
* Unless required by applicable law or agreed to in writing, software *

src/Sempare.Template.Functions.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
* *
1717
* Contact: info@sempare.ltd *
1818
* *
19-
* Licensed under the GPL Version 3.0 or the Sempare Commercial License *
19+
* Licensed under the Apache Version 2.0 or the Sempare Commercial License *
2020
* You may not use this file except in compliance with one of these Licenses. *
2121
* You may obtain a copy of the Licenses at *
2222
* *
23-
* https://www.gnu.org/licenses/gpl-3.0.en.html *
23+
* https://www.apache.org/licenses/LICENSE-2.0 *
2424
* https://github.com/sempare/sempare-delphi-template-engine/blob/master/docs/commercial.license.md *
2525
* *
2626
* Unless required by applicable law or agreed to in writing, software *

0 commit comments

Comments
 (0)