diff options
Diffstat (limited to 'src/video_out')
-rw-r--r-- | src/video_out/video_out_opengl2.c | 2 | ||||
-rw-r--r-- | src/video_out/video_out_raw.c | 2 | ||||
-rw-r--r-- | src/video_out/video_out_vdpau.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/video_out/video_out_opengl2.c b/src/video_out/video_out_opengl2.c index cce35e8d8..fed693af0 100644 --- a/src/video_out/video_out_opengl2.c +++ b/src/video_out/video_out_opengl2.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 St, Fifth Floor, Boston, MA 02110-1301, USA. * * * video_out_opengl2.c, a video output plugin using opengl 2.0 diff --git a/src/video_out/video_out_raw.c b/src/video_out/video_out_raw.c index 50f385959..32de4230c 100644 --- a/src/video_out/video_out_raw.c +++ b/src/video_out/video_out_raw.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 St, Fifth Floor, Boston, MA 02110-1301, USA. * * * video_out_raw.c, a video output plugin to pass raw data to frontend diff --git a/src/video_out/video_out_vdpau.c b/src/video_out/video_out_vdpau.c index c4c4ef74d..9f9d3dd80 100644 --- a/src/video_out/video_out_vdpau.c +++ b/src/video_out/video_out_vdpau.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 St, Fifth Floor, Boston, MA 02110-1301, USA. * * * video_out_vdpau.c, a video output plugin |