Skip to content

Commit 800d64c

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 206eb8e commit 800d64c

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-Ref Authors
3+
Copyright (c) 2024 Juergen Schwind an the AvalynxRef 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
@@ -11,7 +11,7 @@
1111
"license": "MIT",
1212
"authors": [
1313
{
14-
"name": "Juergen Schwind an the AvalynxRef authors",
14+
"name": "Juergen Schwind an the AvalynxRef Authors",
1515
"homepage": "https://github.com/avalynx/avalynx-ref/graphs/contributors"
1616
}
1717
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"package.json"
2121
],
2222
"author": {
23-
"name": "Juergen Schwind an the Avalynx-Ref authors",
23+
"name": "Juergen Schwind an the AvalynxRef Authors",
2424
"url": "https://github.com/avalynx/avalynx-ref/graphs/contributors"
2525
},
2626
"homepage": "https://github.com/avalynx/",

0 commit comments

Comments
 (0)