Skip to content

Commit

Permalink
Update licence header
Browse files Browse the repository at this point in the history
  • Loading branch information
juherr committed Dec 11, 2022
1 parent 55c7212 commit db84645
Show file tree
Hide file tree
Showing 400 changed files with 412 additions and 401 deletions.
4 changes: 2 additions & 2 deletions LICENSE-HEADER.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
${project.name} - ${project.description} - ${project.organization.url}
Copyright (C) ${license.git.copyrightYears} ${owner}
All Rights Reserved.

This program is free software: you can redistribute it and/or modify
Expand Down
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<version>3.5.0</version>
<packaging>jar</packaging>

<name>SteVe</name>
<description>SteckdosenVerwaltung</description>

<organization>
<name>SteVe Community Team</name>
<url>https://github.com/steve-community/steve</url>
Expand Down Expand Up @@ -40,6 +43,7 @@
<jetty.version>10.0.11</jetty.version>
<lombok.version>1.18.24</lombok.version>
<jackson.version>2.14.1</jackson.version>
<plugin.license-maven.version>4.1</plugin.license-maven.version>

<!-- In Mysql: schema == database (http://dev.mysql.com/doc/refman/5.6/en/glossary.html#glos_schema) -->
<jdbcUrl>jdbc:mysql://${db.ip}:${db.port}/${db.schema}?useSSL=true&amp;serverTimezone=UTC</jdbcUrl>
Expand Down Expand Up @@ -107,7 +111,7 @@
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.1</version>
<version>${plugin.license-maven.version}</version>
<configuration>
<header>LICENSE-HEADER.txt</header>
<properties/>
Expand Down Expand Up @@ -138,6 +142,13 @@
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin-git</artifactId>
<version>${plugin.license-maven.version}</version>
</dependency>
</dependencies>
</plugin>

<plugin>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/rwth/idsg/steve/Application.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/rwth/idsg/steve/ApplicationProfile.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/rwth/idsg/steve/ApplicationStarter.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/rwth/idsg/steve/JettyServer.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/rwth/idsg/steve/NotificationFeature.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/rwth/idsg/steve/SteveAppContext.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/rwth/idsg/steve/SteveConfiguration.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/rwth/idsg/steve/SteveDevStarter.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/rwth/idsg/steve/SteveException.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/rwth/idsg/steve/SteveProdCondition.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/rwth/idsg/steve/SteveProdStarter.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/rwth/idsg/steve/ocpp/OcppCallback.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/rwth/idsg/steve/ocpp/OcppProtocol.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/rwth/idsg/steve/ocpp/OcppTransport.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/rwth/idsg/steve/ocpp/OcppVersion.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/rwth/idsg/steve/ocpp/RequestResult.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/rwth/idsg/steve/ocpp/TaskOrigin.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
* Copyright (C) 2013-2019 RWTH Aachen University - Information Systems - Intelligent Distributed Systems Group (IDSG).
* Copyright (C) 2013-2022 SteVe Community Team
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
Loading

0 comments on commit db84645

Please sign in to comment.