Skip to content

Commit

Permalink
Create add-on credits file #94
Browse files Browse the repository at this point in the history
  • Loading branch information
zaharchenko committed Apr 13, 2020
1 parent 7044dba commit 5a2c77c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/global/src/com/haulmont/addon/imap/app-component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
value="+com/haulmont/addon/imap/metadata.xml"/>
<property name="cuba.viewsConfig"
value="+com/haulmont/addon/imap/views.xml"/>
<property name="cuba.creditsConfig"
value="+com/haulmont/addon/imap/credits.xml"/>
</module>
<module blocks="core"
dependsOn="global"
Expand Down
26 changes: 26 additions & 0 deletions modules/global/src/com/haulmont/addon/imap/credits.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2008-2020 Haulmont.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<credits>

<items>

<item name="JavaMail API" web="https://javaee.github.io/javamail/" license="cddl-1.0" />

</items>

</credits>

0 comments on commit 5a2c77c

Please sign in to comment.