Skip to content

Commit

Permalink
Fix copyright notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillof committed Mar 24, 2024
1 parent b6e796d commit 2964322
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 24 deletions.
26 changes: 14 additions & 12 deletions src/Progress.cc
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
/*
Progress.cc --
Progress.cc -- progress reporting
Copyright (C) 2024 Dieter Baron and Thomas Klausner
Copyright (C) Dieter Baron
The authors can be contacted at <[email protected]>
This file is part of ckmame, a program to check rom sets for MAME.
The authors can be contacted at <[email protected]>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. The names of the authors may not be used to endorse or promote
products derived from this software without specific prior
written permission.
THIS SOFTWARE IS PROVIDED BY THE AUTHORS "AS IS" AND ANY EXPRESS
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. The name of the author may not be used to endorse or promote
products derived from this software without specific prior
written permission.
THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
Expand Down
26 changes: 14 additions & 12 deletions src/Progress.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,26 @@
#define PROGRESS_H

/*
Progress.h --
Progress.h -- progress reporting
Copyright (C) 2024 Dieter Baron and Thomas Klausner
Copyright (C) Dieter Baron
The authors can be contacted at <[email protected]>
This file is part of ckmame, a program to check rom sets for MAME.
The authors can be contacted at <[email protected]>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. The names of the authors may not be used to endorse or promote
products derived from this software without specific prior
written permission.
THIS SOFTWARE IS PROVIDED BY THE AUTHORS "AS IS" AND ANY EXPRESS
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. The name of the author may not be used to endorse or promote
products derived from this software without specific prior
written permission.
THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
Expand Down

0 comments on commit 2964322

Please sign in to comment.