Skip to content

Commit cd92f81

Browse files
committed
Merge pull request #13 from bukzor/move_html_to_own_namespace
Move html to own namespace
2 parents 6eba964 + fbc5d0c commit cd92f81

26 files changed

+21
-21
lines changed

LICENSES.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ per-file license information).
44
There are copies of various JavaScript and CSS libraries embedded within the
55
source tree, which have their own licenses as follows:
66

7-
libcpychecker/html/extlib/jquery-1.7.1.min.js:
7+
libcpychecker_html/extlib/jquery-1.7.1.min.js:
88
jquery.org/license (MIT or GPLv2)
99

10-
libcpychecker/html/extlib/prefixfree-1.0.4.min.js:
10+
libcpychecker_html/extlib/prefixfree-1.0.4.min.js:
1111
MIT license
1212

13-
libcpychecker/html/extlib/reset-20110126.css:
13+
libcpychecker_html/extlib/reset-20110126.css:
1414
Public Domain
1515

1616
There are also various images within:
17-
libcpychecker/html/images
17+
libcpychecke_/html/images
1818
These were taken from:
1919
http://code.google.com/p/fugue-icons-src/
2020
and are:
@@ -25,6 +25,6 @@ and are:
2525

2626
The test code contains historical examples of reference-count bugs:
2727

28-
* libcpychecker/html/test/example2
28+
* libcpychecker_html/test/example2
2929
contains an embedded copy of part of an old version of pylibmc, which
3030
is under a 3-clause BSD license

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ demo: plugin
287287
$(INVOCATION_ENV_VARS) $(srcdir)./gcc-with-cpychecker -c $(PYTHON_INCLUDES) demo.c
288288

289289
json-examples: plugin
290-
$(INVOCATION_ENV_VARS) $(srcdir)./gcc-with-cpychecker -I/usr/include/python2.7 -c libcpychecker/html/test/example1/bug.c
290+
$(INVOCATION_ENV_VARS) $(srcdir)./gcc-with-cpychecker -I/usr/include/python2.7 -c libcpychecker_html/test/example1/bug.c
291291

292292
test-suite: plugin print-gcc-version
293293
$(INVOCATION_ENV_VARS) $(PYTHON) run-test-suite.py
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)