Skip to content

Commit

Permalink
Update license information
Browse files Browse the repository at this point in the history
  • Loading branch information
codebeige committed Dec 11, 2023
1 parent 9d312b6 commit 8bd3aba
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2023 Tibor Claassen <[email protected]>
Copyright (c) 2021-2023 Pitch Software GmbH

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the “Software”), to deal in
Expand Down
31 changes: 31 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>com.pitch</groupId>
<artifactId>moira</artifactId>
<version>0.8.0-alpha</version>
<name>moira</name>
<dependencies>
<dependency>
<groupId>funcool</groupId>
<artifactId>promesa</artifactId>
<version>9.2.542</version>
</dependency>
</dependencies>
<build>
<sourceDirectory>src</sourceDirectory>
</build>
<repositories/>
<scm>
<url>https://github.com/pitch-io/moira</url>
<tag>9d312b610162cf771a07272eee6d41956e28f17e</tag>
<connection>scm:git:[email protected]:pitch-io/moira.git</connection>
<developerConnection>scm:git:[email protected]:pitch-io/moira.git</developerConnection>
</scm>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/pitch-io/moira/blob/main/LICENSE</url>
</license>
</licenses>
</project>

0 comments on commit 8bd3aba

Please sign in to comment.