Update copyright 26/5926/1
authorychacon <yennifer.chacon@est.tech>
Fri, 23 Apr 2021 06:37:31 +0000 (08:37 +0200)
committerychacon <yennifer.chacon@est.tech>
Fri, 23 Apr 2021 06:37:31 +0000 (08:37 +0200)
Issue-ID: NONRTRIC-448
Signed-off-by: ychacon <yennifer.chacon@est.tech>
Change-Id: I95a3bd704088f3681420bd601f466047bb40b852

webapp-frontend/src/app/footer/footer.component.html
webapp-frontend/src/app/footer/footer.component.scss

index 34d88bb..45317e3 100644 (file)
@@ -19,7 +19,6 @@
   ========================LICENSE_END===================================
   -->
 <div class="copyright__text" [ngClass]="{'copyright__text-dark': darkMode}">
-  Copyright (C) 2019 AT&T Intellectual Property. Licensed under the Apache License, Version 2.0.
-  <br />
-  Modifications Copyright (C) 2019 Nordix Foundation
+  Copyright (C) 2019-2021 Nordix Foundation and AT&T Intellectual Property. <br />
+  Licensed under the Apache License, Version 2.0.
 </div>
\ No newline at end of file
index 077567e..1f7f5e6 100644 (file)
  * ========================LICENSE_END===================================
  */
 .copyright__text {
-  color: gray;
+  color: rgb(199, 196, 196);
   letter-spacing: 0.1rem;
   font-size: 10px;
   margin-left: 10px;
 }
 
 .copyright__text-dark {
-  color: gray;
+  color: rgb(80, 79, 79);
 }
\ No newline at end of file