From ed34cc64090c59d7df3f8584966a4a3e585d88a8 Mon Sep 17 00:00:00 2001 From: QuCMGisaia Date: Mon, 7 Oct 2024 13:57:56 +0200 Subject: [PATCH] ci: add license --- .../arlas-analytics.component.scss | 19 +++++++++++++++++ .../arlas-analytics.component.ts | 19 +++++++++++++++++ .../arlas-list/arlas-list.component.scss | 21 ++++++++++++++++++- .../arlas-map/arlas-map.component.ts | 4 ++-- src/app/pipes/get-resultlist-config.pipe.ts | 19 +++++++++++++++++ src/app/services/map.service.ts | 19 +++++++++++++++++ 6 files changed, 98 insertions(+), 3 deletions(-) diff --git a/src/app/components/arlas-analytics/arlas-analytics.component.scss b/src/app/components/arlas-analytics/arlas-analytics.component.scss index 5e408283..54e717cc 100644 --- a/src/app/components/arlas-analytics/arlas-analytics.component.scss +++ b/src/app/components/arlas-analytics/arlas-analytics.component.scss @@ -1,3 +1,22 @@ +/* + * Licensed to Gisaïa under one or more contributor + * license agreements. See the NOTICE.txt file distributed with + * this work for additional information regarding copyright + * ownership. Gisaïa licenses this file to you 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. + */ + .arlas-analytics--container { height: 100%; width: 100%; diff --git a/src/app/components/arlas-analytics/arlas-analytics.component.ts b/src/app/components/arlas-analytics/arlas-analytics.component.ts index eac8adfc..67a70aac 100644 --- a/src/app/components/arlas-analytics/arlas-analytics.component.ts +++ b/src/app/components/arlas-analytics/arlas-analytics.component.ts @@ -1,3 +1,22 @@ +/* + * Licensed to Gisaïa under one or more contributor + * license agreements. See the NOTICE.txt file distributed with + * this work for additional information regarding copyright + * ownership. Gisaïa licenses this file to you 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. + */ + import { Component, Input, OnInit } from '@angular/core'; import { ResultlistService } from '@services/resultlist.service'; import { AnalyticsContributor } from 'arlas-web-contributors'; diff --git a/src/app/components/arlas-list/arlas-list.component.scss b/src/app/components/arlas-list/arlas-list.component.scss index bf025c48..d4e8e6e0 100644 --- a/src/app/components/arlas-list/arlas-list.component.scss +++ b/src/app/components/arlas-list/arlas-list.component.scss @@ -1,4 +1,23 @@ -@import "../../../styles/variables.scss"; +/* + * Licensed to Gisaïa under one or more contributor + * license agreements. See the NOTICE.txt file distributed with + * this work for additional information regarding copyright + * ownership. Gisaïa licenses this file to you 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. + */ + + @import "../../../styles/variables.scss"; .arlas-progression { width: 100%; diff --git a/src/app/components/arlas-map/arlas-map.component.ts b/src/app/components/arlas-map/arlas-map.component.ts index 69bdde5c..1ac81c22 100644 --- a/src/app/components/arlas-map/arlas-map.component.ts +++ b/src/app/components/arlas-map/arlas-map.component.ts @@ -3,7 +3,7 @@ * license agreements. See the NOTICE.txt file distributed with * this work for additional information regarding copyright * ownership. Gisaïa licenses this file to you under - * the Apache License, Version 2.0 (the 'License'); you may + * 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 * @@ -11,7 +11,7 @@ * * 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 + * "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. diff --git a/src/app/pipes/get-resultlist-config.pipe.ts b/src/app/pipes/get-resultlist-config.pipe.ts index 721a2958..b8cca4c0 100644 --- a/src/app/pipes/get-resultlist-config.pipe.ts +++ b/src/app/pipes/get-resultlist-config.pipe.ts @@ -1,3 +1,22 @@ +/* + * Licensed to Gisaïa under one or more contributor + * license agreements. See the NOTICE.txt file distributed with + * this work for additional information regarding copyright + * ownership. Gisaïa licenses this file to you 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. + */ + import { Pipe, PipeTransform } from '@angular/core'; import { ResultlistService } from 'app/services/resultlist.service'; import { ResultListContributor } from 'arlas-web-contributors'; diff --git a/src/app/services/map.service.ts b/src/app/services/map.service.ts index 4dd48ab7..1dbf2e3d 100644 --- a/src/app/services/map.service.ts +++ b/src/app/services/map.service.ts @@ -1,3 +1,22 @@ +/* + * Licensed to Gisaïa under one or more contributor + * license agreements. See the NOTICE.txt file distributed with + * this work for additional information regarding copyright + * ownership. Gisaïa licenses this file to you 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. + */ + import { Injectable } from '@angular/core'; import { ArlasAnyLayer, MapglComponent } from 'arlas-web-components'; import { ElementIdentifier, FeatureRenderMode, MapContributor } from 'arlas-web-contributors';