Add license tags, or list as known exceptions.
This commit is contained in:
parent
72a6658116
commit
e92bea31bf
4 changed files with 10 additions and 2 deletions
|
@ -11,6 +11,9 @@
|
||||||
#
|
#
|
||||||
# Known exceptions listed here produce no warnings.
|
# 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.
|
||||||
|
#
|
||||||
|
|
||||||
# The AI ingest files are exceptions -- until we decide otherwise.
|
# The AI ingest files are exceptions -- until we decide otherwise.
|
||||||
utilities/ingest/**/*
|
utilities/ingest/**/*
|
||||||
|
@ -109,6 +112,9 @@ webapp/web/src/widget/*
|
||||||
webapp/web/src/widget/**/*
|
webapp/web/src/widget/**/*
|
||||||
webapp/web/src/xml/*
|
webapp/web/src/xml/*
|
||||||
|
|
||||||
|
# Sample code from Google.
|
||||||
|
webapp/web/templates/freemarker/page/partials/googleAnalytics.ftl
|
||||||
|
|
||||||
# PROBLEM? Third-party tlds - where do they come from?
|
# PROBLEM? Third-party tlds - where do they come from?
|
||||||
webapp/config/tlds/c.tld
|
webapp/config/tlds/c.tld
|
||||||
webapp/config/tlds/fn.tld
|
webapp/config/tlds/fn.tld
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
|
||||||
package edu.cornell.mannlib.vitro.webapp.web.directives;
|
package edu.cornell.mannlib.vitro.webapp.web.directives;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
|
||||||
package edu.cornell.mannlib.vitro.webapp.web.directives;
|
package edu.cornell.mannlib.vitro.webapp.web.directives;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
||||||
|
|
||||||
<#-- NOTICE: This is SAMPLE Google Analytics code. You must replace it with your institution's code. -->
|
<#-- NOTICE: This is SAMPLE Google Analytics code. You must replace it with your institution's code. -->
|
||||||
|
|
||||||
<#--
|
<#--
|
||||||
|
|
Loading…
Add table
Reference in a new issue