Skip to content

Commit

Permalink
Prepare.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Dec 25, 2018
1 parent ba8d06c commit 615e35f
Show file tree
Hide file tree
Showing 288 changed files with 291 additions and 291 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ offers a rich collection of operators that you can combine to create and transfo
streams. Liquidsoap is very light and easy to use, in the Unix tradition of simple
strong components working together.

Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team

| | |
| ------------ | -------------------------------------------- |
Expand All @@ -26,7 +26,7 @@ See the [INSTALL](INSTALL) file.
Documentation
-------------

HTML documentation is in doc/html/index.html ([mirrored](https://www.liquidsoap.info/doc-1.3.4/documentation.html) on the [Savonet website](http://liquidsoap.info))
HTML documentation is in doc/html/index.html ([mirrored](https://www.liquidsoap.info/doc.html) on the [Savonet website](http://liquidsoap.info))

License
-------
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ dnl $libdir/liquidsoap/$libs_dir_version
# Remove +scm and set scm_snapshot to false before releasing
# Do not use $version below before the next line, since we grep
# for the literal version there
AC_INIT([liquidsoap],[1.3.4])
AC_INIT([liquidsoap],[1.3.5])
scm_snapshot=false
version=1.3.4
version=1.3.5
min_ocaml_version=4.03.0

if test $scm_snapshot != "false"; then
Expand Down
2 changes: 1 addition & 1 deletion doc/liqi/html.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liqi, a simple wiki-like langage
Copyright 2008-2018 Savonet team
Copyright 2008-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion doc/liqi/latex.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liqi, a simple wiki-like langage
Copyright 2008-2018 Savonet team
Copyright 2008-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion doc/liqi/liqi.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liqi, a simple wiki-like langage
Copyright 2008-2018 Savonet team
Copyright 2008-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion doc/liqi/liqi_lexer.mll
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(*****************************************************************************
Liqi, a simple wiki-like langage
Copyright 2008-2018 Savonet team
Copyright 2008-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion doc/liqi/liqi_parser.mly
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(*****************************************************************************
Liqi, a simple wiki-like langage
Copyright 2008-2018 Savonet team
Copyright 2008-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion doc/liqi/main.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liqi, a simple wiki-like langage
Copyright 2008-2018 Savonet team
Copyright 2008-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion doc/snippet.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h3>@title@</h3>
<a href="@title@">Download</a>
</div>
<div>
<div id="footer"> 2003-2018 Savonet team</div>
<div id="footer"> 2003-2019 Savonet team</div>
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion doc/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2>audio stream generation</h2>
@body@
</div></div>
<div>
<div id="footer"> 2003-2018 Savonet team</div>
<div id="footer"> 2003-2019 Savonet team</div>
</div>
</div>
</body></html>
2 changes: 1 addition & 1 deletion gui/liguidsoap.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self,host='localhost',port=1234):
played next. (Actually, more could be coming soon, like changing random mode
and playlist file...)
Liquidsoap and liguidsoap are copyright (c) 2003-2018 Savonet Team.
Liquidsoap and liguidsoap are copyright (c) 2003-2019 Savonet Team.
This is free software, released under the terms of GPL version 2 or higher.
""")
box.pack_start(lbl)
Expand Down
2 changes: 1 addition & 1 deletion m4
Submodule m4 updated 4 files
+23 −1 base_checks.m4
+1 −1 bootstrap
+12 −59 detect_binding.m4
+1 −1 ocaml_compilers.m4
2 changes: 1 addition & 1 deletion scripts/liquidsoap-mode.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;; liquidsoap-mode.el -- Liquidsoap major mode
;; Copyright (C) 2003-2018 Samuel Mimram
;; Copyright (C) 2003-2019 Samuel Mimram

(defvar liquidsoap-font-lock-keywords
'(
Expand Down
2 changes: 1 addition & 1 deletion src/alsa_settings.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/analyze/analyze_rms.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/clock.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/clock.mli
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/conversions/audio_to_stereo.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/conversions/drop.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/conversions/id.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/conversions/mean.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/conversions/mux.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/conversions/swap.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/converters/audio/libsamplerate_converter.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/converters/audio/native_audio_converter.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/converters/audio_converter.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/converters/audio_converter.mli
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/converters/video/ffmpeg_video_converter.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/converters/video/gavl_converter.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/converters/video/native_video_converter.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/converters/video_converter.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/converters/video_converter.mli
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/decoder/aac_decoder.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/decoder/decoder.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/decoder/decoder.mli
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/decoder/external_decoder.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/decoder/flac_decoder.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/decoder/flacduration.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/decoder/gstreamer_decoder.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/decoder/image/camlimages_decoder.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/decoder/image/ppm_decoder.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/decoder/image/sdlimage_decoder.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/decoder/image_decoder.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
2 changes: 1 addition & 1 deletion src/decoder/mad_decoder.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2018 Savonet team
Copyright 2003-2019 Savonet team
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
Expand Down
Loading

0 comments on commit 615e35f

Please sign in to comment.