From 55dbbc1fe6a749ca2a28b3de3bad9dd4b72d92b0 Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Tue, 8 Aug 2023 10:28:33 +0530 Subject: [PATCH] style: update license docblock --- index.ts | 4 ++-- src/cache_manager.ts | 4 ++-- src/compiler.ts | 4 ++-- src/component/props.ts | 4 ++-- src/edge/globals.ts | 4 ++-- src/edge/main.ts | 4 ++-- src/loader.ts | 2 +- src/processor.ts | 4 ++-- src/renderer.ts | 4 ++-- src/stringified_object.ts | 4 ++-- src/tags/component.ts | 4 ++-- src/tags/debugger.ts | 4 ++-- src/tags/each.ts | 4 ++-- src/tags/else.ts | 4 ++-- src/tags/else_if.ts | 4 ++-- src/tags/if.ts | 4 ++-- src/tags/include.ts | 2 +- src/tags/include_if.ts | 4 ++-- src/tags/inject.ts | 4 ++-- src/tags/layout.ts | 4 ++-- src/tags/main.ts | 4 ++-- src/tags/new_error.ts | 4 ++-- src/tags/section.ts | 4 ++-- src/tags/set.ts | 4 ++-- src/tags/slot.ts | 4 ++-- src/tags/super.ts | 4 ++-- src/tags/unless.ts | 4 ++-- src/template.ts | 4 ++-- src/types.ts | 2 +- src/utils.ts | 4 ++-- test_helpers/index.ts | 4 ++-- tests/async_fixtures.spec.ts | 4 ++-- tests/compiler.spec.ts | 4 ++-- tests/component.spec.ts | 4 ++-- tests/each.spec.ts | 4 ++-- tests/edge.spec.ts | 4 ++-- tests/filename.spec.ts | 4 ++-- tests/fixtures.spec.ts | 4 ++-- tests/loader.spec.ts | 4 ++-- tests/new_error.spec.ts | 4 ++-- tests/newline_fixtures.spec.ts | 4 ++-- tests/props.spec.ts | 4 ++-- tests/stringified_object.spec.ts | 4 ++-- tests/tags.spec.ts | 4 ++-- tests/template.spec.ts | 4 ++-- 45 files changed, 87 insertions(+), 87 deletions(-) diff --git a/index.ts b/index.ts index f649fee..aa2e792 100644 --- a/index.ts +++ b/index.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/cache_manager.ts b/src/cache_manager.ts index 3cac1f8..879cef9 100644 --- a/src/cache_manager.ts +++ b/src/cache_manager.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/compiler.ts b/src/compiler.ts index abe5ba1..460dd56 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/component/props.ts b/src/component/props.ts index a930297..4d37103 100644 --- a/src/component/props.ts +++ b/src/component/props.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/edge/globals.ts b/src/edge/globals.ts index b966960..cda5629 100644 --- a/src/edge/globals.ts +++ b/src/edge/globals.ts @@ -1,7 +1,7 @@ /* - * edge.js + * edge.js.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/edge/main.ts b/src/edge/main.ts index c116f9a..d4f442e 100644 --- a/src/edge/main.ts +++ b/src/edge/main.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/loader.ts b/src/loader.ts index 45a0db5..144aa0f 100644 --- a/src/loader.ts +++ b/src/loader.ts @@ -1,7 +1,7 @@ /** * edge * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/processor.ts b/src/processor.ts index 98e1c8b..bd946cc 100644 --- a/src/processor.ts +++ b/src/processor.ts @@ -1,7 +1,7 @@ /* - * edge-js + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/renderer.ts b/src/renderer.ts index 2b9ef60..91f4ca7 100644 --- a/src/renderer.ts +++ b/src/renderer.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/stringified_object.ts b/src/stringified_object.ts index 23f1b21..c31cc80 100644 --- a/src/stringified_object.ts +++ b/src/stringified_object.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/tags/component.ts b/src/tags/component.ts index d2d9e9b..b754a5b 100644 --- a/src/tags/component.ts +++ b/src/tags/component.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/tags/debugger.ts b/src/tags/debugger.ts index 1ddb337..4b7fbd9 100644 --- a/src/tags/debugger.ts +++ b/src/tags/debugger.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/tags/each.ts b/src/tags/each.ts index e308cf2..6d48a46 100644 --- a/src/tags/each.ts +++ b/src/tags/each.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/tags/else.ts b/src/tags/else.ts index d6cbdf9..dbdef85 100644 --- a/src/tags/else.ts +++ b/src/tags/else.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/tags/else_if.ts b/src/tags/else_if.ts index 3e3d0a2..a2e2f2c 100644 --- a/src/tags/else_if.ts +++ b/src/tags/else_if.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/tags/if.ts b/src/tags/if.ts index 9204572..b2f3aca 100644 --- a/src/tags/if.ts +++ b/src/tags/if.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/tags/include.ts b/src/tags/include.ts index 5766269..b83b8d1 100644 --- a/src/tags/include.ts +++ b/src/tags/include.ts @@ -1,5 +1,5 @@ /* - * edge + * edge.js * * (c) AdonisJS * diff --git a/src/tags/include_if.ts b/src/tags/include_if.ts index 033f4e7..a6c3dd0 100644 --- a/src/tags/include_if.ts +++ b/src/tags/include_if.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/tags/inject.ts b/src/tags/inject.ts index a903f49..b3dafba 100644 --- a/src/tags/inject.ts +++ b/src/tags/inject.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/tags/layout.ts b/src/tags/layout.ts index a01ec8b..ae804f0 100644 --- a/src/tags/layout.ts +++ b/src/tags/layout.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/tags/main.ts b/src/tags/main.ts index cad851c..438ad17 100644 --- a/src/tags/main.ts +++ b/src/tags/main.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/tags/new_error.ts b/src/tags/new_error.ts index e922e91..eb78469 100644 --- a/src/tags/new_error.ts +++ b/src/tags/new_error.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/tags/section.ts b/src/tags/section.ts index 8591a41..2352640 100644 --- a/src/tags/section.ts +++ b/src/tags/section.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/tags/set.ts b/src/tags/set.ts index ea49c16..19fec71 100644 --- a/src/tags/set.ts +++ b/src/tags/set.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/tags/slot.ts b/src/tags/slot.ts index 066906c..59f5616 100644 --- a/src/tags/slot.ts +++ b/src/tags/slot.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/tags/super.ts b/src/tags/super.ts index c653a50..9eaaddd 100644 --- a/src/tags/super.ts +++ b/src/tags/super.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/tags/unless.ts b/src/tags/unless.ts index 781b26b..d078638 100644 --- a/src/tags/unless.ts +++ b/src/tags/unless.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/template.ts b/src/template.ts index 3a807eb..b0315e8 100644 --- a/src/template.ts +++ b/src/template.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/types.ts b/src/types.ts index 2faad73..2ba5cdf 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,7 +1,7 @@ /** * edge * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/utils.ts b/src/utils.ts index 649868a..5ef4368 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test_helpers/index.ts b/test_helpers/index.ts index 6d4fa20..ad899cf 100644 --- a/test_helpers/index.ts +++ b/test_helpers/index.ts @@ -1,7 +1,7 @@ /* - * edge-parser + * edge.js-parser * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/async_fixtures.spec.ts b/tests/async_fixtures.spec.ts index c3e90fd..ea753d6 100644 --- a/tests/async_fixtures.spec.ts +++ b/tests/async_fixtures.spec.ts @@ -1,7 +1,7 @@ /* - * edge-parser + * edge.js-parser * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/compiler.spec.ts b/tests/compiler.spec.ts index 40534e1..f687e92 100644 --- a/tests/compiler.spec.ts +++ b/tests/compiler.spec.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/component.spec.ts b/tests/component.spec.ts index 7a5934a..4f0040d 100644 --- a/tests/component.spec.ts +++ b/tests/component.spec.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/each.spec.ts b/tests/each.spec.ts index e20c782..6d58e9d 100644 --- a/tests/each.spec.ts +++ b/tests/each.spec.ts @@ -1,7 +1,7 @@ /* - * edge-js + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/edge.spec.ts b/tests/edge.spec.ts index f246bf4..98926c9 100644 --- a/tests/edge.spec.ts +++ b/tests/edge.spec.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/filename.spec.ts b/tests/filename.spec.ts index d6db271..7988010 100644 --- a/tests/filename.spec.ts +++ b/tests/filename.spec.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/fixtures.spec.ts b/tests/fixtures.spec.ts index 4542ae2..1bc5016 100644 --- a/tests/fixtures.spec.ts +++ b/tests/fixtures.spec.ts @@ -1,7 +1,7 @@ /* - * edge-parser + * edge.js-parser * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/loader.spec.ts b/tests/loader.spec.ts index 32535b4..6e97c0e 100644 --- a/tests/loader.spec.ts +++ b/tests/loader.spec.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/new_error.spec.ts b/tests/new_error.spec.ts index be95aa6..f12b703 100644 --- a/tests/new_error.spec.ts +++ b/tests/new_error.spec.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/newline_fixtures.spec.ts b/tests/newline_fixtures.spec.ts index 371b1d6..0446b46 100644 --- a/tests/newline_fixtures.spec.ts +++ b/tests/newline_fixtures.spec.ts @@ -1,7 +1,7 @@ /* - * edge-parser + * edge.js-parser * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/props.spec.ts b/tests/props.spec.ts index e5f9940..e66797c 100644 --- a/tests/props.spec.ts +++ b/tests/props.spec.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/stringified_object.spec.ts b/tests/stringified_object.spec.ts index a824755..d38dcd3 100644 --- a/tests/stringified_object.spec.ts +++ b/tests/stringified_object.spec.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/tags.spec.ts b/tests/tags.spec.ts index 031e6e4..fe788c4 100644 --- a/tests/tags.spec.ts +++ b/tests/tags.spec.ts @@ -1,7 +1,7 @@ /* - * edge-parser + * edge.js-parser * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/template.spec.ts b/tests/template.spec.ts index 4fa507d..98b7610 100644 --- a/tests/template.spec.ts +++ b/tests/template.spec.ts @@ -1,7 +1,7 @@ /* - * edge + * edge.js * - * (c) Harminder Virk + * (c) EdgeJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.