KDE/kdesdk/scripts

Jaison Lee lee.jaison at gmail.com
Tue Aug 15 01:02:10 BST 2006


SVN commit 573126 by jlee:

Removed check_licenses and licensecheck. Both of these programs were
out-of-date and we hardly need 2 anyway. The most of up-to-date license
checker is the EBN Krazy Source Code Checker which is available in SVN
in playground/devtools/krazy and does everything that these two programs
did only better. :)

CCMAIL:kde-core-devel at kde.org
CCMAIL:kde-devel at kde.org



 M  +1 -1      CMakeLists.txt  
 M  +0 -5      README  
 D             check_licenses  
 D             licensecheck  


--- trunk/KDE/kdesdk/scripts/CMakeLists.txt #573125:573126
@@ -11,7 +11,7 @@
   svn-clean svngettags svnlastchange svnlastlog svnrevertlast svnversions 
   svnchangesince findmissingcrystal kdesvn-build 
   kdedoc qtdoc extractrc extractattr zonetab2pot.py 
-  licensecheck fixkdeincludes fixuifiles includemocs 
+  fixkdeincludes fixuifiles includemocs 
   cxxmetric extend_dmalloc kdekillall kdelnk2desktop.py 
   package_crystalsvg png2mng.pl kdemangen.pl svnintegrate DESTINATION ${BIN_INSTALL_DIR})
  
--- trunk/KDE/kdesdk/scripts/README #573125:573126
@@ -21,13 +21,8 @@
 		haven't changed in a meaningful way (e.g. if you only change
 		a comment...)
 
-check_licenses	Old license checker for source files
-                (Use licensecheck instead)
-
 cmakelint.pl	Looks for problems (simple) in CMakeLists.txt
 
-licensecheck	Simple license checker for source files
-
 create_makefile Create the Makefile in a directory containing a Makefile.am
                 Saves time compared to re-running configure completely 
 




More information about the kde-core-devel mailing list