Skip to content

Commit df109c5

Browse files
author
Michael Cook
committed
Replaces file header license with a more concise version
1 parent 08127aa commit df109c5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+132
-618
lines changed

src/config.h

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,9 @@
33
// Copyright (C) 1989-2008 James E. Wilson, Robert A. Koeneke,
44
// David J. Grabiner
55
//
6-
// This file is part of Umoria.
7-
//
8-
// Umoria is free software: you can redistribute it and/or modify
9-
// it under the terms of the GNU General Public License as published by
10-
// the Free Software Foundation, either version 3 of the License, or
11-
// (at your option) any later version.
12-
//
13-
// Umoria is distributed in the hope that it will be useful,
14-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
// GNU General Public License for more details.
17-
//
18-
// You should have received a copy of the GNU General Public License
19-
// along with Umoria. If not, see <http://www.gnu.org/licenses/>.
6+
// Umoria is free software released under a GPL v2 license and comes with
7+
// ABSOLUTELY NO WARRANTY. See https://www.gnu.org/licenses/gpl-2.0.html
8+
// for further details.
209

2110
// NOTE: the wizard password and wizard uid are no longer used.
2211
//

src/constant.h

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,9 @@
22
//
33
// Copyright (c) 1989-94 James E. Wilson, Robert A. Koeneke
44
//
5-
// This file is part of Umoria.
6-
//
7-
// Umoria is free software: you can redistribute it and/or modify
8-
// it under the terms of the GNU General Public License as published by
9-
// the Free Software Foundation, either version 3 of the License, or
10-
// (at your option) any later version.
11-
//
12-
// Umoria is distributed in the hope that it will be useful,
13-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
// GNU General Public License for more details.
16-
//
17-
// You should have received a copy of the GNU General Public License
18-
// along with Umoria. If not, see <http://www.gnu.org/licenses/>.
19-
5+
// Umoria is free software released under a GPL v2 license and comes with
6+
// ABSOLUTELY NO WARRANTY. See https://www.gnu.org/licenses/gpl-2.0.html
7+
// for further details.
208

219
// Note to the Wizard:
2210
// Tweaking these constants can *GREATLY* change the game.

src/create.c

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,9 @@
33
// Copyright (C) 1989-2008 James E. Wilson, Robert A. Koeneke,
44
// David J. Grabiner
55
//
6-
// This file is part of Umoria.
7-
//
8-
// Umoria is free software: you can redistribute it and/or modify
9-
// it under the terms of the GNU General Public License as published by
10-
// the Free Software Foundation, either version 3 of the License, or
11-
// (at your option) any later version.
12-
//
13-
// Umoria is distributed in the hope that it will be useful,
14-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
// GNU General Public License for more details.
17-
//
18-
// You should have received a copy of the GNU General Public License
19-
// along with Umoria. If not, see <http://www.gnu.org/licenses/>.
6+
// Umoria is free software released under a GPL v2 license and comes with
7+
// ABSOLUTELY NO WARRANTY. See https://www.gnu.org/licenses/gpl-2.0.html
8+
// for further details.
209

2110
#include "headers.h"
2211

src/creature.c

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,9 @@
33
// Copyright (C) 1989-2008 James E. Wilson, Robert A. Koeneke,
44
// David J. Grabiner
55
//
6-
// This file is part of Umoria.
7-
//
8-
// Umoria is free software: you can redistribute it and/or modify
9-
// it under the terms of the GNU General Public License as published by
10-
// the Free Software Foundation, either version 3 of the License, or
11-
// (at your option) any later version.
12-
//
13-
// Umoria is distributed in the hope that it will be useful,
14-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
// GNU General Public License for more details.
17-
//
18-
// You should have received a copy of the GNU General Public License
19-
// along with Umoria. If not, see <http://www.gnu.org/licenses/>.
6+
// Umoria is free software released under a GPL v2 license and comes with
7+
// ABSOLUTELY NO WARRANTY. See https://www.gnu.org/licenses/gpl-2.0.html
8+
// for further details.
209

2110
#include "headers.h"
2211

src/curses.h

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,9 @@
22
//
33
// Copyright (c) 1989-94 James E. Wilson, Robert A. Koeneke
44
//
5-
// This file is part of Umoria.
6-
//
7-
// Umoria is free software: you can redistribute it and/or modify
8-
// it under the terms of the GNU General Public License as published by
9-
// the Free Software Foundation, either version 3 of the License, or
10-
// (at your option) any later version.
11-
//
12-
// Umoria is distributed in the hope that it will be useful,
13-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
// GNU General Public License for more details.
16-
//
17-
// You should have received a copy of the GNU General Public License
18-
// along with Umoria. If not, see <http://www.gnu.org/licenses/>.
5+
// Umoria is free software released under a GPL v2 license and comes with
6+
// ABSOLUTELY NO WARRANTY. See https://www.gnu.org/licenses/gpl-2.0.html
7+
// for further details.
198

209
#pragma once
2110

src/death.c

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,9 @@
33
// Copyright (C) 1989-2008 James E. Wilson, Robert A. Koeneke,
44
// David J. Grabiner
55
//
6-
// This file is part of Umoria.
7-
//
8-
// Umoria is free software: you can redistribute it and/or modify
9-
// it under the terms of the GNU General Public License as published by
10-
// the Free Software Foundation, either version 3 of the License, or
11-
// (at your option) any later version.
12-
//
13-
// Umoria is distributed in the hope that it will be useful,
14-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
// GNU General Public License for more details.
17-
//
18-
// You should have received a copy of the GNU General Public License
19-
// along with Umoria. If not, see <http://www.gnu.org/licenses/>.
6+
// Umoria is free software released under a GPL v2 license and comes with
7+
// ABSOLUTELY NO WARRANTY. See https://www.gnu.org/licenses/gpl-2.0.html
8+
// for further details.
209

2110
#include "headers.h"
2211

src/desc.c

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,9 @@
22
//
33
// Copyright (c) 1989-94 James E. Wilson, Robert A. Koeneke
44
//
5-
// This file is part of Umoria.
6-
//
7-
// Umoria is free software: you can redistribute it and/or modify
8-
// it under the terms of the GNU General Public License as published by
9-
// the Free Software Foundation, either version 3 of the License, or
10-
// (at your option) any later version.
11-
//
12-
// Umoria is distributed in the hope that it will be useful,
13-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
// GNU General Public License for more details.
16-
//
17-
// You should have received a copy of the GNU General Public License
18-
// along with Umoria. If not, see <http://www.gnu.org/licenses/>.
5+
// Umoria is free software released under a GPL v2 license and comes with
6+
// ABSOLUTELY NO WARRANTY. See https://www.gnu.org/licenses/gpl-2.0.html
7+
// for further details.
198

209
#include "headers.h"
2110

src/dungeon.c

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,9 @@
33
// Copyright (C) 1989-2008 James E. Wilson, Robert A. Koeneke,
44
// David J. Grabiner
55
//
6-
// This file is part of Umoria.
7-
//
8-
// Umoria is free software: you can redistribute it and/or modify
9-
// it under the terms of the GNU General Public License as published by
10-
// the Free Software Foundation, either version 3 of the License, or
11-
// (at your option) any later version.
12-
//
13-
// Umoria is distributed in the hope that it will be useful,
14-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
// GNU General Public License for more details.
17-
//
18-
// You should have received a copy of the GNU General Public License
19-
// along with Umoria. If not, see <http://www.gnu.org/licenses/>.
6+
// Umoria is free software released under a GPL v2 license and comes with
7+
// ABSOLUTELY NO WARRANTY. See https://www.gnu.org/licenses/gpl-2.0.html
8+
// for further details.
209

2110
#include "headers.h"
2211

src/eat.c

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,9 @@
33
// Copyright (C) 1989-2008 James E. Wilson, Robert A. Koeneke,
44
// David J. Grabiner
55
//
6-
// This file is part of Umoria.
7-
//
8-
// Umoria is free software: you can redistribute it and/or modify
9-
// it under the terms of the GNU General Public License as published by
10-
// the Free Software Foundation, either version 3 of the License, or
11-
// (at your option) any later version.
12-
//
13-
// Umoria is distributed in the hope that it will be useful,
14-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
// GNU General Public License for more details.
17-
//
18-
// You should have received a copy of the GNU General Public License
19-
// along with Umoria. If not, see <http://www.gnu.org/licenses/>.
6+
// Umoria is free software released under a GPL v2 license and comes with
7+
// ABSOLUTELY NO WARRANTY. See https://www.gnu.org/licenses/gpl-2.0.html
8+
// for further details.
209

2110
#include "headers.h"
2211

src/externs.h

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,9 @@
33
// Copyright (C) 1989-2008 James E. Wilson, Robert A. Koeneke,
44
// David J. Grabiner
55
//
6-
// This file is part of Umoria.
7-
//
8-
// Umoria is free software: you can redistribute it and/or modify
9-
// it under the terms of the GNU General Public License as published by
10-
// the Free Software Foundation, either version 3 of the License, or
11-
// (at your option) any later version.
12-
//
13-
// Umoria is distributed in the hope that it will be useful,
14-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
// GNU General Public License for more details.
17-
//
18-
// You should have received a copy of the GNU General Public License
19-
// along with Umoria. If not, see <http://www.gnu.org/licenses/>.
20-
6+
// Umoria is free software released under a GPL v2 license and comes with
7+
// ABSOLUTELY NO WARRANTY. See https://www.gnu.org/licenses/gpl-2.0.html
8+
// for further details.
219

2210
extern char *copyright[5];
2311

0 commit comments

Comments
 (0)