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

Add XML files header checks #25

Open
eparovyshnaya opened this issue Jul 10, 2020 · 0 comments
Open

Add XML files header checks #25

eparovyshnaya opened this issue Jul 10, 2020 · 0 comments
Assignees

Comments

@eparovyshnaya
Copy link
Contributor

eparovyshnaya commented Jul 10, 2020

Project files of xml content also must contain license headers, thus LiHo should be tought to habdle these ones.

Header comes after <?xml > instructions and all the rest is quite expectable. Here is the sample from an ArSysOp project:

<?xml version="1.0" encoding="UTF-8"?>

<!--
	Copyright (c) 2020 ArSysOp and others

	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
-->
<feature ...
@eparovyshnaya eparovyshnaya self-assigned this Jul 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant