Skip to content

Commit c93a087

Browse files
committed
update copyright notices
1 parent d391f8c commit c93a087

8 files changed

Lines changed: 11 additions & 11 deletions

File tree

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) 2023 Liviu Ionescu
3+
Copyright (c) 2023-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

build-assets/scripts/application.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -----------------------------------------------------------------------------
22
#
33
# This file is part of the xPack project (http://xpack.github.io).
4-
# Copyright (c) 2020 Liviu Ionescu. All rights reserved.
4+
# Copyright (c) 2020-2025 Liviu Ionescu. All rights reserved.
55
#
66
# Permission to use, copy, modify, and/or distribute this software
77
# for any purpose is hereby granted, under the terms of the MIT license.

build-assets/scripts/tests/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -----------------------------------------------------------------------------
22
#
33
# This file is part of the xPack project (http://xpack.github.io).
4-
# Copyright (c) 2020 Liviu Ionescu. All rights reserved.
4+
# Copyright (c) 2020-2025 Liviu Ionescu. All rights reserved.
55
#
66
# Permission to use, copy, modify, and/or distribute this software
77
# for any purpose is hereby granted, under the terms of the MIT license.

build-assets/scripts/tests/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -----------------------------------------------------------------------------
22
#
33
# This file is part of the xPack project (http://xpack.github.io).
4-
# Copyright (c) 2020 Liviu Ionescu. All rights reserved.
4+
# Copyright (c) 2020-2025 Liviu Ionescu. All rights reserved.
55
#
66
# Permission to use, copy, modify, and/or distribute this software
77
# for any purpose is hereby granted, under the terms of the MIT license.

build-assets/scripts/versioning.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -----------------------------------------------------------------------------
33
#
44
# This file is part of the xPack project (http://xpack.github.io).
5-
# Copyright (c) 2022 Liviu Ionescu. All rights reserved.
5+
# Copyright (c) 2022-2025 Liviu Ionescu. All rights reserved.
66
#
77
# Permission to use, copy, modify, and/or distribute this software
88
# for any purpose is hereby granted, under the terms of the MIT license.

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/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';

0 commit comments

Comments
 (0)