templates

  • Filter
Mark Kretschmann
Update the templates a bit.
Erik Hovland
Remove a space after changing Pulic to Public
When I changed Pulic to Public in the GPL license header I needed to
take out a space, thanks to the extra character. This commit gets
the comment formatting back to normal.
changed 1185 files
Erik Hovland
Fix spelling errors
Pulic instead of Public is the largest change.
changed 1189 files
Gary David Steinert
Final big license header commit.
This is the last of the license headers. They all conform to one of 4 layouts (GPL,
GPL plus KDE eV foo, LGPL, and GPL plus Trolltech exceptions). I will be running the
checker every now and then to keep on top of the headers.

The license header is now slightly wider than most were before to accommodate longer
name/email combinations (maxx_k I'm looking at you =P). Updated HACKING accordingly.

A few files were without any license header and copyright information at all. I used
the commit logs to find the creators of and major contributors to the files so that
I could add the information.

I have been through the diff and checked that there are no functional changes to the
licenses, also built successfully to make sure I haven't removed anything in error =…
changed 523 files
Mark Kretschmann
As suggested by hydrogen, I've commented out AMAROK_EXPORT in the header file template, to make it more obvious that this shouldn't be used for every class.
svn path=/trunk/extragear/multimedia/amarok/; revision=943336
changed Template.h
Mark Kretschmann
Remove @author from my Template header, as this is a) redundant, b) not useful if there are several authors.
svn path=/trunk/extragear/multimedia/amarok/; revision=942192
changed Template.h
Kevin Funk
Remove redundant new line at EOF
svn path=/trunk/extragear/multimedia/amarok/; revision=935969
Mark Kretschmann
Created simple C++ template files, both for .cpp and .h files.
I've noticed that much of the time for creating new classes is spent on
the overhead of simply creating the scaffolding, so I thought it's a
good idea to add these.

svn path=/trunk/extragear/multimedia/amarok/; revision=935591