Skip to content

Commit 88dd4eb

Browse files
committed
chore(components): add copyright notice to widget components for legal protection and compliance
style(TopReferrers.vue): replace HTML comment with block comment for consistency in copyright declaration
1 parent 1650f5b commit 88dd4eb

5 files changed

Lines changed: 51 additions & 10 deletions

File tree

resources/js/components/widgets/MostVisitedPages.vue

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
<script setup>
2+
3+
/*
4+
* Copyright (c) 2026 ISAPP (isapp.be)
5+
* All rights reserved.
6+
*
7+
* This source code is proprietary and confidential.
8+
* No part of this software may be reproduced, distributed, or transmitted in any form or by any means without prior written permission from ISAPP.
9+
*
10+
* License: Commercial. See LICENSE.md.
11+
*/
12+
213
import AnalyticsWrapper from "../common/AnalyticsWrapper.vue";
314
import { computed, shallowRef } from "vue";
415
import { useFetch, widgetProps } from "../../composables/fetch.js";

resources/js/components/widgets/TopBrowsers.vue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
<script setup>
2+
3+
/*
4+
* Copyright (c) 2026 ISAPP (isapp.be)
5+
* All rights reserved.
6+
*
7+
* This source code is proprietary and confidential.
8+
* No part of this software may be reproduced, distributed, or transmitted in any form or by any means without prior written permission from ISAPP.
9+
*
10+
* License: Commercial. See LICENSE.md.
11+
*/
212
import AnalyticsWrapper from "../common/AnalyticsWrapper.vue";
313
import { useFetch, widgetProps } from "../../composables/fetch";
414
import { Card, Listing, Panel } from "@statamic/cms/ui";

resources/js/components/widgets/TopCountries.vue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
<script setup>
2+
3+
/*
4+
* Copyright (c) 2026 ISAPP (isapp.be)
5+
* All rights reserved.
6+
*
7+
* This source code is proprietary and confidential.
8+
* No part of this software may be reproduced, distributed, or transmitted in any form or by any means without prior written permission from ISAPP.
9+
*
10+
* License: Commercial. See LICENSE.md.
11+
*/
212
import AnalyticsWrapper from "../common/AnalyticsWrapper.vue";
313
import { useFetch, widgetProps } from "../../composables/fetch";
414
import { Card, Panel } from "@statamic/cms/ui";

resources/js/components/widgets/TopOperatingSystems.vue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
<script setup>
2+
3+
/*
4+
* Copyright (c) 2026 ISAPP (isapp.be)
5+
* All rights reserved.
6+
*
7+
* This source code is proprietary and confidential.
8+
* No part of this software may be reproduced, distributed, or transmitted in any form or by any means without prior written permission from ISAPP.
9+
*
10+
* License: Commercial. See LICENSE.md.
11+
*/
212
import AnalyticsWrapper from "../common/AnalyticsWrapper.vue";
313
import { useFetch, widgetProps } from "../../composables/fetch";
414
import { Card, Listing, Panel } from "@statamic/cms/ui";

resources/js/components/widgets/TopReferrers.vue

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
<!--
2-
- Copyright (c) 2026 ISAPP (isapp.be)
3-
- All rights reserved.
4-
-
5-
- This source code is proprietary and confidential.
6-
- No part of this software may be reproduced, distributed, or transmitted in any form or by any means without prior written permission from ISAPP.
7-
-
8-
- License: Commercial. See LICENSE.md.
9-
-->
10-
111
<script setup>
2+
3+
/*
4+
* Copyright (c) 2026 ISAPP (isapp.be)
5+
* All rights reserved.
6+
*
7+
* This source code is proprietary and confidential.
8+
* No part of this software may be reproduced, distributed, or transmitted in any form or by any means without prior written permission from ISAPP.
9+
*
10+
* License: Commercial. See LICENSE.md.
11+
*/
1212
import AnalyticsWrapper from "../common/AnalyticsWrapper.vue";
1313
import StatisticTable from "../common/StatisticTable.vue";
1414
import { useFetch, widgetProps } from "../../composables/fetch";

0 commit comments

Comments
 (0)