Added MIT license hints

This commit is contained in:
Andreas Sommer
2012-10-12 23:01:50 +02:00
parent 7ee43d4f3f
commit f5ef118263
2 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
/*
MIT licensed (http://www.opensource.org/licenses/mit-license.html)
See https://github.com/AndiDog/phonegap-plugins
*/
// Usage: actionBarSherlockTabBar = cordova.require('cordova/plugin/actionBarSherlockTabBar');
cordova.define('cordova/plugin/actionBarSherlockTabBar', function(require, exports, module) {
var exec = require('cordova/exec');

View File

@@ -1,3 +1,8 @@
/*
MIT licensed (http://www.opensource.org/licenses/mit-license.html)
See https://github.com/AndiDog/phonegap-plugins
*/
package de.andidog.phonegapplugins;
import org.apache.cordova.api.Plugin;