From 105f59c74c01cb85b1e814e25e47a757309ea423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20I=C3=9Fbr=C3=BCcker?= Date: Wed, 20 Sep 2023 11:04:52 +0200 Subject: [PATCH] remove commercial licence header --- packages/ts/react-auth/src/ProtectedRoute.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/packages/ts/react-auth/src/ProtectedRoute.tsx b/packages/ts/react-auth/src/ProtectedRoute.tsx index 50c49cf245..134190ed94 100644 --- a/packages/ts/react-auth/src/ProtectedRoute.tsx +++ b/packages/ts/react-auth/src/ProtectedRoute.tsx @@ -1,12 +1,3 @@ -/* - - * Copyright (C) 2023 Vaadin Ltd - * - * This program is available under Vaadin Commercial License and Service Terms. - * - * - * See for the full - * license. - */ import { useContext } from 'react'; import type { RouteObject } from 'react-router-dom'; import { type IndexRouteObject, Navigate, type NonIndexRouteObject, useLocation } from 'react-router-dom';