Skip to content

Commit 42e788c

Browse files
committed
Fix copyright header violations
1 parent 2e1219b commit 42e788c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pipeline {
7676
sh "yarn install"
7777
script {
7878
// Fail the step if there are uncommited changes to the yarn.lock file
79-
if (sh(returnStatus: true, script: 'git diff --name-only | grep -q "^yarn.lock"') == 0) {
79+
if (sh(returnStatus: true, script: 'git diff --name-only | grep -q "^client/yarn.lock"') == 0) {
8080
echo 'The yarn.lock file has uncommited changes!'
8181
error 'The yarn.lock file has uncommited changes!'
8282
}

client/packages/ide/src/features/copy-paste/copy-paste-module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2020-2023 EclipseSource and others.
2+
* Copyright (c) 2020-2024 EclipseSource and others.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at

client/packages/ide/src/features/delete/delete-module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2020-2023 EclipseSource and others.
2+
* Copyright (c) 2020-2024 EclipseSource and others.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at

client/packages/ide/src/features/fallback/fallback-module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2023 EclipseSource and others.
2+
* Copyright (c) 2023-2024 EclipseSource and others.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at

client/packages/ide/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2020-2023 EclipseSource and others.
2+
* Copyright (c) 2020-2024 EclipseSource and others.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at

client/packages/ide/src/utils/url-parameters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017 TypeFox and others.
2+
* Copyright (c) 2017-2020 TypeFox and others.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
55
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

0 commit comments

Comments
 (0)