summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-04-15 06:27:32 -0700
committerAmjith Ramanujam <amjith.r@gmail.com>2015-04-15 06:27:32 -0700
commit817ce98df426e86ca9f292476a7297c70677150a (patch)
tree19b3e55407a6419f6300c8fb0ed1b33c2cbfc1ac /Vagrantfile
parente1958c0f9bad34edd6cb9775a28c276655729505 (diff)
Add license type in Vagrantfile.
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 13928122..60f260c2 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -44,7 +44,7 @@ Vagrant.configure(2) do |config|
--after-remove /pgcli/post-remove \
--url https://github.com/amjith/pgcli \
--description "#{pgcli_description}" \
- --license '??? #TODO(amjith)'
+ --license 'BSD'
SHELL
end
@@ -85,7 +85,7 @@ Vagrant.configure(2) do |config|
--after-remove /pgcli/post-remove \
--url https://github.com/amjith/pgcli \
--description "#{pgcli_description}" \
- --license '??? #TODO(amjith)'
+ --license 'BSD'
SHELL
end