Skip to content

Commit

Permalink
MORTEVIELLE: Modify copyright string to include 1987.
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Apr 6, 2012
1 parent 18ebc66 commit 37391a7
Show file tree
Hide file tree
Showing 20 changed files with 36 additions and 16 deletions.
2 changes: 1 addition & 1 deletion engines/mortevielle/actions.cpp
Expand Up @@ -22,7 +22,7 @@

/*
* This code is based on original Mortville Manor DOS source code
* Copyright (c) 1988-1989 Lankhor
* Copyright (c) 1987-1989 Lankhor
*/

#include "common/scummsys.h"
Expand Down
2 changes: 1 addition & 1 deletion engines/mortevielle/detection.cpp
Expand Up @@ -51,7 +51,7 @@ class MortevielleMetaEngine : public AdvancedMetaEngine {
}

virtual const char *getOriginalCopyright() const {
return "Mortville Manor (C) 1988-89 Lankhor";
return "Mortville Manor (C) 1987-89 Lankhor";
}

virtual bool createInstance(OSystem *syst, Engine **engine, const ADGameDescription *desc) const;
Expand Down
2 changes: 1 addition & 1 deletion engines/mortevielle/dialogs.cpp
Expand Up @@ -22,7 +22,7 @@

/*
* This code is based on original Mortville Manor DOS source code
* Copyright (c) 1988-1989 Lankhor
* Copyright (c) 1987-1989 Lankhor
*/

#include "common/str.h"
Expand Down
2 changes: 1 addition & 1 deletion engines/mortevielle/dialogs.h
Expand Up @@ -22,7 +22,7 @@

/*
* This code is based on original Mortville Manor DOS source code
* Copyright (c) 1988-1989 Lankhor
* Copyright (c) 1987-1989 Lankhor
*/

#ifndef MORTEVIELLE_ALERT_H
Expand Down
5 changes: 5 additions & 0 deletions engines/mortevielle/graphics.cpp
Expand Up @@ -20,6 +20,11 @@
*
*/

/*
* This code is based on original Mortville Manor DOS source code
* Copyright (c) 1987-1989 Lankhor
*/

#include "common/endian.h"
#include "common/system.h"
#include "graphics/palette.h"
Expand Down
5 changes: 5 additions & 0 deletions engines/mortevielle/graphics.h
Expand Up @@ -20,6 +20,11 @@
*
*/

/*
* This code is based on original Mortville Manor DOS source code
* Copyright (c) 1987-1989 Lankhor
*/

#ifndef MORTEVIELLE_GRAPHICS_H
#define MORTEVIELLE_GRAPHICS_H

Expand Down
2 changes: 1 addition & 1 deletion engines/mortevielle/menu.cpp
Expand Up @@ -22,7 +22,7 @@

/*
* This code is based on original Mortville Manor DOS source code
* Copyright (c) 1988-1989 Lankhor
* Copyright (c) 1987-1989 Lankhor
*/

#include "common/scummsys.h"
Expand Down
2 changes: 1 addition & 1 deletion engines/mortevielle/menu.h
Expand Up @@ -22,7 +22,7 @@

/*
* This code is based on original Mortville Manor DOS source code
* Copyright (c) 1988-1989 Lankhor
* Copyright (c) 1987-1989 Lankhor
*/

#ifndef MORTEVIELLE_MENU_H
Expand Down
5 changes: 5 additions & 0 deletions engines/mortevielle/mortevielle.cpp
Expand Up @@ -20,6 +20,11 @@
*
*/

/*
* This code is based on original Mortville Manor DOS source code
* Copyright (c) 1987-1989 Lankhor
*/

#include "common/system.h"
#include "common/config-manager.h"
#include "common/debug-channels.h"
Expand Down
5 changes: 5 additions & 0 deletions engines/mortevielle/mortevielle.h
Expand Up @@ -20,6 +20,11 @@
*
*/

/*
* This code is based on original Mortville Manor DOS source code
* Copyright (c) 1987-1989 Lankhor
*/

#ifndef MORTEVIELLE_H
#define MORTEVIELLE_H

Expand Down
2 changes: 1 addition & 1 deletion engines/mortevielle/mouse.cpp
Expand Up @@ -22,7 +22,7 @@

/*
* This code is based on original Mortville Manor DOS source code
* Copyright (c) 1988-1989 Lankhor
* Copyright (c) 1987-1989 Lankhor
*/

#include "common/endian.h"
Expand Down
2 changes: 1 addition & 1 deletion engines/mortevielle/mouse.h
Expand Up @@ -22,7 +22,7 @@

/*
* This code is based on original Mortville Manor DOS source code
* Copyright (c) 1988-1989 Lankhor
* Copyright (c) 1987-1989 Lankhor
*/

#ifndef MORTEVIELLE_MOUSE_H
Expand Down
2 changes: 1 addition & 1 deletion engines/mortevielle/outtext.cpp
Expand Up @@ -22,7 +22,7 @@

/*
* This code is based on original Mortville Manor DOS source code
* Copyright (c) 1988-1989 Lankhor
* Copyright (c) 1987-1989 Lankhor
*/

#include "common/file.h"
Expand Down
2 changes: 1 addition & 1 deletion engines/mortevielle/outtext.h
Expand Up @@ -22,7 +22,7 @@

/*
* This code is based on original Mortville Manor DOS source code
* Copyright (c) 1988-1989 Lankhor
* Copyright (c) 1987-1989 Lankhor
*/

#ifndef MORTEVIELLE_OUTTEXT_H
Expand Down
2 changes: 1 addition & 1 deletion engines/mortevielle/saveload.cpp
Expand Up @@ -22,7 +22,7 @@

/*
* This code is based on original Mortville Manor DOS source code
* Copyright (c) 1988-1989 Lankhor
* Copyright (c) 1987-1989 Lankhor
*/

#include "common/file.h"
Expand Down
2 changes: 1 addition & 1 deletion engines/mortevielle/saveload.h
Expand Up @@ -22,7 +22,7 @@

/*
* This code is based on original Mortville Manor DOS source code
* Copyright (c) 1988-1989 Lankhor
* Copyright (c) 1987-1989 Lankhor
*/

#ifndef MORTEVIELLE_SAVELOAD_H
Expand Down
2 changes: 1 addition & 1 deletion engines/mortevielle/sound.cpp
Expand Up @@ -22,7 +22,7 @@

/*
* This code is based on original Mortville Manor DOS source code
* Copyright (c) 1988-1989 Lankhor
* Copyright (c) 1987-1989 Lankhor
*/

#include "common/scummsys.h"
Expand Down
2 changes: 1 addition & 1 deletion engines/mortevielle/sound.h
Expand Up @@ -22,7 +22,7 @@

/*
* This code is based on original Mortville Manor DOS source code
* Copyright (c) 1988-1989 Lankhor
* Copyright (c) 1987-1989 Lankhor
*/

#ifndef MORTEVIELLE_SOUND_H
Expand Down
2 changes: 1 addition & 1 deletion engines/mortevielle/speech.cpp
Expand Up @@ -22,7 +22,7 @@

/*
* This code is based on original Mortville Manor DOS source code
* Copyright (c) 1988-1989 Lankhor
* Copyright (c) 1987-1989 Lankhor
*/

#include "common/endian.h"
Expand Down
2 changes: 1 addition & 1 deletion engines/mortevielle/speech.h
Expand Up @@ -22,7 +22,7 @@

/*
* This code is based on original Mortville Manor DOS source code
* Copyright (c) 1988-1989 Lankhor
* Copyright (c) 1987-1989 Lankhor
*/

#ifndef MORTEVIELLE_PAROLE_H
Expand Down

0 comments on commit 37391a7

Please sign in to comment.