Add debian/copyright - susmb - mounting of SMB/CIFS shares via FUSE | |
git clone git://git.codemadness.org/susmb | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 543ff7469aed294f8e19b35964d68db9b93dedd7 | |
parent 7f87492ffbf2f0fcde4218bd5f496b2a8ab98319 | |
Author: Michal Suchanek <[email protected]> | |
Date: Sun, 14 Mar 2010 20:49:37 +0100 | |
Add debian/copyright | |
Diffstat: | |
A debian/copyright | 25 +++++++++++++++++++++++++ | |
1 file changed, 25 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/debian/copyright b/debian/copyright | |
@@ -0,0 +1,25 @@ | |
+Authors: | |
+ Geoff Johnstone <[email protected]> | |
+Download: http://ametros.net/code.html#usmb | |
+ | |
+Files: * | |
+Copyright: | |
+ (C) 2006-2009 Geoff Johnstone <[email protected]> | |
+ Debian packaging (C) 2010 Michal Suchanek <[email protected]> | |
+License: GPL-3 | |
+ This program is free software; you can redistribute it and/or | |
+ modify it under the terms of the GNU General Public License | |
+ version 3 as published by the Free Software Foundation. | |
+ . | |
+ This program is distributed in the hope that it will be useful, | |
+ but WITHOUT ANY WARRANTY; without even the implied warranty of | |
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
+ GNU General Public License for more details. | |
+ . | |
+ 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |
+ . | |
+ On Debian systems, the complete text of the GNU General Public License | |
+ can be found in /usr/share/common-licenses/GPL-3 file. | |
+ |