diff options
Diffstat (limited to 'gst-mixer')
-rw-r--r-- | gst-mixer/src/button.c | 4 | ||||
-rw-r--r-- | gst-mixer/src/button.h | 4 | ||||
-rw-r--r-- | gst-mixer/src/element.c | 4 | ||||
-rw-r--r-- | gst-mixer/src/element.h | 4 | ||||
-rw-r--r-- | gst-mixer/src/main.c | 4 | ||||
-rw-r--r-- | gst-mixer/src/misc.c | 4 | ||||
-rw-r--r-- | gst-mixer/src/misc.h | 4 | ||||
-rw-r--r-- | gst-mixer/src/preferences.c | 4 | ||||
-rw-r--r-- | gst-mixer/src/preferences.h | 4 | ||||
-rw-r--r-- | gst-mixer/src/schemas.c | 4 | ||||
-rw-r--r-- | gst-mixer/src/schemas.h | 4 | ||||
-rw-r--r-- | gst-mixer/src/track.c | 4 | ||||
-rw-r--r-- | gst-mixer/src/track.h | 4 | ||||
-rw-r--r-- | gst-mixer/src/volume.c | 4 | ||||
-rw-r--r-- | gst-mixer/src/volume.h | 4 | ||||
-rw-r--r-- | gst-mixer/src/window.c | 4 | ||||
-rw-r--r-- | gst-mixer/src/window.h | 4 |
17 files changed, 34 insertions, 34 deletions
diff --git a/gst-mixer/src/button.c b/gst-mixer/src/button.c index 5fde995..38735eb 100644 --- a/gst-mixer/src/button.c +++ b/gst-mixer/src/button.c @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/gst-mixer/src/button.h b/gst-mixer/src/button.h index 6f8d0a7..91ccd8b 100644 --- a/gst-mixer/src/button.h +++ b/gst-mixer/src/button.h @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifndef __GVC_BUTTON_H__ diff --git a/gst-mixer/src/element.c b/gst-mixer/src/element.c index aebdcbf..e02ffde 100644 --- a/gst-mixer/src/element.c +++ b/gst-mixer/src/element.c @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/gst-mixer/src/element.h b/gst-mixer/src/element.h index 526fb1e..05d2508 100644 --- a/gst-mixer/src/element.h +++ b/gst-mixer/src/element.h @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifndef __GVC_ELEMENT_H__ diff --git a/gst-mixer/src/main.c b/gst-mixer/src/main.c index 1e5e275..b051bf5 100644 --- a/gst-mixer/src/main.c +++ b/gst-mixer/src/main.c @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/gst-mixer/src/misc.c b/gst-mixer/src/misc.c index 4ede2c6..290b328 100644 --- a/gst-mixer/src/misc.c +++ b/gst-mixer/src/misc.c @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #include <gst/interfaces/mixer.h> diff --git a/gst-mixer/src/misc.h b/gst-mixer/src/misc.h index 722ba56..805a5d4 100644 --- a/gst-mixer/src/misc.h +++ b/gst-mixer/src/misc.h @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifndef __GST_MIXER_MISC_H__ diff --git a/gst-mixer/src/preferences.c b/gst-mixer/src/preferences.c index 55dd6ad..b84b264 100644 --- a/gst-mixer/src/preferences.c +++ b/gst-mixer/src/preferences.c @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/gst-mixer/src/preferences.h b/gst-mixer/src/preferences.h index ad43bb1..8bd984f 100644 --- a/gst-mixer/src/preferences.h +++ b/gst-mixer/src/preferences.h @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifndef __GVC_PREFERENCES_H__ diff --git a/gst-mixer/src/schemas.c b/gst-mixer/src/schemas.c index 599d4bc..bb6e64d 100644 --- a/gst-mixer/src/schemas.c +++ b/gst-mixer/src/schemas.c @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/gst-mixer/src/schemas.h b/gst-mixer/src/schemas.h index 2f338f2..3b86bff 100644 --- a/gst-mixer/src/schemas.h +++ b/gst-mixer/src/schemas.h @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifndef __GVC_SCHEMAS_H__ diff --git a/gst-mixer/src/track.c b/gst-mixer/src/track.c index 9b742be..2eb13cc 100644 --- a/gst-mixer/src/track.c +++ b/gst-mixer/src/track.c @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/gst-mixer/src/track.h b/gst-mixer/src/track.h index 265f0c8..883ccd9 100644 --- a/gst-mixer/src/track.h +++ b/gst-mixer/src/track.h @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifndef __GVC_TRACK_H__ diff --git a/gst-mixer/src/volume.c b/gst-mixer/src/volume.c index a3386f1..3df721f 100644 --- a/gst-mixer/src/volume.c +++ b/gst-mixer/src/volume.c @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/gst-mixer/src/volume.h b/gst-mixer/src/volume.h index 678aab4..7e51b49 100644 --- a/gst-mixer/src/volume.h +++ b/gst-mixer/src/volume.h @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifndef __GVC_VOLUME_H__ diff --git a/gst-mixer/src/window.c b/gst-mixer/src/window.c index 9940421..9a8b80f 100644 --- a/gst-mixer/src/window.c +++ b/gst-mixer/src/window.c @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/gst-mixer/src/window.h b/gst-mixer/src/window.h index cbd1901..3d2dd66 100644 --- a/gst-mixer/src/window.h +++ b/gst-mixer/src/window.h @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifndef __GVC_WINDOW_H__ |