Skip to content

Commit

Permalink
relicense build scripts. See #2276
Browse files Browse the repository at this point in the history
we don't ship them, but they are easy to relicense
  • Loading branch information
lazka committed Mar 14, 2017
1 parent ada64d2 commit 367b438
Show file tree
Hide file tree
Showing 18 changed files with 54 additions and 36 deletions.
5 changes: 3 additions & 2 deletions osx_bundle/misc/list_content.py
Expand Up @@ -3,8 +3,9 @@
# Copyright 2015 Christoph Reiter
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

import os
import sys
Expand Down
5 changes: 3 additions & 2 deletions osx_bundle/misc/svg2icns.py
Expand Up @@ -3,8 +3,9 @@
# Copyright 2015 Christoph Reiter
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

"""
./svg2icns.py source.svg target.icns
Expand Down
5 changes: 3 additions & 2 deletions radio_crawler/clean_uris.py
Expand Up @@ -2,8 +2,9 @@
# Copyright 2011,2014 Christoph Reiter
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

import multiprocessing
import re
Expand Down
5 changes: 3 additions & 2 deletions radio_crawler/crawler_bing.py
Expand Up @@ -2,8 +2,9 @@
# Copyright 2011,2014 Christoph Reiter
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

import urllib2
import urllib
Expand Down
5 changes: 3 additions & 2 deletions radio_crawler/dump_taglist.py
Expand Up @@ -2,8 +2,9 @@
# Copyright 2011,2014 Christoph Reiter
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

"""
Takes the cache file and writes a text list parse-able by QL containing
Expand Down
5 changes: 3 additions & 2 deletions radio_crawler/fetch_cast.py
Expand Up @@ -2,8 +2,9 @@
# Copyright 2011,2014 Christoph Reiter
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

"""
Loads and parses shoutcast/icecast pages and also adds new stream uris.
Expand Down
5 changes: 3 additions & 2 deletions radio_crawler/fetch_soma.py
Expand Up @@ -2,8 +2,9 @@
# Copyright 2016 Christoph Reiter
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

import re
import requests
Expand Down
5 changes: 3 additions & 2 deletions radio_crawler/fetch_tags.py
Expand Up @@ -2,8 +2,9 @@
# Copyright 2011,2014 Christoph Reiter
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

import multiprocessing

Expand Down
5 changes: 3 additions & 2 deletions radio_crawler/fetch_xiph.py
Expand Up @@ -2,8 +2,9 @@
# Copyright 2014 Christoph Reiter
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

import requests
import re
Expand Down
5 changes: 3 additions & 2 deletions radio_crawler/init_cache.py
Expand Up @@ -2,8 +2,9 @@
# Copyright 2011,2014 Christoph Reiter
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

"""Initializes the cache from the Google URIs"""

Expand Down
5 changes: 3 additions & 2 deletions radio_crawler/util.py
Expand Up @@ -2,8 +2,9 @@
# Copyright 2014 Christoph Reiter
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

import os
import collections
Expand Down
5 changes: 3 additions & 2 deletions win_installer/bootstrap.sh
Expand Up @@ -2,8 +2,9 @@
# Copyright 2016 Christoph Reiter
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

set -e

Expand Down
5 changes: 3 additions & 2 deletions win_installer/build.sh
Expand Up @@ -2,8 +2,9 @@
# Copyright 2016 Christoph Reiter
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

DIR="$( cd "$( dirname "$0" )" && pwd )"
source "$DIR"/_base.sh
Expand Down
5 changes: 3 additions & 2 deletions win_installer/misc/create-launcher.py
Expand Up @@ -3,8 +3,9 @@
# Copyright 2016 Christoph Reiter
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

"""Creates simple Python .exe launchers for gui and cli apps
Expand Down
5 changes: 3 additions & 2 deletions win_installer/misc/depcheck.py
Expand Up @@ -2,8 +2,9 @@
# Copyright 2016 Christoph Reiter
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

"""
Deletes unneeded DLLs and checks DLL dependencies.
Expand Down
5 changes: 3 additions & 2 deletions win_installer/misc/gen_supported_types.py
Expand Up @@ -2,8 +2,9 @@
# Copyright 2016 Christoph Reiter
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

from quodlibet.formats import init, loaders

Expand Down
5 changes: 3 additions & 2 deletions win_installer/misc/win_installer.nsi
@@ -1,8 +1,9 @@
; Copyright 2016 Christoph Reiter
;
; This program is free software; you can redistribute it and/or modify
; it under the terms of the GNU General Public License version 2 as
; published by the Free Software Foundation.
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation; either version 2 of the License, or
; (at your option) any later version.

Unicode true

Expand Down
5 changes: 3 additions & 2 deletions win_installer/rebuild.sh
Expand Up @@ -2,8 +2,9 @@
# Copyright 2016 Christoph Reiter
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

DIR="$( cd "$( dirname "$0" )" && pwd )"
source "$DIR"/_base.sh
Expand Down

0 comments on commit 367b438

Please sign in to comment.