Skip to content

Commit

Permalink
Add missing copyright in task-quartz-impl
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Feb 23, 2021
1 parent aeeaaa9 commit c005a30
Show file tree
Hide file tree
Showing 34 changed files with 238 additions and 0 deletions.
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl;

import com.evolveum.midpoint.prism.util.CloneUtil;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl;

import com.evolveum.midpoint.prism.PrismObject;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl;

import com.evolveum.midpoint.common.configuration.api.MidpointConfiguration;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl;

import com.evolveum.midpoint.task.api.TaskHandler;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl;

import com.evolveum.midpoint.schema.result.OperationResult;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl.cluster;

import static com.evolveum.midpoint.task.quartzimpl.cluster.ClusterStatusInformation.isFresh;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl.execution;

import java.util.Collection;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl.execution;

import org.springframework.beans.factory.annotation.Autowired;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl.execution;

import com.evolveum.midpoint.schema.result.OperationResult;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

/**
* Somehow deals with task execution.
*
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl.nodes;

import javax.xml.datatype.XMLGregorianCalendar;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl.nodes;

import com.evolveum.midpoint.prism.PrismObject;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

/**
* Deals with nodes administration:
*
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl.quartz;

import org.quartz.Trigger;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl.quartz;

import java.io.*;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

/**
* Integration with Quartz scheduler.
*/
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl.run;

import com.evolveum.midpoint.prism.PrismObject;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl.run;

import com.evolveum.midpoint.prism.xml.XmlTypeConverter;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl.run;

import com.evolveum.midpoint.util.logging.LoggingUtils;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl.run;

import com.evolveum.midpoint.util.annotation.Experimental;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl.run;

import com.evolveum.midpoint.schema.constants.Channel;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

/**
* Implements the task run logic. I.e. all what is needed to run the task from the point of the task itself.
* (Not from the point of _managing_ the run from the outside.)
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl.tasks;

import com.evolveum.midpoint.prism.PrismContext;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl.tasks;

import static com.evolveum.midpoint.task.quartzimpl.tasks.TaskStateManager.clearTaskOperationResult;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl.tasks;

import static com.evolveum.midpoint.task.quartzimpl.tasks.TaskStateManager.clearTaskOperationResult;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl.tasks;

import static java.util.Collections.singleton;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl.tasks;

import com.evolveum.midpoint.prism.PrismContext;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl.tasks;

import com.evolveum.midpoint.task.quartzimpl.RunningTaskQuartzImpl;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl.tasks;

import com.evolveum.midpoint.common.crypto.CryptoUtil;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl.tasks;

import com.evolveum.midpoint.prism.PrismContext;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl.tasks;

import java.util.Collection;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl.tasks;

import com.evolveum.midpoint.repo.api.PreconditionViolationException;
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

/**
* Deals with tasks at high level:
*
Expand Down
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2010-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/

package com.evolveum.midpoint.task.quartzimpl.util;

import com.evolveum.midpoint.prism.xml.XmlTypeConverter;
Expand Down

0 comments on commit c005a30

Please sign in to comment.