diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-12 12:22:51 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-12 12:22:51 -0700 |
commit | 5409696b646a7ebd80ae31417e22e730b084b222 (patch) | |
tree | 1e974d2baf2457ac6c9d49e33c936b9d9ebda6d1 /plugins/smartcard | |
parent | d2c7965aa092cecb857bd0301b7c9ff2dc10f9f8 (diff) | |
parent | c55e5b68619dd45a002b939d8fffeaf45bf8d206 (diff) | |
download | mate-settings-daemon-5409696b646a7ebd80ae31417e22e730b084b222.tar.bz2 mate-settings-daemon-5409696b646a7ebd80ae31417e22e730b084b222.tar.xz |
Merge pull request #16 from NiceandGently/master
fix incorrect FSF address
Diffstat (limited to 'plugins/smartcard')
-rw-r--r-- | plugins/smartcard/msd-smartcard-manager.c | 4 | ||||
-rw-r--r-- | plugins/smartcard/msd-smartcard-manager.h | 4 | ||||
-rw-r--r-- | plugins/smartcard/msd-smartcard-plugin.c | 2 | ||||
-rw-r--r-- | plugins/smartcard/msd-smartcard-plugin.h | 2 | ||||
-rw-r--r-- | plugins/smartcard/msd-smartcard.c | 4 | ||||
-rw-r--r-- | plugins/smartcard/msd-smartcard.h | 4 |
6 files changed, 10 insertions, 10 deletions
diff --git a/plugins/smartcard/msd-smartcard-manager.c b/plugins/smartcard/msd-smartcard-manager.c index ed823f4..8207613 100644 --- a/plugins/smartcard/msd-smartcard-manager.c +++ b/plugins/smartcard/msd-smartcard-manager.c @@ -15,8 +15,8 @@ * * 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 St, Fifth Floor, Boston, MA + * 02110-1301, USA. * * Written By: Ray Strode */ diff --git a/plugins/smartcard/msd-smartcard-manager.h b/plugins/smartcard/msd-smartcard-manager.h index 269e1da..c5c9d55 100644 --- a/plugins/smartcard/msd-smartcard-manager.h +++ b/plugins/smartcard/msd-smartcard-manager.h @@ -15,8 +15,8 @@ * * 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 St, Fifth Floor, Boston, MA + * 02110-1301, USA. * * Written by: Ray Strode */ diff --git a/plugins/smartcard/msd-smartcard-plugin.c b/plugins/smartcard/msd-smartcard-plugin.c index 8755637..08f6e6c 100644 --- a/plugins/smartcard/msd-smartcard-plugin.c +++ b/plugins/smartcard/msd-smartcard-plugin.c @@ -14,7 +14,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 St, Fifth Floor, Boston, MA 02110-1301, USA. * */ diff --git a/plugins/smartcard/msd-smartcard-plugin.h b/plugins/smartcard/msd-smartcard-plugin.h index 206e58d..64663d3 100644 --- a/plugins/smartcard/msd-smartcard-plugin.h +++ b/plugins/smartcard/msd-smartcard-plugin.h @@ -14,7 +14,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 St, Fifth Floor, Boston, MA 02110-1301, USA. * */ diff --git a/plugins/smartcard/msd-smartcard.c b/plugins/smartcard/msd-smartcard.c index 9154200..4f78361 100644 --- a/plugins/smartcard/msd-smartcard.c +++ b/plugins/smartcard/msd-smartcard.c @@ -14,8 +14,8 @@ * * 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 St, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #define MSD_SMARTCARD_ENABLE_INTERNAL_API #include "msd-smartcard.h" diff --git a/plugins/smartcard/msd-smartcard.h b/plugins/smartcard/msd-smartcard.h index d00b8af..da50b62 100644 --- a/plugins/smartcard/msd-smartcard.h +++ b/plugins/smartcard/msd-smartcard.h @@ -14,8 +14,8 @@ * * 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 St, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #ifndef MSD_SMARTCARD_H #define MSD_SMARTCARD_H |