diff options
| author | 2016-04-15 10:54:38 +0200 | |
|---|---|---|
| committer | 2016-04-15 10:54:38 +0200 | |
| commit | e55d89b50abd103dcc860faba2c7719064b5aa46 (patch) | |
| tree | c47cf70d0d3b35c5941f80b3728dc596f572bf5a /node | |
| parent | 7329c3414954112da46ad1af1d900ded0363ba9c (diff) | |
| parent | 711d11ae25c7aa86ae675fd849c7240c9e2cf298 (diff) | |
| download | OneRoll-e55d89b50abd103dcc860faba2c7719064b5aa46.tar.gz OneRoll-e55d89b50abd103dcc860faba2c7719064b5aa46.zip | |
Merge branch 'master' of github.com:Rolisteam/DiceParser
Diffstat (limited to 'node')
| -rw-r--r-- | node/helpnode.cpp | 2 | ||||
| -rw-r--r-- | node/ifnode.cpp | 2 | ||||
| -rw-r--r-- | node/mergenode.cpp | 2 | ||||
| -rw-r--r-- | node/mergenode.h | 2 | ||||
| -rw-r--r-- | node/numbernode.cpp | 2 | ||||
| -rw-r--r-- | node/numbernode.h | 2 | ||||
| -rw-r--r-- | node/parenthesesnode.cpp | 2 | ||||
| -rw-r--r-- | node/parenthesesnode.h | 2 | ||||
| -rw-r--r-- | node/scalaroperatornode.cpp | 2 | ||||
| -rw-r--r-- | node/scalaroperatornode.h | 2 | ||||
| -rw-r--r-- | node/sortresult.cpp | 2 | ||||
| -rw-r--r-- | node/sortresult.h | 2 | ||||
| -rw-r--r-- | node/startingnode.cpp | 2 | ||||
| -rw-r--r-- | node/startingnode.h | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/node/helpnode.cpp b/node/helpnode.cpp index 76ddf50..30fa904 100644 --- a/node/helpnode.cpp +++ b/node/helpnode.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2015 by Renaud Guezennec * - * http://renaudguezennec.homelinux.org/accueil,3.html * + * http://www.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 a8982a8..e25ad78 100644 --- a/node/ifnode.cpp +++ b/node/ifnode.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2016 by Renaud Guezennec * - * http://renaudguezennec.homelinux.org/accueil,3.html * + * http://www.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/mergenode.cpp b/node/mergenode.cpp index 7f3bec0..16a6649 100644 --- a/node/mergenode.cpp +++ b/node/mergenode.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2014 by Renaud Guezennec * -* http://renaudguezennec.homelinux.org/accueil,3.html * +* http://www.rolisteam.org/contact * * * * This file is part of DiceParser * * * diff --git a/node/mergenode.h b/node/mergenode.h index 347975f..e32faab 100644 --- a/node/mergenode.h +++ b/node/mergenode.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2014 by Renaud Guezennec * -* http://renaudguezennec.homelinux.org/accueil,3.html * +* http://www.rolisteam.org/contact * * * * This file is part of DiceParser * * * diff --git a/node/numbernode.cpp b/node/numbernode.cpp index e2da54f..01a170e 100644 --- a/node/numbernode.cpp +++ b/node/numbernode.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2014 by Renaud Guezennec * -* http://renaudguezennec.homelinux.org/accueil,3.html * +* http://www.rolisteam.org/contact * * * * This file is part of DiceParser * * * diff --git a/node/numbernode.h b/node/numbernode.h index 50d29ad..c96a47a 100644 --- a/node/numbernode.h +++ b/node/numbernode.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2014 by Renaud Guezennec * -* http://renaudguezennec.homelinux.org/accueil,3.html * +* http://www.rolisteam.org/contact * * * * This file is part of DiceParser * * * diff --git a/node/parenthesesnode.cpp b/node/parenthesesnode.cpp index f54a976..7eefaba 100644 --- a/node/parenthesesnode.cpp +++ b/node/parenthesesnode.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2014 by Renaud Guezennec * -* http://renaudguezennec.homelinux.org/accueil,3.html * +* http://www.rolisteam.org/contact * * * * This file is part of DiceParser * * * diff --git a/node/parenthesesnode.h b/node/parenthesesnode.h index fbb1caf..fc0799d 100644 --- a/node/parenthesesnode.h +++ b/node/parenthesesnode.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2014 by Renaud Guezennec * -* http://renaudguezennec.homelinux.org/accueil,3.html * +* http://www.rolisteam.org/contact * * * * This file is part of DiceParser * * * diff --git a/node/scalaroperatornode.cpp b/node/scalaroperatornode.cpp index d4c691c..0dcb9b9 100644 --- a/node/scalaroperatornode.cpp +++ b/node/scalaroperatornode.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2014 by Renaud Guezennec * -* http://renaudguezennec.homelinux.org/accueil,3.html * +* http://www.rolisteam.org/contact * * * * This file is part of DiceParser * * * diff --git a/node/scalaroperatornode.h b/node/scalaroperatornode.h index fccc5e5..7fa9b6b 100644 --- a/node/scalaroperatornode.h +++ b/node/scalaroperatornode.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2014 by Renaud Guezennec * -* http://renaudguezennec.homelinux.org/accueil,3.html * +* http://www.rolisteam.org/contact * * * * This file is part of DiceParser * * * diff --git a/node/sortresult.cpp b/node/sortresult.cpp index d149507..0bf531c 100644 --- a/node/sortresult.cpp +++ b/node/sortresult.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2014 by Renaud Guezennec * -* http://renaudguezennec.homelinux.org/accueil,3.html * +* http://www.rolisteam.org/contact * * * * This file is part of DiceParser * * * diff --git a/node/sortresult.h b/node/sortresult.h index c4f96dc..f0c9269 100644 --- a/node/sortresult.h +++ b/node/sortresult.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2014 by Renaud Guezennec * -* http://renaudguezennec.homelinux.org/accueil,3.html * +* http://www.rolisteam.org/contact * * * * This file is part of DiceParser * * * diff --git a/node/startingnode.cpp b/node/startingnode.cpp index 5f1966e..3a300b4 100644 --- a/node/startingnode.cpp +++ b/node/startingnode.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2015 by Renaud Guezennec * - * http://renaudguezennec.homelinux.org/accueil,3.html * + * http://www.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 923e84b..834a9dc 100644 --- a/node/startingnode.h +++ b/node/startingnode.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2015 by Renaud Guezennec * - * http://renaudguezennec.homelinux.org/accueil,3.html * + * http://www.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 * |