Skip to content

Commit

Permalink
docs: Add missing license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
romeonicholas committed Nov 14, 2023
1 parent 1a1a658 commit 98fcdf3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
~ SPDX-FileCopyrightText: Copyright DB Netz AG and the capella-collab-manager contributors
~ SPDX-License-Identifier: Apache-2.0
-->

<div class="w-full p-[20px] md:max-w-[500px]">
<h2>Reorder models</h2>
<div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: Copyright DB Netz AG and the capella-collab-manager contributors
* SPDX-License-Identifier: Apache-2.0
*/

import { CdkDragDrop, moveItemInArray } from '@angular/cdk/drag-drop';
import { Component, Inject } from '@angular/core';
import {
Expand Down

0 comments on commit 98fcdf3

Please sign in to comment.