From 155f9b6d988034f5592ec6873f0e8693245a8c02 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Thu, 22 Sep 2016 15:49:35 -0700 Subject: [PATCH] Add Public Domain license to addon code. --- addon/src/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/addon/src/index.js b/addon/src/index.js index 9b8817da..5a6c3868 100644 --- a/addon/src/index.js +++ b/addon/src/index.js @@ -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 buttons = require('sdk/ui/button/action'); var tabs = require('sdk/tabs');