Add Public Domain license to addon code.
This commit is contained in:
parent
548340c655
commit
155f9b6d98
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
/* Any copyright is dedicated to the Public Domain.
|
||||||
|
http://creativecommons.org/publicdomain/zero/1.0/ */
|
||||||
|
|
||||||
var self = require("sdk/self");
|
var self = require("sdk/self");
|
||||||
var buttons = require('sdk/ui/button/action');
|
var buttons = require('sdk/ui/button/action');
|
||||||
var tabs = require('sdk/tabs');
|
var tabs = require('sdk/tabs');
|
||||||
|
|
Loading…
Reference in a new issue