Skip to content

Commit 1452dfe

Browse files
Teemperorstefanseefeld
authored andcommitted
Reencoded a few headers that used Windows-1252 with UTF-8.
Nearly every header in the boost codebase is UTF-8, but here there are a few headers which are using Windows-1252, which makes it impossible for some tools to parse those files. This patch just reencodes them with UTF-8 like the rest of the codebase. I checked that the name of the author is still correct after this change. No functional change intended.
1 parent 3613142 commit 1452dfe

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

include/boost/python/detail/dealloc.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Gottfried Ganßauge 2003.
1+
// Copyright Gottfried Ganßauge 2003.
22
// Distributed under the Boost Software License, Version 1.0. (See
33
// accompanying file LICENSE_1_0.txt or copy at
44
// http://www.boost.org/LICENSE_1_0.txt)

include/boost/python/opaque_pointer_converter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Gottfried Ganßauge 2003..2006.
1+
// Copyright Gottfried Ganßauge 2003..2006.
22
// Distributed under the Boost Software License, Version 1.0. (See
33
// accompanying file LICENSE_1_0.txt or copy at
44
// http://www.boost.org/LICENSE_1_0.txt)

include/boost/python/return_opaque_pointer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Gottfried Ganßauge 2003.
1+
// Copyright Gottfried Ganßauge 2003.
22
// Distributed under the Boost Software License, Version 1.0. (See
33
// accompanying file LICENSE_1_0.txt or copy at
44
// http://www.boost.org/LICENSE_1_0.txt)

test/crossmod_opaque.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: latin-1 -*-
2-
# Copyright Gottfried Ganßauge 2006.
2+
# Copyright Gottfried Ganßauge 2006.
33
# Distributed under the Boost Software License, Version 1.0. (See
44
# accompanying file LICENSE_1_0.txt or copy at
55
# http://www.boost.org/LICENSE_1_0.txt)

test/crossmod_opaque_a.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Gottfried Ganßauge 2006.
1+
// Copyright Gottfried Ganßauge 2006.
22
// Distributed under the Boost Software License, Version 1.0. (See
33
// accompanying file LICENSE_1_0.txt or copy at
44
// http://www.boost.org/LICENSE_1_0.txt)

test/crossmod_opaque_b.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Gottfried Ganßauge 2006.
1+
// Copyright Gottfried Ganßauge 2006.
22
// Distributed under the Boost Software License, Version 1.0. (See
33
// accompanying file LICENSE_1_0.txt or copy at
44
// http://www.boost.org/LICENSE_1_0.txt)

test/opaque.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: latin-1 -*-
2-
# Copyright Gottfried Ganßauge 2003..2006. Distributed under the Boost
2+
# Copyright Gottfried Ganßauge 2003..2006. Distributed under the Boost
33
# Software License, Version 1.0. (See accompanying
44
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
55

0 commit comments

Comments
 (0)