From 6ad0227aaf4c41c66668d22ded6e6e7242668958 Mon Sep 17 00:00:00 2001 From: Stuart Longland Date: Sat, 3 Jan 2015 22:12:59 +1000 Subject: [PATCH] audio: Add copyright notices on audio file generators --- audio/bell.py | 16 ++++++++++++++++ audio/horn.py | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/audio/bell.py b/audio/bell.py index 97035ab..69ea5e9 100644 --- a/audio/bell.py +++ b/audio/bell.py @@ -1,4 +1,20 @@ #!/usr/bin/python +# Bicycle Bell/Horn firmware +# Copyright (C) 2015 Stuart Longland +# +# 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 +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA import math import wave diff --git a/audio/horn.py b/audio/horn.py index 13e5054..0271434 100644 --- a/audio/horn.py +++ b/audio/horn.py @@ -1,4 +1,20 @@ #!/usr/bin/python +# Bicycle Bell/Horn firmware +# Copyright (C) 2015 Stuart Longland +# +# 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 +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA import math import wave