diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/video_dec/libmpeg2/libmpeg2_accel.c | 2 | ||||
-rw-r--r-- | src/video_dec/libmpeg2/libmpeg2_accel.h | 2 | ||||
-rw-r--r-- | src/video_dec/libmpeg2/slice_xvmc_vld.c | 8 | ||||
-rw-r--r-- | src/video_dec/libmpeg2/xvmc_vld.h | 8 |
4 files changed, 8 insertions, 12 deletions
diff --git a/src/video_dec/libmpeg2/libmpeg2_accel.c b/src/video_dec/libmpeg2/libmpeg2_accel.c index 92c0e280b..aa8e07491 100644 --- a/src/video_dec/libmpeg2/libmpeg2_accel.c +++ b/src/video_dec/libmpeg2/libmpeg2_accel.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. */ #include <xine/xine_internal.h> diff --git a/src/video_dec/libmpeg2/libmpeg2_accel.h b/src/video_dec/libmpeg2/libmpeg2_accel.h index 5d0b37a78..f049d02c0 100644 --- a/src/video_dec/libmpeg2/libmpeg2_accel.h +++ b/src/video_dec/libmpeg2/libmpeg2_accel.h @@ -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. */ #ifndef LIBMPEG2_ACCEL_H diff --git a/src/video_dec/libmpeg2/slice_xvmc_vld.c b/src/video_dec/libmpeg2/slice_xvmc_vld.c index 60fa8b4f8..e40413076 100644 --- a/src/video_dec/libmpeg2/slice_xvmc_vld.c +++ b/src/video_dec/libmpeg2/slice_xvmc_vld.c @@ -10,11 +10,9 @@ * 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., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * + * 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 Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/video_dec/libmpeg2/xvmc_vld.h b/src/video_dec/libmpeg2/xvmc_vld.h index 561d1789d..fd066cac1 100644 --- a/src/video_dec/libmpeg2/xvmc_vld.h +++ b/src/video_dec/libmpeg2/xvmc_vld.h @@ -10,11 +10,9 @@ * 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., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * + * 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 Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _XVMC_VLD_H |