piccolo2d / piccolo2d.java

Structured 2D Graphics Framework
http://piccolo2d.org
Other
51 stars 14 forks source link

License headers are missing from a few files #217

Closed mro closed 9 years ago

mro commented 9 years ago

Originally reported on Google Code with ID 217

License headers are missing from:

PAffineTransformException
PSwingExample4
PSwingMouseWheelEvent
PSwingEvent
P3DRectExample

I'm going to go ahead and copy the standard header into these guys.

For PSwingEvent, I'll be replacing this current header:
/*
 * Copyright 2007 Stephen Chin
 *
 * All rights reserved.
 */

For PSwingMouseWheelEvent, I'll be replacing:
/**
 * Copyright (C) 1998-2000 by University of Maryland, College Park, MD
20742, USA
 * All rights reserved.
 */

If anyone has any concerns about this, please comment.

Reported by atdixon on 2011-04-04 00:28:53

mro commented 9 years ago
Committed trunk r1129.
Committed branch r1130.

Reported by atdixon on 2011-04-04 00:31:44

mro commented 9 years ago

Reported by atdixon on 2011-04-04 00:52:03

mro commented 9 years ago

Reported by atdixon on 2011-04-05 01:38:12

mro commented 9 years ago

Reported by atdixon on 2011-04-05 01:38:28