Commit 098a8d29 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Add copyright information

parent cfe1bcb8
Loading
Loading
Loading
Loading

COPYING

0 → 100644
+17 −0
Original line number Diff line number Diff line
public/static/jquery* is (C) jQuery Foundation and other contributors and
licensed under the terms of the MIT license.

public/static/marquee.js is (C) Remy Sharp and licensed under the terms of the
MIT license.

The following license applies to all other files in this repository:

Copyright (C) 2011-2018 Daniel Friesel <derf+dbf@finalrewind.org>

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+5 −1
Original line number Diff line number Diff line
db-fakedisplay - Infoscreen for DB departures
---------------------------------------------

* <http://finalrewind.org/projects/db-fakedisplay/>
* <https://finalrewind.org/projects/db-fakedisplay/>

Dependencies
------------
@@ -35,6 +35,10 @@ You can then run the app using a Mojo::Server of your choice, e.g. **perl
index.pl daemon -m production** (quick&dirty, does not respect all variables)
or **hypnotad** (recommended).

All code in this repository may be used under the terms of the BSD-2-Clause
(db-fakedisplay, see COPYING) and MIT (jquery, jqueryui, and marquee libraries;
see the respective files) licenses.  Attribution is appreciated.

System requirements
-------------------

+2 −0
Original line number Diff line number Diff line
#!/usr/bin/env perl
# Copyright (C) 2011-2018 Daniel Friesel <derf+dbf@finalrewind.org>
# License: 2-Clause BSD
use Mojolicious::Lite;
use Cache::File;
use File::Slurp qw(read_file write_file);
+3 −2
Original line number Diff line number Diff line
/**
* author Remy Sharp
* url http://remysharp.com/tag/marquee
* url https://remysharp.com/2008/09/10/the-silky-smooth-marquee
* license MIT
*/

(function ($) {