diff --git a/Android/BarcodeScanner/assets/www/barcodescanner.js b/Android/BarcodeScanner/assets/www/barcodescanner.js index c1bb384..2971f1f 100644 --- a/Android/BarcodeScanner/assets/www/barcodescanner.js +++ b/Android/BarcodeScanner/assets/www/barcodescanner.js @@ -1,7 +1,8 @@ -/* +/** * PhoneGap is available under *either* the terms of the modified BSD license *or* the * MIT License (2008). See http://opensource.org/licenses/alphabetical for full text. - * + * + * Copyright (c) Matt Kane 2010 * Copyright (c) 2011, IBM Corporation */ diff --git a/Android/BarcodeScanner/src/com/phonegap/plugins/barcodescanner/BarcodeScanner.java b/Android/BarcodeScanner/src/com/phonegap/plugins/barcodescanner/BarcodeScanner.java index 122cc9c..c0c0736 100644 --- a/Android/BarcodeScanner/src/com/phonegap/plugins/barcodescanner/BarcodeScanner.java +++ b/Android/BarcodeScanner/src/com/phonegap/plugins/barcodescanner/BarcodeScanner.java @@ -1,7 +1,8 @@ -/* +/** * PhoneGap is available under *either* the terms of the modified BSD license *or* the * MIT License (2008). See http://opensource.org/licenses/alphabetical for full text. - * + * + * Copyright (c) Matt Kane 2010 * Copyright (c) 2011, IBM Corporation */