Skip to content

Commit 833543e

Browse files
committed
chore: fix duplicate apache headers
1 parent 7486aaa commit 833543e

2 files changed

Lines changed: 0 additions & 32 deletions

File tree

src/ui/services/git-push.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
/**
18-
* Copyright 2026 GitProxy Contributors
19-
*
20-
* Licensed under the Apache License, Version 2.0 (the "License");
21-
* you may not use this file except in compliance with the License.
22-
* You may obtain a copy of the License at
23-
*
24-
* http://www.apache.org/licenses/LICENSE-2.0
25-
*
26-
* Unless required by applicable law or agreed to in writing, software
27-
* distributed under the License is distributed on an "AS IS" BASIS,
28-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
29-
* See the License for the specific language governing permissions and
30-
* limitations under the License.
31-
*/
32-
3317
import axios from 'axios';
3418
import { getAxiosConfig } from './auth';
3519
import { getApiV1BaseUrl } from './apiConfig';

src/ui/services/repo.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
/**
18-
* Copyright 2026 GitProxy Contributors
19-
*
20-
* Licensed under the Apache License, Version 2.0 (the "License");
21-
* you may not use this file except in compliance with the License.
22-
* You may obtain a copy of the License at
23-
*
24-
* http://www.apache.org/licenses/LICENSE-2.0
25-
*
26-
* Unless required by applicable law or agreed to in writing, software
27-
* distributed under the License is distributed on an "AS IS" BASIS,
28-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
29-
* See the License for the specific language governing permissions and
30-
* limitations under the License.
31-
*/
32-
3317
import axios from 'axios';
3418
import { getAxiosConfig } from './auth.js';
3519
import { Repo } from '../../db/types';

0 commit comments

Comments
 (0)