Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
38 changes: 38 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Loading
Loading