Move unnecessary files out of home directory
This commit is contained in:
parent
0c0732ef83
commit
e8613dc5ae
2 changed files with 0 additions and 0 deletions
|
@ -1,45 +0,0 @@
|
|||
#
|
||||
# A list of files and directories that are known exceptions to the
|
||||
# license-insertion process.
|
||||
#
|
||||
# Files will only be altered if they contain a "magic" license place-holder,
|
||||
# but if they match one of the file-matchers and don't contain a place-holder,
|
||||
# the process will write a warning.
|
||||
#
|
||||
# File-matchers are:
|
||||
# '*.java', '*.jsp', '*.tld', '*.xsl', '*.xslt', '*.css', '*.js', 'build.xml'
|
||||
#
|
||||
# Known exceptions listed here produce no warnings.
|
||||
#
|
||||
# Any files added to this list should include a comment, so we know where they
|
||||
# came from, or why they don't require a license statement.
|
||||
#
|
||||
|
||||
# See /doc/3rd-party-licenses.txt for LICENSE file
|
||||
themes/vivo-basic/css/blueprint/grid.css
|
||||
themes/vivo-basic/css/blueprint/ie.css
|
||||
|
||||
# PROBLEM: Can't find any info on licensing.
|
||||
themes/vivo-basic/css/blueprint/liquid.css
|
||||
|
||||
# See /doc/3rd-party-licenses.txt for LICENSE file
|
||||
themes/vivo-basic/templates/googleAnalytics.ftl
|
||||
|
||||
# See /doc/3rd-party-licenses.txt for LICENSE file
|
||||
utilities/load-testing/jmeter-results-report.xsl
|
||||
utilities/load-testing/jmeter-results-detail-report.xsl
|
||||
|
||||
# See /doc/3rd-party-licenses.txt for LICENSE file
|
||||
productMods/css/jquery_plugins/*
|
||||
productMods/js/jquery_plugins/*
|
||||
productMods/js/leaflet/*
|
||||
productMods/js/visualization/entitycomparison/jquery_plugins/*
|
||||
|
||||
# PROBLEM: Can't find any info on licensing.
|
||||
productMods/js/jquery_plugins/jquery.truncator.js
|
||||
|
||||
# Part of the OpenSocial integration - should this really be under the Apache license?
|
||||
themes/wilma/css/openSocial/gadgets.css
|
||||
|
||||
# JQuery for the Selenium test helper app.
|
||||
utilities/acceptance-tests/testApp/js/jquery.js
|
|
@ -1,34 +0,0 @@
|
|||
# --------------------------------------------------------------------------
|
||||
# Properties for running the licenser utility in VIVO.
|
||||
# --------------------------------------------------------------------------
|
||||
|
||||
# The path to the top level directory to be scanned or copied
|
||||
# (if relative, then relative to this file)
|
||||
source_dir = ../../
|
||||
|
||||
# The path to the top level directory to copy into (ignored if only scanning)
|
||||
# (if relative, then relative to this file)
|
||||
target_dir =
|
||||
|
||||
# A list of filename globs that match the files we want to license,
|
||||
# delimited by commas with optional white-space.
|
||||
file_matchers = *.java, *.jsp, *.tld, *.xsl, *.xslt, *.css, *.js, *.ftl, *.xml
|
||||
|
||||
# "globs" that describe paths that we won't follow for scanning OR FOR COPYING.
|
||||
# (relative to the source_dir)
|
||||
skip_directories = ./bin, ./.svn, ./**/.svn, ./.build, ./vitro-core
|
||||
|
||||
# The path to a file containing filename/path globs that match the files that
|
||||
# we know should have no license tags in them.
|
||||
# The file contains one glob per line; blank lines and comments ("#") are ignored.
|
||||
# (if relative, then relative to the source directory)
|
||||
known_exceptions = config/licenser/known_exceptions.txt
|
||||
|
||||
# The path to the text of the license agreement (ignored if only scanning)
|
||||
# If the agreement contains a ${year} token, the current year will be substituted.
|
||||
# (if relative, then relative to the source directory)
|
||||
license_file = doc/license.txt
|
||||
|
||||
# Set to 'full' for a full report, 'short' for a brief statment, or to anything
|
||||
# else for a medium-length summary.
|
||||
report_level = short
|
Loading…
Add table
Add a link
Reference in a new issue