diff options
author | Laurent Napias <[email protected]> | 2019-06-16 18:34:43 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-18 09:47:16 +0200 |
commit | 363093d7d32d5f60f66d2ca7f9193dd684c2ccd1 (patch) | |
tree | 62310cab310d8b72eef4b2376765c1a016776715 | |
parent | b855dead8503d35b7629cb3526a25ceb768c9fdf (diff) | |
download | caja-extensions-363093d7d32d5f60f66d2ca7f9193dd684c2ccd1.tar.bz2 caja-extensions-363093d7d32d5f60f66d2ca7f9193dd684c2ccd1.tar.xz |
Strings resistance
-rw-r--r-- | wallpaper/caja-wallpaper-command.c | 2 | ||||
-rw-r--r-- | wallpaper/caja-wallpaper-extension.c | 2 | ||||
-rw-r--r-- | wallpaper/caja-wallpaper-extension.h | 2 | ||||
-rw-r--r-- | xattr-tags/caja-xattr-tags-extension.c | 2 | ||||
-rw-r--r-- | xattr-tags/caja-xattr-tags-extension.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/wallpaper/caja-wallpaper-command.c b/wallpaper/caja-wallpaper-command.c index ddc861f..09f63d8 100644 --- a/wallpaper/caja-wallpaper-command.c +++ b/wallpaper/caja-wallpaper-command.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 Street, Fifth Floor, Boston, MA 02110-1301, USA. * * Authors: Adam Israel <[email protected]> * Stefano Karapetsas <[email protected]> diff --git a/wallpaper/caja-wallpaper-extension.c b/wallpaper/caja-wallpaper-extension.c index bc3352f..12e9d65 100644 --- a/wallpaper/caja-wallpaper-extension.c +++ b/wallpaper/caja-wallpaper-extension.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 Street, Fifth Floor, Boston, MA 02110-1301, USA. * * Authors: Adam Israel <[email protected]> * Stefano Karapetsas <[email protected]> diff --git a/wallpaper/caja-wallpaper-extension.h b/wallpaper/caja-wallpaper-extension.h index da838db..9040043 100644 --- a/wallpaper/caja-wallpaper-extension.h +++ b/wallpaper/caja-wallpaper-extension.h @@ -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 Street, Fifth Floor, Boston, MA 02110-1301, USA. * * Authors: Adam Israel <[email protected]> * Stefano Karapetsas <[email protected]> diff --git a/xattr-tags/caja-xattr-tags-extension.c b/xattr-tags/caja-xattr-tags-extension.c index 31416f7..ab552f1 100644 --- a/xattr-tags/caja-xattr-tags-extension.c +++ b/xattr-tags/caja-xattr-tags-extension.c @@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * Authors: Felipe Barriga Richards <[email protected]> */ diff --git a/xattr-tags/caja-xattr-tags-extension.h b/xattr-tags/caja-xattr-tags-extension.h index 20b57b4..4490827 100644 --- a/xattr-tags/caja-xattr-tags-extension.h +++ b/xattr-tags/caja-xattr-tags-extension.h @@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * Authors: Felipe Barriga Richards <[email protected]> */ |