Skip to content

Commit

Permalink
Remove license preamble from source files in favor of license file
Browse files Browse the repository at this point in the history
  • Loading branch information
tetsuo13 committed Dec 15, 2023
1 parent 321102f commit 2493ad1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 119 deletions.
18 changes: 1 addition & 17 deletions ImageViewer/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 1 addition & 17 deletions ImageViewer/Form1.cs
Original file line number Diff line number Diff line change
@@ -1,20 +1,4 @@
// Slideshow
// Copyright (C) 2013 Andrei Nicholson
//
// 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
// 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 General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

using System;
using System;
using System.IO;
using System.Windows.Forms;
using ExifLib;
Expand Down
18 changes: 1 addition & 17 deletions ImageViewer/Program.cs
Original file line number Diff line number Diff line change
@@ -1,20 +1,4 @@
// Slideshow
// Copyright (C) 2013 Andrei Nicholson
//
// 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
// 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 General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

using System;
using System;
using System.Windows.Forms;

namespace ImageViewer
Expand Down
18 changes: 1 addition & 17 deletions Slideshow/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,20 +1,4 @@
// Slideshow
// Copyright (C) 2013 Andrei Nicholson
//
// 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
// 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 General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

using System.Windows;
using System.Windows;

namespace Slideshow
{
Expand Down
18 changes: 1 addition & 17 deletions Slideshow/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
// Slideshow
// Copyright (C) 2013 Andrei Nicholson
//
// 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
// 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 General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

using ExifLib;
using System;
using System.Collections.Generic;
using System.IO;
Expand All @@ -23,7 +8,6 @@
using System.Windows.Input;
using System.Windows.Media.Imaging;
using System.Windows.Threading;
using ExifLib;

namespace Slideshow
{
Expand Down
18 changes: 1 addition & 17 deletions Slideshow/Media.cs
Original file line number Diff line number Diff line change
@@ -1,24 +1,8 @@
// Slideshow
// Copyright (C) 2013 Andrei Nicholson
//
// 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
// 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 General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

using ExifLib;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using ExifLib;

namespace Slideshow
{
Expand Down
18 changes: 1 addition & 17 deletions Slideshow/MediaInfo.cs
Original file line number Diff line number Diff line change
@@ -1,20 +1,4 @@
// Slideshow
// Copyright (C) 2013 Andrei Nicholson
//
// 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
// 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 General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

using ExifLib;
using ExifLib;

namespace Slideshow
{
Expand Down

0 comments on commit 2493ad1

Please sign in to comment.