diff --git a/.licenserc.yaml b/.licenserc.yaml index fed8faf136e..65e6c762904 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -26,3 +26,17 @@ header: - '.licenserc.yaml' - 'frontend/.yarn/**' - 'amber/src/main/python/proto/**' + # Third-party code with MIT license - see LICENSE file for attribution + - 'common/workflow-operator/src/main/scala/com/kjetland/**' + # TypeFox monaco-languageclient derived files (MIT License) + - 'pyright-language-service/src/main.ts' + - 'pyright-language-service/src/language-server-runner.ts' + - 'pyright-language-service/src/server-commons.ts' + - 'frontend/src/app/common/formly/array.type.ts' + - 'frontend/src/app/common/formly/object.type.ts' + - 'frontend/src/app/common/formly/multischema.type.ts' + - 'frontend/src/app/common/formly/null.type.ts' + # Third-party SVG assets - see LICENSE file for attribution + - 'frontend/src/assets/svg/operator-view-result.svg' + - 'frontend/src/assets/svg/operator-reuse-cache-invalid.svg' + - 'frontend/src/assets/svg/operator-reuse-cache-valid.svg' diff --git a/LICENSE b/LICENSE index 261eeb9e9f8..6734840ae8d 100644 --- a/LICENSE +++ b/LICENSE @@ -199,3 +199,41 @@ 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. + +-------------------------------------------------------------------------------- +THIRD-PARTY DEPENDENCIES +-------------------------------------------------------------------------------- + +This product bundles source code and assets from third-party projects. +See licenses/ for the full text of these licenses: + - licenses/LICENSE-MIT.txt + +MIT License (licenses/LICENSE-MIT.txt) +-------------------------------------- + +This product bundles code derived from mbknor-jackson-jsonschema: + - common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/ + Copyright (c) 2016 Kjell Tore Eliassen (mbknor) + Source: https://github.com/mbknor/mbknor-jackson-jsonschema + +This product bundles code derived from Google Angular formly examples: + - frontend/src/app/common/formly/array.type.ts + - frontend/src/app/common/formly/object.type.ts + - frontend/src/app/common/formly/multischema.type.ts + - frontend/src/app/common/formly/null.type.ts + Copyright (c) 2018 Google Inc. All Rights Reserved. + Source: https://angular.io + +This product bundles code derived from TypeFox monaco-languageclient: + - pyright-language-service/src/main.ts + - pyright-language-service/src/language-server-runner.ts + - pyright-language-service/src/server-commons.ts + Copyright (c) 2024 TypeFox and others. + Source: https://github.com/TypeFox/monaco-languageclient + +This product includes SVG icons from SVGRepo: + - frontend/src/assets/svg/operator-view-result.svg + - frontend/src/assets/svg/operator-reuse-cache-valid.svg + - frontend/src/assets/svg/operator-reuse-cache-invalid.svg + Source: https://www.svgrepo.com + License: MIT License diff --git a/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/JsonSchemaDraft.java b/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/JsonSchemaDraft.java index 4a75e2f44c4..60f3a6d0b1e 100644 --- a/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/JsonSchemaDraft.java +++ b/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/JsonSchemaDraft.java @@ -1,20 +1,9 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF 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 + * Copyright (c) 2016 Kjell Tore Eliassen (mbknor) + * Licensed under the MIT License. * - * 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. + * This file is derived from mbknor-jackson-jsonschema. + * Source: https://github.com/mbknor/mbknor-jackson-jsonschema */ package com.kjetland.jackson.jsonSchema; diff --git a/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/JsonSchemaGenerator.scala b/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/JsonSchemaGenerator.scala index 69bf1c11963..395de278997 100644 --- a/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/JsonSchemaGenerator.scala +++ b/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/JsonSchemaGenerator.scala @@ -1,20 +1,9 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF 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 + * Copyright (c) 2016 Kjell Tore Eliassen (mbknor) + * Licensed under the MIT License. * - * 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. + * This file is derived from mbknor-jackson-jsonschema. + * Source: https://github.com/mbknor/mbknor-jackson-jsonschema */ package com.kjetland.jackson.jsonSchema diff --git a/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaArrayWithUniqueItems.java b/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaArrayWithUniqueItems.java index 1e5d8d231a3..752424cde99 100644 --- a/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaArrayWithUniqueItems.java +++ b/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaArrayWithUniqueItems.java @@ -1,22 +1,12 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF 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 + * Copyright (c) 2016 Kjell Tore Eliassen (mbknor) + * Licensed under the MIT License. * - * 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. + * This file is derived from mbknor-jackson-jsonschema. + * Source: https://github.com/mbknor/mbknor-jackson-jsonschema */ + package com.kjetland.jackson.jsonSchema.annotations; import java.lang.annotation.Retention; diff --git a/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaBool.java b/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaBool.java index 384651567b4..176b0d2be66 100644 --- a/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaBool.java +++ b/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaBool.java @@ -1,22 +1,12 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF 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 + * Copyright (c) 2016 Kjell Tore Eliassen (mbknor) + * Licensed under the MIT License. * - * 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. + * This file is derived from mbknor-jackson-jsonschema. + * Source: https://github.com/mbknor/mbknor-jackson-jsonschema */ + package com.kjetland.jackson.jsonSchema.annotations; import java.lang.annotation.Retention; diff --git a/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaDefault.java b/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaDefault.java index f03682ff64b..b6f15ab751e 100644 --- a/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaDefault.java +++ b/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaDefault.java @@ -1,22 +1,12 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF 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 + * Copyright (c) 2016 Kjell Tore Eliassen (mbknor) + * Licensed under the MIT License. * - * 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. + * This file is derived from mbknor-jackson-jsonschema. + * Source: https://github.com/mbknor/mbknor-jackson-jsonschema */ + package com.kjetland.jackson.jsonSchema.annotations; import java.lang.annotation.Retention; diff --git a/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaDescription.java b/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaDescription.java index 59a01ec2ec5..6aca3afec48 100644 --- a/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaDescription.java +++ b/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaDescription.java @@ -1,22 +1,12 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF 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 + * Copyright (c) 2016 Kjell Tore Eliassen (mbknor) + * Licensed under the MIT License. * - * 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. + * This file is derived from mbknor-jackson-jsonschema. + * Source: https://github.com/mbknor/mbknor-jackson-jsonschema */ + package com.kjetland.jackson.jsonSchema.annotations; import java.lang.annotation.Retention; diff --git a/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaExamples.java b/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaExamples.java index b7a56eea9e8..e955bbe05af 100644 --- a/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaExamples.java +++ b/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaExamples.java @@ -1,22 +1,12 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF 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 + * Copyright (c) 2016 Kjell Tore Eliassen (mbknor) + * Licensed under the MIT License. * - * 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. + * This file is derived from mbknor-jackson-jsonschema. + * Source: https://github.com/mbknor/mbknor-jackson-jsonschema */ + package com.kjetland.jackson.jsonSchema.annotations; import java.lang.annotation.Retention; diff --git a/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaFormat.java b/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaFormat.java index 67fc164a360..0864f6cafcd 100644 --- a/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaFormat.java +++ b/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaFormat.java @@ -1,22 +1,12 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF 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 + * Copyright (c) 2016 Kjell Tore Eliassen (mbknor) + * Licensed under the MIT License. * - * 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. + * This file is derived from mbknor-jackson-jsonschema. + * Source: https://github.com/mbknor/mbknor-jackson-jsonschema */ + package com.kjetland.jackson.jsonSchema.annotations; import java.lang.annotation.Retention; diff --git a/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaInject.java b/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaInject.java index af8932bfa93..3b2df70eac8 100644 --- a/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaInject.java +++ b/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaInject.java @@ -1,22 +1,12 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF 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 + * Copyright (c) 2016 Kjell Tore Eliassen (mbknor) + * Licensed under the MIT License. * - * 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. + * This file is derived from mbknor-jackson-jsonschema. + * Source: https://github.com/mbknor/mbknor-jackson-jsonschema */ + package com.kjetland.jackson.jsonSchema.annotations; import com.fasterxml.jackson.databind.JsonNode; diff --git a/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaInt.java b/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaInt.java index 95e93304f78..b356cba7009 100644 --- a/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaInt.java +++ b/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaInt.java @@ -1,22 +1,12 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF 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 + * Copyright (c) 2016 Kjell Tore Eliassen (mbknor) + * Licensed under the MIT License. * - * 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. + * This file is derived from mbknor-jackson-jsonschema. + * Source: https://github.com/mbknor/mbknor-jackson-jsonschema */ + package com.kjetland.jackson.jsonSchema.annotations; import java.lang.annotation.Retention; diff --git a/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaOptions.java b/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaOptions.java index 188bc9d0f18..75f3b4a7052 100644 --- a/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaOptions.java +++ b/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaOptions.java @@ -1,22 +1,12 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF 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 + * Copyright (c) 2016 Kjell Tore Eliassen (mbknor) + * Licensed under the MIT License. * - * 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. + * This file is derived from mbknor-jackson-jsonschema. + * Source: https://github.com/mbknor/mbknor-jackson-jsonschema */ + package com.kjetland.jackson.jsonSchema.annotations; import java.lang.annotation.Retention; diff --git a/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaString.java b/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaString.java index db9587e36e7..97052da15e1 100644 --- a/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaString.java +++ b/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaString.java @@ -1,22 +1,12 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF 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 + * Copyright (c) 2016 Kjell Tore Eliassen (mbknor) + * Licensed under the MIT License. * - * 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. + * This file is derived from mbknor-jackson-jsonschema. + * Source: https://github.com/mbknor/mbknor-jackson-jsonschema */ + package com.kjetland.jackson.jsonSchema.annotations; import java.lang.annotation.Retention; diff --git a/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaTitle.java b/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaTitle.java index a31002bc1c0..031df809c8f 100644 --- a/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaTitle.java +++ b/common/workflow-operator/src/main/scala/com/kjetland/jackson/jsonSchema/annotations/JsonSchemaTitle.java @@ -1,22 +1,12 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF 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 + * Copyright (c) 2016 Kjell Tore Eliassen (mbknor) + * Licensed under the MIT License. * - * 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. + * This file is derived from mbknor-jackson-jsonschema. + * Source: https://github.com/mbknor/mbknor-jackson-jsonschema */ + package com.kjetland.jackson.jsonSchema.annotations; import java.lang.annotation.Retention; diff --git a/frontend/src/app/common/formly/array.type.ts b/frontend/src/app/common/formly/array.type.ts index 5f4bf66455f..9306d43ff77 100644 --- a/frontend/src/app/common/formly/array.type.ts +++ b/frontend/src/app/common/formly/array.type.ts @@ -1,20 +1,10 @@ /** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF 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 + * Copyright 2018 Google Inc. All Rights Reserved. + * Use of this source code is governed by an MIT-style license that + * can be found in the LICENSE file at http://angular.io/license * - * 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. + * This file is derived from Angular examples. + * Source: https://angular.io */ import { Component } from "@angular/core"; @@ -59,6 +49,3 @@ import { FieldArrayType } from "@ngx-formly/core"; `, }) export class ArrayTypeComponent extends FieldArrayType {} -/** Copyright 2018 Google Inc. All Rights Reserved. - Use of this source code is governed by an MIT-style license that - can be found in the LICENSE file at http://angular.io/license */ diff --git a/frontend/src/app/common/formly/multischema.type.ts b/frontend/src/app/common/formly/multischema.type.ts index 331a9c14b62..eb4b323b2b6 100644 --- a/frontend/src/app/common/formly/multischema.type.ts +++ b/frontend/src/app/common/formly/multischema.type.ts @@ -1,20 +1,10 @@ /** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF 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 + * Copyright 2018 Google Inc. All Rights Reserved. + * Use of this source code is governed by an MIT-style license that + * can be found in the LICENSE file at http://angular.io/license * - * 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. + * This file is derived from Angular examples. + * Source: https://angular.io */ import { Component } from "@angular/core"; diff --git a/frontend/src/app/common/formly/null.type.ts b/frontend/src/app/common/formly/null.type.ts index 4847a4357b7..ad32291e631 100644 --- a/frontend/src/app/common/formly/null.type.ts +++ b/frontend/src/app/common/formly/null.type.ts @@ -1,20 +1,10 @@ /** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF 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 + * Copyright 2018 Google Inc. All Rights Reserved. + * Use of this source code is governed by an MIT-style license that + * can be found in the LICENSE file at http://angular.io/license * - * 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. + * This file is derived from Angular examples. + * Source: https://angular.io */ import { Component } from "@angular/core"; diff --git a/frontend/src/app/common/formly/object.type.ts b/frontend/src/app/common/formly/object.type.ts index 55cc37eaff9..7bac5439ecb 100644 --- a/frontend/src/app/common/formly/object.type.ts +++ b/frontend/src/app/common/formly/object.type.ts @@ -1,20 +1,10 @@ /** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF 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 + * Copyright 2018 Google Inc. All Rights Reserved. + * Use of this source code is governed by an MIT-style license that + * can be found in the LICENSE file at http://angular.io/license * - * 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. + * This file is derived from Angular examples. + * Source: https://angular.io */ import { Component } from "@angular/core"; diff --git a/frontend/src/app/hub/component/landing-page/landing-page.component.html b/frontend/src/app/hub/component/landing-page/landing-page.component.html index d3fe20a1043..bbf8f210142 100644 --- a/frontend/src/app/hub/component/landing-page/landing-page.component.html +++ b/frontend/src/app/hub/component/landing-page/landing-page.component.html @@ -38,11 +38,6 @@