diff options
-rw-r--r-- | README | 1 | ||||
-rwxr-xr-x | rh-bin/authtoken.json | 1 | ||||
-rwxr-xr-x | rh-bin/listdropboxes.cgi | 1 | ||||
-rw-r--r-- | www/index.html | 2 | ||||
-rw-r--r-- | www/js/apps.js | 1 | ||||
-rw-r--r-- | www/js/auth.js | 1 | ||||
-rw-r--r-- | www/js/clock.js | 1 | ||||
-rw-r--r-- | www/js/jingles.js | 1 | ||||
-rw-r--r-- | www/js/musicpools.js | 1 | ||||
-rw-r--r-- | www/js/shows.js | 1 | ||||
-rw-r--r-- | www/js/utils.js | 1 | ||||
-rw-r--r-- | www/styles/auth.css | 1 | ||||
-rw-r--r-- | www/styles/jingles.css | 1 | ||||
-rw-r--r-- | www/styles/main-style.css | 22 | ||||
-rw-r--r-- | www/styles/musicpools.css | 1 | ||||
-rw-r--r-- | www/styles/shows.css | 1 |
16 files changed, 37 insertions, 1 deletions
@@ -5,6 +5,7 @@ LICENSE # rhwebimport # # Copyright (C) 2014-2015 Christian Pointner <equinox@helsinki.at> +# Copyright (C) 2015 Peter Grassberger <petertheone@gmail.at> # # This file is part of rhwebimport. # diff --git a/rh-bin/authtoken.json b/rh-bin/authtoken.json index f746518..3e698ac 100755 --- a/rh-bin/authtoken.json +++ b/rh-bin/authtoken.json @@ -3,6 +3,7 @@ # rhwebimport # # Copyright (C) 2014-2015 Christian Pointner <equinox@helsinki.at> +# Copyright (C) 2015 Peter Grassberger <petertheone@gmail.at> # # This file is part of rhwebimport. # diff --git a/rh-bin/listdropboxes.cgi b/rh-bin/listdropboxes.cgi index f96c4fa..a0104c0 100755 --- a/rh-bin/listdropboxes.cgi +++ b/rh-bin/listdropboxes.cgi @@ -3,6 +3,7 @@ # rhwebimport # # Copyright (C) 2014-2015 Christian Pointner <equinox@helsinki.at> +# Copyright (C) 2015 Peter Grassberger <petertheone@gmail.at> # # This file is part of rhwebimport. # diff --git a/www/index.html b/www/index.html index c51b479..f20e1da 100644 --- a/www/index.html +++ b/www/index.html @@ -5,7 +5,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Importtool for Radio Helsinki"> - <meta name="author" content="Christian Pointner <equinox@helsinki.at>"> + <meta name="author" content="Christian Pointner <equinox@helsinki.at>, Peter Grassberger <petertheone@gmail.com>"> <link rel="shortcut icon" href="/img/favicon.ico" /> <link href="/javascript/twitter-bootstrap/css/bootstrap.css" rel="stylesheet"> diff --git a/www/js/apps.js b/www/js/apps.js index 249947a..323c680 100644 --- a/www/js/apps.js +++ b/www/js/apps.js @@ -2,6 +2,7 @@ * rhwebimport * * Copyright (C) 2014-2015 Christian Pointner <equinox@helsinki.at> + * Copyright (C) 2015 Peter Grassberger <petertheone@gmail.at> * * This file is part of rhwebimport. * diff --git a/www/js/auth.js b/www/js/auth.js index 5bb7dce..8d0fc71 100644 --- a/www/js/auth.js +++ b/www/js/auth.js @@ -2,6 +2,7 @@ * rhwebimport * * Copyright (C) 2014-2015 Christian Pointner <equinox@helsinki.at> + * Copyright (C) 2015 Peter Grassberger <petertheone@gmail.at> * * This file is part of rhwebimport. * diff --git a/www/js/clock.js b/www/js/clock.js index a28e6d5..2f1c952 100644 --- a/www/js/clock.js +++ b/www/js/clock.js @@ -2,6 +2,7 @@ * rhwebimport * * Copyright (C) 2014-2015 Christian Pointner <equinox@helsinki.at> + * Copyright (C) 2015 Peter Grassberger <petertheone@gmail.at> * * This file is part of rhwebimport. * diff --git a/www/js/jingles.js b/www/js/jingles.js index 91be555..c32c424 100644 --- a/www/js/jingles.js +++ b/www/js/jingles.js @@ -2,6 +2,7 @@ * rhwebimport * * Copyright (C) 2014-2015 Christian Pointner <equinox@helsinki.at> + * Copyright (C) 2015 Peter Grassberger <petertheone@gmail.at> * * This file is part of rhwebimport. * diff --git a/www/js/musicpools.js b/www/js/musicpools.js index 3b11392..7f65cc8 100644 --- a/www/js/musicpools.js +++ b/www/js/musicpools.js @@ -2,6 +2,7 @@ * rhwebimport * * Copyright (C) 2014-2015 Christian Pointner <equinox@helsinki.at> + * Copyright (C) 2015 Peter Grassberger <petertheone@gmail.at> * * This file is part of rhwebimport. * diff --git a/www/js/shows.js b/www/js/shows.js index f3e6105..3b949f5 100644 --- a/www/js/shows.js +++ b/www/js/shows.js @@ -2,6 +2,7 @@ * rhwebimport * * Copyright (C) 2014-2015 Christian Pointner <equinox@helsinki.at> + * Copyright (C) 2015 Peter Grassberger <petertheone@gmail.at> * * This file is part of rhwebimport. * diff --git a/www/js/utils.js b/www/js/utils.js index 2b5d576..07ed20c 100644 --- a/www/js/utils.js +++ b/www/js/utils.js @@ -2,6 +2,7 @@ * rhwebimport * * Copyright (C) 2014-2015 Christian Pointner <equinox@helsinki.at> + * Copyright (C) 2015 Peter Grassberger <petertheone@gmail.at> * * This file is part of rhwebimport. * diff --git a/www/styles/auth.css b/www/styles/auth.css index 05924ec..69a7648 100644 --- a/www/styles/auth.css +++ b/www/styles/auth.css @@ -2,6 +2,7 @@ * rhwebimport * * Copyright (C) 2014-2015 Christian Pointner <equinox@helsinki.at> + * Copyright (C) 2015 Peter Grassberger <petertheone@gmail.at> * * This file is part of rhwebimport. * diff --git a/www/styles/jingles.css b/www/styles/jingles.css index 70ea8e2..04d0364 100644 --- a/www/styles/jingles.css +++ b/www/styles/jingles.css @@ -2,6 +2,7 @@ * rhwebimport * * Copyright (C) 2014-2015 Christian Pointner <equinox@helsinki.at> + * Copyright (C) 2015 Peter Grassberger <petertheone@gmail.at> * * This file is part of rhwebimport. * diff --git a/www/styles/main-style.css b/www/styles/main-style.css index 756ea15..04da2fb 100644 --- a/www/styles/main-style.css +++ b/www/styles/main-style.css @@ -1,3 +1,25 @@ +/* + * rhwebimport + * + * Copyright (C) 2014-2015 Christian Pointner <equinox@helsinki.at> + * Copyright (C) 2015 Peter Grassberger <petertheone@gmail.at> + * + * This file is part of rhwebimport. + * + * rhwebimport is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * any later version. + * + * rhwebimport is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with rhwebimport. If not, see <http://www.gnu.org/licenses/>. + */ + body { background-color: #eee; padding-top: 60px; diff --git a/www/styles/musicpools.css b/www/styles/musicpools.css index 70ea8e2..04d0364 100644 --- a/www/styles/musicpools.css +++ b/www/styles/musicpools.css @@ -2,6 +2,7 @@ * rhwebimport * * Copyright (C) 2014-2015 Christian Pointner <equinox@helsinki.at> + * Copyright (C) 2015 Peter Grassberger <petertheone@gmail.at> * * This file is part of rhwebimport. * diff --git a/www/styles/shows.css b/www/styles/shows.css index 15ecbbc..fd62ff4 100644 --- a/www/styles/shows.css +++ b/www/styles/shows.css @@ -2,6 +2,7 @@ * rhwebimport * * Copyright (C) 2014-2015 Christian Pointner <equinox@helsinki.at> + * Copyright (C) 2015 Peter Grassberger <petertheone@gmail.at> * * This file is part of rhwebimport. * |