From 19783c164910cec1d0d9e68a3ce62cb8874fa605 Mon Sep 17 00:00:00 2001 From: Mike Place Date: Wed, 19 Nov 2014 09:56:00 -0700 Subject: [PATCH] Add a note explaining salt/ext --- salt/ext/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/salt/ext/__init__.py b/salt/ext/__init__.py index f5ebf25492..fe1f6100f5 100644 --- a/salt/ext/__init__.py +++ b/salt/ext/__init__.py @@ -1 +1,6 @@ # coding: utf-8 -*- +''' +This directory contains external modules shipping with Salt. They are governed +under their respective licenses. See the COPYING file included with this +distribution for more information. +'''