Skip to content

Commit 79f76fc

Browse files
committed
added license
1 parent 925b50d commit 79f76fc

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

Linq4JS/Linq4JS.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<Content Include="dist\Linq4JS.min.js">
2828
<DependentUpon>Linq4JS.js</DependentUpon>
2929
</Content>
30+
<Content Include="Linq4JS\License.js" />
3031
<Content Include="Style\app.css" />
3132
<Content Include="index.html" />
3233
<Content Include="Frameworks\qunit\qunit.css" />

Linq4JS/Linq4JS/License.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/*! Linq4JS | (c) Morris Janatzek */

Linq4JS/bundleconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
{
33
"outputFileName": "dist/Linq4JS.js",
44
"inputFiles": [
5+
"Linq4JS/License.js",
56
"Linq4JS/Entity.js",
67
"Linq4JS/OrderEntry.js",
78
"Linq4JS/Helper.js",

Linq4JS/dist/Linq4JS.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Linq4JS/dist/Linq4JS.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)