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 /xattr-tags | |
parent | b855dead8503d35b7629cb3526a25ceb768c9fdf (diff) | |
download | caja-extensions-363093d7d32d5f60f66d2ca7f9193dd684c2ccd1.tar.bz2 caja-extensions-363093d7d32d5f60f66d2ca7f9193dd684c2ccd1.tar.xz |
Strings resistance
Diffstat (limited to 'xattr-tags')
-rw-r--r-- | xattr-tags/caja-xattr-tags-extension.c | 2 | ||||
-rw-r--r-- | xattr-tags/caja-xattr-tags-extension.h | 2 |
2 files changed, 2 insertions, 2 deletions
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]> */ |