Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2DEC9D2B7 for ; Thu, 1 Nov 2012 22:09:20 +0000 (UTC) Received: (qmail 37826 invoked by uid 500); 1 Nov 2012 22:09:19 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 37707 invoked by uid 500); 1 Nov 2012 22:09:19 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 37490 invoked by uid 500); 1 Nov 2012 22:09:19 -0000 Delivered-To: apmail-incubator-callback-commits@incubator.apache.org Received: (qmail 37430 invoked by uid 99); 1 Nov 2012 22:09:19 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2012 22:09:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D426551A3A; Thu, 1 Nov 2012 22:09:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: purplecabbage@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [8/58] [abbrv] git commit: fixes CB-1757 license issue with wp7 ImageExifHelper.cs Message-Id: <20121101220918.D426551A3A@tyr.zones.apache.org> Date: Thu, 1 Nov 2012 22:09:18 +0000 (UTC) fixes CB-1757 license issue with wp7 ImageExifHelper.cs Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/commit/eafa475f Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/tree/eafa475f Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/diff/eafa475f Branch: refs/heads/master Commit: eafa475f1d44938def6daf2ae2fd6c60670278d1 Parents: e27db67 Author: sgrebnov Authored: Wed Oct 31 16:30:36 2012 +0400 Committer: sgrebnov 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-wp8/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 {