Skip to content

Commit a413851

Browse files
authored
chore: fix year in license headers (#8345)
1 parent 8d5f635 commit a413851

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/date-picker/src/vaadin-lit-month-calendar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright (c) 2016 - 2022 Vaadin Ltd.
3+
* Copyright (c) 2016 - 2024 Vaadin Ltd.
44
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
55
*/
66
import { html, LitElement } from 'lit';
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
3+
* Copyright (c) 2017 - 2024 Vaadin Ltd.
44
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
55
*/
66
export * from './vaadin-horizontal-layout.js';
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
3+
* Copyright (c) 2017 - 2024 Vaadin Ltd.
44
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
55
*/
66
export * from './vaadin-icon.js';
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
3+
* Copyright (c) 2017 - 2024 Vaadin Ltd.
44
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
55
*/
66
export * from './vaadin-iconset.js';
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright (c) 2017 - 2023 Vaadin Ltd.
3+
* Copyright (c) 2017 - 2024 Vaadin Ltd.
44
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
55
*/
66
export * from './vaadin-vertical-layout.js';

0 commit comments

Comments
 (0)