Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make copyright for generated classes consistent #2128

Closed
frouene opened this issue Jun 29, 2023 · 0 comments · Fixed by #2130
Closed

Make copyright for generated classes consistent #2128

frouene opened this issue Jun 29, 2023 · 0 comments · Fixed by #2130

Comments

@frouene
Copy link
Contributor

frouene commented Jun 29, 2023

Today, only copyright from EMF generated classes are not with the format :

/*******************************************************************************
 * Copyright (c) ${year} Obeo.
 * This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v2.0
 * which accompanies this distribution, and is available at
 * https://www.eclipse.org/legal/epl-2.0/
 *
 * SPDX-License-Identifier: EPL-2.0
 *
 * Contributors:
 *     Obeo - initial API and implementation
 *******************************************************************************/

but

/**
 * Copyright (c) ${year} Obeo.
 * This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v2.0
 * which accompanies this distribution, and is available at
 * https://www.eclipse.org/legal/epl-2.0/
 *
 * SPDX-License-Identifier: EPL-2.0
 *
 * Contributors:
 *      Obeo - initial API and implementation
 */

Change them to a single format.

@frouene frouene added this to the 2023.8.0 milestone Jun 29, 2023
frouene added a commit that referenced this issue Jun 29, 2023
frouene added a commit that referenced this issue Jun 29, 2023
pcdavid pushed a commit that referenced this issue Jun 30, 2023
@frouene frouene linked a pull request Jul 3, 2023 that will close this issue
39 tasks
@frouene frouene self-assigned this Jul 3, 2023
frouene added a commit that referenced this issue Jul 3, 2023
frouene added a commit that referenced this issue Jul 3, 2023
frouene added a commit that referenced this issue Jul 4, 2023
sbegaudeau pushed a commit that referenced this issue Jul 4, 2023
sbegaudeau pushed a commit that referenced this issue Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant