summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/globals.cc1
-rw-r--r--libs/ardour/mix.cc3
-rw-r--r--libs/ardour/sse_functions.s2
-rw-r--r--libs/ardour/sse_functions_64bit.s2
4 files changed, 3 insertions, 5 deletions
diff --git a/libs/ardour/globals.cc b/libs/ardour/globals.cc
index ea055a2b6b..2d64c02c40 100644
--- a/libs/ardour/globals.cc
+++ b/libs/ardour/globals.cc
@@ -1,6 +1,5 @@
/*
Copyright (C) 2000 Paul Davis
- Copyright (C) 2005 Sampo Savolainen
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/libs/ardour/mix.cc b/libs/ardour/mix.cc
index cdb1bd7e66..1bc97dbd6a 100644
--- a/libs/ardour/mix.cc
+++ b/libs/ardour/mix.cc
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2000-2005 Paul Davis,
- Copyright (C) 2005 Sampo Savolainen
+ Copyright (C) 2000-2005 Paul Davis
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/libs/ardour/sse_functions.s b/libs/ardour/sse_functions.s
index 2285aff5fa..45ba911c0e 100644
--- a/libs/ardour/sse_functions.s
+++ b/libs/ardour/sse_functions.s
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2005 Sampo Savolainen
+ Copyright (C) 2005 Paul Davis
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/libs/ardour/sse_functions_64bit.s b/libs/ardour/sse_functions_64bit.s
index 15ad0da841..dd35934b63 100644
--- a/libs/ardour/sse_functions_64bit.s
+++ b/libs/ardour/sse_functions_64bit.s
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2005-2006 Sampo Savolainen, John Rigg
+ Copyright (C) 2005-2006 Paul Davis, John Rigg
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by