You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/11/01 00:34:18 UTC

[5/12] wp7 commit: fixes CB-1757 license issue with wp7 ImageExifHelper.cs

fixes CB-1757 license issue with wp7 ImageExifHelper.cs


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/commit/eafa475f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/tree/eafa475f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/diff/eafa475f

Branch: refs/heads/master
Commit: eafa475f1d44938def6daf2ae2fd6c60670278d1
Parents: e27db67
Author: sgrebnov <se...@gmail.com>
Authored: Wed Oct 31 16:30:36 2012 +0400
Committer: sgrebnov <se...@gmail.com>
Committed: Wed Oct 31 16:30:36 2012 +0400

----------------------------------------------------------------------
 .../cordovalib/Commands/ImageExifHelper.cs         |   17 +-------------
 1 files changed, 2 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/eafa475f/templates/standalone/cordovalib/Commands/ImageExifHelper.cs
----------------------------------------------------------------------
diff --git a/templates/standalone/cordovalib/Commands/ImageExifHelper.cs b/templates/standalone/cordovalib/Commands/ImageExifHelper.cs
index 626726b..ed8d89b 100644
--- a/templates/standalone/cordovalib/Commands/ImageExifHelper.cs
+++ b/templates/standalone/cordovalib/Commands/ImageExifHelper.cs
@@ -10,26 +10,13 @@
 	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 	See the License for the specific language governing permissions and
 	limitations under the License.
- * 
- * Portions of this code are based on Simon McKenzie's ExifLib 
- * http://www.codeproject.com/Articles/36342/ExifLib-A-Fast-Exif-Data-Extractor-for-NET-2-0
+ 
 */
 
-
-
 using System;
-using System.Net;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Shapes;
+using System.Diagnostics;
 using System.IO;
 using System.Windows.Media.Imaging;
-using System.Diagnostics;
 
 namespace WP7CordovaClassLib.Cordova.Commands
 {