diff --git a/python/samba/tests/source_chars.py b/python/samba/tests/source_chars.py index bfaf6f34ee1..270a5237fd4 100644 --- a/python/samba/tests/source_chars.py +++ b/python/samba/tests/source_chars.py @@ -133,7 +133,6 @@ def iter_source_files(): def is_latin1_file(name): for pattern in ( - r'^source3/modules/vfs_acl_common.h$', r'^source4/setup/ad-schema/\w+.ldf$', r'^source4/setup/display-specifiers/D[\w-]+.txt$', r'^testprogs/blackbox/test_samba-tool_ntacl.sh$', diff --git a/source3/modules/vfs_acl_common.h b/source3/modules/vfs_acl_common.h index c4b4fb9c1b3..e7ec498f586 100644 --- a/source3/modules/vfs_acl_common.h +++ b/source3/modules/vfs_acl_common.h @@ -3,7 +3,7 @@ * * Copyright (C) Volker Lendecke, 2008 * Copyright (C) Jeremy Allison, 2009 - * Copyright (C) Ralph Böhme, 2016 + * Copyright (C) Ralph Böhme, 2016 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by