diff --git a/.berel.yml b/.berel.yml index 53a0c87..047f4bf 100644 --- a/.berel.yml +++ b/.berel.yml @@ -4,7 +4,7 @@ !v!Pluie.Berel.Meta meta : keys : software : pluie-yaml; - version : 0.54 + version : 0.55 type : library date : 2018 license : GPLv3.0; @@ -27,6 +27,7 @@ - meson : file : - meson.build + - src/meson.build sepline : motif : "# " repeat : 40 @@ -40,8 +41,6 @@ extension : - .vala - .c - file : - - install.vala.in sepline : motif : " *" repeat : 40 diff --git a/build.sh b/build.sh index 2c7a740..fcf5cc5 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ #^# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # @software : pluie-yaml -# @version : 0.54 +# @version : 0.55 # @type : library # @date : 2018 # @license : GPLv3.0 @@ -24,7 +24,7 @@ # more details. # # You should have received a copy of the GNU General Public License -# along with pluie-yaml. If not, see . +# along with pluie-yaml. If not, see . # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #^# diff --git a/meson.build b/meson.build index 733ae99..9c5afee 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ #^# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # @software : pluie-yaml -# @version : 0.54 +# @version : 0.55 # @type : library # @date : 2018 # @license : GPLv3.0 @@ -23,7 +23,7 @@ # more details. # # You should have received a copy of the GNU General Public License -# along with pluie-yaml. If not, see . +# along with pluie-yaml. If not, see . # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #^# @@ -41,7 +41,7 @@ conf.set('INSTALL_PATH', bindir) conf.set('DATA_PATH' , datadir) configure_file( - input: 'install.vala.in', + input: 'src/install.vala', output: 'install.vala', configuration: conf ) diff --git a/src/c/yaml.c b/src/c/yaml.c index 6a4aabe..fe9cc46 100644 --- a/src/c/yaml.c +++ b/src/c/yaml.c @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/install.vala b/src/install.vala index 926c6f1..32fb290 100644 --- a/src/install.vala +++ b/src/install.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/meson.build b/src/meson.build index c5e2081..23ad782 100644 --- a/src/meson.build +++ b/src/meson.build @@ -1,7 +1,7 @@ -#^# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +#^# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # @software : pluie-yaml -# @version : 0.54 +# @version : 0.55 # @type : library # @date : 2018 # @license : GPLv3.0 @@ -23,7 +23,7 @@ # more details. # # You should have received a copy of the GNU General Public License -# along with pluie-yaml. If not, see . +# along with pluie-yaml. If not, see . # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #^# diff --git a/src/vala/Pluie/Io.InputChunkStream.vala b/src/vala/Pluie/Io.InputChunkStream.vala index 5211a97..cde6c74 100644 --- a/src/vala/Pluie/Io.InputChunkStream.vala +++ b/src/vala/Pluie/Io.InputChunkStream.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Io.Reader.vala b/src/vala/Pluie/Io.Reader.vala index f4f273e..bc90694 100644 --- a/src/vala/Pluie/Io.Reader.vala +++ b/src/vala/Pluie/Io.Reader.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Io.StreamLineMark.vala b/src/vala/Pluie/Io.StreamLineMark.vala index 61ad9da..93ac930 100644 --- a/src/vala/Pluie/Io.StreamLineMark.vala +++ b/src/vala/Pluie/Io.StreamLineMark.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Io.Writter.vala b/src/vala/Pluie/Io.Writter.vala index 6d8195d..6f737b1 100644 --- a/src/vala/Pluie/Io.Writter.vala +++ b/src/vala/Pluie/Io.Writter.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Samples.YamlChild.vala b/src/vala/Pluie/Samples.YamlChild.vala index e433ac8..e90cdda 100644 --- a/src/vala/Pluie/Samples.YamlChild.vala +++ b/src/vala/Pluie/Samples.YamlChild.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Samples.YamlObject.vala b/src/vala/Pluie/Samples.YamlObject.vala index 1afa73c..1bc5666 100644 --- a/src/vala/Pluie/Samples.YamlObject.vala +++ b/src/vala/Pluie/Samples.YamlObject.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Samples.YamlStruct.vala b/src/vala/Pluie/Samples.YamlStruct.vala index 639cc39..05cb8ce 100644 --- a/src/vala/Pluie/Samples.YamlStruct.vala +++ b/src/vala/Pluie/Samples.YamlStruct.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Yaml.AbstractChild.vala b/src/vala/Pluie/Yaml.AbstractChild.vala index 8e3e0c6..35bcd6c 100644 --- a/src/vala/Pluie/Yaml.AbstractChild.vala +++ b/src/vala/Pluie/Yaml.AbstractChild.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Yaml.AbstractNode.vala b/src/vala/Pluie/Yaml.AbstractNode.vala index d559054..4339b4f 100644 --- a/src/vala/Pluie/Yaml.AbstractNode.vala +++ b/src/vala/Pluie/Yaml.AbstractNode.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Yaml.Builder.vala b/src/vala/Pluie/Yaml.Builder.vala index 69fb2ac..192adf3 100644 --- a/src/vala/Pluie/Yaml.Builder.vala +++ b/src/vala/Pluie/Yaml.Builder.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Yaml.Collection.vala b/src/vala/Pluie/Yaml.Collection.vala index 5a53d92..ce80416 100644 --- a/src/vala/Pluie/Yaml.Collection.vala +++ b/src/vala/Pluie/Yaml.Collection.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Yaml.Config.vala b/src/vala/Pluie/Yaml.Config.vala index 856da53..4c7a382 100644 --- a/src/vala/Pluie/Yaml.Config.vala +++ b/src/vala/Pluie/Yaml.Config.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Yaml.Dumper.vala b/src/vala/Pluie/Yaml.Dumper.vala index 03e0735..d7d2419 100644 --- a/src/vala/Pluie/Yaml.Dumper.vala +++ b/src/vala/Pluie/Yaml.Dumper.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Yaml.Event.vala b/src/vala/Pluie/Yaml.Event.vala index cc33a29..4ffef6f 100644 --- a/src/vala/Pluie/Yaml.Event.vala +++ b/src/vala/Pluie/Yaml.Event.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Yaml.Finder.vala b/src/vala/Pluie/Yaml.Finder.vala index 0523cea..c2f3ef6 100644 --- a/src/vala/Pluie/Yaml.Finder.vala +++ b/src/vala/Pluie/Yaml.Finder.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Yaml.GeeBuilder.vala b/src/vala/Pluie/Yaml.GeeBuilder.vala index cadd78b..1b1ede5 100644 --- a/src/vala/Pluie/Yaml.GeeBuilder.vala +++ b/src/vala/Pluie/Yaml.GeeBuilder.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Yaml.Loader.vala b/src/vala/Pluie/Yaml.Loader.vala index 5d68c66..d9096f8 100644 --- a/src/vala/Pluie/Yaml.Loader.vala +++ b/src/vala/Pluie/Yaml.Loader.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Yaml.Mapping.vala b/src/vala/Pluie/Yaml.Mapping.vala index 70e2146..0484550 100644 --- a/src/vala/Pluie/Yaml.Mapping.vala +++ b/src/vala/Pluie/Yaml.Mapping.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Yaml.Node.vala b/src/vala/Pluie/Yaml.Node.vala index f1d7374..fe767ec 100644 --- a/src/vala/Pluie/Yaml.Node.vala +++ b/src/vala/Pluie/Yaml.Node.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Yaml.Object.vala b/src/vala/Pluie/Yaml.Object.vala index 7327e07..65f1cb2 100644 --- a/src/vala/Pluie/Yaml.Object.vala +++ b/src/vala/Pluie/Yaml.Object.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Yaml.Processor.vala b/src/vala/Pluie/Yaml.Processor.vala index 9d30831..860e06d 100644 --- a/src/vala/Pluie/Yaml.Processor.vala +++ b/src/vala/Pluie/Yaml.Processor.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Yaml.Register.vala b/src/vala/Pluie/Yaml.Register.vala index 586968f..5e97631 100644 --- a/src/vala/Pluie/Yaml.Register.vala +++ b/src/vala/Pluie/Yaml.Register.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Yaml.Root.vala b/src/vala/Pluie/Yaml.Root.vala index b4dc6ab..105a10a 100644 --- a/src/vala/Pluie/Yaml.Root.vala +++ b/src/vala/Pluie/Yaml.Root.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Yaml.Scalar.vala b/src/vala/Pluie/Yaml.Scalar.vala index a72b8ee..13fb9db 100644 --- a/src/vala/Pluie/Yaml.Scalar.vala +++ b/src/vala/Pluie/Yaml.Scalar.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Yaml.Scanner.vala b/src/vala/Pluie/Yaml.Scanner.vala index a92d9f3..1b4770c 100644 --- a/src/vala/Pluie/Yaml.Scanner.vala +++ b/src/vala/Pluie/Yaml.Scanner.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Yaml.Sequence.vala b/src/vala/Pluie/Yaml.Sequence.vala index a23b326..7773d7b 100644 --- a/src/vala/Pluie/Yaml.Sequence.vala +++ b/src/vala/Pluie/Yaml.Sequence.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Yaml.Tag.vala b/src/vala/Pluie/Yaml.Tag.vala index d98ffb4..acc2fab 100644 --- a/src/vala/Pluie/Yaml.Tag.vala +++ b/src/vala/Pluie/Yaml.Tag.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/src/vala/Pluie/Yaml.global.vala b/src/vala/Pluie/Yaml.global.vala index b3961f8..687b5cb 100644 --- a/src/vala/Pluie/Yaml.global.vala +++ b/src/vala/Pluie/Yaml.global.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.54 + * @version : 0.55 * @type : library * @date : 2018 * @license : GPLv3.0 @@ -23,7 +23,7 @@ * more details. * * You should have received a copy of the GNU General Public License - * along with pluie-yaml. If not, see . + * along with pluie-yaml. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ diff --git a/valadoc.sh b/valadoc.sh index 4556508..aaee529 100755 --- a/valadoc.sh +++ b/valadoc.sh @@ -2,7 +2,7 @@ #^# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # @software : pluie-yaml -# @version : 0.54 +# @version : 0.55 # @type : library # @date : 2018 # @license : GPLv3.0 @@ -24,7 +24,7 @@ # more details. # # You should have received a copy of the GNU General Public License -# along with pluie-yaml. If not, see . +# along with pluie-yaml. If not, see . # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #^#