aboutsummaryrefslogtreecommitdiffstats
path: root/COPYING.LGPL2
Commit message (Collapse)AuthorAgeFilesLines
* Remove Ctrl + l ( ) character from source filesPaul Menzel2011-09-301-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From ccc980da1fd84ebfca25cf8caf9a5d62333099fc Mon Sep 17 00:00:00 2001 From: Paul Menzel <paulepanter@users.sourceforge.net> Date: Wed, 28 Sep 2011 10:18:18 +0200 Subject: [PATCH] Remove Ctrl + l ( ) character from source files The following commits git show aac3f2c8 git show 1510304c git show 13cabd9e git show 350a7a33 git show 9b7cc54d git show e6972011 git show 1d3a7938 git show 934524b9 git show b2954936 git show a7f677b5 git show 4369c400 git show d509f47a git show a6d5818f git show c3876df7 git show 4583098b git show 2831ada5 git show 4e1bce59 git show 1609f699 git show 4e4c1676 git show d6fade43 among others(?) introduced several occurrences of Ctrl + l ( ). Probably this was caused by the used editor. These control characters can be searched for using the following command [1]. $ git grep ^L [1] http://unstableme.blogspot.com/2009/10/grep-and-print-control-characters-in.html
* Add LGPL v2, v3 licensing header.Srinivasa Ragavan2008-09-221-0/+503
2008-09-22 Srinivasa Ragavan <sragavan@novell.com> * COPYING.LGPL2: Add LGPL v2, v3 licensing header. * COPYING.LGPL3: svn path=/trunk/; revision=36422