aboutsummaryrefslogtreecommitdiff
path: root/VNLib.Plugins.Essentials.Content.Routing/Model
diff options
context:
space:
mode:
authorLibravatar vman <public@vaughnnugent.com>2022-11-19 01:13:12 -0500
committerLibravatar vman <public@vaughnnugent.com>2022-11-19 01:13:12 -0500
commit0002da953d64bb79ab2c1233464ef33f4a9d0b98 (patch)
tree8fc40764e545a26e19fb592b0f6d36c97ecdd9e4 /VNLib.Plugins.Essentials.Content.Routing/Model
parent526c2364b9ad685d1c000fc8a168bf1305aaa8b7 (diff)
License updates
Diffstat (limited to 'VNLib.Plugins.Essentials.Content.Routing/Model')
-rw-r--r--VNLib.Plugins.Essentials.Content.Routing/Model/Route.cs26
-rw-r--r--VNLib.Plugins.Essentials.Content.Routing/Model/RouteStore.cs26
-rw-r--r--VNLib.Plugins.Essentials.Content.Routing/Model/RoutingContext.cs26
3 files changed, 75 insertions, 3 deletions
diff --git a/VNLib.Plugins.Essentials.Content.Routing/Model/Route.cs b/VNLib.Plugins.Essentials.Content.Routing/Model/Route.cs
index 9af42f1..c822471 100644
--- a/VNLib.Plugins.Essentials.Content.Routing/Model/Route.cs
+++ b/VNLib.Plugins.Essentials.Content.Routing/Model/Route.cs
@@ -1,4 +1,28 @@
-using System;
+/*
+* Copyright (c) 2022 Vaughn Nugent
+*
+* Library: VNLib
+* Package: VNLib.Plugins.Essentials.Content.Routing
+* File: Route.cs
+*
+* Route.cs is part of VNLib.Plugins.Essentials.Content.Routing which is part of the larger
+* VNLib collection of libraries and utilities.
+*
+* VNLib.Plugins.Essentials.Content.Routing is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published
+* by the Free Software Foundation, either version 2 of the License,
+* or (at your option) any later version.
+*
+* VNLib.Plugins.Essentials.Content.Routing 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
+* General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with VNLib.Plugins.Essentials.Content.Routing. If not, see http://www.gnu.org/licenses/.
+*/
+
+using System;
using System.ComponentModel.DataAnnotations.Schema;
using Microsoft.EntityFrameworkCore;
diff --git a/VNLib.Plugins.Essentials.Content.Routing/Model/RouteStore.cs b/VNLib.Plugins.Essentials.Content.Routing/Model/RouteStore.cs
index 8650f30..c19fe1a 100644
--- a/VNLib.Plugins.Essentials.Content.Routing/Model/RouteStore.cs
+++ b/VNLib.Plugins.Essentials.Content.Routing/Model/RouteStore.cs
@@ -1,4 +1,28 @@
-using System;
+/*
+* Copyright (c) 2022 Vaughn Nugent
+*
+* Library: VNLib
+* Package: VNLib.Plugins.Essentials.Content.Routing
+* File: RouteStore.cs
+*
+* RouteStore.cs is part of VNLib.Plugins.Essentials.Content.Routing which is part of the larger
+* VNLib collection of libraries and utilities.
+*
+* VNLib.Plugins.Essentials.Content.Routing is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published
+* by the Free Software Foundation, either version 2 of the License,
+* or (at your option) any later version.
+*
+* VNLib.Plugins.Essentials.Content.Routing 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
+* General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with VNLib.Plugins.Essentials.Content.Routing. If not, see http://www.gnu.org/licenses/.
+*/
+
+using System;
using System.Linq;
using Microsoft.EntityFrameworkCore;
diff --git a/VNLib.Plugins.Essentials.Content.Routing/Model/RoutingContext.cs b/VNLib.Plugins.Essentials.Content.Routing/Model/RoutingContext.cs
index da62342..b5f73ad 100644
--- a/VNLib.Plugins.Essentials.Content.Routing/Model/RoutingContext.cs
+++ b/VNLib.Plugins.Essentials.Content.Routing/Model/RoutingContext.cs
@@ -1,4 +1,28 @@
-using System;
+/*
+* Copyright (c) 2022 Vaughn Nugent
+*
+* Library: VNLib
+* Package: VNLib.Plugins.Essentials.Content.Routing
+* File: RoutingContext.cs
+*
+* RoutingContext.cs is part of VNLib.Plugins.Essentials.Content.Routing which is part of the larger
+* VNLib collection of libraries and utilities.
+*
+* VNLib.Plugins.Essentials.Content.Routing is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published
+* by the Free Software Foundation, either version 2 of the License,
+* or (at your option) any later version.
+*
+* VNLib.Plugins.Essentials.Content.Routing 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
+* General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with VNLib.Plugins.Essentials.Content.Routing. If not, see http://www.gnu.org/licenses/.
+*/
+
+using System;
using Microsoft.EntityFrameworkCore;