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
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/**
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership.
*
* Camunda licenses this file to you under the MIT; you may not use this file
* except in compliance with the MIT License.
*/
import { createJobExecutionGroup as defaultCreateJobExecutionGroup } from './props/JobExecutionGroup';


Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
/**
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership.
*
* Camunda licenses this file to you under the MIT; you may not use this file
* except in compliance with the MIT License.
*/

import JobExecutionExtensionProvider from './JobExecutionExtensionProvider';

export default {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
/**
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership.
*
* Camunda licenses this file to you under the MIT; you may not use this file
* except in compliance with the MIT License.
*/

import { Group } from '@bpmn-io/properties-panel';
import { JobExecutionProps } from './JobExecutionProps';
import translate from 'diagram-js/lib/i18n/translate/translate';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
/**
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should not be removing any existing copyrights from camunda

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed. Very risky, and not sure what benefit we will get

Copy link
Contributor

@bryankenneally bryankenneally Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prajwol and I chatted about this today and think we can go ahead with removing the copyright statements because the files we copied from the bpm.io repo did not originate with Camunda, and should not be attributed by us to them. Our intention is to only remove copyright statements that were added by us in error. We won't be removing/changing statements on code that originated with Camunda.

Here's a detailed example to give better context:

* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership.
*
* Camunda licenses this file to you under the MIT; you may not use this file
* except in compliance with the MIT License.
*/

import {
getBusinessObject,
is
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
/**
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership.
*
* Camunda licenses this file to you under the MIT; you may not use this file
* except in compliance with the MIT License.
*/

import { createBpmnFormGroup } from './props/BpmnFormTypeGroup';


Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
/**
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership.
*
* Camunda licenses this file to you under the MIT; you may not use this file
* except in compliance with the MIT License.
*/

import PropertiesPanelGroupsExtension from './PropertiesPanelGroupsExtension';

export default {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
/**
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership.
*
* Camunda licenses this file to you under the MIT; you may not use this file
* except in compliance with the MIT License.
*/

import { Group } from '@bpmn-io/properties-panel';
import { FormProps } from './BpmnFormProps';
import translate from 'diagram-js/lib/i18n/translate/translate';
Expand Down