diff options
author | TingPing <tingping@tingping.se> | 2012-12-23 13:59:45 -0800 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2012-12-23 13:59:45 -0800 |
commit | 6354721391d128a2b9923696b1f71d7f32a51dec (patch) | |
tree | 99383af72f414c897b5a102c4fdb53d08896f3e3 /plugins/mpcinfo | |
parent | 32eac07424db6e794cc4bc0350545a1f72237efd (diff) | |
parent | b04377825fb3a6c35c22580295c410f442be5983 (diff) |
Merge pull request #339 from dmashal/master
fix incorrect fsf address for all files
Diffstat (limited to 'plugins/mpcinfo')
-rw-r--r-- | plugins/mpcinfo/functions.c | 2 | ||||
-rw-r--r-- | plugins/mpcinfo/mp3Info.c | 2 | ||||
-rw-r--r-- | plugins/mpcinfo/mpcInfo.c | 2 | ||||
-rw-r--r-- | plugins/mpcinfo/oggInfo.c | 2 | ||||
-rw-r--r-- | plugins/mpcinfo/theme.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/plugins/mpcinfo/functions.c b/plugins/mpcinfo/functions.c index ba6ba519..ff2d563e 100644 --- a/plugins/mpcinfo/functions.c +++ b/plugins/mpcinfo/functions.c @@ -11,7 +11,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/plugins/mpcinfo/mp3Info.c b/plugins/mpcinfo/mp3Info.c index c08e9663..b7112a5d 100644 --- a/plugins/mpcinfo/mp3Info.c +++ b/plugins/mpcinfo/mp3Info.c @@ -11,7 +11,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 */ //#include <stdio.h> diff --git a/plugins/mpcinfo/mpcInfo.c b/plugins/mpcinfo/mpcInfo.c index 471b92cf..0ba9385c 100644 --- a/plugins/mpcinfo/mpcInfo.c +++ b/plugins/mpcinfo/mpcInfo.c @@ -11,7 +11,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 */ //static int DEBUG=0; diff --git a/plugins/mpcinfo/oggInfo.c b/plugins/mpcinfo/oggInfo.c index 64c9c512..ee7d6363 100644 --- a/plugins/mpcinfo/oggInfo.c +++ b/plugins/mpcinfo/oggInfo.c @@ -11,7 +11,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 */ static int getOggInt(char *buff, int beg, int bytes){ diff --git a/plugins/mpcinfo/theme.c b/plugins/mpcinfo/theme.c index 2f035592..3f98a59c 100644 --- a/plugins/mpcinfo/theme.c +++ b/plugins/mpcinfo/theme.c @@ -11,7 +11,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 */ #include <time.h> |