license and whitespace only

git-svn-id: https://zxing.googlecode.com/svn/trunk@2444 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
smparkes@smparkes.net 2012-10-03 00:19:58 +00:00
parent 39cd6a78bb
commit 35069ed41d
3 changed files with 109 additions and 100 deletions

View file

@ -1,10 +1,19 @@
//
// BarcodesAppDelegate.m
// Barcodes
//
// Created by Romain Pechayre on 11/14/10.
// Copyright 2010 __MyCompanyName__. All rights reserved.
//
// -*- mode:objc; c-basic-offset:2; indent-tabs-mode:nil -*-
/**
* Copyright 2010-2012 ZXing authors All rights reserved.
*
* 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.
*/
#import "BarcodesAppDelegate.h"

View file

@ -1,6 +1,6 @@
// -*- mode:objc; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*-
/*
* Copyright 2011 ZXing authors All rights reserved.
* Copyright 2010-2012 ZXing authors All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View file

@ -1,6 +1,6 @@
// -*- mode:objc; c-basic-offset:2; indent-tabs-mode:nil -*-
/**
* Copyright 2009 Jeff Verkoeyen
* Copyright 2009-2012 ZXing authors All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.