Bug 99157 - Some camera client source files miss copyright and license info
Summary: Some camera client source files miss copyright and license info
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Bundle-Tarball (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR minor
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-11 22:16 UTC by Achim Bohnet
Modified: 2022-02-04 07:02 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 0.1.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Achim Bohnet 2005-02-11 22:16:22 UTC
Version:           0.1.1 (using KDE 3.3.2,  (3.1))
Compiler:          gcc version 3.3.5 (Debian 1:3.3.5-6)
OS:                Linux (i686) release 2.6.10-1-686

I really hope that this will be resolved before 0.1.1 release.

$ licensecheck kipi-plugins/kameraklient/{*.h,*.cpp} | grep -v GPL
kipi-plugins/kameraklient/cameraselection.h: no_copyright
kipi-plugins/kameraklient/mtlist.h: no_copyright
kipi-plugins/kameraklient/mtqueue.h: no_copyright
kipi-plugins/kameraklient/savefiledialog.h: no_copyright
kipi-plugins/kameraklient/thumbitem.h: no_copyright
kipi-plugins/kameraklient/thumbview.h: no_copyright
kipi-plugins/kameraklient/cameraselection.cpp: no_copyright
kipi-plugins/kameraklient/savefiledialog.cpp: no_copyright
kipi-plugins/kameraklient/thumbitem.cpp: no_copyright
kipi-plugins/kameraklient/thumbview.cpp: no_copyright

Achim
Comment 1 Renchi Raju 2005-02-17 17:03:54 UTC
severity levels between debian and kde differ: http://bugs.kde.org/bug_status.html#severity
Comment 2 Achim Bohnet 2005-02-17 17:21:18 UTC
No comment :-)
Comment 3 Angelo Naselli 2006-02-01 12:56:42 UTC
I seem to recall a big rework was done in files to put licence. But i cannot
see it by now (since i don't have source code here.) Is it still valid? 
Comment 4 Achim Bohnet 2006-02-02 00:06:02 UTC
No nothing has changed in the mean time.  See

head `licensecheck kipi-plugins/kameraklient/*.{cpp,h} | grep -h no\  | awk -F: '{print $1}'`

There must be something in the digikam-* mailing list archives.  AFAIR
we tried to contact Tudor(?) without success.

Achim
Comment 5 Angelo Naselli 2006-02-03 17:03:31 UTC
Here is the situation:
find . -name "*.h" -exec licensecheck {} \; | grep -v GPL
./libkipi/libkipi/KDStream.h: UNKNOWN
./kipi-plugins/kameraklient/mtlist.h: no copyright
./kipi-plugins/kameraklient/cameraselection.h: no copyright
./kipi-plugins/kameraklient/thumbitem.h: no copyright
./kipi-plugins/kameraklient/mtqueue.h: no copyright
./kipi-plugins/kameraklient/thumbview.h: no copyright
./kipi-plugins/kameraklient/savefiledialog.h: no copyright
./kipi-plugins/jpeglossless/jinclude.h: UNKNOWN
./kipi-plugins/jpeglossless/jpegint.h: UNKNOWN
./kipi-plugins/jpeglossless/transupp.h: UNKNOWN
./libkeg/version.h: no copyright
 find . -name "*.cpp" -exec licensecheck {} \; | grep -v GPL
./libkipi/libkipi/KDStream.cpp: UNKNOWN
./libkipi/libkipi/mainpage.cpp: no copyright
./kipi-plugins/kameraklient/cameraselection.cpp: no copyright
./kipi-plugins/kameraklient/thumbitem.cpp: no copyright
./kipi-plugins/kameraklient/thumbview.cpp: no copyright
./kipi-plugins/kameraklient/savefiledialog.cpp: no copyright

how about changing them, since the kipi-plugins are changing
the maintainers? I believe there could be problems having
non gpl plugins, am i worng?
Comment 6 Aurelien Gateau 2006-02-06 22:57:05 UTC
Hello Tudor,

I am in the process of taking over the maintenance of the KameraKlient plugin 
you created, based on previous Digikam code.  At the moment some files are 
missing copyright and license info, see: 
http://bugs.kde.org/show_bug.cgi?id=99157

Would you mind if I place all kameraklient under the GPL?

Regards,
  Aur
Comment 7 Aurelien Gateau 2006-04-18 19:45:51 UTC
SVN commit 531203 by gateau:

Added missing copyrights, based on Digikam CVS:

http://cvs.sourceforge.net/viewcvs.py/digikam/digikam3/digikamcameraclient/cameraui/

BUG: 99157


 M  +15 -0     cameraselection.cpp  
 M  +15 -0     cameraselection.h  
 M  +16 -0     mtlist.h  
 M  +16 -0     mtqueue.h  
 M  +16 -0     savefiledialog.cpp  
 M  +16 -0     savefiledialog.h  
 M  +15 -0     thumbitem.cpp  
 M  +15 -0     thumbitem.h  
 M  +15 -0     thumbview.cpp  
 M  +15 -0     thumbview.h  
Comment 8 caulier.gilles 2009-10-01 12:42:34 UTC
This component is not maintained in KDE4

Gilles Caulier