Skip to content

Commit 316dbc2

Browse files
committed
1.7.8
[Bug fixes] - License
1 parent 00cb2a7 commit 316dbc2

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
652652
If the program does terminal interaction, make it output a short
653653
notice like this when it starts in an interactive mode:
654654

655-
{project} Copyright (C) {year} {fullname}
655+
AutoHDR Copyright (C) 2021 Heiko Thome
656656
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657657
This is free software, and you are welcome to redistribute it
658658
under certain conditions; type `show c' for details.

Source/HDRProfile/ProjectResources/Locale_Texts.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ Also add information on how to contact you by electronic and paper mail.
931931
If the program does terminal interaction, make it output a short
932932
notice like this when it starts in an interactive mode:
933933

934-
{project} Copyright (C) {year} {fullname}
934+
AutoHDR Copyright (C) 2021 Heiko Thome
935935
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
936936
This is free software, and you are welcome to redistribute it
937937
under certain conditions; type `show c' for details.

Source/HDRProfile/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@
5252
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
5353
// indem Sie "*" wie unten gezeigt eingeben:
5454
// [assembly: AssemblyVersion("1.0.*")]
55-
[assembly: AssemblyVersion("1.7.7.0")]
56-
[assembly: AssemblyFileVersion("1.7.7.0")]
55+
[assembly: AssemblyVersion("1.7.8.0")]
56+
[assembly: AssemblyFileVersion("1.7.8.0")]

Source/HDRProfile/Views/AutoHDRLicenseView.xaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
</Grid>
4242
<TextBlock Grid.Row="1" Text="{x:Static pres:Locale_Texts.License}" HorizontalAlignment="Left" Margin="5,15,0,0" FontSize="20" VerticalAlignment="Top"/>
4343
<Border Style="{StaticResource RoundedBorder}" Grid.Row="2" BorderBrush="{DynamicResource AccentBrush}" BorderThickness="1" Margin="5" >
44-
<TextBlock Text="{x:Static pres:Locale_Texts.LicenseContent}"/>
44+
<ScrollViewer>
45+
<TextBlock Text="{x:Static pres:Locale_Texts.LicenseContent}" TextAlignment="Center"/>
46+
</ScrollViewer>
4547
</Border>
4648

4749

0 commit comments

Comments
 (0)