diff options
author | Javier Jardón <jjardon@gnome.org> | 2012-02-27 13:01:10 +0000 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2012-02-27 17:06:11 +0000 |
commit | 9d0febc9a64a5bfb0fcfc3a88de4757f6c1ff090 (patch) | |
tree | fb0fe1ad6fcea9379c2e7cba6958653a6fc8742e /gtk/gtkimage.c | |
parent | df1ff836a8ba09bd9d17ba288ea297028b1bb756 (diff) | |
download | gtk+-9d0febc9a64a5bfb0fcfc3a88de4757f6c1ff090.tar.gz |
Change FSF Address
Diffstat (limited to 'gtk/gtkimage.c')
-rw-r--r-- | gtk/gtkimage.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gtk/gtkimage.c b/gtk/gtkimage.c index 34057c5b53..73d5fdf868 100644 --- a/gtk/gtkimage.c +++ b/gtk/gtkimage.c @@ -12,9 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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. + * License along with this library. If not, see <http://www.gnu.org/licenses/>. */ /* @@ -126,7 +124,7 @@ * * Sometimes an application will want to avoid depending on external data * files, such as image files. GTK+ comes with a program to avoid this, - * called <application>gdk-pixbuf-csource</application>. This program + * called <application>gdk-pixbuf-csource</application>. This library * allows you to convert an image into a C variable declaration, which * can then be loaded into a #GdkPixbuf using * gdk_pixbuf_new_from_inline(). |