diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/CMSModuleContext.java b/cms-api/src/main/java/com/github/thmarx/cms/api/CMSModuleContext.java index 55028b33..10874382 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/CMSModuleContext.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/CMSModuleContext.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/Constants.java b/cms-api/src/main/java/com/github/thmarx/cms/api/Constants.java index 3409462c..9144f355 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/Constants.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/Constants.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/Media.java b/cms-api/src/main/java/com/github/thmarx/cms/api/Media.java index d283f07b..2ce69cd1 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/Media.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/Media.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/ModuleFileSystem.java b/cms-api/src/main/java/com/github/thmarx/cms/api/ModuleFileSystem.java index 78804ad6..51488f9e 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/ModuleFileSystem.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/ModuleFileSystem.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/ServerProperties.java b/cms-api/src/main/java/com/github/thmarx/cms/api/ServerProperties.java index 61b286d3..7578b3f8 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/ServerProperties.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/ServerProperties.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/SiteProperties.java b/cms-api/src/main/java/com/github/thmarx/cms/api/SiteProperties.java index b52080c5..e08d4251 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/SiteProperties.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/SiteProperties.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/ThemeProperties.java b/cms-api/src/main/java/com/github/thmarx/cms/api/ThemeProperties.java index d6cec1fa..561332e7 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/ThemeProperties.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/ThemeProperties.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/YamlProperties.java b/cms-api/src/main/java/com/github/thmarx/cms/api/YamlProperties.java index bfa36518..fe06c970 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/YamlProperties.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/YamlProperties.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/annotations/Experimental.java b/cms-api/src/main/java/com/github/thmarx/cms/api/annotations/Experimental.java index 62674231..2fc7c276 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/annotations/Experimental.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/annotations/Experimental.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/eventbus/Event.java b/cms-api/src/main/java/com/github/thmarx/cms/api/eventbus/Event.java index bcfb469e..d0bd4e7d 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/eventbus/Event.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/eventbus/Event.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/eventbus/EventBus.java b/cms-api/src/main/java/com/github/thmarx/cms/api/eventbus/EventBus.java index 82155d74..d8c6622b 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/eventbus/EventBus.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/eventbus/EventBus.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/eventbus/EventListener.java b/cms-api/src/main/java/com/github/thmarx/cms/api/eventbus/EventListener.java index 4350128d..8b0d867b 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/eventbus/EventListener.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/eventbus/EventListener.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/eventbus/events/ContentChangedEvent.java b/cms-api/src/main/java/com/github/thmarx/cms/api/eventbus/events/ContentChangedEvent.java index 4c242112..53b107ed 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/eventbus/events/ContentChangedEvent.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/eventbus/events/ContentChangedEvent.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/eventbus/events/GenericEvent.java b/cms-api/src/main/java/com/github/thmarx/cms/api/eventbus/events/GenericEvent.java index fb7153d1..7c6459ac 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/eventbus/events/GenericEvent.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/eventbus/events/GenericEvent.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/eventbus/events/TemplateChangedEvent.java b/cms-api/src/main/java/com/github/thmarx/cms/api/eventbus/events/TemplateChangedEvent.java index b6d3e86b..a2a21d67 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/eventbus/events/TemplateChangedEvent.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/eventbus/events/TemplateChangedEvent.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/AbstractExtensionPoint.java b/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/AbstractExtensionPoint.java index 2d6645af..c4501530 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/AbstractExtensionPoint.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/AbstractExtensionPoint.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/HttpHandlerExtensionPoint.java b/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/HttpHandlerExtensionPoint.java index e34e3f9f..207f9584 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/HttpHandlerExtensionPoint.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/HttpHandlerExtensionPoint.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/JettyHttpHandlerExtensionPoint.java b/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/JettyHttpHandlerExtensionPoint.java index 4719326a..a24a4e5b 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/JettyHttpHandlerExtensionPoint.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/JettyHttpHandlerExtensionPoint.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/Mapping.java b/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/Mapping.java index 7fbe4c69..d2cdc9d8 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/Mapping.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/Mapping.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/MarkdownRendererProviderExtentionPoint.java b/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/MarkdownRendererProviderExtentionPoint.java index 6c4a31d4..bca59eb3 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/MarkdownRendererProviderExtentionPoint.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/MarkdownRendererProviderExtentionPoint.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/TemplateEngineProviderExtentionPoint.java b/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/TemplateEngineProviderExtentionPoint.java index f67c8d69..b92f54ba 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/TemplateEngineProviderExtentionPoint.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/TemplateEngineProviderExtentionPoint.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/TemplateModelExtendingExtentionPoint.java b/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/TemplateModelExtendingExtentionPoint.java index edb7e308..06273d02 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/TemplateModelExtendingExtentionPoint.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/TemplateModelExtendingExtentionPoint.java @@ -10,17 +10,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/http/ExtensionHttpHandler.java b/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/http/ExtensionHttpHandler.java index 11dda763..1df015f6 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/http/ExtensionHttpHandler.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/http/ExtensionHttpHandler.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/http/Request.java b/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/http/Request.java index 120933d3..5ad6d10d 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/http/Request.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/http/Request.java @@ -9,17 +9,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/http/Response.java b/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/http/Response.java index 7b1adeaa..4db1f05d 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/http/Response.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/extensions/http/Response.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/markdown/MarkdownRenderer.java b/cms-api/src/main/java/com/github/thmarx/cms/api/markdown/MarkdownRenderer.java index f5344a37..39dcfe96 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/markdown/MarkdownRenderer.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/markdown/MarkdownRenderer.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/template/TemplateEngine.java b/cms-api/src/main/java/com/github/thmarx/cms/api/template/TemplateEngine.java index 290d4b19..b6a963fd 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/template/TemplateEngine.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/template/TemplateEngine.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/theme/Assets.java b/cms-api/src/main/java/com/github/thmarx/cms/api/theme/Assets.java index c87d7bd3..2d728975 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/theme/Assets.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/theme/Assets.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/theme/Theme.java b/cms-api/src/main/java/com/github/thmarx/cms/api/theme/Theme.java index 49d22af6..105aec35 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/theme/Theme.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/theme/Theme.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/utils/PathUtil.java b/cms-api/src/main/java/com/github/thmarx/cms/api/utils/PathUtil.java index d231697e..899a8a9f 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/utils/PathUtil.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/utils/PathUtil.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import java.io.IOException; diff --git a/cms-api/src/main/java/com/github/thmarx/cms/api/utils/SectionUtil.java b/cms-api/src/main/java/com/github/thmarx/cms/api/utils/SectionUtil.java index 5b5a55ea..6d623005 100644 --- a/cms-api/src/main/java/com/github/thmarx/cms/api/utils/SectionUtil.java +++ b/cms-api/src/main/java/com/github/thmarx/cms/api/utils/SectionUtil.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.cms.api.Constants; diff --git a/cms-api/src/test/java/com/github/thmarx/cms/api/utils/PathUtilTest.java b/cms-api/src/test/java/com/github/thmarx/cms/api/utils/PathUtilTest.java index 370142f9..f1a249b0 100644 --- a/cms-api/src/test/java/com/github/thmarx/cms/api/utils/PathUtilTest.java +++ b/cms-api/src/test/java/com/github/thmarx/cms/api/utils/PathUtilTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/FileEvent.java b/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/FileEvent.java index 8198da7c..7d47384a 100644 --- a/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/FileEvent.java +++ b/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/FileEvent.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/FileSystem.java b/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/FileSystem.java index 8e66919d..a71880d3 100644 --- a/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/FileSystem.java +++ b/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/FileSystem.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.cms.api.ModuleFileSystem; diff --git a/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/MetaData.java b/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/MetaData.java index 02642c0a..67f6693e 100644 --- a/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/MetaData.java +++ b/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/MetaData.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/MultiRootRecursiveWatcher.java b/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/MultiRootRecursiveWatcher.java index 65ddaeba..f276224a 100644 --- a/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/MultiRootRecursiveWatcher.java +++ b/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/MultiRootRecursiveWatcher.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.cms.api.utils.PathUtil; diff --git a/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/datafilter/DataFilter.java b/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/datafilter/DataFilter.java index 814add3c..a5675cc5 100644 --- a/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/datafilter/DataFilter.java +++ b/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/datafilter/DataFilter.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.cms.filesystem.datafilter.dimension.Dimension; diff --git a/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/datafilter/dimension/AbstractIndex.java b/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/datafilter/dimension/AbstractIndex.java index e4102ce5..d8d41274 100644 --- a/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/datafilter/dimension/AbstractIndex.java +++ b/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/datafilter/dimension/AbstractIndex.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/datafilter/dimension/Dimension.java b/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/datafilter/dimension/Dimension.java index cd747615..287f5dfe 100644 --- a/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/datafilter/dimension/Dimension.java +++ b/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/datafilter/dimension/Dimension.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/datafilter/dimension/SynchedDimension.java b/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/datafilter/dimension/SynchedDimension.java index 2c6d01ba..ecec17f2 100644 --- a/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/datafilter/dimension/SynchedDimension.java +++ b/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/datafilter/dimension/SynchedDimension.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/query/Query.java b/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/query/Query.java index 96ca24ca..833ca477 100644 --- a/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/query/Query.java +++ b/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/query/Query.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/query/QueryUtil.java b/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/query/QueryUtil.java index 7a9e2288..3244863b 100644 --- a/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/query/QueryUtil.java +++ b/cms-filesystem/src/main/java/com/github/thmarx/cms/filesystem/query/QueryUtil.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/FileSystemTest.java b/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/FileSystemTest.java index 0402b49c..109ccc56 100644 --- a/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/FileSystemTest.java +++ b/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/FileSystemTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import java.io.IOException; diff --git a/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/AbstractTest.java b/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/AbstractTest.java index a1311e92..10cb205f 100644 --- a/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/AbstractTest.java +++ b/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/AbstractTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/BeanTest.java b/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/BeanTest.java index 6e933d00..5cec7dbc 100644 --- a/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/BeanTest.java +++ b/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/BeanTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/DataFilterTest.java b/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/DataFilterTest.java index 5c2be2f5..c4f85899 100644 --- a/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/DataFilterTest.java +++ b/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/DataFilterTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/DateFilterPerformanceTest.java b/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/DateFilterPerformanceTest.java index e970ca14..9618179e 100644 --- a/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/DateFilterPerformanceTest.java +++ b/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/DateFilterPerformanceTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/StopWatch.java b/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/StopWatch.java index c3b48e18..faea7bf3 100644 --- a/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/StopWatch.java +++ b/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/StopWatch.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/TestHelper.java b/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/TestHelper.java index d51550a5..e1b6c7cc 100644 --- a/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/TestHelper.java +++ b/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/TestHelper.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/dimension/DimensionTest.java b/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/dimension/DimensionTest.java index fa4e3fb3..94dd3b61 100644 --- a/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/dimension/DimensionTest.java +++ b/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/datafilter/dimension/DimensionTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/query/QueryTest.java b/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/query/QueryTest.java index 73987aa7..1ef5898d 100644 --- a/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/query/QueryTest.java +++ b/cms-filesystem/src/test/java/com/github/thmarx/cms/filesystem/query/QueryTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/PropertiesLoader.java b/cms-server/src/main/java/com/github/thmarx/cms/PropertiesLoader.java index 85326bcc..b13ee07a 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/PropertiesLoader.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/PropertiesLoader.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/Startup.java b/cms-server/src/main/java/com/github/thmarx/cms/Startup.java index 19dffac9..bff674fb 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/Startup.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/Startup.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/content/ContentParser.java b/cms-server/src/main/java/com/github/thmarx/cms/content/ContentParser.java index 5a87017f..94519f17 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/content/ContentParser.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/content/ContentParser.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/content/ContentRenderer.java b/cms-server/src/main/java/com/github/thmarx/cms/content/ContentRenderer.java index 0e7268f9..a686a29e 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/content/ContentRenderer.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/content/ContentRenderer.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/content/ContentResolver.java b/cms-server/src/main/java/com/github/thmarx/cms/content/ContentResolver.java index d2dc2796..293b0a1f 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/content/ContentResolver.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/content/ContentResolver.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/content/ContentTags.java b/cms-server/src/main/java/com/github/thmarx/cms/content/ContentTags.java index 76a1c057..5f843770 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/content/ContentTags.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/content/ContentTags.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/eventbus/DefaultEventBus.java b/cms-server/src/main/java/com/github/thmarx/cms/eventbus/DefaultEventBus.java index f378b064..07c2b7e6 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/eventbus/DefaultEventBus.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/eventbus/DefaultEventBus.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/extensions/ExtensionFileSystem.java b/cms-server/src/main/java/com/github/thmarx/cms/extensions/ExtensionFileSystem.java index 1d291cad..042e9bfe 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/extensions/ExtensionFileSystem.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/extensions/ExtensionFileSystem.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/extensions/ExtensionManager.java b/cms-server/src/main/java/com/github/thmarx/cms/extensions/ExtensionManager.java index e5d8e77b..66e8d59e 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/extensions/ExtensionManager.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/extensions/ExtensionManager.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.cms.request.RequestExtensions; diff --git a/cms-server/src/main/java/com/github/thmarx/cms/extensions/HttpHandlerExtension.java b/cms-server/src/main/java/com/github/thmarx/cms/extensions/HttpHandlerExtension.java index e9aba32c..3150b82a 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/extensions/HttpHandlerExtension.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/extensions/HttpHandlerExtension.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/extensions/SeekableInMemoryByteChannel.java b/cms-server/src/main/java/com/github/thmarx/cms/extensions/SeekableInMemoryByteChannel.java index 0a9c5d2d..6e076ac5 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/extensions/SeekableInMemoryByteChannel.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/extensions/SeekableInMemoryByteChannel.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/extensions/TemplateFunctionExtension.java b/cms-server/src/main/java/com/github/thmarx/cms/extensions/TemplateFunctionExtension.java index ff117a21..b53a4ee5 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/extensions/TemplateFunctionExtension.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/extensions/TemplateFunctionExtension.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/extensions/TemplateSupplierExtension.java b/cms-server/src/main/java/com/github/thmarx/cms/extensions/TemplateSupplierExtension.java index d8c2c548..fc5b6217 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/extensions/TemplateSupplierExtension.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/extensions/TemplateSupplierExtension.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/media/Scale.java b/cms-server/src/main/java/com/github/thmarx/cms/media/Scale.java index 76559416..ead39fae 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/media/Scale.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/media/Scale.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.cms.api.Media; diff --git a/cms-server/src/main/java/com/github/thmarx/cms/module/RenderContentFunction.java b/cms-server/src/main/java/com/github/thmarx/cms/module/RenderContentFunction.java index 8375ca31..f20c0318 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/module/RenderContentFunction.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/module/RenderContentFunction.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/request/RenderContext.java b/cms-server/src/main/java/com/github/thmarx/cms/request/RenderContext.java index dc2806d4..eb9705c4 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/request/RenderContext.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/request/RenderContext.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/request/RequestContext.java b/cms-server/src/main/java/com/github/thmarx/cms/request/RequestContext.java index b70ab26e..5d2bb29f 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/request/RequestContext.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/request/RequestContext.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/request/RequestContextFactory.java b/cms-server/src/main/java/com/github/thmarx/cms/request/RequestContextFactory.java index 054c675e..92655595 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/request/RequestContextFactory.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/request/RequestContextFactory.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/request/RequestExtensions.java b/cms-server/src/main/java/com/github/thmarx/cms/request/RequestExtensions.java index c5592134..0d9ab998 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/request/RequestExtensions.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/request/RequestExtensions.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/request/RequestTheme.java b/cms-server/src/main/java/com/github/thmarx/cms/request/RequestTheme.java index a632023c..d8cf8eac 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/request/RequestTheme.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/request/RequestTheme.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/server/HttpServer.java b/cms-server/src/main/java/com/github/thmarx/cms/server/HttpServer.java index 6689fed4..80f25bcb 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/server/HttpServer.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/server/HttpServer.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/server/VHost.java b/cms-server/src/main/java/com/github/thmarx/cms/server/VHost.java index 5e8bd053..54950248 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/server/VHost.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/server/VHost.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.cms.content.ContentParser; diff --git a/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/FileFolderPathResource.java b/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/FileFolderPathResource.java index 0d213715..64f0c037 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/FileFolderPathResource.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/FileFolderPathResource.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.cms.api.utils.PathUtil; diff --git a/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/JettyServer.java b/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/JettyServer.java index 599a5f2e..569bd53e 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/JettyServer.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/JettyServer.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/JettyVHost.java b/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/JettyVHost.java index f8b7f18d..f7f34cdc 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/JettyVHost.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/JettyVHost.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.cms.api.ServerProperties; diff --git a/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/extension/JettyHttpHandlerWrapper.java b/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/extension/JettyHttpHandlerWrapper.java index 0be95dc5..841a6d22 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/extension/JettyHttpHandlerWrapper.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/extension/JettyHttpHandlerWrapper.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/extension/JettyRequest.java b/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/extension/JettyRequest.java index 29cf4603..e3b141ce 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/extension/JettyRequest.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/extension/JettyRequest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.cms.api.extensions.http.Request; diff --git a/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/extension/JettyResponse.java b/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/extension/JettyResponse.java index c0f7a49b..2c950fd6 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/extension/JettyResponse.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/extension/JettyResponse.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/handler/JettyDefaultHandler.java b/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/handler/JettyDefaultHandler.java index ee80ef60..3e42894d 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/handler/JettyDefaultHandler.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/handler/JettyDefaultHandler.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.cms.content.ContentResolver; diff --git a/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/handler/JettyExtensionHandler.java b/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/handler/JettyExtensionHandler.java index 4616f483..70839a3f 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/handler/JettyExtensionHandler.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/handler/JettyExtensionHandler.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/handler/JettyMediaHandler.java b/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/handler/JettyMediaHandler.java index e888d9f9..caa0fb6d 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/handler/JettyMediaHandler.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/handler/JettyMediaHandler.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.cms.Startup; diff --git a/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/handler/JettyModuleMappingHandler.java b/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/handler/JettyModuleMappingHandler.java index e5ed494e..4b426dc7 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/handler/JettyModuleMappingHandler.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/server/jetty/handler/JettyModuleMappingHandler.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.cms.api.SiteProperties; diff --git a/cms-server/src/main/java/com/github/thmarx/cms/template/functions/AbstractCurrentNodeFunction.java b/cms-server/src/main/java/com/github/thmarx/cms/template/functions/AbstractCurrentNodeFunction.java index b045c4a4..1a8c7a4e 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/template/functions/AbstractCurrentNodeFunction.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/template/functions/AbstractCurrentNodeFunction.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/template/functions/list/Node.java b/cms-server/src/main/java/com/github/thmarx/cms/template/functions/list/Node.java index 524e38c8..d8b1850b 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/template/functions/list/Node.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/template/functions/list/Node.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/template/functions/list/NodeListFunction.java b/cms-server/src/main/java/com/github/thmarx/cms/template/functions/list/NodeListFunction.java index 8059ab74..a020c493 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/template/functions/list/NodeListFunction.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/template/functions/list/NodeListFunction.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/template/functions/list/NodeListFunctionBuilder.java b/cms-server/src/main/java/com/github/thmarx/cms/template/functions/list/NodeListFunctionBuilder.java index 764f240c..03983b5c 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/template/functions/list/NodeListFunctionBuilder.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/template/functions/list/NodeListFunctionBuilder.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/template/functions/list/Page.java b/cms-server/src/main/java/com/github/thmarx/cms/template/functions/list/Page.java index f8e58bdf..397b5f11 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/template/functions/list/Page.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/template/functions/list/Page.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/template/functions/navigation/NavNode.java b/cms-server/src/main/java/com/github/thmarx/cms/template/functions/navigation/NavNode.java index 4cd480b6..8d672c45 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/template/functions/navigation/NavNode.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/template/functions/navigation/NavNode.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/template/functions/navigation/NavigationFunction.java b/cms-server/src/main/java/com/github/thmarx/cms/template/functions/navigation/NavigationFunction.java index 00f683b7..b328e20f 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/template/functions/navigation/NavigationFunction.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/template/functions/navigation/NavigationFunction.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/template/functions/query/QueryFunction.java b/cms-server/src/main/java/com/github/thmarx/cms/template/functions/query/QueryFunction.java index 8fb1319c..44770319 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/template/functions/query/QueryFunction.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/template/functions/query/QueryFunction.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.cms.filesystem.FileSystem; diff --git a/cms-server/src/main/java/com/github/thmarx/cms/theme/DefaultAssets.java b/cms-server/src/main/java/com/github/thmarx/cms/theme/DefaultAssets.java index 1d5a0f5b..fb699e4e 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/theme/DefaultAssets.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/theme/DefaultAssets.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/theme/DefaultTheme.java b/cms-server/src/main/java/com/github/thmarx/cms/theme/DefaultTheme.java index c45a13de..6f556e62 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/theme/DefaultTheme.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/theme/DefaultTheme.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.cms.api.Constants; diff --git a/cms-server/src/main/java/com/github/thmarx/cms/utils/HTTPUtil.java b/cms-server/src/main/java/com/github/thmarx/cms/utils/HTTPUtil.java index c86f0523..3acf858e 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/utils/HTTPUtil.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/utils/HTTPUtil.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/main/java/com/github/thmarx/cms/utils/NodeUtil.java b/cms-server/src/main/java/com/github/thmarx/cms/utils/NodeUtil.java index 5762efce..7267404b 100644 --- a/cms-server/src/main/java/com/github/thmarx/cms/utils/NodeUtil.java +++ b/cms-server/src/main/java/com/github/thmarx/cms/utils/NodeUtil.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.cms.api.Constants; diff --git a/cms-server/src/test/java/com/github/thmarx/cms/MockModuleManager.java b/cms-server/src/test/java/com/github/thmarx/cms/MockModuleManager.java index d32a98a0..50b98544 100644 --- a/cms-server/src/test/java/com/github/thmarx/cms/MockModuleManager.java +++ b/cms-server/src/test/java/com/github/thmarx/cms/MockModuleManager.java @@ -10,17 +10,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/test/java/com/github/thmarx/cms/SectionsTest.java b/cms-server/src/test/java/com/github/thmarx/cms/SectionsTest.java index 5bdd3e06..ae92e89a 100644 --- a/cms-server/src/test/java/com/github/thmarx/cms/SectionsTest.java +++ b/cms-server/src/test/java/com/github/thmarx/cms/SectionsTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.cms.content.ContentParser; diff --git a/cms-server/src/test/java/com/github/thmarx/cms/TestHelper.java b/cms-server/src/test/java/com/github/thmarx/cms/TestHelper.java index 0362708c..3dce87a0 100644 --- a/cms-server/src/test/java/com/github/thmarx/cms/TestHelper.java +++ b/cms-server/src/test/java/com/github/thmarx/cms/TestHelper.java @@ -10,17 +10,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/test/java/com/github/thmarx/cms/TestMarkdownRenderer.java b/cms-server/src/test/java/com/github/thmarx/cms/TestMarkdownRenderer.java index f74a5757..6e3fe1b2 100644 --- a/cms-server/src/test/java/com/github/thmarx/cms/TestMarkdownRenderer.java +++ b/cms-server/src/test/java/com/github/thmarx/cms/TestMarkdownRenderer.java @@ -10,17 +10,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/test/java/com/github/thmarx/cms/TestTemplateEngine.java b/cms-server/src/test/java/com/github/thmarx/cms/TestTemplateEngine.java index ee2531b7..6fcb50b5 100644 --- a/cms-server/src/test/java/com/github/thmarx/cms/TestTemplateEngine.java +++ b/cms-server/src/test/java/com/github/thmarx/cms/TestTemplateEngine.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.cms.api.template.TemplateEngine; diff --git a/cms-server/src/test/java/com/github/thmarx/cms/content/ConstantsNGTest.java b/cms-server/src/test/java/com/github/thmarx/cms/content/ConstantsNGTest.java index 95ba903f..be2d93bc 100644 --- a/cms-server/src/test/java/com/github/thmarx/cms/content/ConstantsNGTest.java +++ b/cms-server/src/test/java/com/github/thmarx/cms/content/ConstantsNGTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/test/java/com/github/thmarx/cms/content/ContentParserNGTest.java b/cms-server/src/test/java/com/github/thmarx/cms/content/ContentParserNGTest.java index d11c625f..f097d757 100644 --- a/cms-server/src/test/java/com/github/thmarx/cms/content/ContentParserNGTest.java +++ b/cms-server/src/test/java/com/github/thmarx/cms/content/ContentParserNGTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/test/java/com/github/thmarx/cms/content/ContentRendererNGTest.java b/cms-server/src/test/java/com/github/thmarx/cms/content/ContentRendererNGTest.java index 0eb25b03..9d463353 100644 --- a/cms-server/src/test/java/com/github/thmarx/cms/content/ContentRendererNGTest.java +++ b/cms-server/src/test/java/com/github/thmarx/cms/content/ContentRendererNGTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/test/java/com/github/thmarx/cms/content/ContentTagsTest.java b/cms-server/src/test/java/com/github/thmarx/cms/content/ContentTagsTest.java index 6c88e1a5..e8f9a6f3 100644 --- a/cms-server/src/test/java/com/github/thmarx/cms/content/ContentTagsTest.java +++ b/cms-server/src/test/java/com/github/thmarx/cms/content/ContentTagsTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/test/java/com/github/thmarx/cms/eventbus/DefaultEventBusTest.java b/cms-server/src/test/java/com/github/thmarx/cms/eventbus/DefaultEventBusTest.java index 18f8b1b5..41a92531 100644 --- a/cms-server/src/test/java/com/github/thmarx/cms/eventbus/DefaultEventBusTest.java +++ b/cms-server/src/test/java/com/github/thmarx/cms/eventbus/DefaultEventBusTest.java @@ -10,17 +10,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/test/java/com/github/thmarx/cms/markdown/MarkdTest.java b/cms-server/src/test/java/com/github/thmarx/cms/markdown/MarkdTest.java index 4ac26528..de6d3391 100644 --- a/cms-server/src/test/java/com/github/thmarx/cms/markdown/MarkdTest.java +++ b/cms-server/src/test/java/com/github/thmarx/cms/markdown/MarkdTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/test/java/com/github/thmarx/cms/markdown/home/RegexTest.java b/cms-server/src/test/java/com/github/thmarx/cms/markdown/home/RegexTest.java index 994ae4cb..514cb60f 100644 --- a/cms-server/src/test/java/com/github/thmarx/cms/markdown/home/RegexTest.java +++ b/cms-server/src/test/java/com/github/thmarx/cms/markdown/home/RegexTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/test/java/com/github/thmarx/cms/markdown/home/TagReplaceTest.java b/cms-server/src/test/java/com/github/thmarx/cms/markdown/home/TagReplaceTest.java index 128c65e0..c50bf867 100644 --- a/cms-server/src/test/java/com/github/thmarx/cms/markdown/home/TagReplaceTest.java +++ b/cms-server/src/test/java/com/github/thmarx/cms/markdown/home/TagReplaceTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/test/java/com/github/thmarx/cms/markdown/home/TagReplacer.java b/cms-server/src/test/java/com/github/thmarx/cms/markdown/home/TagReplacer.java index c8618068..8b68d1c7 100644 --- a/cms-server/src/test/java/com/github/thmarx/cms/markdown/home/TagReplacer.java +++ b/cms-server/src/test/java/com/github/thmarx/cms/markdown/home/TagReplacer.java @@ -14,17 +14,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ /** diff --git a/cms-server/src/test/java/com/github/thmarx/cms/markdown/home/TagsTest.java b/cms-server/src/test/java/com/github/thmarx/cms/markdown/home/TagsTest.java index 464cfc89..82021399 100644 --- a/cms-server/src/test/java/com/github/thmarx/cms/markdown/home/TagsTest.java +++ b/cms-server/src/test/java/com/github/thmarx/cms/markdown/home/TagsTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/test/java/com/github/thmarx/cms/template/TemplateEngineTest.java b/cms-server/src/test/java/com/github/thmarx/cms/template/TemplateEngineTest.java index b90749a0..1e1a0d6c 100644 --- a/cms-server/src/test/java/com/github/thmarx/cms/template/TemplateEngineTest.java +++ b/cms-server/src/test/java/com/github/thmarx/cms/template/TemplateEngineTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.cms.TestHelper; diff --git a/cms-server/src/test/java/com/github/thmarx/cms/template/functions/list/NodeListFunctionBuilderNGTest.java b/cms-server/src/test/java/com/github/thmarx/cms/template/functions/list/NodeListFunctionBuilderNGTest.java index 8038a4c4..1fe3009c 100644 --- a/cms-server/src/test/java/com/github/thmarx/cms/template/functions/list/NodeListFunctionBuilderNGTest.java +++ b/cms-server/src/test/java/com/github/thmarx/cms/template/functions/list/NodeListFunctionBuilderNGTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/test/java/com/github/thmarx/cms/template/functions/navigation/NavigationFunctionNGTest.java b/cms-server/src/test/java/com/github/thmarx/cms/template/functions/navigation/NavigationFunctionNGTest.java index c97b3848..26adbafc 100644 --- a/cms-server/src/test/java/com/github/thmarx/cms/template/functions/navigation/NavigationFunctionNGTest.java +++ b/cms-server/src/test/java/com/github/thmarx/cms/template/functions/navigation/NavigationFunctionNGTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/test/java/com/github/thmarx/cms/template/functions/query/QueryFunctionTest.java b/cms-server/src/test/java/com/github/thmarx/cms/template/functions/query/QueryFunctionTest.java index e4f331b9..8064dd88 100644 --- a/cms-server/src/test/java/com/github/thmarx/cms/template/functions/query/QueryFunctionTest.java +++ b/cms-server/src/test/java/com/github/thmarx/cms/template/functions/query/QueryFunctionTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/test/java/com/github/thmarx/cms/utils/NodeUtilNGTest.java b/cms-server/src/test/java/com/github/thmarx/cms/utils/NodeUtilNGTest.java index fb87d99a..8ba2707e 100644 --- a/cms-server/src/test/java/com/github/thmarx/cms/utils/NodeUtilNGTest.java +++ b/cms-server/src/test/java/com/github/thmarx/cms/utils/NodeUtilNGTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/cms-server/src/test/resources/com/github/thmarx/cms/markdown/marked.min.js b/cms-server/src/test/resources/com/github/thmarx/cms/markdown/marked.min.js index 1fe5a6cd..eddf1c84 100644 --- a/cms-server/src/test/resources/com/github/thmarx/cms/markdown/marked.min.js +++ b/cms-server/src/test/resources/com/github/thmarx/cms/markdown/marked.min.js @@ -4,17 +4,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ /** diff --git a/modules/example-module/src/main/java/com/github/thmarx/cms/modules/example/ExampleHttpHandlerExtensionPoint.java b/modules/example-module/src/main/java/com/github/thmarx/cms/modules/example/ExampleHttpHandlerExtensionPoint.java index 43712ce0..89ef5a7e 100644 --- a/modules/example-module/src/main/java/com/github/thmarx/cms/modules/example/ExampleHttpHandlerExtensionPoint.java +++ b/modules/example-module/src/main/java/com/github/thmarx/cms/modules/example/ExampleHttpHandlerExtensionPoint.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/example-module/src/main/java/com/github/thmarx/cms/modules/example/ExampleJettyHttpHandlerExtension.java b/modules/example-module/src/main/java/com/github/thmarx/cms/modules/example/ExampleJettyHttpHandlerExtension.java index e18d71f7..7b6f7549 100644 --- a/modules/example-module/src/main/java/com/github/thmarx/cms/modules/example/ExampleJettyHttpHandlerExtension.java +++ b/modules/example-module/src/main/java/com/github/thmarx/cms/modules/example/ExampleJettyHttpHandlerExtension.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/example-module/src/main/java/com/github/thmarx/cms/modules/example/ExampleTemplateModelExtendingExtensionEndPoint.java b/modules/example-module/src/main/java/com/github/thmarx/cms/modules/example/ExampleTemplateModelExtendingExtensionEndPoint.java index 04905b1b..2a54455e 100644 --- a/modules/example-module/src/main/java/com/github/thmarx/cms/modules/example/ExampleTemplateModelExtendingExtensionEndPoint.java +++ b/modules/example-module/src/main/java/com/github/thmarx/cms/modules/example/ExampleTemplateModelExtendingExtensionEndPoint.java @@ -10,17 +10,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/flexmark-module/src/main/java/com/github/thmarx/cms/modules/flexmark/FlexMarkMarkdownRenderer.java b/modules/flexmark-module/src/main/java/com/github/thmarx/cms/modules/flexmark/FlexMarkMarkdownRenderer.java index caa9dc57..97421a6c 100644 --- a/modules/flexmark-module/src/main/java/com/github/thmarx/cms/modules/flexmark/FlexMarkMarkdownRenderer.java +++ b/modules/flexmark-module/src/main/java/com/github/thmarx/cms/modules/flexmark/FlexMarkMarkdownRenderer.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/flexmark-module/src/main/java/com/github/thmarx/cms/modules/flexmark/FlexMarkRendererLifecycle.java b/modules/flexmark-module/src/main/java/com/github/thmarx/cms/modules/flexmark/FlexMarkRendererLifecycle.java index 09688e6f..fc439965 100644 --- a/modules/flexmark-module/src/main/java/com/github/thmarx/cms/modules/flexmark/FlexMarkRendererLifecycle.java +++ b/modules/flexmark-module/src/main/java/com/github/thmarx/cms/modules/flexmark/FlexMarkRendererLifecycle.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.modules.api.ModuleLifeCycleExtension; diff --git a/modules/flexmark-module/src/main/java/com/github/thmarx/cms/modules/flexmark/FlexmarkRendererProviderExtentionPoint.java b/modules/flexmark-module/src/main/java/com/github/thmarx/cms/modules/flexmark/FlexmarkRendererProviderExtentionPoint.java index 76c02dcb..875903df 100644 --- a/modules/flexmark-module/src/main/java/com/github/thmarx/cms/modules/flexmark/FlexmarkRendererProviderExtentionPoint.java +++ b/modules/flexmark-module/src/main/java/com/github/thmarx/cms/modules/flexmark/FlexmarkRendererProviderExtentionPoint.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/freemarker-module/src/main/java/com/github/thmarx/cms/modules/freemarker/FreemarkerLifecycleExtension.java b/modules/freemarker-module/src/main/java/com/github/thmarx/cms/modules/freemarker/FreemarkerLifecycleExtension.java index 01f13d20..da8f28d5 100644 --- a/modules/freemarker-module/src/main/java/com/github/thmarx/cms/modules/freemarker/FreemarkerLifecycleExtension.java +++ b/modules/freemarker-module/src/main/java/com/github/thmarx/cms/modules/freemarker/FreemarkerLifecycleExtension.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/freemarker-module/src/main/java/com/github/thmarx/cms/modules/freemarker/FreemarkerTemplateEngine.java b/modules/freemarker-module/src/main/java/com/github/thmarx/cms/modules/freemarker/FreemarkerTemplateEngine.java index ed4c9ad3..0cc475d5 100644 --- a/modules/freemarker-module/src/main/java/com/github/thmarx/cms/modules/freemarker/FreemarkerTemplateEngine.java +++ b/modules/freemarker-module/src/main/java/com/github/thmarx/cms/modules/freemarker/FreemarkerTemplateEngine.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/freemarker-module/src/main/java/com/github/thmarx/cms/modules/freemarker/FreemarkerTemplateEngineProviderExtentionPoint.java b/modules/freemarker-module/src/main/java/com/github/thmarx/cms/modules/freemarker/FreemarkerTemplateEngineProviderExtentionPoint.java index f4ec2a50..8c231059 100644 --- a/modules/freemarker-module/src/main/java/com/github/thmarx/cms/modules/freemarker/FreemarkerTemplateEngineProviderExtentionPoint.java +++ b/modules/freemarker-module/src/main/java/com/github/thmarx/cms/modules/freemarker/FreemarkerTemplateEngineProviderExtentionPoint.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/freemarker-module/src/main/java/com/github/thmarx/cms/modules/freemarker/IndexOfMethod.java b/modules/freemarker-module/src/main/java/com/github/thmarx/cms/modules/freemarker/IndexOfMethod.java index d641943e..60b02751 100644 --- a/modules/freemarker-module/src/main/java/com/github/thmarx/cms/modules/freemarker/IndexOfMethod.java +++ b/modules/freemarker-module/src/main/java/com/github/thmarx/cms/modules/freemarker/IndexOfMethod.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/freemarker-module/src/main/java/com/github/thmarx/cms/modules/freemarker/UpperDirective.java b/modules/freemarker-module/src/main/java/com/github/thmarx/cms/modules/freemarker/UpperDirective.java index d5e15985..09335e7f 100644 --- a/modules/freemarker-module/src/main/java/com/github/thmarx/cms/modules/freemarker/UpperDirective.java +++ b/modules/freemarker-module/src/main/java/com/github/thmarx/cms/modules/freemarker/UpperDirective.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/freemarker-module/src/test/java/com/github/thmarx/cms/modules/freemarker/ThemeTemplateLoaderTest.java b/modules/freemarker-module/src/test/java/com/github/thmarx/cms/modules/freemarker/ThemeTemplateLoaderTest.java index 622cc1c2..e94fca2b 100644 --- a/modules/freemarker-module/src/test/java/com/github/thmarx/cms/modules/freemarker/ThemeTemplateLoaderTest.java +++ b/modules/freemarker-module/src/test/java/com/github/thmarx/cms/modules/freemarker/ThemeTemplateLoaderTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/markedjs-module/src/main/java/com/github/thmarx/cms/modules/marked/MarkedMarkdownRenderer.java b/modules/markedjs-module/src/main/java/com/github/thmarx/cms/modules/marked/MarkedMarkdownRenderer.java index a542b7cd..e22528f1 100644 --- a/modules/markedjs-module/src/main/java/com/github/thmarx/cms/modules/marked/MarkedMarkdownRenderer.java +++ b/modules/markedjs-module/src/main/java/com/github/thmarx/cms/modules/marked/MarkedMarkdownRenderer.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/markedjs-module/src/main/java/com/github/thmarx/cms/modules/marked/MarkedRendererLifecycle.java b/modules/markedjs-module/src/main/java/com/github/thmarx/cms/modules/marked/MarkedRendererLifecycle.java index 85ac100e..bd0a732d 100644 --- a/modules/markedjs-module/src/main/java/com/github/thmarx/cms/modules/marked/MarkedRendererLifecycle.java +++ b/modules/markedjs-module/src/main/java/com/github/thmarx/cms/modules/marked/MarkedRendererLifecycle.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.modules.api.ModuleLifeCycleExtension; diff --git a/modules/markedjs-module/src/main/java/com/github/thmarx/cms/modules/marked/MarkedRendererProviderExtentionPoint.java b/modules/markedjs-module/src/main/java/com/github/thmarx/cms/modules/marked/MarkedRendererProviderExtentionPoint.java index 972d0b8e..17855f8d 100644 --- a/modules/markedjs-module/src/main/java/com/github/thmarx/cms/modules/marked/MarkedRendererProviderExtentionPoint.java +++ b/modules/markedjs-module/src/main/java/com/github/thmarx/cms/modules/marked/MarkedRendererProviderExtentionPoint.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.cms.api.extensions.MarkdownRendererProviderExtentionPoint; diff --git a/modules/markedjs-module/src/test/java/com/github/thmarx/cms/modules/marked/MarkedMarkdownRendererTest.java b/modules/markedjs-module/src/test/java/com/github/thmarx/cms/modules/marked/MarkedMarkdownRendererTest.java index 9c4b1948..ea27eb6c 100644 --- a/modules/markedjs-module/src/test/java/com/github/thmarx/cms/modules/marked/MarkedMarkdownRendererTest.java +++ b/modules/markedjs-module/src/test/java/com/github/thmarx/cms/modules/marked/MarkedMarkdownRendererTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/pebble-module/src/main/java/com/github/thmarx/cms/modules/pebble/PebbleLifecycleExtension.java b/modules/pebble-module/src/main/java/com/github/thmarx/cms/modules/pebble/PebbleLifecycleExtension.java index a650756a..2399f3cb 100644 --- a/modules/pebble-module/src/main/java/com/github/thmarx/cms/modules/pebble/PebbleLifecycleExtension.java +++ b/modules/pebble-module/src/main/java/com/github/thmarx/cms/modules/pebble/PebbleLifecycleExtension.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/pebble-module/src/main/java/com/github/thmarx/cms/modules/pebble/PebbleTemplateEngine.java b/modules/pebble-module/src/main/java/com/github/thmarx/cms/modules/pebble/PebbleTemplateEngine.java index c4d48270..efc37e58 100644 --- a/modules/pebble-module/src/main/java/com/github/thmarx/cms/modules/pebble/PebbleTemplateEngine.java +++ b/modules/pebble-module/src/main/java/com/github/thmarx/cms/modules/pebble/PebbleTemplateEngine.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/pebble-module/src/main/java/com/github/thmarx/cms/modules/pebble/PebbleTemplateEngineProviderExtentionPoint.java b/modules/pebble-module/src/main/java/com/github/thmarx/cms/modules/pebble/PebbleTemplateEngineProviderExtentionPoint.java index 3e7513c3..b8dc7203 100644 --- a/modules/pebble-module/src/main/java/com/github/thmarx/cms/modules/pebble/PebbleTemplateEngineProviderExtentionPoint.java +++ b/modules/pebble-module/src/main/java/com/github/thmarx/cms/modules/pebble/PebbleTemplateEngineProviderExtentionPoint.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/pebble-module/src/test/java/com/github/thmarx/cms/modules/pebble/ThemeTemplateLoaderTest.java b/modules/pebble-module/src/test/java/com/github/thmarx/cms/modules/pebble/ThemeTemplateLoaderTest.java index 9ad9ee9d..a9e9d58e 100644 --- a/modules/pebble-module/src/test/java/com/github/thmarx/cms/modules/pebble/ThemeTemplateLoaderTest.java +++ b/modules/pebble-module/src/test/java/com/github/thmarx/cms/modules/pebble/ThemeTemplateLoaderTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/pug-module/src/main/java/com/github/thmarx/cms/modules/pug/PugLifecycleExtension.java b/modules/pug-module/src/main/java/com/github/thmarx/cms/modules/pug/PugLifecycleExtension.java index 75e7df07..a3e18c6f 100644 --- a/modules/pug-module/src/main/java/com/github/thmarx/cms/modules/pug/PugLifecycleExtension.java +++ b/modules/pug-module/src/main/java/com/github/thmarx/cms/modules/pug/PugLifecycleExtension.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/pug-module/src/main/java/com/github/thmarx/cms/modules/pug/PugTemplateEngine.java b/modules/pug-module/src/main/java/com/github/thmarx/cms/modules/pug/PugTemplateEngine.java index 6c1abc51..2dc6a9ca 100644 --- a/modules/pug-module/src/main/java/com/github/thmarx/cms/modules/pug/PugTemplateEngine.java +++ b/modules/pug-module/src/main/java/com/github/thmarx/cms/modules/pug/PugTemplateEngine.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/pug-module/src/main/java/com/github/thmarx/cms/modules/pug/PugTemplateEngineProviderExtentionPoint.java b/modules/pug-module/src/main/java/com/github/thmarx/cms/modules/pug/PugTemplateEngineProviderExtentionPoint.java index 9fa27257..b532a1fc 100644 --- a/modules/pug-module/src/main/java/com/github/thmarx/cms/modules/pug/PugTemplateEngineProviderExtentionPoint.java +++ b/modules/pug-module/src/main/java/com/github/thmarx/cms/modules/pug/PugTemplateEngineProviderExtentionPoint.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/pug-module/src/main/java/com/github/thmarx/cms/modules/pug/ThemeTemplateLoader.java b/modules/pug-module/src/main/java/com/github/thmarx/cms/modules/pug/ThemeTemplateLoader.java index d990b06b..16d61ee6 100644 --- a/modules/pug-module/src/main/java/com/github/thmarx/cms/modules/pug/ThemeTemplateLoader.java +++ b/modules/pug-module/src/main/java/com/github/thmarx/cms/modules/pug/ThemeTemplateLoader.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/pug-module/src/test/java/com/github/thmarx/cms/modules/pug/PugTemplateEngineNGTest.java b/modules/pug-module/src/test/java/com/github/thmarx/cms/modules/pug/PugTemplateEngineNGTest.java index ab7b8a91..f43e2c5b 100644 --- a/modules/pug-module/src/test/java/com/github/thmarx/cms/modules/pug/PugTemplateEngineNGTest.java +++ b/modules/pug-module/src/test/java/com/github/thmarx/cms/modules/pug/PugTemplateEngineNGTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/pug-module/src/test/java/com/github/thmarx/cms/modules/pug/ThemeTemplateLoaderTest.java b/modules/pug-module/src/test/java/com/github/thmarx/cms/modules/pug/ThemeTemplateLoaderTest.java index 4f194307..8cd6756f 100644 --- a/modules/pug-module/src/test/java/com/github/thmarx/cms/modules/pug/ThemeTemplateLoaderTest.java +++ b/modules/pug-module/src/test/java/com/github/thmarx/cms/modules/pug/ThemeTemplateLoaderTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/FileUtils.java b/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/FileUtils.java index fbba55e3..f20d2dbc 100644 --- a/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/FileUtils.java +++ b/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/FileUtils.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/IndexDocument.java b/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/IndexDocument.java index 789689e0..49918d05 100644 --- a/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/IndexDocument.java +++ b/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/IndexDocument.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/SearchEngine.java b/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/SearchEngine.java index 6ca97edb..41366246 100644 --- a/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/SearchEngine.java +++ b/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/SearchEngine.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/SearchField.java b/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/SearchField.java index 305e28b9..8cc4a4d9 100644 --- a/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/SearchField.java +++ b/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/SearchField.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/SearchRequest.java b/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/SearchRequest.java index 617b7468..0f702063 100644 --- a/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/SearchRequest.java +++ b/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/SearchRequest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/extension/FileIndexingVisitor.java b/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/extension/FileIndexingVisitor.java index 20abc420..08d6019f 100644 --- a/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/extension/FileIndexingVisitor.java +++ b/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/extension/FileIndexingVisitor.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.cms.api.CMSModuleContext; diff --git a/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/extension/SearchHttpExtensionPoint.java b/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/extension/SearchHttpExtensionPoint.java index 222c7434..623b6d30 100644 --- a/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/extension/SearchHttpExtensionPoint.java +++ b/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/extension/SearchHttpExtensionPoint.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/extension/SearchLifecycleExtension.java b/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/extension/SearchLifecycleExtension.java index 3d947cd4..ae959c03 100644 --- a/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/extension/SearchLifecycleExtension.java +++ b/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/extension/SearchLifecycleExtension.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.cms.api.CMSModuleContext; diff --git a/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/http/SearchHandler.java b/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/http/SearchHandler.java index fa00b2ad..bd3d8ec4 100644 --- a/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/http/SearchHandler.java +++ b/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/http/SearchHandler.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/index/SearchIndex.java b/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/index/SearchIndex.java index f884ade8..f6c4fdd7 100644 --- a/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/index/SearchIndex.java +++ b/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/index/SearchIndex.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.cms.modules.search.FileUtils; diff --git a/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/index/SearchResult.java b/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/index/SearchResult.java index 0c321b3d..826f0d51 100644 --- a/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/index/SearchResult.java +++ b/modules/search-module/src/main/java/com/github/thmarx/cms/modules/search/index/SearchResult.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/search-module/src/test/java/com/github/thmarx/cms/modules/search/extension/FileIndexingVisitorTest.java b/modules/search-module/src/test/java/com/github/thmarx/cms/modules/search/extension/FileIndexingVisitorTest.java index ef7b58c2..26046235 100644 --- a/modules/search-module/src/test/java/com/github/thmarx/cms/modules/search/extension/FileIndexingVisitorTest.java +++ b/modules/search-module/src/test/java/com/github/thmarx/cms/modules/search/extension/FileIndexingVisitorTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.cms.api.utils.PathUtil; diff --git a/modules/thymeleaf-module/src/main/java/com/github/thmarx/cms/modules/thymeleaf/ThemeTemplateResolver.java b/modules/thymeleaf-module/src/main/java/com/github/thmarx/cms/modules/thymeleaf/ThemeTemplateResolver.java index 06282c4a..eccfb85a 100644 --- a/modules/thymeleaf-module/src/main/java/com/github/thmarx/cms/modules/thymeleaf/ThemeTemplateResolver.java +++ b/modules/thymeleaf-module/src/main/java/com/github/thmarx/cms/modules/thymeleaf/ThemeTemplateResolver.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/thymeleaf-module/src/main/java/com/github/thmarx/cms/modules/thymeleaf/ThymeleafLifecycleExtension.java b/modules/thymeleaf-module/src/main/java/com/github/thmarx/cms/modules/thymeleaf/ThymeleafLifecycleExtension.java index edb45450..48251f98 100644 --- a/modules/thymeleaf-module/src/main/java/com/github/thmarx/cms/modules/thymeleaf/ThymeleafLifecycleExtension.java +++ b/modules/thymeleaf-module/src/main/java/com/github/thmarx/cms/modules/thymeleaf/ThymeleafLifecycleExtension.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ import com.github.thmarx.cms.api.CMSModuleContext; diff --git a/modules/thymeleaf-module/src/main/java/com/github/thmarx/cms/modules/thymeleaf/ThymeleafTemplateEngine.java b/modules/thymeleaf-module/src/main/java/com/github/thmarx/cms/modules/thymeleaf/ThymeleafTemplateEngine.java index b1520741..d5e98eb4 100644 --- a/modules/thymeleaf-module/src/main/java/com/github/thmarx/cms/modules/thymeleaf/ThymeleafTemplateEngine.java +++ b/modules/thymeleaf-module/src/main/java/com/github/thmarx/cms/modules/thymeleaf/ThymeleafTemplateEngine.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/thymeleaf-module/src/main/java/com/github/thmarx/cms/modules/thymeleaf/ThymeleafTemplateEngineProviderExtentionPoint.java b/modules/thymeleaf-module/src/main/java/com/github/thmarx/cms/modules/thymeleaf/ThymeleafTemplateEngineProviderExtentionPoint.java index 7bf0381a..17c64013 100644 --- a/modules/thymeleaf-module/src/main/java/com/github/thmarx/cms/modules/thymeleaf/ThymeleafTemplateEngineProviderExtentionPoint.java +++ b/modules/thymeleaf-module/src/main/java/com/github/thmarx/cms/modules/thymeleaf/ThymeleafTemplateEngineProviderExtentionPoint.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/modules/thymeleaf-module/src/test/java/com/github/thmarx/cms/modules/thymeleaf/ThemeTemplateResolverTest.java b/modules/thymeleaf-module/src/test/java/com/github/thmarx/cms/modules/thymeleaf/ThemeTemplateResolverTest.java index 7d661160..ce748ffd 100644 --- a/modules/thymeleaf-module/src/test/java/com/github/thmarx/cms/modules/thymeleaf/ThemeTemplateResolverTest.java +++ b/modules/thymeleaf-module/src/test/java/com/github/thmarx/cms/modules/thymeleaf/ThemeTemplateResolverTest.java @@ -6,17 +6,19 @@ * %% * Copyright (C) 2023 Marx-Software * %% - * 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 + * This program is free software: you can redistribute it and/or modify + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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 General Public License for more details. * - * 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. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . * #L% */ diff --git a/pom.xml b/pom.xml index 9f8ece1e..2b593adb 100644 --- a/pom.xml +++ b/pom.xml @@ -24,6 +24,12 @@ Marx-Software + + + GPL v3 + https://www.gnu.org/licenses/gpl-3.0.html + + @@ -189,7 +195,7 @@ 2.3.0 false - apache_v2 + gpl_v3 @@ -199,7 +205,7 @@ process-sources - apache_v2 + gpl_v3 src/main/java src/resources