Skip to content

Commit

Permalink
Merge branch 'main' into 2023-03-09-horizontal-scalability
Browse files Browse the repository at this point in the history
  • Loading branch information
cmorgner committed Mar 10, 2023
2 parents 9285907 + 467565c commit c4fb258
Show file tree
Hide file tree
Showing 2,383 changed files with 4,385 additions and 3,988 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Expand Up @@ -403,7 +403,6 @@
</execution>
</executions>
</plugin>
<!--
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
Expand Down Expand Up @@ -448,7 +447,7 @@
<exclude>src/test/resources/**/*</exclude>
</excludes>
<properties>
<year>2022</year>
<year>2023</year>
<owner>Structr GmbH</owner>
</properties>
</configuration>
Expand All @@ -460,7 +459,6 @@
</execution>
</executions>
</plugin>
-->
<plugin>
<groupId>org.commonjava.maven.plugins</groupId>
<artifactId>directory-maven-plugin</artifactId>
Expand Down Expand Up @@ -607,7 +605,7 @@
<name>GNU General Public License, Version 3</name>
<url>http://www.gnu.org/licenses/gpl-3.0-standalone.html</url>
<comments>
Copyright (C) 2010-2022 Structr GmbH
Copyright (C) 2010-2023 Structr GmbH

This file is part of Structr &lt;http://structr.org&gt;.

Expand Down
2 changes: 1 addition & 1 deletion structr-base/src/main/java/org/structr/Server.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
2 changes: 1 addition & 1 deletion structr-base/src/main/java/org/structr/Shutdown.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
2 changes: 1 addition & 1 deletion structr-base/src/main/java/org/structr/agent/Agent.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
2 changes: 1 addition & 1 deletion structr-base/src/main/java/org/structr/agent/Task.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
* Structr is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* Structr is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* GNU General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* You should have received a copy of the GNU General Public License
* along with Structr. If not, see <http://www.gnu.org/licenses/>.
*/
package org.structr.autocomplete;
Expand Down
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
* Structr is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* Structr is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* GNU General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* You should have received a copy of the GNU General Public License
* along with Structr. If not, see <http://www.gnu.org/licenses/>.
*/
package org.structr.autocomplete;
Expand Down
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
* Structr is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* Structr is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* GNU General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* You should have received a copy of the GNU General Public License
* along with Structr. If not, see <http://www.gnu.org/licenses/>.
*/
package org.structr.autocomplete;
Expand Down
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
* Structr is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* Structr is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* GNU General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* You should have received a copy of the GNU General Public License
* along with Structr. If not, see <http://www.gnu.org/licenses/>.
*/
package org.structr.autocomplete;
Expand Down
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
* Structr is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* Structr is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* GNU General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* You should have received a copy of the GNU General Public License
* along with Structr. If not, see <http://www.gnu.org/licenses/>.
*/
package org.structr.autocomplete;
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
2 changes: 1 addition & 1 deletion structr-base/src/main/java/org/structr/common/Filter.java
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2022 Structr GmbH
* Copyright (C) 2010-2023 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
Expand Down

0 comments on commit c4fb258

Please sign in to comment.