Skip to content

Commit

Permalink
Bug 566311 - [Passage] implement BoundLicense storage
Browse files Browse the repository at this point in the history
reverted license header changes made by eclipse code formatter.

Signed-off-by: Nikifor Fedorov <zelenyhleb@gmail.com>
  • Loading branch information
zelenyhleb committed Aug 24, 2020
1 parent f33da37 commit 8ba5fda
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions releng/org.eclipse.passage.lbc.aggregator/pom.xml
@@ -1,9 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2018, 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 -->
<project xmlns="http://maven.apache.org/POM/4.0.0"
<!--
Copyright (c) 2018, 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
-->
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -31,7 +40,7 @@
<module>../../bundles/org.eclipse.passage.lbc.server.launcher</module>
<module>../../features/org.eclipse.passage.lbc.server.launcher.feature</module>
<module>../../tests/org.eclipse.passage.lbc.server.launcher.tests</module>

<module>../../bundles/org.eclipse.passage.lbc.json</module>
<module>../../tests/org.eclipse.passage.lbc.json.tests</module>

Expand Down

0 comments on commit 8ba5fda

Please sign in to comment.