Skip to content

Commit eebbeea

Browse files
Fixed headers
1 parent fbb7888 commit eebbeea

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Source/classSingleton.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
(*
44
5-
Subclassable Singleton
5+
Sub-classable Singleton
66
Copyright (C) 2014 Christina Louise Warne (aka AthenaOfDelphi)
77
88
http://athena.outer-reaches.com

Source/unitGenericBinaryTree.pas

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
unit unitGenericBinaryTree;
22

3+
(*
4+
5+
Generic Binary Tree
6+
Copyright (C) 2014 Christina Louise Warne (aka AthenaOfDelphi)
7+
8+
http://athena.outer-reaches.com
9+
10+
This Source Code Form is subject to the terms of the Mozilla Public
11+
License, v. 2.0. If a copy of the MPL was not distributed with this
12+
file, You can obtain one at http://mozilla.org/MPL/2.0/.
13+
14+
This unit is part of my Delphi Library (Utilities section) available at:-
15+
https://github.com/AthenaOfDelphi/DelphiLibrary
16+
17+
*)
18+
319
interface
420

521
{$DEFINE _BTREEDEBUG}

0 commit comments

Comments
 (0)