Skip to content

Commit

Permalink
update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Mar 26, 2023
1 parent 1f78e68 commit 6eac66a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE.LGPL.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

KDMacTouchBar is Copyright (C) 2019-2021 Klaralvdalens Datakonsult AB.
KDMacTouchBar is Copyright (C) 2019-2023 Klarälvdalens Datakonsult AB.

You may use, distribute and copy KDMacTouchBar under the terms of
GNU Lesser General Public License version 3, which is displayed below.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ touchBar->addAction(actionSaveFile);
```

## Licensing:
KD MacTouchBar is (C) 2019-2021, Klarälvdalens Datakonsult AB,
KD MacTouchBar is (C) 2019-2023, Klarälvdalens Datakonsult AB,
and is available under the terms of:

* the LGPL (see LICENSE.LGPL.txt for details)
Expand Down
2 changes: 1 addition & 1 deletion examples/mactouchbar/main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (C) 2019-2021 Klaralvdalens Datakonsult AB, a KDAB Group company, [email protected].
** Copyright (C) 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company, [email protected].
** All rights reserved.
**
** This file is part of the KD MacTouchBar library.
Expand Down
2 changes: 1 addition & 1 deletion examples/mactouchbar/mainwindow.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (C) 2019-2021 Klaralvdalens Datakonsult AB, a KDAB Group company, [email protected].
** Copyright (C) 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company, [email protected].
** All rights reserved.
**
** This file is part of the KD MacTouchBar library.
Expand Down
2 changes: 1 addition & 1 deletion examples/mactouchbar/mainwindow.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (C) 2019-2021 Klaralvdalens Datakonsult AB, a KDAB Group company, [email protected].
** Copyright (C) 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company, [email protected].
** All rights reserved.
**
** This file is part of the KD MacTouchBar library.
Expand Down
2 changes: 1 addition & 1 deletion src/kdmactouchbar.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (C) 2019-2021 Klaralvdalens Datakonsult AB, a KDAB Group company, [email protected].
** Copyright (C) 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company, [email protected].
** All rights reserved.
**
** This file is part of the KD MacTouchBar library.
Expand Down
2 changes: 1 addition & 1 deletion src/kdmactouchbar.mm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (C) 2019-2021 Klaralvdalens Datakonsult AB, a KDAB Group company, [email protected].
** Copyright (C) 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company, [email protected].
** All rights reserved.
**
** This file is part of the KD MacTouchBar library.
Expand Down
2 changes: 1 addition & 1 deletion src/kdmactouchbar_global.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (C) 2019-2021 Klaralvdalens Datakonsult AB, a KDAB Group company, [email protected].
** Copyright (C) 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company, [email protected].
** All rights reserved.
**
** This file is part of the KD MacTouchBar library.
Expand Down

0 comments on commit 6eac66a

Please sign in to comment.