From: Source Maintenance Date: Sat, 20 Dec 2014 18:12:02 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: merge-candidate-3-v1~417 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=40e0e87ff0cc4a1f4c9bc2a2a98f83d71d41f70c;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/doc/manuals/language.list b/doc/manuals/language.list index 2c0a0540c5..fe423503ce 100644 --- a/doc/manuals/language.list +++ b/doc/manuals/language.list @@ -5,6 +5,7 @@ ## contributions from numerous individuals and organizations. ## Please see the COPYING and CONTRIBUTORS files for details. ## + TRANSLATE_LANGUAGES= \ ar.lang \ cs.lang \ diff --git a/errors/language.list b/errors/language.list index f91e46e0c9..d499787172 100644 --- a/errors/language.list +++ b/errors/language.list @@ -5,6 +5,7 @@ ## contributions from numerous individuals and organizations. ## Please see the COPYING and CONTRIBUTORS files for details. ## + TRANSLATE_LANGUAGES= \ af.lang \ ar.lang \ diff --git a/errors/template.list b/errors/template.list index 23ca08b044..6c2736424b 100644 --- a/errors/template.list +++ b/errors/template.list @@ -5,6 +5,7 @@ ## contributions from numerous individuals and organizations. ## Please see the COPYING and CONTRIBUTORS files for details. ## + ERROR_TEMPLATES= \ templates/ERR_ACCESS_DENIED \ templates/ERR_ACL_TIME_QUOTA_EXCEEDED \ diff --git a/icons/icon.list b/icons/icon.list index f2a5182937..d7540824f1 100644 --- a/icons/icon.list +++ b/icons/icon.list @@ -5,6 +5,7 @@ ## contributions from numerous individuals and organizations. ## Please see the COPYING and CONTRIBUTORS files for details. ## + ICONS= \ silk/application.png \ silk/arrow_up.png \ diff --git a/lib/profiler/xprof_type.h b/lib/profiler/xprof_type.h index fae25eeb26..8f54de47f5 100644 --- a/lib/profiler/xprof_type.h +++ b/lib/profiler/xprof_type.h @@ -5,6 +5,7 @@ * contributions from numerous individuals and organizations. * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef _PROFILER_XPROF_TYPE_H_ #define _PROFILER_XPROF_TYPE_H_ /* AUTO-GENERATED FILE */ diff --git a/src/tests/Stub.list b/src/tests/Stub.list index 0f7f02ede7..5e37b1e7e0 100644 --- a/src/tests/Stub.list +++ b/src/tests/Stub.list @@ -5,6 +5,7 @@ ## contributions from numerous individuals and organizations. ## Please see the COPYING and CONTRIBUTORS files for details. ## + STUB_SOURCE= tests/STUB.h \ tests/stub_access_log.cc \ tests/stub_acl.cc \