]> 91.132.146.200 Git - klimbim.git/commitdiff
updated the licence
authorBanana <mail@bananas-playground.net>
Sun, 6 Aug 2023 19:20:17 +0000 (21:20 +0200)
committerBanana <mail@bananas-playground.net>
Sun, 6 Aug 2023 19:20:17 +0000 (21:20 +0200)
33 files changed:
MySQL/README
css/README
git/README
git/git-rewrite-author.sh
git/git-search-multiple-repos.sh
grep/README
grep/exclude-empty-lines.sh
grep/scan-pdf.sh
java/README
java/read-commandline-arguments-from-file.java
javascript/README
javascript/d3js-force-simulation-sitemap/README
javascript/mif-tree/README
kubernetes/README
kubernetes/kubeconnect
magnolia/README
magnolia/futureTimestampValidator/net/bananasplayground/validator/FutureTimestampDefinition.java
magnolia/futureTimestampValidator/net/bananasplayground/validator/FutureTimestampFactory.java
magnolia/futureTimestampValidator/net/bananasplayground/validator/FutureTimestampValidator.java
magnolia/timeFrameValidator/net/bananasplayground/validator/TimeFrameValidator.java
magnolia/timeFrameValidator/net/bananasplayground/validator/TimeFrameValidatorDefinition.java
magnolia/timeFrameValidator/net/bananasplayground/validator/TimeFrameValidatorFactory.java
perl/README
perl/WebsiteStatusCheck.pl
perl/google-page-speed-insight.pl
perl/mecha.pl
perl/perf-test.pl
proxy/README
sed/README
sed/empty-lines-remove.sh
sed/search-replace.sh
windows/README [new file with mode: 0644]
windows/toggle-network-connection.bat

index 2532a26bce6f28dad4f41b9a05a52a455c33c4dd..80fad3995c818ba060140c3297e724fc8bc7790d 100644 (file)
@@ -1,11 +1,19 @@
+# Klimbim Software collection, A bag full of things
+# Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+#
 # This program is free software: you can redistribute it and/or modify
-# it under the terms of the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
+# 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.
+#
+# 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.
 #
-# You should have received a copy of the
-# COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
-# along with this program.  If not, see http://www.sun.com/cddl/cddl.html
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # 2018 http://www.bananas-playground.net
 
-
 A selection with various examples about mysql SQL language.
index be64284d675deb9b8321524c1542412ec2011c3c..2067edb1e3aa087ad8063886cb1641666261ea69 100644 (file)
@@ -1,10 +1,19 @@
+# Klimbim Software collection, A bag full of things
+# Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+#
 # This program is free software: you can redistribute it and/or modify
-# it under the terms of the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
+# 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.
+#
+# 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.
 #
-# You should have received a copy of the
-# COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
-# along with this program.  If not, see http://www.sun.com/cddl/cddl.html
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-# 2018 http://www.bananas-playground.net
 
+# 2018 http://www.bananas-playground.net
 A selection with various examples about CSS.
index 8621f25efa40582cb36c04981a1420edc61cd504..94f79ea40b107648c7640d099d428dbc38b40ed0 100644 (file)
@@ -1,9 +1,18 @@
+# Klimbim Software collection, A bag full of things
+# Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+#
 # This program is free software: you can redistribute it and/or modify
-# it under the terms of the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
+# 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.
+#
+# 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.
 #
-# You should have received a copy of the
-# COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
-# along with this program.  If not, see http://www.sun.com/cddl/cddl.html
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # 2018 http://www.bananas-playground.net
 
index aef33cca6fb68336ec33be9211a3fcd34fc1c99e..adf5898ebf08f68dc5a2abbb27001526ad0b2ea2 100755 (executable)
@@ -1,6 +1,22 @@
 #!/bin/sh
 
-# copywrite by Johannes 'Banana' Keßler 2015 
+# Klimbim Software collection, A bag full of things
+# Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+#
+# 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.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
+# 2015 
 
 git filter-branch --env-filter '
 OLD_EMAIL="OLD OR INVALID EMAIL"
index 03081a73c125d3a04f3d0343d1e32d3b4fc18b72..784e1831223ab5aa76940ddc698645a8fc90cce3 100644 (file)
@@ -1,7 +1,22 @@
 #!/bin/sh
 
-# copywrite by Johannes 'Banana' Keßler 2020
+# Klimbim Software collection, A bag full of things
+# Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+#
+# 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.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
+# 2020
 # this example show how to search multiple repos in the current
 # directory. Use this to create your own command and search.
 
index 51818510f95be9521e575d9042ec383b3df9eea7..50bc0dc49eaa580f3cd5de073c8d5ef76acab97d 100644 (file)
@@ -1,9 +1,18 @@
+# Klimbim Software collection, A bag full of things
+# Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+#
 # This program is free software: you can redistribute it and/or modify
-# it under the terms of the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
+# 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.
+#
+# 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.
 #
-# You should have received a copy of the
-# COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
-# along with this program.  If not, see http://www.sun.com/cddl/cddl.html
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # 2018 http://www.bananas-playground.net
 
index a7ab01cf31e702d48b666d4489c8ba28f593c355..5407ad6c48ae6c283dfa20c27fc3bacadf810ada 100644 (file)
@@ -1,5 +1,21 @@
 #!/bin/bash
 
+# Klimbim Software collection, A bag full of things
+# Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+#
+# 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.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
 # Parameter ausschließen
 
 grep -v '^$'
index f3a7732928ae5d4ef3d9b5cf6590a21ddccc1409..d0a01de9423fd223c2263b0b59f8f970cc3aa520 100644 (file)
@@ -1,5 +1,21 @@
 #!/bin/bash
 
+# Klimbim Software collection, A bag full of things
+# Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+#
+# 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.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
 # pdfs mit Hilfe von strings und grep durchsuchen
 
 ls  | xargs strings | grep 'password' *
\ No newline at end of file
index 45d8227ef8f50cc9e28b00a0cbdf24bfb9babcd2..abf7349ee7685bf1b7f02385e67a05e2e95d9fdb 100644 (file)
@@ -1,10 +1,18 @@
+# Klimbim Software collection, A bag full of things
+# Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+#
 # This program is free software: you can redistribute it and/or modify
-# it under the terms of the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
+# 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.
+#
+# 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.
 #
-# You should have received a copy of the
-# COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
-# along with this program.  If not, see http://www.sun.com/cddl/cddl.html
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # 2018 http://www.bananas-playground.net
-
 A selection with various examples about JAVA.
index 4c70bfab2f56592bddc5ed4fd6def574ab77dd65..1415ddb3ebf95c636328c9060887d6e21d1aead3 100644 (file)
@@ -1,13 +1,21 @@
 /**
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
+ * Klimbim Software collection, A bag full of things
+ * Copyright (C) 2011-2023 Johannes 'Banana' Keßler
  * 
- * You should have received a copy of the
- * COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
- * along with this program.  If not, see http://www.sun.com/cddl/cddl.html
+ * 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.
+ *
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  * 
  * 2018 http://www.bananas-playground.net
- *
  */
 
 /**
index 5ed5951add3c3163ed4fdb7ca0e18825ed31c481..2439d260273fb7559b4aac18ee626a0ad6a56045 100644 (file)
@@ -1,9 +1,18 @@
+# Klimbim Software collection, A bag full of things
+# Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+#
 # This program is free software: you can redistribute it and/or modify
-# it under the terms of the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
+# 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.
+#
+# 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.
 #
-# You should have received a copy of the
-# COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
-# along with this program.  If not, see http://www.sun.com/cddl/cddl.html
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # 2018 http://www.bananas-playground.net
 
index abdc70e8f6d22aabf05c688e91c21487722c5d8b..03ca687ba5253e140a3d5bbdc2f3f01009ca2bd1 100644 (file)
@@ -1,13 +1,21 @@
+# Klimbim Software collection, A bag full of things
+# Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+#
 # This program is free software: you can redistribute it and/or modify
-# it under the terms of the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
+# 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.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-# You should have received a copy of the
-# COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
-# along with this program.  If not, see http://www.sun.com/cddl/cddl.html
 
 # 2022 http://www.bananas-playground.net
-
-
 This is an example of https://github.com/d3/d3-force and sitemap like data.
 
 Source data is a directory like structure of paths which can be
index 49424739bd88e0d69511f83b72d2df70b2a2887f..87b2cf2acce1d7639205c95712eaa03f9ddcf81e 100644 (file)
@@ -1,3 +1,20 @@
+# Klimbim Software collection, A bag full of things
+# Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+#
+# 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.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
+
 This is a working copy of the current mif.tree 2.2.6.4 with mootools 1.3.2
 
 The goal is to make the Mif.Tree demos ( http://mifjs.net/tree/Demos/index.html ) working with mootools 1.3.2 NOCOMPAT ( http://mootools.net/download )
index 4b52eec687193755303ea9ad6cfae88a2f27f629..e4112a9050c16f72972af70978dade5657390801 100644 (file)
@@ -1,9 +1,18 @@
+# Klimbim Software collection, A bag full of things
+# Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+#
 # This program is free software: you can redistribute it and/or modify
-# it under the terms of the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
-
-# You should have received a copy of the
-# COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
-# along with this program.  If not, see http://www.sun.com/cddl/cddl.html
+# 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.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # 2019 http://www.bananas-playground.net
 
index 8ebe590d9b53cf5f3064f55d043f76fdaefd69b5..380d25da4346eb23fe2f68a94eb5a0b3f38fd612 100755 (executable)
@@ -1,5 +1,22 @@
 #!/bin/bash
 
+# Klimbim Software collection, A bag full of things
+# Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+#
+# 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.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
+# 2019 http://www.bananas-playground.net
 # version 1.0
 
 # get a shell in a pod
 # uses the default container and /bin/bash as a shell
 # needs kubectl to be installed
 
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
-#
-# You should have received a copy of the
-# COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
-# along with this program.  If not, see http://www.sun.com/cddl/cddl.html
-
-# 2019 http://www.bananas-playground.net
-
 if [ $# -lt 2 ]; then
        echo "You need to provide pod name and context";
        echo "kubeconnect pod-name context";
index 8f2b7b22400576a68a54f759ef4a42b283548249..991b1249d287a88a424b253a156513c7cb90075d 100644 (file)
@@ -1 +1,18 @@
+# Klimbim Software collection, A bag full of things
+# Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+#
+# 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.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
+
 Some examples based on Magnolia 6.2.15
\ No newline at end of file
index 1a6142805a0fecda7526d15720dc2d6d323b52c4..939edc57772339c93f518a981fb59449222dae28 100644 (file)
@@ -5,6 +5,24 @@ import info.magnolia.ui.field.ValidatorType;
 import lombok.Getter;
 import lombok.Setter;
 
+/**
+ * Klimbim Software collection, A bag full of things
+ * Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+ * 
+ * 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.
+ *
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ */
+
 /**
  * Checks if datetime selection is >= now+timeToAdd
  *
index 77f1b3b1bf78adfd9f598ea7a949c337299d4750..b20c1e8f63c3a7723583250cdf86e70b3de39dfc 100644 (file)
@@ -1,13 +1,29 @@
 package net.bananasplayground.validator;
 
 import java.time.LocalDateTime;
-
 import javax.inject.Inject;
-
 import com.vaadin.data.Validator;
-
 import info.magnolia.ui.field.AbstractFieldValidatorFactory;
 
+/**
+ * Klimbim Software collection, A bag full of things
+ * Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+ *
+ * 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.
+ *
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ */
+
+
 /**
  * @see net.bananasplayground.validator.FutureTimestampDefinition
  */
index 667efdcb5cf9f1d4a2a7a044d34ab606e2dbfe73..4a9af86e51e74b0e1b762c7d28e8814a54d97f69 100644 (file)
@@ -11,6 +11,24 @@ import com.vaadin.data.ValidationResult;
 import com.vaadin.data.ValueContext;
 import com.vaadin.data.validator.AbstractValidator;
 
+/**
+ * Klimbim Software collection, A bag full of things
+ * Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+ * 
+ * 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.
+ *
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ */
+
 /**
  * @see net.bananasplayground.validator.FutureTimestampDefinition
  */
index 6b8f02cb1c318dd25324460f7b7dad41b22e22c7..c879cdc5e03a2c473982a37744af9543624f70bd 100644 (file)
@@ -9,6 +9,24 @@ import com.vaadin.data.ValidationResult;
 import com.vaadin.data.ValueContext;
 import com.vaadin.data.validator.AbstractValidator;
 
+/**
+ * Klimbim Software collection, A bag full of things
+ * Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+ * 
+ * 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.
+ *
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ */
+
 /**
  * @see net.bananasplayground.validator.TimeFrameValidatorDefinition
  */
index 2c66afcf3893c63c89e5d991f8cec3d839119a08..e371aea5940ec942857eba40782096e6c20c79a6 100644 (file)
@@ -5,6 +5,24 @@ import info.magnolia.ui.field.ValidatorType;
 import lombok.Getter;
 import lombok.Setter;
 
+/**
+ * Klimbim Software collection, A bag full of things
+ * Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+ * 
+ * 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.
+ *
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ */
+
 /**
  * Check if given datetime is between given timeframe of that date(day)
  *
index 2b0788e23ad72cbf00aa4e12d349b72b615447b4..44c2c71f8ef78981821f6d42c2a030a8c7a90340 100644 (file)
@@ -1,13 +1,28 @@
 package net.bananasplayground.validator;
 
 import java.time.LocalDateTime;
-
 import javax.inject.Inject;
-
 import com.vaadin.data.Validator;
-
 import info.magnolia.ui.field.AbstractFieldValidatorFactory;
 
+/**
+ * Klimbim Software collection, A bag full of things
+ * Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+ * 
+ * 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.
+ *
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ */
+
 /**
  * @see net.bananasplayground.validator.TimeFrameValidatorDefinition
  */
index b09e8f39b6cd8bb923cda9a2a3670502a12278cf..c281bf08b3177340dbc5411e4e1088d42701f0f1 100644 (file)
@@ -1,9 +1,18 @@
+# Klimbim Software collection, A bag full of things
+# Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+#
 # This program is free software: you can redistribute it and/or modify
-# it under the terms of the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
+# 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.
+#
+# 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.
 #
-# You should have received a copy of the
-# COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
-# along with this program.  If not, see http://www.sun.com/cddl/cddl.html
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # 2018 http://www.bananas-playground.net
 
index a8aac7778701698053d03da827f92afdcc64fda3..e4f06325455576dfe411f5b76381bc8a6323f91d 100644 (file)
@@ -1,7 +1,23 @@
 #!/usr/bin/perl -w
 
-# 2012 by Johannes 'Banana' Keßler
+# Klimbim Software collection, A bag full of things
+# Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+#
+# 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.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
 
+# 2012 by Johannes 'Banana' Keßler
 # this file can be used as a "early morning check"
 
 use warnings;
index 780545c8d98e55eb3832d7186319e4f2e17f83b3..8c9cadba57cf28fb669f33bba5c57ca439fbbbfd 100644 (file)
@@ -1,5 +1,22 @@
 #!/usr/bin/perl -w
 
+# Klimbim Software collection, A bag full of things
+# Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+#
+# 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.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
+
 # 2020 by Johannes 'Banana' Keßler
 # get Google page spedd insight data fpr given URLs
 # https://developers.google.com/speed/pagespeed/insights/
index 53c57dcf1130e35816384bd252f7a88ecfa24a6f..07de7b1b774a17e32336297f3e0aad694ae5992c 100644 (file)
@@ -1,5 +1,22 @@
 #!/usr/bin/perl -w
 
+# Klimbim Software collection, A bag full of things
+# Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+#
+# 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.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
+
 # 2020 by Johannes 'Banana' Keßler
 # some simple URL load check with running
 # headless (or not) chrome
index 8c9c176b2d15453a48797d4dd1663ba93b666c0a..bdae4dae8509f12532600b7ad92e3878df8297f4 100644 (file)
@@ -1,5 +1,22 @@
 #!/usr/bin/perl -w
 
+# Klimbim Software collection, A bag full of things
+# Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+#
+# 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.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
+
 # 2020 by Johannes 'Banana' Keßler
 # some improved simple page load check script.
 # multiple URL and how ofthen they are accessed
index bbf3ad012e2aaf15d1f0444808ef797a02532670..a6ff1128e99a169a47a3e38302f82798bbcfedbc 100644 (file)
@@ -1,9 +1,18 @@
+# Klimbim Software collection, A bag full of things
+# Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+#
 # This program is free software: you can redistribute it and/or modify
-# it under the terms of the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
+# 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.
+#
+# 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.
 #
-# You should have received a copy of the
-# COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
-# along with this program.  If not, see http://www.sun.com/cddl/cddl.html
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # 2018 http://www.bananas-playground.net
 
index 5a59dab59854793dcafd6a8e35e642c0d3bd0c86..49c68d41c925846f872bb7bb25da4da35cf48043 100644 (file)
@@ -1,9 +1,18 @@
+# Klimbim Software collection, A bag full of things
+# Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+#
 # This program is free software: you can redistribute it and/or modify
-# it under the terms of the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
+# 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.
+#
+# 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.
 #
-# You should have received a copy of the
-# COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
-# along with this program.  If not, see http://www.sun.com/cddl/cddl.html
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # 2018 http://www.bananas-playground.net
 
index b350e8265c3c67fd38bb7b2064a1c78b2f9fc64d..40fa547af2cba79cab6e6a759349d8d250420d45 100644 (file)
@@ -1,5 +1,21 @@
 #!/bin/bash
 
+# Klimbim Software collection, A bag full of things
+# Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+#
+# 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.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
 # alle Leeren Zeilen aus einer Datei enfernen
 
 sed '/^$/d' file > file1
\ No newline at end of file
index eabcfe3eb30568d02ac67e06e108839b24a33f00..0a5e29d0ad556b377341f74d489df584fa9fda70 100644 (file)
@@ -1,5 +1,22 @@
 #!/bin/bash
 
+# Klimbim Software collection, A bag full of things
+# Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+#
+# 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.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
+
 # search replace infile
 
 sed -i -e 's/search/replace/g' file
\ No newline at end of file
diff --git a/windows/README b/windows/README
new file mode 100644 (file)
index 0000000..0253b17
--- /dev/null
@@ -0,0 +1,17 @@
+# Klimbim Software collection, A bag full of things
+# Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+#
+# 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.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
+Examples for windows
\ No newline at end of file
index 87b8215c28ee299d7aae5aca470c23f4f26415f8..e01c2051e73b1de24ac22c77c6a2371bcd6b018a 100644 (file)
@@ -1,8 +1,18 @@
+:: Klimbim Software collection, A bag full of things
+:: Copyright (C) 2011-2023 Johannes 'Banana' Keßler
+::
 :: This program is free software: you can redistribute it and/or modify
-:: it under the terms of the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
-:: You should have received a copy of the
-:: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
-:: along with this program.  If not, see http://www.sun.com/cddl/cddl.html
+:: 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.
+::
+:: 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.
+::
+::You should have received a copy of the GNU General Public License
+::along with this program.  If not, see <https://www.gnu.org/licenses/>.
 ::
 :: 2020 http://91.132.146.200:3000/Banana/klimbim
 ::