added license header
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/91d26df2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/tree/91d26df2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/diff/91d26df2 Branch: refs/heads/master Commit: 91d26df20635f71af163d79de7f3bfda58490e20 Parents: 92dd8f7 Author: Jesse MacFadyen <[email protected]> Authored: Wed Jun 20 16:06:46 2012 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Wed Jun 20 16:06:46 2012 -0700 ---------------------------------------------------------------------- framework/Cordova/Commands/ImageExifHelper.cs | 21 +++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/91d26df2/framework/Cordova/Commands/ImageExifHelper.cs ---------------------------------------------------------------------- diff --git a/framework/Cordova/Commands/ImageExifHelper.cs b/framework/Cordova/Commands/ImageExifHelper.cs index 2d7aab8..1ec0a07 100644 --- a/framework/Cordova/Commands/ImageExifHelper.cs +++ b/framework/Cordova/Commands/ImageExifHelper.cs @@ -1,4 +1,23 @@ -using System; +/* + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + 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/script/Articles/ListAlternatives.aspx?aid=36342 +*/ + + + +using System; using System.Net; using System.Windows; using System.Windows.Controls;
