Skip to content

Commit b62f003

Browse files
committed
Merge pull request pakerfeldt#92 from orac/utf8
Fix non-UTF-8 characters in comments
2 parents 2f74337 + 0c77791 commit b62f003

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

viewflow/src/org/taptwo/android/widget/CircleFlowIndicator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011 Patrik �kerfeldt
2+
* Copyright (C) 2011 Patrik Åkerfeldt
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

viewflow/src/org/taptwo/android/widget/FlowIndicator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011 Patrik kerfeldt
2+
* Copyright (C) 2011 Patrik Åkerfeldt
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

viewflow/src/org/taptwo/android/widget/TitleProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011 Patrik kerfeldt
2+
* Copyright (C) 2011 Patrik Åkerfeldt
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)