Skip to content

Commit

Permalink
Update copyright boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoco007 committed Apr 9, 2020
1 parent fe84c27 commit 0dfae7b
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 13 deletions.
2 changes: 1 addition & 1 deletion WpfKenBurns/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// WpfKenBurns - A simple Ken Burns-style screensaver
// Copyright © 2019 Nicolas Gnyra
// Copyright © 2019-2020 Nicolas Gnyra

// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
Expand Down
18 changes: 17 additions & 1 deletion WpfKenBurns/BitmapScalingModeToString.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using System;
// WpfKenBurns - A simple Ken Burns-style screensaver
// Copyright © 2019-2020 Nicolas Gnyra

// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
// by the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.

// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
// GNU Affero General Public License for more details.

// You should have received a copy of the GNU Affero General Public License
// along with this program.If not, see<https://www.gnu.org/licenses/>.

using System;
using System.Globalization;
using System.Windows.Data;
using System.Windows.Media;
Expand Down
2 changes: 1 addition & 1 deletion WpfKenBurns/Configuration.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// WpfKenBurns - A simple Ken Burns-style screensaver
// Copyright © 2019 Nicolas Gnyra
// Copyright © 2019-2020 Nicolas Gnyra

// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion WpfKenBurns/ConfigurationManager.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// WpfKenBurns - A simple Ken Burns-style screensaver
// Copyright © 2019 Nicolas Gnyra
// Copyright © 2019-2020 Nicolas Gnyra

// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion WpfKenBurns/ConfigurationWindow.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// WpfKenBurns - A simple Ken Burns-style screensaver
// Copyright © 2019 Nicolas Gnyra
// Copyright © 2019-2020 Nicolas Gnyra

// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion WpfKenBurns/FloatToPercentConverter.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// WpfKenBurns - A simple Ken Burns-style screensaver
// Copyright © 2019 Nicolas Gnyra
// Copyright © 2019-2020 Nicolas Gnyra

// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion WpfKenBurns/FloatToSecondsConverter.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// WpfKenBurns - A simple Ken Burns-style screensaver
// Copyright © 2019 Nicolas Gnyra
// Copyright © 2019-2020 Nicolas Gnyra

// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion WpfKenBurns/NativeMethods.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// WpfKenBurns - A simple Ken Burns-style screensaver
// Copyright © 2019 Nicolas Gnyra
// Copyright © 2019-2020 Nicolas Gnyra

// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion WpfKenBurns/RandomizedEnumerator.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// WpfKenBurns - A simple Ken Burns-style screensaver
// Copyright © 2019 Nicolas Gnyra
// Copyright © 2019-2020 Nicolas Gnyra

// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion WpfKenBurns/ScreensaverImageFolder.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// WpfKenBurns - A simple Ken Burns-style screensaver
// Copyright © 2019 Nicolas Gnyra
// Copyright © 2019-2020 Nicolas Gnyra

// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion WpfKenBurns/ScreensaverWindow.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// WpfKenBurns - A simple Ken Burns-style screensaver
// Copyright © 2019 Nicolas Gnyra
// Copyright © 2019-2020 Nicolas Gnyra

// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
Expand Down
19 changes: 17 additions & 2 deletions WpfKenBurns/WindowSynchronizer.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
using System;
// WpfKenBurns - A simple Ken Burns-style screensaver
// Copyright © 2019-2020 Nicolas Gnyra

// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
// by the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.

// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
// GNU Affero General Public License for more details.

// You should have received a copy of the GNU Affero General Public License
// along with this program.If not, see<https://www.gnu.org/licenses/>.

using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading;
using System.Windows;
using System.Windows.Controls;
Expand Down

0 comments on commit 0dfae7b

Please sign in to comment.