Skip to content

Commit

Permalink
Replaces file header license with a more concise version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Cook committed Mar 12, 2017
1 parent 08127aa commit df109c5
Show file tree
Hide file tree
Showing 44 changed files with 132 additions and 618 deletions.
17 changes: 3 additions & 14 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,9 @@
// Copyright (C) 1989-2008 James E. Wilson, Robert A. Koeneke,
// David J. Grabiner
//
// This file is part of Umoria.
//
// Umoria 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.
//
// Umoria 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 Umoria. If not, see <http://www.gnu.org/licenses/>.
// Umoria is free software released under a GPL v2 license and comes with
// ABSOLUTELY NO WARRANTY. See https://www.gnu.org/licenses/gpl-2.0.html
// for further details.

// NOTE: the wizard password and wizard uid are no longer used.
//
Expand Down
18 changes: 3 additions & 15 deletions src/constant.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,9 @@
//
// Copyright (c) 1989-94 James E. Wilson, Robert A. Koeneke
//
// This file is part of Umoria.
//
// Umoria 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.
//
// Umoria 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 Umoria. If not, see <http://www.gnu.org/licenses/>.

// Umoria is free software released under a GPL v2 license and comes with
// ABSOLUTELY NO WARRANTY. See https://www.gnu.org/licenses/gpl-2.0.html
// for further details.

// Note to the Wizard:
// Tweaking these constants can *GREATLY* change the game.
Expand Down
17 changes: 3 additions & 14 deletions src/create.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,9 @@
// Copyright (C) 1989-2008 James E. Wilson, Robert A. Koeneke,
// David J. Grabiner
//
// This file is part of Umoria.
//
// Umoria 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.
//
// Umoria 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 Umoria. If not, see <http://www.gnu.org/licenses/>.
// Umoria is free software released under a GPL v2 license and comes with
// ABSOLUTELY NO WARRANTY. See https://www.gnu.org/licenses/gpl-2.0.html
// for further details.

#include "headers.h"

Expand Down
17 changes: 3 additions & 14 deletions src/creature.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,9 @@
// Copyright (C) 1989-2008 James E. Wilson, Robert A. Koeneke,
// David J. Grabiner
//
// This file is part of Umoria.
//
// Umoria 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.
//
// Umoria 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 Umoria. If not, see <http://www.gnu.org/licenses/>.
// Umoria is free software released under a GPL v2 license and comes with
// ABSOLUTELY NO WARRANTY. See https://www.gnu.org/licenses/gpl-2.0.html
// for further details.

#include "headers.h"

Expand Down
17 changes: 3 additions & 14 deletions src/curses.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,9 @@
//
// Copyright (c) 1989-94 James E. Wilson, Robert A. Koeneke
//
// This file is part of Umoria.
//
// Umoria 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.
//
// Umoria 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 Umoria. If not, see <http://www.gnu.org/licenses/>.
// Umoria is free software released under a GPL v2 license and comes with
// ABSOLUTELY NO WARRANTY. See https://www.gnu.org/licenses/gpl-2.0.html
// for further details.

#pragma once

Expand Down
17 changes: 3 additions & 14 deletions src/death.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,9 @@
// Copyright (C) 1989-2008 James E. Wilson, Robert A. Koeneke,
// David J. Grabiner
//
// This file is part of Umoria.
//
// Umoria 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.
//
// Umoria 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 Umoria. If not, see <http://www.gnu.org/licenses/>.
// Umoria is free software released under a GPL v2 license and comes with
// ABSOLUTELY NO WARRANTY. See https://www.gnu.org/licenses/gpl-2.0.html
// for further details.

#include "headers.h"

Expand Down
17 changes: 3 additions & 14 deletions src/desc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,9 @@
//
// Copyright (c) 1989-94 James E. Wilson, Robert A. Koeneke
//
// This file is part of Umoria.
//
// Umoria 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.
//
// Umoria 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 Umoria. If not, see <http://www.gnu.org/licenses/>.
// Umoria is free software released under a GPL v2 license and comes with
// ABSOLUTELY NO WARRANTY. See https://www.gnu.org/licenses/gpl-2.0.html
// for further details.

#include "headers.h"

Expand Down
17 changes: 3 additions & 14 deletions src/dungeon.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,9 @@
// Copyright (C) 1989-2008 James E. Wilson, Robert A. Koeneke,
// David J. Grabiner
//
// This file is part of Umoria.
//
// Umoria 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.
//
// Umoria 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 Umoria. If not, see <http://www.gnu.org/licenses/>.
// Umoria is free software released under a GPL v2 license and comes with
// ABSOLUTELY NO WARRANTY. See https://www.gnu.org/licenses/gpl-2.0.html
// for further details.

#include "headers.h"

Expand Down
17 changes: 3 additions & 14 deletions src/eat.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,9 @@
// Copyright (C) 1989-2008 James E. Wilson, Robert A. Koeneke,
// David J. Grabiner
//
// This file is part of Umoria.
//
// Umoria 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.
//
// Umoria 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 Umoria. If not, see <http://www.gnu.org/licenses/>.
// Umoria is free software released under a GPL v2 license and comes with
// ABSOLUTELY NO WARRANTY. See https://www.gnu.org/licenses/gpl-2.0.html
// for further details.

#include "headers.h"

Expand Down
18 changes: 3 additions & 15 deletions src/externs.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,9 @@
// Copyright (C) 1989-2008 James E. Wilson, Robert A. Koeneke,
// David J. Grabiner
//
// This file is part of Umoria.
//
// Umoria 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.
//
// Umoria 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 Umoria. If not, see <http://www.gnu.org/licenses/>.

// Umoria is free software released under a GPL v2 license and comes with
// ABSOLUTELY NO WARRANTY. See https://www.gnu.org/licenses/gpl-2.0.html
// for further details.

extern char *copyright[5];

Expand Down
17 changes: 3 additions & 14 deletions src/files.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,9 @@
//
// Copyright (c) 1989-94 James E. Wilson, Robert A. Koeneke
//
// This file is part of Umoria.
//
// Umoria 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.
//
// Umoria 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 Umoria. If not, see <http://www.gnu.org/licenses/>.
// Umoria is free software released under a GPL v2 license and comes with
// ABSOLUTELY NO WARRANTY. See https://www.gnu.org/licenses/gpl-2.0.html
// for further details.

#include "headers.h"

Expand Down
17 changes: 3 additions & 14 deletions src/generate.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,9 @@
// Copyright (C) 1989-2008 James E. Wilson, Robert A. Koeneke,
// David J. Grabiner
//
// This file is part of Umoria.
//
// Umoria 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.
//
// Umoria 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 Umoria. If not, see <http://www.gnu.org/licenses/>.
// Umoria is free software released under a GPL v2 license and comes with
// ABSOLUTELY NO WARRANTY. See https://www.gnu.org/licenses/gpl-2.0.html
// for further details.

#include "headers.h"

Expand Down
17 changes: 3 additions & 14 deletions src/headers.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,9 @@
//
// Copyright (c) 1989-94 James E. Wilson, Robert A. Koeneke
//
// This file is part of Umoria.
//
// Umoria 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.
//
// Umoria 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 Umoria. If not, see <http://www.gnu.org/licenses/>.
// Umoria is free software released under a GPL v2 license and comes with
// ABSOLUTELY NO WARRANTY. See https://www.gnu.org/licenses/gpl-2.0.html
// for further details.

#pragma once

Expand Down
17 changes: 3 additions & 14 deletions src/help.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,9 @@
// Copyright (C) 1989-2008 James E. Wilson, Robert A. Koeneke,
// David J. Grabiner
//
// This file is part of Umoria.
//
// Umoria 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.
//
// Umoria 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 Umoria. If not, see <http://www.gnu.org/licenses/>.
// Umoria is free software released under a GPL v2 license and comes with
// ABSOLUTELY NO WARRANTY. See https://www.gnu.org/licenses/gpl-2.0.html
// for further details.

#include "headers.h"

Expand Down
17 changes: 3 additions & 14 deletions src/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,9 @@
// Copyright (C) 1989-2008 James E. Wilson, Robert A. Koeneke,
// David J. Grabiner
//
// This file is part of Umoria.
//
// Umoria 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.
//
// Umoria 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 Umoria. If not, see <http://www.gnu.org/licenses/>.
// Umoria is free software released under a GPL v2 license and comes with
// ABSOLUTELY NO WARRANTY. See https://www.gnu.org/licenses/gpl-2.0.html
// for further details.

#include "headers.h"
#include "curses.h"
Expand Down
17 changes: 3 additions & 14 deletions src/magic.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,9 @@
// Copyright (C) 1989-2008 James E. Wilson, Robert A. Koeneke,
// David J. Grabiner
//
// This file is part of Umoria.
//
// Umoria 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.
//
// Umoria 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 Umoria. If not, see <http://www.gnu.org/licenses/>.
// Umoria is free software released under a GPL v2 license and comes with
// ABSOLUTELY NO WARRANTY. See https://www.gnu.org/licenses/gpl-2.0.html
// for further details.

#include "headers.h"

Expand Down
Loading

0 comments on commit df109c5

Please sign in to comment.