Skip to content

Commit

Permalink
Remove copyright notice
Browse files Browse the repository at this point in the history
- I assume there are no copyright related to the Angor Hub website, as it's open source and the project owners own their own content, right?
  • Loading branch information
sondreb committed Nov 14, 2024
1 parent 297602d commit 6d71e3a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
class="bg-card relative z-49 flex h-14 w-full flex-0 items-center border-t px-4 dark:bg-transparent sm:h-20 md:px-6 print:hidden"
>
<span class="text-secondary font-medium"
>Angor Hub &copy; {{ currentYear }} - version {{ version }}</span
>Angor Hub - version {{ version }}</span
>
</div>
</div>
Expand Down
4 changes: 0 additions & 4 deletions src/app/layout/layouts/horizontal/modern/modern.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ export class ModernLayoutComponent implements OnInit, OnDestroy {
private _angorNavigationService: AngorNavigationService
) {}

get currentYear(): number {
return new Date().getFullYear();
}

ngOnInit(): void {
this._navigationService.navigation$
.pipe(takeUntil(this._unsubscribeAll))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
class="bg-card relative z-49 flex h-14 w-full flex-0 items-center justify-start border-t px-4 dark:bg-transparent md:px-6 print:hidden"
>
<span class="text-secondary font-medium"
>Angor Hub &copy; {{ currentYear }} - version {{ version }}</span
>Angor Hub - version {{ version }}</span
>
</div>
</div>
Expand Down
4 changes: 0 additions & 4 deletions src/app/layout/layouts/vertical/classic/classic.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ export class ClassicLayoutComponent implements OnInit, OnDestroy {
private _angorNavigationService: AngorNavigationService
) {}

get currentYear(): number {
return new Date().getFullYear();
}

ngOnInit(): void {
this._navigationService.navigation$
.pipe(takeUntil(this._unsubscribeAll))
Expand Down

0 comments on commit 6d71e3a

Please sign in to comment.