diff --git a/debian/copyright b/debian/copyright index 29b4be4..135fd65 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,7 +5,7 @@ It was downloaded from . Copyright: - Copyright (C) 2012-2014 Peter Hatina + Copyright (C) 2012-2015 Peter Hatina This program can be distributed under the terms of the GNU GPL. See the file COPYING. diff --git a/man/simple-mtpfs.1 b/man/simple-mtpfs.1 index 201a4bb..4b3ae09 100644 --- a/man/simple-mtpfs.1 +++ b/man/simple-mtpfs.1 @@ -1,4 +1,4 @@ -.TH SIMPLE-MTPFS "1" "July 2014" "SIMPLE-MTPFS version 0.2" "User Commands" +.TH SIMPLE-MTPFS "1" "January 2015" "SIMPLE-MTPFS version 0.2" "User Commands" .SH NAME SIMPLE-MTPFS \- filesystem driver for MTP based devices .SH SYNOPSIS diff --git a/src/simple-mtpfs-fuse.cpp b/src/simple-mtpfs-fuse.cpp index 10fe6ad..5c09759 100644 --- a/src/simple-mtpfs-fuse.cpp +++ b/src/simple-mtpfs-fuse.cpp @@ -1,5 +1,5 @@ /* ***** BEGIN LICENSE BLOCK ***** -* Copyright (C) 2012-2014, Peter Hatina +* Copyright (C) 2012-2015, Peter Hatina * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/simple-mtpfs-fuse.h b/src/simple-mtpfs-fuse.h index 76981f3..61c0932 100644 --- a/src/simple-mtpfs-fuse.h +++ b/src/simple-mtpfs-fuse.h @@ -1,5 +1,5 @@ /* ***** BEGIN LICENSE BLOCK ***** -* Copyright (C) 2012-2014, Peter Hatina +* Copyright (C) 2012-2015, Peter Hatina * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/simple-mtpfs-libmtp.cpp b/src/simple-mtpfs-libmtp.cpp index 43cb9de..8e67bf4 100644 --- a/src/simple-mtpfs-libmtp.cpp +++ b/src/simple-mtpfs-libmtp.cpp @@ -1,5 +1,5 @@ /* ***** BEGIN LICENSE BLOCK ***** -* Copyright (C) 2012-2014, Peter Hatina +* Copyright (C) 2012-2015, Peter Hatina * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/simple-mtpfs-libmtp.h b/src/simple-mtpfs-libmtp.h index 9ff7888..262ff81 100644 --- a/src/simple-mtpfs-libmtp.h +++ b/src/simple-mtpfs-libmtp.h @@ -1,5 +1,5 @@ /* ***** BEGIN LICENSE BLOCK ***** -* Copyright (C) 2012-2014, Peter Hatina +* Copyright (C) 2012-2015, Peter Hatina * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/simple-mtpfs-log.cpp b/src/simple-mtpfs-log.cpp index 0df935b..5157b77 100644 --- a/src/simple-mtpfs-log.cpp +++ b/src/simple-mtpfs-log.cpp @@ -1,5 +1,5 @@ /* ***** BEGIN LICENSE BLOCK ***** -* Copyright (C) 2012-2014, Peter Hatina +* Copyright (C) 2012-2015, Peter Hatina * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/simple-mtpfs-log.h b/src/simple-mtpfs-log.h index 8d1bc97..832a87e 100644 --- a/src/simple-mtpfs-log.h +++ b/src/simple-mtpfs-log.h @@ -1,5 +1,5 @@ /* ***** BEGIN LICENSE BLOCK ***** -* Copyright (C) 2012-2014, Peter Hatina +* Copyright (C) 2012-2015, Peter Hatina * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/simple-mtpfs-main.cpp b/src/simple-mtpfs-main.cpp index 53481ac..7c683bc 100644 --- a/src/simple-mtpfs-main.cpp +++ b/src/simple-mtpfs-main.cpp @@ -1,5 +1,5 @@ /* ***** BEGIN LICENSE BLOCK ***** -* Copyright (C) 2012-2014, Peter Hatina +* Copyright (C) 2012-2015, Peter Hatina * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/simple-mtpfs-mtp-device.cpp b/src/simple-mtpfs-mtp-device.cpp index 760fc9d..c3ee19e 100644 --- a/src/simple-mtpfs-mtp-device.cpp +++ b/src/simple-mtpfs-mtp-device.cpp @@ -1,5 +1,5 @@ /* ***** BEGIN LICENSE BLOCK ***** -* Copyright (C) 2012-2014, Peter Hatina +* Copyright (C) 2012-2015, Peter Hatina * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/simple-mtpfs-mtp-device.h b/src/simple-mtpfs-mtp-device.h index 7066548..1a92acb 100644 --- a/src/simple-mtpfs-mtp-device.h +++ b/src/simple-mtpfs-mtp-device.h @@ -1,5 +1,5 @@ /* ***** BEGIN LICENSE BLOCK ***** -* Copyright (C) 2012-2014, Peter Hatina +* Copyright (C) 2012-2015, Peter Hatina * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/simple-mtpfs-sha1.cpp b/src/simple-mtpfs-sha1.cpp index 9cde20c..80f4af0 100644 --- a/src/simple-mtpfs-sha1.cpp +++ b/src/simple-mtpfs-sha1.cpp @@ -1,5 +1,5 @@ /* ***** BEGIN LICENSE BLOCK ***** -* Copyright (C) 2012-2014, Peter Hatina +* Copyright (C) 2012-2015, Peter Hatina * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/simple-mtpfs-sha1.h b/src/simple-mtpfs-sha1.h index d02d3e7..3caa5b4 100644 --- a/src/simple-mtpfs-sha1.h +++ b/src/simple-mtpfs-sha1.h @@ -1,5 +1,5 @@ /* ***** BEGIN LICENSE BLOCK ***** -* Copyright (C) 2012-2014, Peter Hatina +* Copyright (C) 2012-2015, Peter Hatina * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/simple-mtpfs-tmp-files-pool.cpp b/src/simple-mtpfs-tmp-files-pool.cpp index e04b158..6f169d6 100644 --- a/src/simple-mtpfs-tmp-files-pool.cpp +++ b/src/simple-mtpfs-tmp-files-pool.cpp @@ -1,5 +1,5 @@ /* ***** BEGIN LICENSE BLOCK ***** -* Copyright (C) 2012-2014, Peter Hatina +* Copyright (C) 2012-2015, Peter Hatina * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/simple-mtpfs-tmp-files-pool.h b/src/simple-mtpfs-tmp-files-pool.h index f3ceb01..9c3ac8f 100644 --- a/src/simple-mtpfs-tmp-files-pool.h +++ b/src/simple-mtpfs-tmp-files-pool.h @@ -1,5 +1,5 @@ /* ***** BEGIN LICENSE BLOCK ***** -* Copyright (C) 2012-2014, Peter Hatina +* Copyright (C) 2012-2015, Peter Hatina * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/simple-mtpfs-type-basic.h b/src/simple-mtpfs-type-basic.h index 0218717..9f53cf0 100644 --- a/src/simple-mtpfs-type-basic.h +++ b/src/simple-mtpfs-type-basic.h @@ -1,5 +1,5 @@ /* ***** BEGIN LICENSE BLOCK ***** -* Copyright (C) 2012-2014, Peter Hatina +* Copyright (C) 2012-2015, Peter Hatina * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/simple-mtpfs-type-dir.cpp b/src/simple-mtpfs-type-dir.cpp index 416f904..42769a1 100644 --- a/src/simple-mtpfs-type-dir.cpp +++ b/src/simple-mtpfs-type-dir.cpp @@ -1,5 +1,5 @@ /* ***** BEGIN LICENSE BLOCK ***** -* Copyright (C) 2012-2014, Peter Hatina +* Copyright (C) 2012-2015, Peter Hatina * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/simple-mtpfs-type-dir.h b/src/simple-mtpfs-type-dir.h index 7543c96..22afa36 100644 --- a/src/simple-mtpfs-type-dir.h +++ b/src/simple-mtpfs-type-dir.h @@ -1,5 +1,5 @@ /* ***** BEGIN LICENSE BLOCK ***** -* Copyright (C) 2012-2014, Peter Hatina +* Copyright (C) 2012-2015, Peter Hatina * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/simple-mtpfs-type-file.cpp b/src/simple-mtpfs-type-file.cpp index 936b848..f4c2762 100644 --- a/src/simple-mtpfs-type-file.cpp +++ b/src/simple-mtpfs-type-file.cpp @@ -1,5 +1,5 @@ /* ***** BEGIN LICENSE BLOCK ***** -* Copyright (C) 2012-2014, Peter Hatina +* Copyright (C) 2012-2015, Peter Hatina * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/simple-mtpfs-type-file.h b/src/simple-mtpfs-type-file.h index f5d4c56..8c5657f 100644 --- a/src/simple-mtpfs-type-file.h +++ b/src/simple-mtpfs-type-file.h @@ -1,5 +1,5 @@ /* ***** BEGIN LICENSE BLOCK ***** -* Copyright (C) 2012-2014, Peter Hatina +* Copyright (C) 2012-2015, Peter Hatina * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/simple-mtpfs-type-tmp-file.cpp b/src/simple-mtpfs-type-tmp-file.cpp index 1185599..333605d 100644 --- a/src/simple-mtpfs-type-tmp-file.cpp +++ b/src/simple-mtpfs-type-tmp-file.cpp @@ -1,5 +1,5 @@ /* ***** BEGIN LICENSE BLOCK ***** -* Copyright (C) 2012-2014, Peter Hatina +* Copyright (C) 2012-2015, Peter Hatina * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/simple-mtpfs-type-tmp-file.h b/src/simple-mtpfs-type-tmp-file.h index d439684..5cda2e0 100644 --- a/src/simple-mtpfs-type-tmp-file.h +++ b/src/simple-mtpfs-type-tmp-file.h @@ -1,5 +1,5 @@ /* ***** BEGIN LICENSE BLOCK ***** -* Copyright (C) 2012-2014, Peter Hatina +* Copyright (C) 2012-2015, Peter Hatina * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/simple-mtpfs-util.cpp b/src/simple-mtpfs-util.cpp index 893534e..9cfbdb3 100644 --- a/src/simple-mtpfs-util.cpp +++ b/src/simple-mtpfs-util.cpp @@ -1,5 +1,5 @@ /* ***** BEGIN LICENSE BLOCK ***** -* Copyright (C) 2012-2014, Peter Hatina +* Copyright (C) 2012-2015, Peter Hatina * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/simple-mtpfs-util.h b/src/simple-mtpfs-util.h index 1e80ad5..b23d540 100644 --- a/src/simple-mtpfs-util.h +++ b/src/simple-mtpfs-util.h @@ -1,5 +1,5 @@ /* ***** BEGIN LICENSE BLOCK ***** -* Copyright (C) 2012-2014, Peter Hatina +* Copyright (C) 2012-2015, Peter Hatina * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as