From cb1c14aa493da5ff4d784c899609420c773cd0dc Mon Sep 17 00:00:00 2001 From: Gerd Wuetherich Date: Mon, 17 Aug 2020 23:08:11 +0200 Subject: [PATCH] #20 improved DepGraph computing --- .../src/views/fwk/Slizaa21SplitViewPositions.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/slizaa-web/app/src/views/fwk/Slizaa21SplitViewPositions.ts b/slizaa-web/app/src/views/fwk/Slizaa21SplitViewPositions.ts index bf78883..c6c158f 100644 --- a/slizaa-web/app/src/views/fwk/Slizaa21SplitViewPositions.ts +++ b/slizaa-web/app/src/views/fwk/Slizaa21SplitViewPositions.ts @@ -1,3 +1,20 @@ +/* + * slizaa-web - Slizaa Static Software Analysis Tools + * Copyright © 2019 Code-Kontor GmbH and others (slizaa@codekontor.io) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ export enum Slizaa21SplitViewPositions { TOP_LEFT, TOP_RIGHT, BOTTOM } \ No newline at end of file