Skip to content

Commit 427629c

Browse files
Added license header
Signed-off-by: Amol Sontakke <[email protected]>
1 parent 7cacfe4 commit 427629c

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

src/app/shared/components/consent/consent.component.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!-- Copyright The Linux Foundation and each contributor to CommunityBridge.
2+
SPDX-License-Identifier: MIT -->
3+
14
<div class="wrapper">
25
<div class="box">
36
<div class="consent-title">Consent </div>

src/app/shared/components/consent/consent.component.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/* Copyright The Linux Foundation and each contributor to CommunityBridge.
2+
SPDX-License-Identifier: MIT */
3+
14
.consent-title{
25
font-size: 24px;
36
font-weight: bold;

src/app/shared/components/consent/consent.component.spec.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright The Linux Foundation and each contributor to CommunityBridge.
2+
// SPDX-License-Identifier: MIT
3+
4+
15
import { ComponentFixture, TestBed } from '@angular/core/testing';
26

37
import { ConsentComponent } from './consent.component';

src/app/shared/components/consent/consent.component.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright The Linux Foundation and each contributor to CommunityBridge.
2+
// SPDX-License-Identifier: MIT
3+
4+
15
import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core';
26

37
@Component({

0 commit comments

Comments
 (0)