summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2017-11-14 14:28:51 +0100
committerJaroslav Kysela <perex@perex.cz>2017-11-14 14:28:53 +0100
commitb1e3d945b7a0fa9d44acef324e1c9d4f416f155f (patch)
tree104bdb34d83c2b05d2911557191bc3022fe29ee7
parentca5dc52e875d64f7ae9d758331b5f4078f6c6419 (diff)
downloadalsa-utils-b1e3d945b7a0fa9d44acef324e1c9d4f416f155f.tar.gz
Change FSF address (Franklin Street)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rw-r--r--alsactl/alsactl.c2
-rw-r--r--alsactl/daemon.c2
-rw-r--r--alsactl/init_parse.c2
-rw-r--r--alsactl/lock.c2
-rw-r--r--alsactl/monitor.c2
-rw-r--r--alsactl/state.c2
-rw-r--r--alsactl/utils.c2
-rw-r--r--alsaloop/alsaloop.c2
-rw-r--r--alsaloop/alsaloop.h2
-rw-r--r--alsaloop/control.c2
-rw-r--r--alsaloop/effect-sweep.c2
-rw-r--r--alsaloop/pcmjob.c2
-rw-r--r--amidi/amidi.c2
-rw-r--r--amixer/amixer.c2
-rw-r--r--amixer/amixer.h2
-rw-r--r--aplay/aplay.c2
-rw-r--r--iecset/iecbits.c2
-rw-r--r--iecset/iecset.c2
-rw-r--r--seq/aplaymidi/aplaymidi.c2
-rw-r--r--seq/aplaymidi/arecordmidi.c2
-rw-r--r--seq/aseqdump/aseqdump.c2
21 files changed, 21 insertions, 21 deletions
diff --git a/alsactl/alsactl.c b/alsactl/alsactl.c
index bcbc187..94cae23 100644
--- a/alsactl/alsactl.c
+++ b/alsactl/alsactl.c
@@ -16,7 +16,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/alsactl/daemon.c b/alsactl/daemon.c
index 4f0a935..1d98caa 100644
--- a/alsactl/daemon.c
+++ b/alsactl/daemon.c
@@ -15,7 +15,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/alsactl/init_parse.c b/alsactl/init_parse.c
index e81174f..f39d80e 100644
--- a/alsactl/init_parse.c
+++ b/alsactl/init_parse.c
@@ -17,7 +17,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/alsactl/lock.c b/alsactl/lock.c
index 9d7efcc..706092d 100644
--- a/alsactl/lock.c
+++ b/alsactl/lock.c
@@ -15,7 +15,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/alsactl/monitor.c b/alsactl/monitor.c
index 29379ad..8351a79 100644
--- a/alsactl/monitor.c
+++ b/alsactl/monitor.c
@@ -14,7 +14,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "aconfig.h"
diff --git a/alsactl/state.c b/alsactl/state.c
index 3908ec4..38e85c0 100644
--- a/alsactl/state.c
+++ b/alsactl/state.c
@@ -16,7 +16,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/alsactl/utils.c b/alsactl/utils.c
index 304df7c..a8c3a84 100644
--- a/alsactl/utils.c
+++ b/alsactl/utils.c
@@ -15,7 +15,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/alsaloop/alsaloop.c b/alsaloop/alsaloop.c
index 3b20682..6a9ce58 100644
--- a/alsaloop/alsaloop.c
+++ b/alsaloop/alsaloop.c
@@ -16,7 +16,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/alsaloop/alsaloop.h b/alsaloop/alsaloop.h
index 71eab20..c4aa618 100644
--- a/alsaloop/alsaloop.h
+++ b/alsaloop/alsaloop.h
@@ -14,7 +14,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/alsaloop/control.c b/alsaloop/control.c
index 8383d79..cf5693b 100644
--- a/alsaloop/control.c
+++ b/alsaloop/control.c
@@ -17,7 +17,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/alsaloop/effect-sweep.c b/alsaloop/effect-sweep.c
index 4a0903d..bb5c766 100644
--- a/alsaloop/effect-sweep.c
+++ b/alsaloop/effect-sweep.c
@@ -14,7 +14,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/alsaloop/pcmjob.c b/alsaloop/pcmjob.c
index 4df59e8..69abf94 100644
--- a/alsaloop/pcmjob.c
+++ b/alsaloop/pcmjob.c
@@ -17,7 +17,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/amidi/amidi.c b/amidi/amidi.c
index 0fb032e..b6e05e1 100644
--- a/amidi/amidi.c
+++ b/amidi/amidi.c
@@ -16,7 +16,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#define _GNU_SOURCE
diff --git a/amixer/amixer.c b/amixer/amixer.c
index f9b09cb..9c3f9bf 100644
--- a/amixer/amixer.c
+++ b/amixer/amixer.c
@@ -14,7 +14,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/amixer/amixer.h b/amixer/amixer.h
index 3588f04..af97628 100644
--- a/amixer/amixer.h
+++ b/amixer/amixer.h
@@ -14,7 +14,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/aplay/aplay.c b/aplay/aplay.c
index 0aa1688..dbae17c 100644
--- a/aplay/aplay.c
+++ b/aplay/aplay.c
@@ -22,7 +22,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/iecset/iecbits.c b/iecset/iecbits.c
index 13e8947..4a768a6 100644
--- a/iecset/iecbits.c
+++ b/iecset/iecbits.c
@@ -14,7 +14,7 @@
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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <stdio.h>
diff --git a/iecset/iecset.c b/iecset/iecset.c
index 92a93e8..35039e1 100644
--- a/iecset/iecset.c
+++ b/iecset/iecset.c
@@ -14,7 +14,7 @@
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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <stdio.h>
diff --git a/seq/aplaymidi/aplaymidi.c b/seq/aplaymidi/aplaymidi.c
index ad508b3..12d6fac 100644
--- a/seq/aplaymidi/aplaymidi.c
+++ b/seq/aplaymidi/aplaymidi.c
@@ -16,7 +16,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
/* TODO: sequencer queue timer selection */
diff --git a/seq/aplaymidi/arecordmidi.c b/seq/aplaymidi/arecordmidi.c
index 9628086..19dbb7d 100644
--- a/seq/aplaymidi/arecordmidi.c
+++ b/seq/aplaymidi/arecordmidi.c
@@ -16,7 +16,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
/* TODO: sequencer queue timer selection */
diff --git a/seq/aseqdump/aseqdump.c b/seq/aseqdump/aseqdump.c
index 24c5d21..7904540 100644
--- a/seq/aseqdump/aseqdump.c
+++ b/seq/aseqdump/aseqdump.c
@@ -16,7 +16,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <stdio.h>