Skip to content

Commit

Permalink
Updated copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Jan 8, 2024
1 parent 2649906 commit 49bfe0b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// Controls how suggestions are pre-selected when showing the suggest list
"editor.suggestSelection": "recentlyUsed",
// Enable word based suggestions
"editor.wordBasedSuggestions": true,
"editor.wordBasedSuggestions": "matchingDocuments",
// Enable parameter hints
"editor.parameterHints.enabled": true,
"files.associations": {
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Build instructions for VSCP Works.
#
# Copyright (C) 2000-2023 Åke Hedman, the VSCP Project
# Copyright (C) 2000-2024 Åke Hedman, the VSCP Project
#
# 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/vscphelperlib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// The MIT License (MIT)
//
// Copyright (C) 2000-2023 Åke Hedman, The VSCP Project,
// Copyright (C) 2000-2024 Åke Hedman, The VSCP Project,
// <akhe@vscp.org>
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/vscphelperlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//
// The MIT License (MIT)
//
// Copyright (C) 2000-2023 Åke Hedman, The VSCP Project,
// Copyright (C) 2000-2024 Åke Hedman, The VSCP Project,
// <akhe@vscp.org>
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down

0 comments on commit 49bfe0b

Please sign in to comment.