Skip to content

Commit

Permalink
Add license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas-Sander committed Jun 18, 2024
1 parent 21760cd commit a25bdb5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/lib/homework/teacher/src/teacher_src.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright (c) 2024 Sharezone UG (haftungsbeschränkt)
// Licensed under the EUPL-1.2-or-later.
//
// You may obtain a copy of the Licence at:
// https://joinup.ec.europa.eu/software/page/eupl
//
// SPDX-License-Identifier: EUPL-1.2

export 'teacher_open_homework_list.dart';
export 'teacher_homework_tile.dart';
export 'teacher_homework_bottom_action_bar.dart';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright (c) 2024 Sharezone UG (haftungsbeschränkt)
// Licensed under the EUPL-1.2-or-later.
//
// You may obtain a copy of the Licence at:
// https://joinup.ec.europa.eu/software/page/eupl
//
// SPDX-License-Identifier: EUPL-1.2

import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:common_domain_models/common_domain_models.dart';
import 'package:fast_immutable_collections/fast_immutable_collections.dart';
Expand Down
8 changes: 8 additions & 0 deletions lib/hausaufgabenheft_logik/lib/src/homework_page_api.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright (c) 2024 Sharezone UG (haftungsbeschränkt)
// Licensed under the EUPL-1.2-or-later.
//
// You may obtain a copy of the Licence at:
// https://joinup.ec.europa.eu/software/page/eupl
//
// SPDX-License-Identifier: EUPL-1.2

import 'package:collection/collection.dart';
import 'package:common_domain_models/common_domain_models.dart';
import 'package:fast_immutable_collections/fast_immutable_collections.dart';
Expand Down

0 comments on commit a25bdb5

Please sign in to comment.