[mapguide-commits] r7757 - sandbox/jng/streaming_v2/Web/src/HttpHandler

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sun Aug 11 07:42:59 PDT 2013


Author: jng
Date: 2013-08-11 07:42:58 -0700 (Sun, 11 Aug 2013)
New Revision: 7757

Modified:
   sandbox/jng/streaming_v2/Web/src/HttpHandler/ReaderByteSourceImpl.cpp
   sandbox/jng/streaming_v2/Web/src/HttpHandler/ReaderByteSourceImpl.h
Log:
Add missing license headers

Modified: sandbox/jng/streaming_v2/Web/src/HttpHandler/ReaderByteSourceImpl.cpp
===================================================================
--- sandbox/jng/streaming_v2/Web/src/HttpHandler/ReaderByteSourceImpl.cpp	2013-08-11 14:41:25 UTC (rev 7756)
+++ sandbox/jng/streaming_v2/Web/src/HttpHandler/ReaderByteSourceImpl.cpp	2013-08-11 14:42:58 UTC (rev 7757)
@@ -1,3 +1,19 @@
+//
+//  Copyright (C) 2004-2013 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  General Public License as published by the Free Software Foundation.
+//
+//  This library is distributed in the hope that it will be useful,
+//  but WITHOUT ANY WARRANTY; without even the implied warranty of
+//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+//  Lesser General Public License for more details.
+//
+//  You should have received a copy of the GNU Lesser General Public
+//  License along with this library; if not, write to the Free Software
+//  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+//
 #include "ReaderByteSourceImpl.h"
 #include "PlatformBase.h"
 

Modified: sandbox/jng/streaming_v2/Web/src/HttpHandler/ReaderByteSourceImpl.h
===================================================================
--- sandbox/jng/streaming_v2/Web/src/HttpHandler/ReaderByteSourceImpl.h	2013-08-11 14:41:25 UTC (rev 7756)
+++ sandbox/jng/streaming_v2/Web/src/HttpHandler/ReaderByteSourceImpl.h	2013-08-11 14:42:58 UTC (rev 7757)
@@ -1,3 +1,19 @@
+//
+//  Copyright (C) 2004-2013 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  General Public License as published by the Free Software Foundation.
+//
+//  This library is distributed in the hope that it will be useful,
+//  but WITHOUT ANY WARRANTY; without even the implied warranty of
+//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+//  Lesser General Public License for more details.
+//
+//  You should have received a copy of the GNU Lesser General Public
+//  License along with this library; if not, write to the Free Software
+//  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+//
 #ifndef READER_BYTE_SOURCE_IMPL
 #define READER_BYTE_SOURCE_IMPL
 



More information about the mapguide-commits mailing list