Skip to content

Commit

Permalink
Merge pull request #76 from Etherna/improve/MODM-169-lgpl-license
Browse files Browse the repository at this point in the history
some missing
  • Loading branch information
tmm360 authored Aug 25, 2024
2 parents 8611072 + 666ace5 commit b21f3f1
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 160 deletions.
17 changes: 1 addition & 16 deletions samples/AspNetCoreSample/Pages/Error.cshtml
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
@* Copyright 2020-present Etherna SA
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@page
@page
@model ErrorModel
@{
ViewData["Title"] = "Error";
Expand Down
17 changes: 1 addition & 16 deletions samples/AspNetCoreSample/Pages/Index.cshtml
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
@* Copyright 2020-present Etherna SA
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@page
@page
@model IndexModel
@{
ViewData["Title"] = "Home page";
Expand Down
17 changes: 1 addition & 16 deletions samples/AspNetCoreSample/Pages/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
@* Copyright 2020-present Etherna SA
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,2 @@
@* Copyright 2020-present Etherna SA
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

<script src="~/lib/jquery-validation/dist/jquery.validate.min.js"></script>
<script src="~/lib/jquery-validation/dist/jquery.validate.min.js"></script>
<script src="~/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js"></script>
17 changes: 1 addition & 16 deletions samples/AspNetCoreSample/Pages/_ViewImports.cshtml
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
@* Copyright 2020-present Etherna SA
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@using Etherna.MongODM.AspNetCoreSample
@using Etherna.MongODM.AspNetCoreSample
@using Etherna.MongODM.AspNetCoreSample.Models
@namespace Etherna.MongODM.AspNetCoreSample.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
17 changes: 1 addition & 16 deletions samples/AspNetCoreSample/Pages/_ViewStart.cshtml
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
@* Copyright 2020-present Etherna SA
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@{
@{
Layout = "_Layout";
}
17 changes: 1 addition & 16 deletions src/MongODM.AspNetCore.UI/Areas/MongODM/Pages/Index.cshtml
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
@* Copyright 2020-present Etherna SA
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@page
@page
@model Etherna.MongODM.AspNetCore.UI.Areas.MongODM.Pages.IndexModel
@{
ViewData["Title"] = "MongODM Dashboard";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
@* Copyright 2020-present Etherna SA
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1 @@
@* Copyright 2020-present Etherna SA
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
17 changes: 1 addition & 16 deletions src/MongODM.AspNetCore.UI/Areas/MongODM/Pages/_ViewStart.cshtml
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
@* Copyright 2020-present Etherna SA
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@{
@{
Layout = "_Layout";
}

0 comments on commit b21f3f1

Please sign in to comment.