Commit Graph

8 Commits

Author SHA1 Message Date
cbde34620c update copyright years 2015-03-13 12:52:59 -06:00
9b7d0d1624 update copyright years 2014-04-23 15:33:41 -06:00
87b02eb949 update copyright years
Previously, I used a shell script to extract modification date ranges
from the Git history, but that was complicated and unreliable, so now
every file just gets the same year range in its copyright header.  If
someone needs to know when a specific file was modified and by whom,
they can look at the Git history themselves; no need to include it
redundantly in the header.
2013-07-02 20:52:38 -06:00
0addd8c814 update copyright years 2012-05-11 17:43:27 -06:00
dd52908f89 add URLConnection methods 2011-01-11 18:25:34 -07:00
13a535d1c6 Added a getContentLength() method to URLConnection
This is particularly important if you want to get the number of bytes of a
resource loaded by the class loader:
  getClass().getResource("myFile").openConnection().getContentLength()
2008-07-15 09:36:52 -06:00
2edaa82801 prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
2e9b9fe8d4 flesh out URL and friends 2007-08-02 19:49:32 -06:00