Skip to content

Commit

Permalink
Bug 568195 - [Passage][Operator] unify issued licenses storage
Browse files Browse the repository at this point in the history
Add copyright headers to generated code

Signed-off-by: eparovyshnaya <elena.parovyshnaya@gmail.com>
  • Loading branch information
eparovyshnaya committed Apr 4, 2021
1 parent 2deebc6 commit 05b14fa
Show file tree
Hide file tree
Showing 14 changed files with 180 additions and 68 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
/**
*/
/*******************************************************************************
* Copyright (c) 2021 ArSysOp
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0/.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* ArSysOp - initial API and implementation
*******************************************************************************/
package org.eclipse.passage.lic.shipments.model.api;

import org.eclipse.emf.common.util.EList;

import org.eclipse.emf.ecore.EObject;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
/**
*/
/*******************************************************************************
* Copyright (c) 2021 ArSysOp
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0/.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* ArSysOp - initial API and implementation
*******************************************************************************/
package org.eclipse.passage.lic.shipments.model.api;

import org.eclipse.emf.ecore.EObject;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
/**
*/
/*******************************************************************************
* Copyright (c) 2021 ArSysOp
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0/.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* ArSysOp - initial API and implementation
*******************************************************************************/
package org.eclipse.passage.lic.shipments.model.api;

import org.eclipse.emf.common.util.EList;

import org.eclipse.emf.ecore.EObject;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
/**
*/
/*******************************************************************************
* Copyright (c) 2021 ArSysOp
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0/.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* ArSysOp - initial API and implementation
*******************************************************************************/
package org.eclipse.passage.lic.shipments.model.api;

import org.eclipse.emf.ecore.EObject;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
/**
*/
/*******************************************************************************
* Copyright (c) 2021 ArSysOp
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0/.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* ArSysOp - initial API and implementation
*******************************************************************************/
package org.eclipse.passage.lic.shipments.model.impl;

import java.util.Collection;

import org.eclipse.emf.common.notify.NotificationChain;

import org.eclipse.emf.common.util.EList;

import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;

import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;

import org.eclipse.emf.ecore.util.EObjectContainmentEList;
import org.eclipse.emf.ecore.util.InternalEList;

import org.eclipse.passage.lic.shipments.model.api.Floating;
import org.eclipse.passage.lic.shipments.model.api.FloatingLicense;

import org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
/**
*/
/*******************************************************************************
* Copyright (c) 2021 ArSysOp
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0/.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* ArSysOp - initial API and implementation
*******************************************************************************/
package org.eclipse.passage.lic.shipments.model.impl;

import java.util.Objects;

import org.eclipse.emf.common.notify.Notification;

import org.eclipse.emf.ecore.EClass;

import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;

import org.eclipse.passage.lic.shipments.model.api.FloatingLicense;

import org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
/**
*/
/*******************************************************************************
* Copyright (c) 2021 ArSysOp
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0/.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* ArSysOp - initial API and implementation
*******************************************************************************/
package org.eclipse.passage.lic.shipments.model.impl;

import java.util.Collection;

import org.eclipse.emf.common.notify.NotificationChain;

import org.eclipse.emf.common.util.EList;

import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;

import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;

import org.eclipse.emf.ecore.util.EObjectContainmentEList;
import org.eclipse.emf.ecore.util.InternalEList;

import org.eclipse.passage.lic.shipments.model.api.Personal;
import org.eclipse.passage.lic.shipments.model.api.PersonalLicense;

import org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
/**
*/
/*******************************************************************************
* Copyright (c) 2021 ArSysOp
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0/.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* ArSysOp - initial API and implementation
*******************************************************************************/
package org.eclipse.passage.lic.shipments.model.impl;

import java.util.Objects;

import org.eclipse.emf.common.notify.Notification;

import org.eclipse.emf.ecore.EClass;

import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;

import org.eclipse.passage.lic.shipments.model.api.PersonalLicense;

import org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
/**
*/
/*******************************************************************************
* Copyright (c) 2021 ArSysOp
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0/.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* ArSysOp - initial API and implementation
*******************************************************************************/
package org.eclipse.passage.lic.shipments.model.impl;

import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.EPackage;

import org.eclipse.emf.ecore.impl.EFactoryImpl;

import org.eclipse.emf.ecore.plugin.EcorePlugin;

import org.eclipse.passage.lic.shipments.model.api.*;

import org.eclipse.passage.lic.shipments.model.api.Floating;
import org.eclipse.passage.lic.shipments.model.api.FloatingLicense;
import org.eclipse.passage.lic.shipments.model.api.Personal;
import org.eclipse.passage.lic.shipments.model.api.PersonalLicense;
import org.eclipse.passage.lic.shipments.model.meta.ShipmentsFactory;
import org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
/**
*/
/*******************************************************************************
* Copyright (c) 2021 ArSysOp
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0/.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* ArSysOp - initial API and implementation
*******************************************************************************/
package org.eclipse.passage.lic.shipments.model.impl;

import org.eclipse.emf.ecore.EAttribute;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EPackage;

import org.eclipse.emf.ecore.EReference;
import org.eclipse.emf.ecore.impl.EPackageImpl;

import org.eclipse.passage.lic.shipments.model.api.Floating;
import org.eclipse.passage.lic.shipments.model.api.FloatingLicense;
import org.eclipse.passage.lic.shipments.model.api.Personal;
import org.eclipse.passage.lic.shipments.model.api.PersonalLicense;

import org.eclipse.passage.lic.shipments.model.meta.ShipmentsFactory;
import org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
/**
*/
/*******************************************************************************
* Copyright (c) 2021 ArSysOp
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0/.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* ArSysOp - initial API and implementation
*******************************************************************************/
package org.eclipse.passage.lic.shipments.model.meta;

import org.eclipse.emf.ecore.EFactory;

import org.eclipse.passage.lic.shipments.model.api.Floating;
import org.eclipse.passage.lic.shipments.model.api.FloatingLicense;
import org.eclipse.passage.lic.shipments.model.api.Personal;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
/**
*/
/*******************************************************************************
* Copyright (c) 2021 ArSysOp
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0/.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* ArSysOp - initial API and implementation
*******************************************************************************/
package org.eclipse.passage.lic.shipments.model.meta;

import org.eclipse.emf.ecore.EAttribute;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
/**
*/
/*******************************************************************************
* Copyright (c) 2021 ArSysOp
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0/.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* ArSysOp - initial API and implementation
*******************************************************************************/
package org.eclipse.passage.lic.shipments.model.util;

import org.eclipse.emf.common.notify.Adapter;
import org.eclipse.emf.common.notify.Notifier;

import org.eclipse.emf.common.notify.impl.AdapterFactoryImpl;

import org.eclipse.emf.ecore.EObject;

import org.eclipse.passage.lic.shipments.model.api.*;

import org.eclipse.passage.lic.shipments.model.api.Floating;
import org.eclipse.passage.lic.shipments.model.api.FloatingLicense;
import org.eclipse.passage.lic.shipments.model.api.Personal;
import org.eclipse.passage.lic.shipments.model.api.PersonalLicense;
import org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
/**
*/
/*******************************************************************************
* Copyright (c) 2021 ArSysOp
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0/.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* ArSysOp - initial API and implementation
*******************************************************************************/
package org.eclipse.passage.lic.shipments.model.util;

import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.EPackage;

import org.eclipse.emf.ecore.util.Switch;

import org.eclipse.passage.lic.shipments.model.api.*;

import org.eclipse.passage.lic.shipments.model.api.Floating;
import org.eclipse.passage.lic.shipments.model.api.FloatingLicense;
import org.eclipse.passage.lic.shipments.model.api.Personal;
import org.eclipse.passage.lic.shipments.model.api.PersonalLicense;
import org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage;

/**
Expand Down

0 comments on commit 05b14fa

Please sign in to comment.