Skip to content

Commit

Permalink
Update license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
scemino committed Dec 20, 2015
1 parent bd6eb36 commit 6111bc5
Show file tree
Hide file tree
Showing 108 changed files with 2,303 additions and 653 deletions.
18 changes: 18 additions & 0 deletions Engines/NScumm.Sky/AutoRoute.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
// Author:
// scemino <[email protected]>
//
// Copyright (c) 2015
//
// 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 NScumm.Core;

Expand Down
20 changes: 19 additions & 1 deletion Engines/NScumm.Sky/Compact.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;
// Author:
// scemino <[email protected]>
//
// Copyright (c) 2015
//
// 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.Collections.Generic;
using System.Diagnostics;
using System.IO;
Expand Down
20 changes: 19 additions & 1 deletion Engines/NScumm.Sky/Control.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;
// Author:
// scemino <[email protected]>
//
// Copyright (c) 2015
//
// 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.Collections.Generic;
using System.Diagnostics;
using System.IO;
Expand Down
20 changes: 19 additions & 1 deletion Engines/NScumm.Sky/Debug.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using NScumm.Core;
// Author:
// scemino <[email protected]>
//
// Copyright (c) 2015
//
// 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 NScumm.Core;

namespace NScumm.Sky
{
Expand Down
20 changes: 19 additions & 1 deletion Engines/NScumm.Sky/Disk.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;
// Author:
// scemino <[email protected]>
//
// Copyright (c) 2015
//
// 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.Collections.Generic;
using System.IO;
using System.Runtime.InteropServices;
Expand Down
20 changes: 19 additions & 1 deletion Engines/NScumm.Sky/Grid.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System.Diagnostics;
// Author:
// scemino <[email protected]>
//
// Copyright (c) 2015
//
// 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.Diagnostics;

namespace NScumm.Sky
{
Expand Down
20 changes: 19 additions & 1 deletion Engines/NScumm.Sky/Intro.Sequences.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
namespace NScumm.Sky
// Author:
// scemino <[email protected]>
//
// Copyright (c) 2015
//
// 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/>.

namespace NScumm.Sky
{
partial class Intro
{
Expand Down
20 changes: 19 additions & 1 deletion Engines/NScumm.Sky/Intro.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using NScumm.Core;
// Author:
// scemino <[email protected]>
//
// Copyright (c) 2015
//
// 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 NScumm.Core;
using NScumm.Sky.Music;
using System;
using NScumm.Core.Audio;
Expand Down
20 changes: 19 additions & 1 deletion Engines/NScumm.Sky/Logic.Logic.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;
// Author:
// scemino <[email protected]>
//
// Copyright (c) 2015
//
// 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;

namespace NScumm.Sky
{
Expand Down
20 changes: 19 additions & 1 deletion Engines/NScumm.Sky/Logic.Mcode.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;
// Author:
// scemino <[email protected]>
//
// Copyright (c) 2015
//
// 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 NScumm.Core;

namespace NScumm.Sky
Expand Down
20 changes: 19 additions & 1 deletion Engines/NScumm.Sky/Logic.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using NScumm.Core;
// Author:
// scemino <[email protected]>
//
// Copyright (c) 2015
//
// 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 NScumm.Core;
using NScumm.Sky.Music;
using System;
using System.Collections;
Expand Down
20 changes: 19 additions & 1 deletion Engines/NScumm.Sky/Mouse.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;
// Author:
// scemino <[email protected]>
//
// Copyright (c) 2015
//
// 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 NScumm.Core;
using NScumm.Core.Graphics;

Expand Down
20 changes: 19 additions & 1 deletion Engines/NScumm.Sky/Music/AdLibChannel.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using NScumm.Core;
// Author:
// scemino <[email protected]>
//
// Copyright (c) 2015
//
// 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 NScumm.Core;
using NScumm.Core.Audio.OPL;
using System;
using System.Diagnostics;
Expand Down
20 changes: 19 additions & 1 deletion Engines/NScumm.Sky/Music/AdLibMusic.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using NScumm.Core;
// Author:
// scemino <[email protected]>
//
// Copyright (c) 2015
//
// 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 NScumm.Core;
using NScumm.Core.Audio;
using NScumm.Core.Audio.OPL;
using NScumm.Core.Audio.OPL.DosBox;
Expand Down
20 changes: 19 additions & 1 deletion Engines/NScumm.Sky/Music/GmChannel.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;
// Author:
// scemino <[email protected]>
//
// Copyright (c) 2015
//
// 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 NScumm.Core.Audio;

namespace NScumm.Sky.Music
Expand Down
20 changes: 19 additions & 1 deletion Engines/NScumm.Sky/Music/GmMusic.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;
// Author:
// scemino <[email protected]>
//
// Copyright (c) 2015
//
// 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.Collections.Generic;
using System.Linq;
using System.Text;
Expand Down
Loading

0 comments on commit 6111bc5

Please sign in to comment.