Skip to content

Commit

Permalink
fix: include reuse comments in files and add update ignored files in …
Browse files Browse the repository at this point in the history
…dep5
  • Loading branch information
Peter Schweigkofler committed Sep 27, 2024
1 parent 43c48a3 commit b4c95d3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Upstream-Name: webcomp-boilerplate
Upstream-Contact: NOI Techpark <[email protected]>
Source: https://github.com/noi-techpark/webcomp-boilerplate

Files: .github/* .gitignore LICENSE.md .pre-commit-config.yaml *.json .editorconfig .env.example wcs-logo.png
Files: .github/* infrastructure/* .gitignore .pre-commit-config.yaml LICENSE.md .browserslistrc .editorconfig .prettierrc *.png *.svg *.gif *.json
Copyright: (c) NOI Techpark <[email protected]>
License: CC0-1.0
4 changes: 4 additions & 0 deletions src/api/base.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: NOI Techpark <[email protected]>
//
// SPDX-License-Identifier: AGPL-3.0-or-later

import axios from 'axios';

export const suedtirolRadeltApiClient = axios.create({
Expand Down
4 changes: 4 additions & 0 deletions src/api/suedtirolRadeltApi.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: NOI Techpark <[email protected]>
//
// SPDX-License-Identifier: AGPL-3.0-or-later

import { suedtirolRadeltApiClient } from '@/api/base';

export interface SuedtirolRadeltItem {
Expand Down
4 changes: 4 additions & 0 deletions src/assets/locales/i18n.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: NOI Techpark <[email protected]>
//
// SPDX-License-Identifier: AGPL-3.0-or-later

import { createI18n } from 'vue-i18n';
import messagesEn from '@/assets/locales/en.json';
import messagesDe from '@/assets/locales/de.json';
Expand Down

0 comments on commit b4c95d3

Please sign in to comment.