Skip to content

Commit

Permalink
Update copyright year (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpage committed Feb 9, 2024
1 parent 910fa0e commit 31d7de8
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div id="footer" class="clearfix" style="padding-bottom: 1em">
<div id="footer-wrapper">
<div class="grid col-300 copyright">&copy; 2020 <a href="https://www.fluidsynth.org/" title="FluidSynth">FluidSynth</a></div>
<div class="grid col-300 copyright">&copy; 2024 <a href="https://www.fluidsynth.org/" title="FluidSynth">FluidSynth</a></div>
<div class="grid col-300 scroll-top"><a href="#scroll-top" title="scroll to top">&uarr;</a></div>
<div class="grid col-300 fit powered"><a href="http://cyberchimps.com/responsive-theme/" title="Responsive Theme">Responsive Theme</a></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/dynsections.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The MIT License (MIT)
Copyright (C) 1997-2020 by Dimitri van Heesch
Copyright (C) 1997-2024 by Dimitri van Heesch
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
and associated documentation files (the "Software"), to deal in the Software without restriction,
Expand Down
2 changes: 1 addition & 1 deletion api/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The MIT License (MIT)
Copyright (C) 1997-2020 by Dimitri van Heesch
Copyright (C) 1997-2024 by Dimitri van Heesch
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
and associated documentation files (the "Software"), to deal in the Software without restriction,
Expand Down
2 changes: 1 addition & 1 deletion api/menudata.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The MIT License (MIT)
Copyright (C) 1997-2020 by Dimitri van Heesch
Copyright (C) 1997-2024 by Dimitri van Heesch
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
and associated documentation files (the "Software"), to deal in the Software without restriction,
Expand Down
2 changes: 1 addition & 1 deletion api/navtree.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The MIT License (MIT)
Copyright (C) 1997-2020 by Dimitri van Heesch
Copyright (C) 1997-2024 by Dimitri van Heesch
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
and associated documentation files (the "Software"), to deal in the Software without restriction,
Expand Down
4 changes: 2 additions & 2 deletions api/navtreedata.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The MIT License (MIT)
Copyright (C) 1997-2020 by Dimitri van Heesch
Copyright (C) 1997-2024 by Dimitri van Heesch
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
and associated documentation files (the "Software"), to deal in the Software without restriction,
Expand Down Expand Up @@ -63,4 +63,4 @@ var NAVTREEINDEX =
];

var SYNCONMSG = 'click to disable panel synchronisation';
var SYNCOFFMSG = 'click to enable panel synchronisation';
var SYNCOFFMSG = 'click to enable panel synchronisation';
2 changes: 1 addition & 1 deletion api/resize.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The MIT License (MIT)
Copyright (C) 1997-2020 by Dimitri van Heesch
Copyright (C) 1997-2024 by Dimitri van Heesch
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
and associated documentation files (the "Software"), to deal in the Software without restriction,
Expand Down
2 changes: 1 addition & 1 deletion api/search/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The MIT License (MIT)
Copyright (C) 1997-2020 by Dimitri van Heesch
Copyright (C) 1997-2024 by Dimitri van Heesch
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
and associated documentation files (the "Software"), to deal in the Software without restriction,
Expand Down

0 comments on commit 31d7de8

Please sign in to comment.