Skip to content

Commit e960874

Browse files
committed
Update author naming conventions across all projects
Standardized the author names in JSON and LICENSE files, replacing hyphenated module names with camel case for consistency (e.g., "Avalynx-Table" to "AvalynxTable"). This improves uniformity across all Avalynx modules.
1 parent 045e393 commit e960874

3 files changed

Lines changed: 3 additions & 3 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) 2024 Juergen Schwind an the Avalynx-DataTable Authors
3+
Copyright (c) 2024 Juergen Schwind an the AvalynxDataTable Authors
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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"license": "MIT",
1818
"authors": [
1919
{
20-
"name": "Juergen Schwind an the Avalynx-DataTable authors",
20+
"name": "Juergen Schwind an the AvalynxDataTable Authors",
2121
"homepage": "https://github.com/avalynx/avalynx-datatable/graphs/contributors"
2222
}
2323
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"package.json"
2929
],
3030
"author": {
31-
"name": "Juergen Schwind an the Avalynx-DataTable Team",
31+
"name": "Juergen Schwind an the AvalynxDataTable Authors",
3232
"url": "https://github.com/avalynx/avalynx-datatable/graphs/contributors"
3333
},
3434
"homepage": "https://github.com/avalynx/",

0 commit comments

Comments
 (0)