X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=doc%2Fheaders%2Fuva_header.java;h=c7481628ec85f343d4c18aa68801a462314331ad;hb=3d3e09692504f4a53115ff06ba4289620399c5e1;hp=38f2f85591aa70c7da1ba94ba9869ec24ac97809;hpb=16d99795834975e12e0eb2ce3c592480c94e3bc2;p=feisty_meow.git diff --git a/doc/headers/uva_header.java b/doc/headers/uva_header.java index 38f2f855..c7481628 100644 --- a/doc/headers/uva_header.java +++ b/doc/headers/uva_header.java @@ -1,12 +1,9 @@ -////////////// -// Name : {class name} -// Author : Chris Koeritz -// Rights : Copyright (c) 2012-$now By University of Virginia -////////////// -// This file is free software; you can modify/redistribute it under the terms -// of the Apache License v2.0: http://www.apache.org/licenses/LICENSE-2.0 -// Feel free to send updates to: [ koeritz@virginia.edu ] -////////////// - +/** + * {one-line description} + * {extended information...} + * @author Chris Koeritz + * @copyright Copyright (c) 2012-$now By University of Virginia + * @license Apache License v2.0: http://www.apache.org/licenses/LICENSE-2.0 + */