Skip to content

Commit

Permalink
Inlining the license for the module to build with SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Feb 13, 2017
1 parent b017456 commit 192809a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
7 changes: 0 additions & 7 deletions license-header.txt

This file was deleted.

26 changes: 17 additions & 9 deletions pom.xml
@@ -1,5 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>

<!--
This Source Code Form is subject to the terms of the Mozilla Public License,
Expand Down Expand Up @@ -180,9 +179,17 @@
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.6</version>
<version>3.0</version>
<configuration>
<header>license-header.txt</header>
<inlineHeader>
This Source Code Form is subject to the terms of the Mozilla Public License,
v. 2.0. If a copy of the MPL was not distributed with this file, You can
obtain one at http://mozilla.org/MPL/2.0/. OpenMRS is also distributed under
the terms of the Healthcare Disclaimer located at http://openmrs.org/license.

Copyright (C) OpenMRS Inc. OpenMRS is a registered trademark and the OpenMRS
graphic logo is a trademark of OpenMRS Inc.
</inlineHeader>
<includes>
<include>**/*.java</include>
<include>**/*.txt</include>
Expand All @@ -191,18 +198,19 @@
<excludes>
<exclude>.rubygems/**</exclude>
<exclude>.rubygems-provided/**</exclude>
<!--
The bamboo stage that releases the module copies the release scripts
into the project root, we need to ignore those files
-->
<exclude>release-scripts/**</exclude>
<!--
The bamboo stage that releases the module copies the release scripts
into the project root, we need to ignore those files
-->
<exclude>release-scripts/**</exclude>
</excludes>
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals><phase>prepare-package</phase>
</goals>
<phase>validate</phase>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 192809a

Please sign in to comment.