diff options
author | Ross Lagerwall <rosslagerwall@gmail.com> | 2014-01-08 21:02:46 +0200 |
---|---|---|
committer | Ross Lagerwall <rosslagerwall@gmail.com> | 2014-01-23 12:15:59 +0200 |
commit | 9a114917fd19cc7225df10765de2ead036a4d080 (patch) | |
tree | 467fc384b5f597a7f4902c1f26c66c13335a4867 /daemon | |
parent | 947ca911a6e522f8158dfb007cd306ce40d1266c (diff) | |
download | gvfs-9a114917fd19cc7225df10765de2ead036a4d080.tar.gz |
Remove obsolete address info for the LGPL
https://bugzilla.gnome.org/show_bug.cgi?id=721510
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/gvfsafptypes.h | 7 | ||||
-rw-r--r-- | daemon/gvfsbackendmtp.c | 5 | ||||
-rw-r--r-- | daemon/gvfsbackendmtp.h | 5 | ||||
-rw-r--r-- | daemon/gvfsjobprogress.c | 5 | ||||
-rw-r--r-- | daemon/gvfsjobprogress.h | 5 |
5 files changed, 11 insertions, 16 deletions
diff --git a/daemon/gvfsafptypes.h b/daemon/gvfsafptypes.h index b95befcb..8fe81288 100644 --- a/daemon/gvfsafptypes.h +++ b/daemon/gvfsafptypes.h @@ -13,9 +13,8 @@ * 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. + * Public License along with this library; if not, see + * <http://www.gnu.org/licenses/>. * * Author: Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com> */ @@ -32,4 +31,4 @@ typedef struct _GVfsAfpVolume GVfsAfpVolume; G_END_DECLS -#endif /* _GVFSAFPTYPES_H_ */
\ No newline at end of file +#endif /* _GVFSAFPTYPES_H_ */ diff --git a/daemon/gvfsbackendmtp.c b/daemon/gvfsbackendmtp.c index 0753925f..2b6618d2 100644 --- a/daemon/gvfsbackendmtp.c +++ b/daemon/gvfsbackendmtp.c @@ -14,9 +14,8 @@ * 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. + * Public License along with this library; if not, see + * <http://www.gnu.org/licenses/>. */ diff --git a/daemon/gvfsbackendmtp.h b/daemon/gvfsbackendmtp.h index d7a7fe3c..ce2159d8 100644 --- a/daemon/gvfsbackendmtp.h +++ b/daemon/gvfsbackendmtp.h @@ -14,9 +14,8 @@ * 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. + * Public License along with this library; if not, see + * <http://www.gnu.org/licenses/>. */ #ifndef __G_VFS_BACKEND_MTP_H__ diff --git a/daemon/gvfsjobprogress.c b/daemon/gvfsjobprogress.c index a9caace7..592d2beb 100644 --- a/daemon/gvfsjobprogress.c +++ b/daemon/gvfsjobprogress.c @@ -13,9 +13,8 @@ * 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. + * Public License along with this library; if not, see + * <http://www.gnu.org/licenses/>. * * Author: Tomas Bzatek <tbzatek@redhat.com> */ diff --git a/daemon/gvfsjobprogress.h b/daemon/gvfsjobprogress.h index 36d2dfc8..0fbfc38e 100644 --- a/daemon/gvfsjobprogress.h +++ b/daemon/gvfsjobprogress.h @@ -13,9 +13,8 @@ * 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. + * Public License along with this library; if not, see + * <http://www.gnu.org/licenses/>. * * Author: Tomas Bzatek <tbzatek@redhat.com> */ |