Skip to content

Commit 8260a80

Browse files
committed
update copyright notices
1 parent 1d44662 commit 8260a80

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Liviu Ionescu
3+
Copyright (c) 2024-2025 Liviu Ionescu
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

website/docusaurus-config-redirects.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
22
* This file is part of the xPack project (http://xpack.github.io).
3-
* Copyright (c) 2024 Liviu Ionescu. All rights reserved.
3+
* Copyright (c) 2024-2025 Liviu Ionescu. All rights reserved.
44
*
55
* Permission to use, copy, modify, and/or distribute this software
66
* for any purpose is hereby granted, under the terms of the MIT license.
77
*
88
* If a copy of the license was not distributed with this file, it can
9-
* be obtained from https://opensource.org/licenses/mit/.
9+
* be obtained from https://opensource.org/licenses/mit.
1010
*/
1111

1212
import util from 'node:util';

website/sidebars-tools.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
22
* This file is part of the xPack project (http://xpack.github.io).
3-
* Copyright (c) 2024 Liviu Ionescu. All rights reserved.
3+
* Copyright (c) 2024-2025 Liviu Ionescu. All rights reserved.
44
*
55
* Permission to use, copy, modify, and/or distribute this software
66
* for any purpose is hereby granted, under the terms of the MIT license.
77
*
88
* If a copy of the license was not distributed with this file, it can
9-
* be obtained from https://opensource.org/licenses/mit/.
9+
* be obtained from https://opensource.org/licenses/mit.
1010
*/
1111

1212
import type {SidebarConfig} from '@docusaurus/plugin-content-docs';

website/src/components/HomepageTools/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
22
* This file is part of the xPack project (http://xpack.github.io).
3-
* Copyright (c) 2024 Liviu Ionescu. All rights reserved.
3+
* Copyright (c) 2024-2025 Liviu Ionescu. All rights reserved.
44
*
55
* Permission to use, copy, modify, and/or distribute this software
66
* for any purpose is hereby granted, under the terms of the MIT license.
77
*
88
* If a copy of the license was not distributed with this file, it can
9-
* be obtained from https://opensource.org/licenses/mit/.
9+
* be obtained from https://opensource.org/licenses/mit.
1010
*/
1111

1212
import clsx from 'clsx';

website/src/libs/versionMajor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
* Automatically generated from docusaurus-template-liquid/templates/docusaurus.
44
*
55
* This file is part of the xPack project (http://xpack.github.io).
6-
* Copyright (c) 2024 Liviu Ionescu. All rights reserved.
6+
* Copyright (c) 2024-2025 Liviu Ionescu. All rights reserved.
77
*
88
* Permission to use, copy, modify, and/or distribute this software
99
* for any purpose is hereby granted, under the terms of the MIT license.
1010
*
1111
* If a copy of the license was not distributed with this file, it can
12-
* be obtained from https://opensource.org/licenses/mit/.
12+
* be obtained from https://opensource.org/licenses/mit.
1313
*/
1414

1515
import customField from '@site/src/libs/customField';

website/src/libs/versionMinor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
* Automatically generated from docusaurus-template-liquid/templates/docusaurus.
44
*
55
* This file is part of the xPack project (http://xpack.github.io).
6-
* Copyright (c) 2024 Liviu Ionescu. All rights reserved.
6+
* Copyright (c) 2024-2025 Liviu Ionescu. All rights reserved.
77
*
88
* Permission to use, copy, modify, and/or distribute this software
99
* for any purpose is hereby granted, under the terms of the MIT license.
1010
*
1111
* If a copy of the license was not distributed with this file, it can
12-
* be obtained from https://opensource.org/licenses/mit/.
12+
* be obtained from https://opensource.org/licenses/mit.
1313
*/
1414

1515
import customField from '@site/src/libs/customField';

website/tools.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
22
* This file is part of the xPack project (http://xpack.github.io).
3-
* Copyright (c) 2024 Liviu Ionescu. All rights reserved.
3+
* Copyright (c) 2024-2025 Liviu Ionescu. All rights reserved.
44
*
55
* Permission to use, copy, modify, and/or distribute this software
66
* for any purpose is hereby granted, under the terms of the MIT license.
77
*
88
* If a copy of the license was not distributed with this file, it can
9-
* be obtained from https://opensource.org/licenses/mit/.
9+
* be obtained from https://opensource.org/licenses/mit.
1010
*/
1111

1212
const tools = {

0 commit comments

Comments
 (0)