Skip to content

Commit

Permalink
Fix: Attribute template's copyright to specified author name
Browse files Browse the repository at this point in the history
If the user is putting their code on the `ImperialCollegeLondon` GitHub org they probably should be attributing the copyright to ICL, but I'm not sure it's worth the effort of adding another prompt for this. In any case, it certainly shouldn't be attributed to me, so let's fix that.
  • Loading branch information
alexdewar committed Oct 28, 2024
1 parent c9a70d6 commit e5bf114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.project_slug }}/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2024, Alex Dewar
Copyright (c) 2024, {{ cookiecutter.author }}

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down

0 comments on commit e5bf114

Please sign in to comment.