Update of /cvsroot/cweb/rest/src/java/org/CognitiveWeb/rest/exception
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7259/src/java/org/CognitiveWeb/rest/exception
Modified Files:
NotAcceptableException.java
RequestEntityTooLargeException.java
UnsupportedMediaTypeException.java
Log Message:
License correction - moved copyright to Modifications: section of license text.
Index: RequestEntityTooLargeException.java
===================================================================
RCS file: /cvsroot/cweb/rest/src/java/org/CognitiveWeb/rest/exception/RequestEntityTooLargeException.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** RequestEntityTooLargeException.java 30 Nov 2003 20:59:49 -0000 1.1.1.1
--- RequestEntityTooLargeException.java 16 Mar 2006 22:30:45 -0000 1.2
***************
*** 29,33 ****
Portions Copyright (c) 2002-2003 Bryan Thompson.
- Portions Copyright (c) 2002-2003 Hicks & Associates, Inc.
Acknowledgements:
--- 29,32 ----
***************
*** 42,45 ****
--- 41,46 ----
Modifications:
+ Portions Copyright (c) 2002-2003 Hicks & Associates, Inc.
+
*/
Index: NotAcceptableException.java
===================================================================
RCS file: /cvsroot/cweb/rest/src/java/org/CognitiveWeb/rest/exception/NotAcceptableException.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** NotAcceptableException.java 30 Nov 2003 20:59:49 -0000 1.1.1.1
--- NotAcceptableException.java 16 Mar 2006 22:30:45 -0000 1.2
***************
*** 29,33 ****
Portions Copyright (c) 2002-2003 Bryan Thompson.
- Portions Copyright (c) 2002-2003 Hicks & Associates, Inc.
Acknowledgements:
--- 29,32 ----
***************
*** 42,45 ****
--- 41,46 ----
Modifications:
+ Portions Copyright (c) 2002-2003 Hicks & Associates, Inc.
+
*/
Index: UnsupportedMediaTypeException.java
===================================================================
RCS file: /cvsroot/cweb/rest/src/java/org/CognitiveWeb/rest/exception/UnsupportedMediaTypeException.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** UnsupportedMediaTypeException.java 30 Nov 2003 20:59:50 -0000 1.1.1.1
--- UnsupportedMediaTypeException.java 16 Mar 2006 22:30:45 -0000 1.2
***************
*** 29,33 ****
Portions Copyright (c) 2002-2003 Bryan Thompson.
- Portions Copyright (c) 2002-2003 Hicks & Associates, Inc.
Acknowledgements:
--- 29,32 ----
***************
*** 42,45 ****
--- 41,46 ----
Modifications:
+ Portions Copyright (c) 2002-2003 Hicks & Associates, Inc.
+
*/
|