diff options
author | David Robillard <d@drobilla.net> | 2007-02-07 05:57:53 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-02-07 05:57:53 +0000 |
commit | 907cac5211eb47c2680642eca0ef243a11356bff (patch) | |
tree | 9cec81b09c86f8c9f9cd8c4c248bc92793f30dad | |
parent | e6fe98b2dec1049036f27d26c500e966d1ad5265 (diff) |
Updated FSF address, copyright dates where appropriate, etc.
git-svn-id: http://svn.drobilla.net/lad/omins@288 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | src/adenv.c | 2 | ||||
-rw-r--r-- | src/adenv_lvl.c | 2 | ||||
-rw-r--r-- | src/comparison_4440.c | 2 | ||||
-rw-r--r-- | src/dahdsr_fexp.c | 2 | ||||
-rw-r--r-- | src/dahdsr_hexp.c | 2 | ||||
-rw-r--r-- | src/fast_crossfade_4410.c | 2 | ||||
-rw-r--r-- | src/formant_filter_4300.c | 2 | ||||
-rw-r--r-- | src/hz_voct_4200.c | 2 | ||||
-rw-r--r-- | src/masher_4310.c | 2 | ||||
-rw-r--r-- | src/multiplexer_4420.c | 2 | ||||
-rw-r--r-- | src/power_4400.c | 2 | ||||
-rw-r--r-- | src/prob_switch_2667.c | 2 | ||||
-rw-r--r-- | src/range_trans_4210.c | 2 | ||||
-rw-r--r-- | src/sample_and_hold_4430.c | 2 | ||||
-rw-r--r-- | src/signal_abs_2669.c | 2 | ||||
-rw-r--r-- | src/slew_limiter_2743.c | 2 | ||||
-rw-r--r-- | src/slide_2741.c | 2 | ||||
-rw-r--r-- | src/waveguide_mesh_2670.c | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/src/adenv.c b/src/adenv.c index 2fa8802..b7ad8d3 100644 --- a/src/adenv.c +++ b/src/adenv.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 _XOPEN_SOURCE 500 /* strdup */ diff --git a/src/adenv_lvl.c b/src/adenv_lvl.c index 10c8378..801c1d0 100644 --- a/src/adenv_lvl.c +++ b/src/adenv_lvl.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 */ #define _XOPEN_SOURCE 500 /* strdup */ diff --git a/src/comparison_4440.c b/src/comparison_4440.c index 210c88a..992afc1 100644 --- a/src/comparison_4440.c +++ b/src/comparison_4440.c @@ -12,7 +12,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 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #define _XOPEN_SOURCE 500 /* strdup */ diff --git a/src/dahdsr_fexp.c b/src/dahdsr_fexp.c index 3da8c3f..4ac7fda 100644 --- a/src/dahdsr_fexp.c +++ b/src/dahdsr_fexp.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 */ #define _XOPEN_SOURCE 500 /* strdup */ diff --git a/src/dahdsr_hexp.c b/src/dahdsr_hexp.c index a091e14..48b6070 100644 --- a/src/dahdsr_hexp.c +++ b/src/dahdsr_hexp.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 */ #define _XOPEN_SOURCE 500 /* strdup */ diff --git a/src/fast_crossfade_4410.c b/src/fast_crossfade_4410.c index c961565..cb6cf5f 100644 --- a/src/fast_crossfade_4410.c +++ b/src/fast_crossfade_4410.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 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #define _XOPEN_SOURCE 500 /* strdup */ diff --git a/src/formant_filter_4300.c b/src/formant_filter_4300.c index 7b2e587..5241eab 100644 --- a/src/formant_filter_4300.c +++ b/src/formant_filter_4300.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 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #define _XOPEN_SOURCE 500 /* strdup */ diff --git a/src/hz_voct_4200.c b/src/hz_voct_4200.c index 977a405..a5b532c 100644 --- a/src/hz_voct_4200.c +++ b/src/hz_voct_4200.c @@ -12,7 +12,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 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #define _XOPEN_SOURCE 500 /* strdup */ diff --git a/src/masher_4310.c b/src/masher_4310.c index 34ef7aa..1c5c933 100644 --- a/src/masher_4310.c +++ b/src/masher_4310.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 St, Fifth Floor, Boston, MA 02110-1301 USA. */ diff --git a/src/multiplexer_4420.c b/src/multiplexer_4420.c index cff4c36..3290534 100644 --- a/src/multiplexer_4420.c +++ b/src/multiplexer_4420.c @@ -13,7 +13,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 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #define _XOPEN_SOURCE 500 /* strdup */ diff --git a/src/power_4400.c b/src/power_4400.c index 4c38677..70d60c5 100644 --- a/src/power_4400.c +++ b/src/power_4400.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 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #define _XOPEN_SOURCE 500 /* strdup */ diff --git a/src/prob_switch_2667.c b/src/prob_switch_2667.c index d1d4b21..d717048 100644 --- a/src/prob_switch_2667.c +++ b/src/prob_switch_2667.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 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #define _XOPEN_SOURCE 500 /* strdup */ diff --git a/src/range_trans_4210.c b/src/range_trans_4210.c index 4b65eb5..f6eb840 100644 --- a/src/range_trans_4210.c +++ b/src/range_trans_4210.c @@ -12,7 +12,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 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #define _XOPEN_SOURCE 500 /* strdup */ diff --git a/src/sample_and_hold_4430.c b/src/sample_and_hold_4430.c index 2d706f0..df52cb0 100644 --- a/src/sample_and_hold_4430.c +++ b/src/sample_and_hold_4430.c @@ -13,7 +13,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 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #define _XOPEN_SOURCE 500 /* strdup */ diff --git a/src/signal_abs_2669.c b/src/signal_abs_2669.c index c7e93ea..838d91e 100644 --- a/src/signal_abs_2669.c +++ b/src/signal_abs_2669.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 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #define _XOPEN_SOURCE 500 /* strdup */ diff --git a/src/slew_limiter_2743.c b/src/slew_limiter_2743.c index dd486b5..910e532 100644 --- a/src/slew_limiter_2743.c +++ b/src/slew_limiter_2743.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 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #define _XOPEN_SOURCE 500 /* strdup */ diff --git a/src/slide_2741.c b/src/slide_2741.c index 908329d..45270fe 100644 --- a/src/slide_2741.c +++ b/src/slide_2741.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 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #define _XOPEN_SOURCE 500 /* strdup */ diff --git a/src/waveguide_mesh_2670.c b/src/waveguide_mesh_2670.c index 3b6535b..07eefcb 100644 --- a/src/waveguide_mesh_2670.c +++ b/src/waveguide_mesh_2670.c @@ -20,7 +20,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 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #define _XOPEN_SOURCE 500 /* strdup */ |