From 6b4f9223cfd527d6e2861cb64ad6b819497cdfcd Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Wed, 12 Sep 2012 11:32:44 -0400 Subject: [PATCH] * #15493: fix FSF address for daemon/src/video --- daemon/src/video/check.h | 2 +- daemon/src/video/libav_utils.cpp | 2 +- daemon/src/video/libav_utils.h | 2 +- daemon/src/video/packet_handle.cpp | 2 +- daemon/src/video/packet_handle.h | 2 +- daemon/src/video/shm_header.h | 2 +- daemon/src/video/shm_sink.cpp | 2 +- daemon/src/video/shm_sink.h | 2 +- daemon/src/video/test/shm_src.cpp | 2 +- daemon/src/video/test/shm_src.h | 2 +- daemon/src/video/test/shmclient.cpp | 2 +- daemon/src/video/test/test_shm.cpp | 2 +- daemon/src/video/test/test_thread.cpp | 2 +- daemon/src/video/test/test_v4l2.cpp | 2 +- daemon/src/video/test/test_video_endpoint.cpp | 2 +- daemon/src/video/test/test_video_endpoint.h | 2 +- daemon/src/video/test/test_video_preview.cpp | 2 +- daemon/src/video/test/test_video_preview.h | 2 +- daemon/src/video/test/test_video_rtp.cpp | 2 +- daemon/src/video/video_preferences.cpp | 2 +- daemon/src/video/video_preferences.h | 2 +- daemon/src/video/video_preview.cpp | 2 +- daemon/src/video/video_preview.h | 2 +- daemon/src/video/video_receive_thread.cpp | 2 +- daemon/src/video/video_receive_thread.h | 2 +- daemon/src/video/video_rtp_session.cpp | 2 +- daemon/src/video/video_rtp_session.h | 2 +- daemon/src/video/video_send_thread.cpp | 2 +- daemon/src/video/video_send_thread.h | 2 +- daemon/src/video/video_v4l2.cpp | 2 +- daemon/src/video/video_v4l2.h | 2 +- daemon/src/video/video_v4l2_list.cpp | 2 +- daemon/src/video/video_v4l2_list.h | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) diff --git a/daemon/src/video/check.h b/daemon/src/video/check.h index 950a8ca370..809cab087a 100644 --- a/daemon/src/video/check.h +++ b/daemon/src/video/check.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/libav_utils.cpp b/daemon/src/video/libav_utils.cpp index 7e2c0f00b1..d265076e2d 100644 --- a/daemon/src/video/libav_utils.cpp +++ b/daemon/src/video/libav_utils.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/libav_utils.h b/daemon/src/video/libav_utils.h index 6a07049e0e..6c3f5f47ea 100644 --- a/daemon/src/video/libav_utils.h +++ b/daemon/src/video/libav_utils.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/packet_handle.cpp b/daemon/src/video/packet_handle.cpp index 4684f19807..eff1705ce9 100644 --- a/daemon/src/video/packet_handle.cpp +++ b/daemon/src/video/packet_handle.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/packet_handle.h b/daemon/src/video/packet_handle.h index f7d251851f..9a9755bd72 100644 --- a/daemon/src/video/packet_handle.h +++ b/daemon/src/video/packet_handle.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/shm_header.h b/daemon/src/video/shm_header.h index ccf168939d..01227c11a1 100644 --- a/daemon/src/video/shm_header.h +++ b/daemon/src/video/shm_header.h @@ -19,7 +19,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/shm_sink.cpp b/daemon/src/video/shm_sink.cpp index 30352876d0..27fcdb570a 100644 --- a/daemon/src/video/shm_sink.cpp +++ b/daemon/src/video/shm_sink.cpp @@ -19,7 +19,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/shm_sink.h b/daemon/src/video/shm_sink.h index e54595f074..55dccb9846 100644 --- a/daemon/src/video/shm_sink.h +++ b/daemon/src/video/shm_sink.h @@ -19,7 +19,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/test/shm_src.cpp b/daemon/src/video/test/shm_src.cpp index 023bb64765..9040413958 100644 --- a/daemon/src/video/test/shm_src.cpp +++ b/daemon/src/video/test/shm_src.cpp @@ -19,7 +19,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/test/shm_src.h b/daemon/src/video/test/shm_src.h index 9ae216aa17..996561061d 100644 --- a/daemon/src/video/test/shm_src.h +++ b/daemon/src/video/test/shm_src.h @@ -19,7 +19,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/test/shmclient.cpp b/daemon/src/video/test/shmclient.cpp index 89d8e4a98e..1183bcbbdf 100644 --- a/daemon/src/video/test/shmclient.cpp +++ b/daemon/src/video/test/shmclient.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/test/test_shm.cpp b/daemon/src/video/test/test_shm.cpp index 06ddb9afff..ed551c7c1d 100644 --- a/daemon/src/video/test/test_shm.cpp +++ b/daemon/src/video/test/test_shm.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/test/test_thread.cpp b/daemon/src/video/test/test_thread.cpp index 941bcc9bce..19a12cb3ee 100644 --- a/daemon/src/video/test/test_thread.cpp +++ b/daemon/src/video/test/test_thread.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/test/test_v4l2.cpp b/daemon/src/video/test/test_v4l2.cpp index 2b3e880753..5bc69f8181 100644 --- a/daemon/src/video/test/test_v4l2.cpp +++ b/daemon/src/video/test/test_v4l2.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/test/test_video_endpoint.cpp b/daemon/src/video/test/test_video_endpoint.cpp index 9722a04a70..ad8fbe5285 100644 --- a/daemon/src/video/test/test_video_endpoint.cpp +++ b/daemon/src/video/test/test_video_endpoint.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/test/test_video_endpoint.h b/daemon/src/video/test/test_video_endpoint.h index c734f8da9c..2b81362aa5 100644 --- a/daemon/src/video/test/test_video_endpoint.h +++ b/daemon/src/video/test/test_video_endpoint.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/test/test_video_preview.cpp b/daemon/src/video/test/test_video_preview.cpp index d2eba23b09..f82ce266b9 100644 --- a/daemon/src/video/test/test_video_preview.cpp +++ b/daemon/src/video/test/test_video_preview.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/test/test_video_preview.h b/daemon/src/video/test/test_video_preview.h index 5e43cc166c..d6add4d552 100644 --- a/daemon/src/video/test/test_video_preview.h +++ b/daemon/src/video/test/test_video_preview.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/test/test_video_rtp.cpp b/daemon/src/video/test/test_video_rtp.cpp index 02ca9bbc0c..990de90429 100644 --- a/daemon/src/video/test/test_video_rtp.cpp +++ b/daemon/src/video/test/test_video_rtp.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/video_preferences.cpp b/daemon/src/video/video_preferences.cpp index afc00cd6f8..68422d6f7c 100644 --- a/daemon/src/video/video_preferences.cpp +++ b/daemon/src/video/video_preferences.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/video_preferences.h b/daemon/src/video/video_preferences.h index 618c0888c7..84684dd44c 100644 --- a/daemon/src/video/video_preferences.h +++ b/daemon/src/video/video_preferences.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/video_preview.cpp b/daemon/src/video/video_preview.cpp index 396cb94200..d5b074b9cd 100644 --- a/daemon/src/video/video_preview.cpp +++ b/daemon/src/video/video_preview.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/video_preview.h b/daemon/src/video/video_preview.h index f536de6c92..758e0dd96a 100644 --- a/daemon/src/video/video_preview.h +++ b/daemon/src/video/video_preview.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/video_receive_thread.cpp b/daemon/src/video/video_receive_thread.cpp index 7a36bae6b2..d429ae1c24 100644 --- a/daemon/src/video/video_receive_thread.cpp +++ b/daemon/src/video/video_receive_thread.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/video_receive_thread.h b/daemon/src/video/video_receive_thread.h index 2c915d15c4..9bdc8bde0e 100644 --- a/daemon/src/video/video_receive_thread.h +++ b/daemon/src/video/video_receive_thread.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/video_rtp_session.cpp b/daemon/src/video/video_rtp_session.cpp index e75aa3087d..c509943141 100644 --- a/daemon/src/video/video_rtp_session.cpp +++ b/daemon/src/video/video_rtp_session.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/video_rtp_session.h b/daemon/src/video/video_rtp_session.h index a3cb58f86a..03529d7eda 100644 --- a/daemon/src/video/video_rtp_session.h +++ b/daemon/src/video/video_rtp_session.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/video_send_thread.cpp b/daemon/src/video/video_send_thread.cpp index 6c82baa397..6b7e8df8d6 100644 --- a/daemon/src/video/video_send_thread.cpp +++ b/daemon/src/video/video_send_thread.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/video_send_thread.h b/daemon/src/video/video_send_thread.h index 24a2f2bf2d..4071e9c47e 100644 --- a/daemon/src/video/video_send_thread.h +++ b/daemon/src/video/video_send_thread.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/video_v4l2.cpp b/daemon/src/video/video_v4l2.cpp index 38783619ee..6534e1b1a7 100644 --- a/daemon/src/video/video_v4l2.cpp +++ b/daemon/src/video/video_v4l2.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/video_v4l2.h b/daemon/src/video/video_v4l2.h index 872c325653..b343d6b85d 100644 --- a/daemon/src/video/video_v4l2.h +++ b/daemon/src/video/video_v4l2.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/video_v4l2_list.cpp b/daemon/src/video/video_v4l2_list.cpp index b277001863..f934915c02 100644 --- a/daemon/src/video/video_v4l2_list.cpp +++ b/daemon/src/video/video_v4l2_list.cpp @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * diff --git a/daemon/src/video/video_v4l2_list.h b/daemon/src/video/video_v4l2_list.h index 3330fc5cad..fc424af7c6 100644 --- a/daemon/src/video/video_v4l2_list.h +++ b/daemon/src/video/video_v4l2_list.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Additional permission under GNU GPL version 3 section 7: * -- GitLab