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 /modules/printbackends | |
parent | df1ff836a8ba09bd9d17ba288ea297028b1bb756 (diff) | |
download | gtk+-9d0febc9a64a5bfb0fcfc3a88de4757f6c1ff090.tar.gz |
Change FSF Address
Diffstat (limited to 'modules/printbackends')
-rw-r--r-- | modules/printbackends/cups/gtkcupsutils.c | 4 | ||||
-rw-r--r-- | modules/printbackends/cups/gtkcupsutils.h | 4 | ||||
-rw-r--r-- | modules/printbackends/cups/gtkprintbackendcups.c | 4 | ||||
-rw-r--r-- | modules/printbackends/cups/gtkprintbackendcups.h | 4 | ||||
-rw-r--r-- | modules/printbackends/cups/gtkprintercups.c | 4 | ||||
-rw-r--r-- | modules/printbackends/cups/gtkprintercups.h | 4 | ||||
-rw-r--r-- | modules/printbackends/file/gtkprintbackendfile.c | 4 | ||||
-rw-r--r-- | modules/printbackends/file/gtkprintbackendfile.h | 4 | ||||
-rw-r--r-- | modules/printbackends/lpr/gtkprintbackendlpr.c | 4 | ||||
-rw-r--r-- | modules/printbackends/lpr/gtkprintbackendlpr.h | 4 | ||||
-rw-r--r-- | modules/printbackends/papi/gtkprintbackendpapi.c | 4 | ||||
-rw-r--r-- | modules/printbackends/papi/gtkprintbackendpapi.h | 4 | ||||
-rw-r--r-- | modules/printbackends/papi/gtkprinterpapi.c | 4 | ||||
-rw-r--r-- | modules/printbackends/papi/gtkprinterpapi.h | 4 | ||||
-rw-r--r-- | modules/printbackends/test/gtkprintbackendtest.c | 4 | ||||
-rw-r--r-- | modules/printbackends/test/gtkprintbackendtest.h | 4 |
16 files changed, 16 insertions, 48 deletions
diff --git a/modules/printbackends/cups/gtkcupsutils.c b/modules/printbackends/cups/gtkcupsutils.c index 39a743fb17..42254c0a45 100644 --- a/modules/printbackends/cups/gtkcupsutils.c +++ b/modules/printbackends/cups/gtkcupsutils.c @@ -14,9 +14,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/>. */ #include "config.h" diff --git a/modules/printbackends/cups/gtkcupsutils.h b/modules/printbackends/cups/gtkcupsutils.h index 2adfc16507..50701818bf 100644 --- a/modules/printbackends/cups/gtkcupsutils.h +++ b/modules/printbackends/cups/gtkcupsutils.h @@ -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/>. */ #ifndef __GTK_CUPS_UTILS_H__ diff --git a/modules/printbackends/cups/gtkprintbackendcups.c b/modules/printbackends/cups/gtkprintbackendcups.c index 79d66cd3b0..bc1f30508c 100644 --- a/modules/printbackends/cups/gtkprintbackendcups.c +++ b/modules/printbackends/cups/gtkprintbackendcups.c @@ -14,9 +14,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/>. */ #ifdef __linux__ diff --git a/modules/printbackends/cups/gtkprintbackendcups.h b/modules/printbackends/cups/gtkprintbackendcups.h index 81c1d987aa..d4e35ddf23 100644 --- a/modules/printbackends/cups/gtkprintbackendcups.h +++ b/modules/printbackends/cups/gtkprintbackendcups.h @@ -13,9 +13,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/>. */ #ifndef __GTK_PRINT_BACKEND_CUPS_H__ diff --git a/modules/printbackends/cups/gtkprintercups.c b/modules/printbackends/cups/gtkprintercups.c index cc1c5774ba..154b23fcfc 100644 --- a/modules/printbackends/cups/gtkprintercups.c +++ b/modules/printbackends/cups/gtkprintercups.c @@ -13,9 +13,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/>. */ #include "config.h" diff --git a/modules/printbackends/cups/gtkprintercups.h b/modules/printbackends/cups/gtkprintercups.h index e29b1b9739..e8dae061e8 100644 --- a/modules/printbackends/cups/gtkprintercups.h +++ b/modules/printbackends/cups/gtkprintercups.h @@ -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/>. */ #ifndef __GTK_PRINTER_CUPS_H__ diff --git a/modules/printbackends/file/gtkprintbackendfile.c b/modules/printbackends/file/gtkprintbackendfile.c index 3322db1a46..32ce8c5b10 100644 --- a/modules/printbackends/file/gtkprintbackendfile.c +++ b/modules/printbackends/file/gtkprintbackendfile.c @@ -14,9 +14,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/>. */ #include "config.h" diff --git a/modules/printbackends/file/gtkprintbackendfile.h b/modules/printbackends/file/gtkprintbackendfile.h index 94b30c3d4f..b4ae41a15c 100644 --- a/modules/printbackends/file/gtkprintbackendfile.h +++ b/modules/printbackends/file/gtkprintbackendfile.h @@ -14,9 +14,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/>. */ #ifndef __GTK_PRINT_BACKEND_FILE_H__ diff --git a/modules/printbackends/lpr/gtkprintbackendlpr.c b/modules/printbackends/lpr/gtkprintbackendlpr.c index b273e386d2..29e415244b 100644 --- a/modules/printbackends/lpr/gtkprintbackendlpr.c +++ b/modules/printbackends/lpr/gtkprintbackendlpr.c @@ -14,9 +14,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/>. */ #include "config.h" diff --git a/modules/printbackends/lpr/gtkprintbackendlpr.h b/modules/printbackends/lpr/gtkprintbackendlpr.h index 51c529a2fa..0ba195bebd 100644 --- a/modules/printbackends/lpr/gtkprintbackendlpr.h +++ b/modules/printbackends/lpr/gtkprintbackendlpr.h @@ -14,9 +14,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/>. */ #ifndef __GTK_PRINT_BACKEND_LPR_H__ diff --git a/modules/printbackends/papi/gtkprintbackendpapi.c b/modules/printbackends/papi/gtkprintbackendpapi.c index 4ce3fb6b74..6a40f56e36 100644 --- a/modules/printbackends/papi/gtkprintbackendpapi.c +++ b/modules/printbackends/papi/gtkprintbackendpapi.c @@ -15,9 +15,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/>. */ #include <unistd.h> diff --git a/modules/printbackends/papi/gtkprintbackendpapi.h b/modules/printbackends/papi/gtkprintbackendpapi.h index 4eba665e00..34a1a730ea 100644 --- a/modules/printbackends/papi/gtkprintbackendpapi.h +++ b/modules/printbackends/papi/gtkprintbackendpapi.h @@ -15,9 +15,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/>. */ #ifndef __GTK_PRINT_BACKEND_PAPI_H__ diff --git a/modules/printbackends/papi/gtkprinterpapi.c b/modules/printbackends/papi/gtkprinterpapi.c index 979c42877c..816bce0867 100644 --- a/modules/printbackends/papi/gtkprinterpapi.c +++ b/modules/printbackends/papi/gtkprinterpapi.c @@ -13,9 +13,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/>. */ #include "config.h" diff --git a/modules/printbackends/papi/gtkprinterpapi.h b/modules/printbackends/papi/gtkprinterpapi.h index 300cf17110..d026f0a0fb 100644 --- a/modules/printbackends/papi/gtkprinterpapi.h +++ b/modules/printbackends/papi/gtkprinterpapi.h @@ -13,9 +13,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/>. */ #ifndef __GTK_PRINTER_PAPI_H__ #define __GTK_PRINTER_PAPI_H__ diff --git a/modules/printbackends/test/gtkprintbackendtest.c b/modules/printbackends/test/gtkprintbackendtest.c index b10432bc92..b51fedf152 100644 --- a/modules/printbackends/test/gtkprintbackendtest.c +++ b/modules/printbackends/test/gtkprintbackendtest.c @@ -14,9 +14,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/>. */ #include "config.h" diff --git a/modules/printbackends/test/gtkprintbackendtest.h b/modules/printbackends/test/gtkprintbackendtest.h index c48a85a198..705f14ce35 100644 --- a/modules/printbackends/test/gtkprintbackendtest.h +++ b/modules/printbackends/test/gtkprintbackendtest.h @@ -14,9 +14,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/>. */ #ifndef __GTK_PRINT_BACKEND_TEST_H__ |