From 54e3e9d75088b7b63419dd8fc15095324d19fac9 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Fri, 6 Mar 2020 12:22:01 +0530 Subject: added static directory --- static/admin/js/vendor/xregexp/LICENSE.txt | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) mode change 100644 => 120000 static/admin/js/vendor/xregexp/LICENSE.txt (limited to 'static/admin/js/vendor/xregexp/LICENSE.txt') diff --git a/static/admin/js/vendor/xregexp/LICENSE.txt b/static/admin/js/vendor/xregexp/LICENSE.txt deleted file mode 100644 index 341652a..0000000 --- a/static/admin/js/vendor/xregexp/LICENSE.txt +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License - -Copyright (c) 2007-2012 Steven Levithan - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/static/admin/js/vendor/xregexp/LICENSE.txt b/static/admin/js/vendor/xregexp/LICENSE.txt new file mode 120000 index 0000000..f70bf0d --- /dev/null +++ b/static/admin/js/vendor/xregexp/LICENSE.txt @@ -0,0 +1 @@ +/home/prashant/www/html/python/python_3.x/django_3.x/os-hardware/env-osh/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt \ No newline at end of file -- cgit