aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2020-04-12 13:48:51 +0200
committerRenaud G <renaud@rolisteam.org>2020-04-12 13:50:35 +0200
commitc4ae3b2555fad261b21b285a0845238ad3b7e3e5 (patch)
treef4c37e8a0edf8867c39f06a02ac7baf45e15e0b3
parent4418146f8553c670be2548ad4e5c1d024e91e2ad (diff)
downloadOneRoll-c4ae3b2555fad261b21b285a0845238ad3b7e3e5.tar.gz
OneRoll-c4ae3b2555fad261b21b285a0845238ad3b7e3e5.zip
Change website address
-rw-r--r--booleancondition.cpp2
-rw-r--r--booleancondition.h2
-rw-r--r--compositevalidator.cpp2
-rw-r--r--compositevalidator.h2
-rw-r--r--dicealias.cpp2
-rw-r--r--diceparser.cpp2
-rw-r--r--diceroller.cpp2
-rw-r--r--diceroller.h2
-rw-r--r--die.cpp2
-rw-r--r--die.h2
-rw-r--r--include/dicealias.h2
-rw-r--r--include/diceparser.h2
-rw-r--r--include/parsingtoolbox.h2
-rw-r--r--node/bind.cpp2
-rw-r--r--node/bind.h2
-rw-r--r--node/groupnode.cpp2
-rw-r--r--node/groupnode.h2
-rw-r--r--node/helpnode.cpp2
-rw-r--r--node/ifnode.cpp2
-rw-r--r--node/jumpbackwardnode.cpp2
-rw-r--r--node/jumpbackwardnode.h2
-rw-r--r--node/keepdiceexecnode.cpp2
-rw-r--r--node/keepdiceexecnode.h2
-rw-r--r--node/listaliasnode.cpp2
-rw-r--r--node/listaliasnode.h2
-rw-r--r--node/listsetrollnode.cpp2
-rw-r--r--node/listsetrollnode.h2
-rw-r--r--node/mergenode.cpp2
-rw-r--r--node/mergenode.h2
-rw-r--r--node/numbernode.cpp2
-rw-r--r--node/numbernode.h2
-rw-r--r--node/occurencecountnode.cpp2
-rw-r--r--node/occurencecountnode.h2
-rw-r--r--node/parenthesesnode.cpp2
-rw-r--r--node/parenthesesnode.h2
-rw-r--r--node/scalaroperatornode.cpp2
-rw-r--r--node/scalaroperatornode.h2
-rw-r--r--node/sortresult.cpp2
-rw-r--r--node/sortresult.h2
-rw-r--r--node/splitnode.cpp2
-rw-r--r--node/splitnode.h2
-rw-r--r--node/startingnode.cpp2
-rw-r--r--node/startingnode.h2
-rw-r--r--node/uniquenode.cpp2
-rw-r--r--node/uniquenode.h2
-rw-r--r--operationcondition.cpp2
-rw-r--r--operationcondition.h2
-rw-r--r--parsingtoolbox.cpp2
-rw-r--r--qmltypesregister.cpp2
-rw-r--r--qmltypesregister.h2
-rw-r--r--range.cpp2
-rw-r--r--range.h2
-rw-r--r--result/diceresult.cpp2
-rw-r--r--result/diceresult.h2
-rw-r--r--result/result.cpp2
-rw-r--r--result/result.h2
-rw-r--r--result/scalarresult.cpp2
-rw-r--r--result/scalarresult.h2
-rw-r--r--validator.cpp2
-rw-r--r--validator.h2
60 files changed, 60 insertions, 60 deletions
diff --git a/booleancondition.cpp b/booleancondition.cpp
index 82d599b..af566b7 100644
--- a/booleancondition.cpp
+++ b/booleancondition.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/booleancondition.h b/booleancondition.h
index 54c243a..466de80 100644
--- a/booleancondition.h
+++ b/booleancondition.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/compositevalidator.cpp b/compositevalidator.cpp
index 158df72..4b7b11c 100644
--- a/compositevalidator.cpp
+++ b/compositevalidator.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/compositevalidator.h b/compositevalidator.h
index 2d7479d..c2c066a 100644
--- a/compositevalidator.h
+++ b/compositevalidator.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/dicealias.cpp b/dicealias.cpp
index 50668a8..24c3fee 100644
--- a/dicealias.cpp
+++ b/dicealias.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/diceparser.cpp b/diceparser.cpp
index efc4439..3541e45 100644
--- a/diceparser.cpp
+++ b/diceparser.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/diceroller.cpp b/diceroller.cpp
index de501e9..3d91f3e 100644
--- a/diceroller.cpp
+++ b/diceroller.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2017 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* Rolisteam is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/diceroller.h b/diceroller.h
index eca2149..4b13c3d 100644
--- a/diceroller.h
+++ b/diceroller.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2017 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* Rolisteam is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/die.cpp b/die.cpp
index 22b3e2b..79a4189 100644
--- a/die.cpp
+++ b/die.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/die.h b/die.h
index aaec506..0b9ca44 100644
--- a/die.h
+++ b/die.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/include/dicealias.h b/include/dicealias.h
index 463a654..a7fdf10 100644
--- a/include/dicealias.h
+++ b/include/dicealias.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/include/diceparser.h b/include/diceparser.h
index e60f30d..95f033f 100644
--- a/include/diceparser.h
+++ b/include/diceparser.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/include/parsingtoolbox.h b/include/parsingtoolbox.h
index 701d2d3..bb2ba4d 100644
--- a/include/parsingtoolbox.h
+++ b/include/parsingtoolbox.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/node/bind.cpp b/node/bind.cpp
index 6695166..490071f 100644
--- a/node/bind.cpp
+++ b/node/bind.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/node/bind.h b/node/bind.h
index 45e1bee..71bbfb0 100644
--- a/node/bind.h
+++ b/node/bind.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/node/groupnode.cpp b/node/groupnode.cpp
index c779587..a077bce 100644
--- a/node/groupnode.cpp
+++ b/node/groupnode.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/node/groupnode.h b/node/groupnode.h
index 1872afa..afef8c0 100644
--- a/node/groupnode.h
+++ b/node/groupnode.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/node/helpnode.cpp b/node/helpnode.cpp
index af1b2fd..8ab48a9 100644
--- a/node/helpnode.cpp
+++ b/node/helpnode.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2015 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* rolisteam is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/node/ifnode.cpp b/node/ifnode.cpp
index b2f183c..8de3cd5 100644
--- a/node/ifnode.cpp
+++ b/node/ifnode.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2016 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* rolisteam is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/node/jumpbackwardnode.cpp b/node/jumpbackwardnode.cpp
index 2870854..9fa0f45 100644
--- a/node/jumpbackwardnode.cpp
+++ b/node/jumpbackwardnode.cpp
@@ -1,7 +1,7 @@
/*************************************************************************
* Copyright (C) 2009 by Renaud Guezennec *
* *
- * http://www.rolisteam.org/ *
+ * https://rolisteam.org/ *
* *
* rolisteam is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published *
diff --git a/node/jumpbackwardnode.h b/node/jumpbackwardnode.h
index b6b467b..598a540 100644
--- a/node/jumpbackwardnode.h
+++ b/node/jumpbackwardnode.h
@@ -1,7 +1,7 @@
/*************************************************************************
* Copyright (C) 2009 by Renaud Guezennec *
* *
- * http://www.rolisteam.org/ *
+ * https://rolisteam.org/ *
* *
* rolisteam is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published *
diff --git a/node/keepdiceexecnode.cpp b/node/keepdiceexecnode.cpp
index 688c27b..9f33f74 100644
--- a/node/keepdiceexecnode.cpp
+++ b/node/keepdiceexecnode.cpp
@@ -1,7 +1,7 @@
/*************************************************************************
* Copyright (C) 2009 by Renaud Guezennec *
* *
- * http://www.rolisteam.org/ *
+ * https://rolisteam.org/ *
* *
* rolisteam is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published *
diff --git a/node/keepdiceexecnode.h b/node/keepdiceexecnode.h
index ab9913d..41d157d 100644
--- a/node/keepdiceexecnode.h
+++ b/node/keepdiceexecnode.h
@@ -1,7 +1,7 @@
/*************************************************************************
* Copyright (C) 2009 by Renaud Guezennec *
* *
- * http://www.rolisteam.org/ *
+ * https://rolisteam.org/ *
* *
* rolisteam is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published *
diff --git a/node/listaliasnode.cpp b/node/listaliasnode.cpp
index bc930da..8673e9d 100644
--- a/node/listaliasnode.cpp
+++ b/node/listaliasnode.cpp
@@ -1,7 +1,7 @@
/*************************************************************************
* Copyright (C) 2009 by Renaud Guezennec *
* *
- * http://www.rolisteam.org/ *
+ * https://rolisteam.org/ *
* *
* rolisteam is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published *
diff --git a/node/listaliasnode.h b/node/listaliasnode.h
index 44635e0..b618557 100644
--- a/node/listaliasnode.h
+++ b/node/listaliasnode.h
@@ -1,7 +1,7 @@
/*************************************************************************
* Copyright (C) 2009 by Renaud Guezennec *
* *
- * http://www.rolisteam.org/ *
+ * https://rolisteam.org/ *
* *
* rolisteam is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published *
diff --git a/node/listsetrollnode.cpp b/node/listsetrollnode.cpp
index 5caae34..2dea211 100644
--- a/node/listsetrollnode.cpp
+++ b/node/listsetrollnode.cpp
@@ -1,7 +1,7 @@
/*************************************************************************
* Copyright (C) 2009 by Renaud Guezennec *
* *
- * http://www.rolisteam.org/ *
+ * https://rolisteam.org/ *
* *
* rolisteam is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published *
diff --git a/node/listsetrollnode.h b/node/listsetrollnode.h
index 5c2c340..b147419 100644
--- a/node/listsetrollnode.h
+++ b/node/listsetrollnode.h
@@ -1,7 +1,7 @@
/*************************************************************************
* Copyright (C) 2009 by Renaud Guezennec *
* *
- * http://www.rolisteam.org/ *
+ * https://rolisteam.org/ *
* *
* rolisteam is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published *
diff --git a/node/mergenode.cpp b/node/mergenode.cpp
index 15f2fa7..51a5024 100644
--- a/node/mergenode.cpp
+++ b/node/mergenode.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/node/mergenode.h b/node/mergenode.h
index f14ff1e..f407c57 100644
--- a/node/mergenode.h
+++ b/node/mergenode.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/node/numbernode.cpp b/node/numbernode.cpp
index 428376d..128ae07 100644
--- a/node/numbernode.cpp
+++ b/node/numbernode.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/node/numbernode.h b/node/numbernode.h
index ce0f686..02df984 100644
--- a/node/numbernode.h
+++ b/node/numbernode.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/node/occurencecountnode.cpp b/node/occurencecountnode.cpp
index 5140d19..fc5c2f2 100644
--- a/node/occurencecountnode.cpp
+++ b/node/occurencecountnode.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2018 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* rolisteam is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/node/occurencecountnode.h b/node/occurencecountnode.h
index aa5c2de..4801bfb 100644
--- a/node/occurencecountnode.h
+++ b/node/occurencecountnode.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2018 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* rolisteam is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/node/parenthesesnode.cpp b/node/parenthesesnode.cpp
index 24c650e..9557536 100644
--- a/node/parenthesesnode.cpp
+++ b/node/parenthesesnode.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/node/parenthesesnode.h b/node/parenthesesnode.h
index 7cc08af..153dfc1 100644
--- a/node/parenthesesnode.h
+++ b/node/parenthesesnode.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/node/scalaroperatornode.cpp b/node/scalaroperatornode.cpp
index 60b65fc..dc84c52 100644
--- a/node/scalaroperatornode.cpp
+++ b/node/scalaroperatornode.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/node/scalaroperatornode.h b/node/scalaroperatornode.h
index a58a8d3..5902433 100644
--- a/node/scalaroperatornode.h
+++ b/node/scalaroperatornode.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/node/sortresult.cpp b/node/sortresult.cpp
index 81086f2..274c61a 100644
--- a/node/sortresult.cpp
+++ b/node/sortresult.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/node/sortresult.h b/node/sortresult.h
index fa26d9a..f7510be 100644
--- a/node/sortresult.h
+++ b/node/sortresult.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/node/splitnode.cpp b/node/splitnode.cpp
index 2e3e739..8faa0a5 100644
--- a/node/splitnode.cpp
+++ b/node/splitnode.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/node/splitnode.h b/node/splitnode.h
index 7df8982..0ceeb00 100644
--- a/node/splitnode.h
+++ b/node/splitnode.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/node/startingnode.cpp b/node/startingnode.cpp
index 03563bb..97248c6 100644
--- a/node/startingnode.cpp
+++ b/node/startingnode.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2015 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* rolisteam is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/node/startingnode.h b/node/startingnode.h
index 7a23de0..eea72a9 100644
--- a/node/startingnode.h
+++ b/node/startingnode.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2015 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* rolisteam is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/node/uniquenode.cpp b/node/uniquenode.cpp
index 0b69d39..c4668be 100644
--- a/node/uniquenode.cpp
+++ b/node/uniquenode.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/node/uniquenode.h b/node/uniquenode.h
index e3c7e59..039ba11 100644
--- a/node/uniquenode.h
+++ b/node/uniquenode.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/operationcondition.cpp b/operationcondition.cpp
index 851aa1f..22e6b0b 100644
--- a/operationcondition.cpp
+++ b/operationcondition.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2015 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* rolisteam is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/operationcondition.h b/operationcondition.h
index 002a669..d9653cc 100644
--- a/operationcondition.h
+++ b/operationcondition.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2015 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* rolisteam is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parsingtoolbox.cpp b/parsingtoolbox.cpp
index 2259215..fa72f6a 100644
--- a/parsingtoolbox.cpp
+++ b/parsingtoolbox.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/qmltypesregister.cpp b/qmltypesregister.cpp
index 44ceeee..4767a59 100644
--- a/qmltypesregister.cpp
+++ b/qmltypesregister.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2017 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* 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 *
diff --git a/qmltypesregister.h b/qmltypesregister.h
index cabd7c4..485c697 100644
--- a/qmltypesregister.h
+++ b/qmltypesregister.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2017 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* 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 *
diff --git a/range.cpp b/range.cpp
index 8eeff4e..39a8f66 100644
--- a/range.cpp
+++ b/range.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/range.h b/range.h
index 7a107b0..276ed55 100644
--- a/range.h
+++ b/range.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/result/diceresult.cpp b/result/diceresult.cpp
index 083c683..7129f43 100644
--- a/result/diceresult.cpp
+++ b/result/diceresult.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/result/diceresult.h b/result/diceresult.h
index 0ee622c..8f15d3b 100644
--- a/result/diceresult.h
+++ b/result/diceresult.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/result/result.cpp b/result/result.cpp
index 983f1f4..4763da0 100644
--- a/result/result.cpp
+++ b/result/result.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/result/result.h b/result/result.h
index 76f3a8c..f8752ae 100644
--- a/result/result.h
+++ b/result/result.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/result/scalarresult.cpp b/result/scalarresult.cpp
index d901c08..dcbaa61 100644
--- a/result/scalarresult.cpp
+++ b/result/scalarresult.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/result/scalarresult.h b/result/scalarresult.h
index 1eac73c..73fe73b 100644
--- a/result/scalarresult.h
+++ b/result/scalarresult.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/validator.cpp b/validator.cpp
index 3d0b7af..da6e3a1 100644
--- a/validator.cpp
+++ b/validator.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *
diff --git a/validator.h b/validator.h
index c9f0b4c..fafe443 100644
--- a/validator.h
+++ b/validator.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Renaud Guezennec *
- * http://www.rolisteam.org/contact *
+ * https://rolisteam.org/contact *
* *
* This file is part of DiceParser *
* *