mirror of
https://github.com/purplecabbage/phonegap-plugins.git
synced 2026-04-24 03:00:11 -04:00
Added MIT license hints
This commit is contained in:
@@ -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');
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user