From ef2769426fe2a0bec2985377f99752d8a2cc2c3b Mon Sep 17 00:00:00 2001 From: John Scipione Date: Fri, 27 Jun 2014 22:32:57 -0400 Subject: [PATCH] MidiPlayer: Update copyright headers Add Haiku, Inc. for all changes 2008-2014 based on commit logs. If people want to assign their own copyright for work they did they probably should add there name to the copyright list. --- src/apps/midiplayer/MidiPlayer.rdef | 3 ++- src/apps/midiplayer/MidiPlayerApp.cpp | 1 + src/apps/midiplayer/MidiPlayerApp.h | 1 + src/apps/midiplayer/MidiPlayerWindow.cpp | 1 + src/apps/midiplayer/MidiPlayerWindow.h | 3 ++- src/apps/midiplayer/ScopeView.cpp | 1 + src/apps/midiplayer/ScopeView.h | 1 + src/apps/midiplayer/SynthBridge.cpp | 1 + src/apps/midiplayer/SynthBridge.h | 1 + 9 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/apps/midiplayer/MidiPlayer.rdef b/src/apps/midiplayer/MidiPlayer.rdef index f9ffc134a5..a8fc493497 100644 --- a/src/apps/midiplayer/MidiPlayer.rdef +++ b/src/apps/midiplayer/MidiPlayer.rdef @@ -10,7 +10,8 @@ resource app_version { variety = B_APPV_BETA, internal = 0, short_info = "MidiPlayer", - long_info = "MidiPlayer ©2004-2009 Haiku, Inc." + long_info = "MidiPlayer Copyright (c) 2004 Matthijs Hollemans, " + "(c) 2008-2014 Haiku, Inc. All rights reserved." }; resource app_flags B_SINGLE_LAUNCH; diff --git a/src/apps/midiplayer/MidiPlayerApp.cpp b/src/apps/midiplayer/MidiPlayerApp.cpp index 294058c396..c4309a9eef 100644 --- a/src/apps/midiplayer/MidiPlayerApp.cpp +++ b/src/apps/midiplayer/MidiPlayerApp.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2004 Matthijs Hollemans + * Copyright (c) 2008-2014 Haiku, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/src/apps/midiplayer/MidiPlayerApp.h b/src/apps/midiplayer/MidiPlayerApp.h index 87078af09c..7a3fdd876e 100644 --- a/src/apps/midiplayer/MidiPlayerApp.h +++ b/src/apps/midiplayer/MidiPlayerApp.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2004 Matthijs Hollemans + * Copyright (c) 2008-2014 Haiku, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/src/apps/midiplayer/MidiPlayerWindow.cpp b/src/apps/midiplayer/MidiPlayerWindow.cpp index a49e8217fb..a574be3bcc 100644 --- a/src/apps/midiplayer/MidiPlayerWindow.cpp +++ b/src/apps/midiplayer/MidiPlayerWindow.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2004 Matthijs Hollemans + * Copyright (c) 2008-2014 Haiku, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/src/apps/midiplayer/MidiPlayerWindow.h b/src/apps/midiplayer/MidiPlayerWindow.h index 09ec44b327..2db5db5e3a 100644 --- a/src/apps/midiplayer/MidiPlayerWindow.h +++ b/src/apps/midiplayer/MidiPlayerWindow.h @@ -1,6 +1,7 @@ /* * Copyright (c) 2004 Matthijs Hollemans - * + * Copyright (c) 2008-2014 Haiku, Inc. All rights reserved. + * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation diff --git a/src/apps/midiplayer/ScopeView.cpp b/src/apps/midiplayer/ScopeView.cpp index c9190d387f..6044ec3565 100644 --- a/src/apps/midiplayer/ScopeView.cpp +++ b/src/apps/midiplayer/ScopeView.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2004 Matthijs Hollemans + * Copyright (c) 2008-2014 Haiku, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/src/apps/midiplayer/ScopeView.h b/src/apps/midiplayer/ScopeView.h index 5aee87dcc7..474f9fed82 100644 --- a/src/apps/midiplayer/ScopeView.h +++ b/src/apps/midiplayer/ScopeView.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2004 Matthijs Hollemans + * Copyright (c) 2008-2014 Haiku, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/src/apps/midiplayer/SynthBridge.cpp b/src/apps/midiplayer/SynthBridge.cpp index 07b25404dd..91dff66c93 100644 --- a/src/apps/midiplayer/SynthBridge.cpp +++ b/src/apps/midiplayer/SynthBridge.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2004 Matthijs Hollemans + * Copyright (c) 2008-2014 Haiku, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/src/apps/midiplayer/SynthBridge.h b/src/apps/midiplayer/SynthBridge.h index a053410cc0..ddaf9ac232 100644 --- a/src/apps/midiplayer/SynthBridge.h +++ b/src/apps/midiplayer/SynthBridge.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2004 Matthijs Hollemans + * Copyright (c) 2008-2014 Haiku, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"),