Skip to content

Commit 58ec5cd

Browse files
Add LICENSE header to source files
The project license has not changed. We merely make the license explicit in each source file. Files in src can't have a proper license header. hack-codegen does not supported injecting /** comments before the header.
1 parent 2f5596d commit 58ec5cd

Some content is hidden

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

116 files changed

+236
-113
lines changed

.LICENSE_HEADER.hh.txt

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

hhast-lint.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
"disabledLinters": [
1717
"Facebook\\HHAST\\CamelCasedMethodsUnderscoredFunctionsLinter"
1818
]
19+
},
20+
{
21+
"patterns": [
22+
"src/*"
23+
],
24+
"disabledLinters": [
25+
"Facebook\\HHAST\\LicenseHeaderLinter"
26+
]
1927
}
2028
]
2129
}

src/GlobalHTMLAttributes.hack

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
// html-stream-non-namespaced is MIT licensed, see /LICENSE.
12
/**
23
* This file is generated. Do not modify it manually!
34
*
4-
* @generated SignedSource<<370058d4090460a3ae9cb8f25821f6c3>>
5+
* @generated SignedSource<<791696ecef425920be00f0a97c386357>>
56
*/
67
use namespace HTL\SGMLStreamInterfaces;
78

src/tags/a/a.hack

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
// html-stream-non-namespaced is MIT licensed, see /LICENSE.
12
/**
23
* This file is generated. Do not modify it manually!
34
*
4-
* @generated SignedSource<<d94a052c0dc297cccd15ea173744249d>>
5+
* @generated SignedSource<<903fa32a4eddc3399122cf3352ed14ec>>
56
*/
67
use namespace HTL\SGMLStream;
78

src/tags/a/abbr.hack

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
// html-stream-non-namespaced is MIT licensed, see /LICENSE.
12
/**
23
* This file is generated. Do not modify it manually!
34
*
4-
* @generated SignedSource<<1103f9a34f8ee19e705875baeb144a1a>>
5+
* @generated SignedSource<<8b7e0d1acbf98b01aaf3a1f53d6096b2>>
56
*/
67
use namespace HTL\SGMLStream;
78

src/tags/a/address.hack

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
// html-stream-non-namespaced is MIT licensed, see /LICENSE.
12
/**
23
* This file is generated. Do not modify it manually!
34
*
4-
* @generated SignedSource<<a75381f11d94078a427a74066d9830b0>>
5+
* @generated SignedSource<<acd7372779cd95f6fa0f5b2810d8c7dd>>
56
*/
67
use namespace HTL\SGMLStream;
78

src/tags/a/area.hack

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
// html-stream-non-namespaced is MIT licensed, see /LICENSE.
12
/**
23
* This file is generated. Do not modify it manually!
34
*
4-
* @generated SignedSource<<5bb97a37ff74a8a2a8829092ea9ceab0>>
5+
* @generated SignedSource<<15a1bb9c1ed0b036cbf38090eefa0311>>
56
*/
67
use namespace HTL\SGMLStream;
78

src/tags/a/article.hack

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
// html-stream-non-namespaced is MIT licensed, see /LICENSE.
12
/**
23
* This file is generated. Do not modify it manually!
34
*
4-
* @generated SignedSource<<5a2026b82f14d81139305757e1a54e71>>
5+
* @generated SignedSource<<bf5cadeab8af5bec6d923c25ccc1a812>>
56
*/
67
use namespace HTL\SGMLStream;
78

src/tags/a/aside.hack

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
// html-stream-non-namespaced is MIT licensed, see /LICENSE.
12
/**
23
* This file is generated. Do not modify it manually!
34
*
4-
* @generated SignedSource<<e5fcce476506b6ce1fe93a1b2b0b6941>>
5+
* @generated SignedSource<<f0830926868c09672bdeca81a48652e7>>
56
*/
67
use namespace HTL\SGMLStream;
78

src/tags/a/audio.hack

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
// html-stream-non-namespaced is MIT licensed, see /LICENSE.
12
/**
23
* This file is generated. Do not modify it manually!
34
*
4-
* @generated SignedSource<<8f135eedc7dc9eb7e805adc18f5260c6>>
5+
* @generated SignedSource<<6f5da413458e204736fcb91379e7b85d>>
56
*/
67
use namespace HTL\{SGMLStream, SGMLStreamInterfaces};
78

0 commit comments

Comments
 (0)