9 Commits

Author SHA1 Message Date
Chris Beck
ba51524f6e update copyright to year 2016
using this shell script:

find src -type f -print0 | xargs -0 sed -i "s|Copyright (C) \([[:digit:]]*\)\([ ]*\)-\([ ]*\)2015|Copyright (C) \1\2-\32016|g"
2016-01-02 23:59:31 -05:00
Ignacio R. Morelle
57ae45387a New Year copyright update 2015-01-01 19:07:35 -03:00
Ignacio R. Morelle
a4f47a63c7 New Year copyright update 2014-01-01 02:08:52 -03:00
fendrin
fa86e2e350 Fix some wrong spelling, mostly in comments. 2013-06-23 17:18:49 +02:00
Eric S. Raymond
043c4f9fd3 Remove $Id$ cookies. 2013-03-26 21:41:37 -04:00
Mark de Wever
43b71f2ff0 New year copyright update. 2013-01-01 09:22:03 +00:00
Mark de Wever
aa51d1c6da Adds emulation for C++11's std::map::at().
It is used to test some new listbox code, but can be generally useful.

A non-official reference can be found here:
http://en.cppreference.com/w/cpp/container/map/at
2012-04-29 14:15:54 +00:00
Mark de Wever
3822677a8a Add a copyright header.
The file like formatter.hpp was introduced in 2008-03-03T05:40:29Z!davewx7@gmail.com. So used the
copyright statement of formatter.hpp.
2012-04-29 14:15:51 +00:00
David White
5c0df60c23 initial branch changes 2008-01-28 03:04:25 +00:00