Skip to content

Commit

Permalink
Update year
Browse files Browse the repository at this point in the history
  • Loading branch information
electroly committed Jun 19, 2024
1 parent 5743d0a commit a565655
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016-2023 Brian Luft
Copyright (c) 2016-2024 Brian Luft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/SqlNotebook/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ private void AboutMnu_Click(object sender, EventArgs e)
new[] { siteButton, Ui.OK },
TaskDialogIcon.Information,
defaultIsFirst: false,
details: $"Version {Application.ProductVersion}\r\n© 2016-2023 Brian Luft"
details: $"Version {Application.ProductVersion}\r\n© 2016-2024 Brian Luft"
);
if (choice == siteButton)
{
Expand Down
4 changes: 2 additions & 2 deletions src/SqlNotebook/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand All @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("SQL Notebook")]
[assembly: AssemblyCopyright("© 2016-2023 Brian Luft")]
[assembly: AssemblyCopyright("© 2016-2024 Brian Luft")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion src/SqlNotebook/ThirdPartyLicenses.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>
<body>
<a moz-do-not-send="true" href="https://sqlnotebook.com"><strong>SQL Notebook</strong></a><br>
Copyright (c) 2016-2023 Brian Luft<br>
Copyright (c) 2016-2024 Brian Luft<br>
<br>
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, including without limitation the
Expand Down
2 changes: 1 addition & 1 deletion src/chocolatey/sqlnotebook.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<description>Casual data exploration in SQL.</description>
<projectUrl>https://sqlnotebook.com</projectUrl>
<tags>sql sqlite mysql postgresql sql server mssql csv xls excel admin</tags>
<copyright>Copyright (C) 2016-2023 Brian Luft</copyright>
<copyright>Copyright (C) 2016-2024 Brian Luft</copyright>
<licenseUrl>https://github.com/electroly/sqlnotebook/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion web/page.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</div></article>
<footer><div id="footer">
<hr>
© 2016-2023 <a href="https://github.com/electroly">Brian Luft</a>
© 2016-2024 <a href="https://github.com/electroly">Brian Luft</a>
</div></footer>
</body>
</html>

0 comments on commit a565655

Please sign in to comment.