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

Adding contact details to the LICENSE file, and modifying the pom.xml… #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 8 additions & 12 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -175,18 +175,14 @@

END OF TERMS AND CONDITIONS

APPENDIX: How to apply the Apache License to your work.

To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2020 Fraunhofer IAIS
Copyright 2021-today Fraunhofer IAIS/EIS

Contact:
Fraunhofer Institute for Intelligent Analysis and Information Systems IAIS
Department Enterprise Information Systems
Schloss Birlinghoven
53757 Sankt Augustin
E-Mail: [email protected]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@
</plugins>
</reporting>

<build>
<!-- Including the LICENSE file -->
<resources>
<resource>
<directory>.</directory>
<includes>
<include>LICENSE</include>
</includes>
</resource>
</resources>
</build>

<repositories>
<repository>
<id>eis-public-repo</id>
Expand All @@ -40,4 +52,4 @@
</repository>
</repositories>

</project>
</project>