Skip to content

Commit fe6b9f5

Browse files
Add LICENSE header to source files
The project license has not changed. We merely make the license explicit in each source file.
1 parent 500d961 commit fe6b9f5

20 files changed

+20
-0
lines changed

.LICENSE_HEADER.hh.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/** sgml-stream-interfaces is MIT licensed, see /LICENSE. */

src/BooleanAttribute.hack

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/** sgml-stream-interfaces is MIT licensed, see /LICENSE. */
12
namespace HTL\SGMLStreamInterfaces;
23

34
/**

src/Consumer.hack

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/** sgml-stream-interfaces is MIT licensed, see /LICENSE. */
12
namespace HTL\SGMLStreamInterfaces;
23

34
/**

src/CopyableFlow.hack

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/** sgml-stream-interfaces is MIT licensed, see /LICENSE. */
12
namespace HTL\SGMLStreamInterfaces;
23

34
/**

src/Element.hack

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/** sgml-stream-interfaces is MIT licensed, see /LICENSE. */
12
namespace HTL\SGMLStreamInterfaces;
23

34
use type XHPChild;

src/Flow.hack

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/** sgml-stream-interfaces is MIT licensed, see /LICENSE. */
12
namespace HTL\SGMLStreamInterfaces;
23

34
/**

src/FlowException.hack

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/** sgml-stream-interfaces is MIT licensed, see /LICENSE. */
12
namespace HTL\SGMLStreamInterfaces;
23

34
/**

src/FragElement.hack

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/** sgml-stream-interfaces is MIT licensed, see /LICENSE. */
12
namespace HTL\SGMLStreamInterfaces;
23

34
use type XHPChild;

src/HHVMSignature.hack

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/** sgml-stream-interfaces is MIT licensed, see /LICENSE. */
12
namespace HTL\SGMLStreamInterfaces;
23

34
/**

src/RedeclaredConstantException.hack

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/** sgml-stream-interfaces is MIT licensed, see /LICENSE. */
12
namespace HTL\SGMLStreamInterfaces;
23

34
/**

0 commit comments

Comments
 (0)