diff options
author | David Robillard <d@drobilla.net> | 2006-07-14 22:55:39 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-07-14 22:55:39 +0000 |
commit | 1b8e22760a3f1004fd19495bd10dc878b87c205f (patch) | |
tree | 1112320d0be8843b34d7f3a05350126ccf5acbb7 /src/common/util | |
parent | 5dc6649496e938b32a5fe9f341de6cce962d3731 (diff) | |
download | ingen-1b8e22760a3f1004fd19495bd10dc878b87c205f.tar.gz ingen-1b8e22760a3f1004fd19495bd10dc878b87c205f.tar.bz2 ingen-1b8e22760a3f1004fd19495bd10dc878b87c205f.zip |
Updated name in comment headers and copyright date
git-svn-id: http://svn.drobilla.net/lad/ingen@89 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/common/util')
-rw-r--r-- | src/common/util/CountedPtr.h | 2 | ||||
-rw-r--r-- | src/common/util/Path.h | 6 | ||||
-rw-r--r-- | src/common/util/Queue.h | 6 | ||||
-rw-r--r-- | src/common/util/Semaphore.h | 6 |
4 files changed, 10 insertions, 10 deletions
diff --git a/src/common/util/CountedPtr.h b/src/common/util/CountedPtr.h index d6cc46bb..16eb0eee 100644 --- a/src/common/util/CountedPtr.h +++ b/src/common/util/CountedPtr.h @@ -6,7 +6,7 @@ * Foundation; either version 2 of the License, or (at your option) any later * version. * - * This is distributed in the hope that it will be useful, but WITHOUT ANY + * This file is distributed in the hope that it will be useful, but WITHOUT ANY * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for details. * diff --git a/src/common/util/Path.h b/src/common/util/Path.h index 605736e5..441f35cd 100644 --- a/src/common/util/Path.h +++ b/src/common/util/Path.h @@ -1,11 +1,11 @@ -/* This file is part of Om. Copyright (C) 2005 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * - * Om is free software; you can redistribute it and/or modify it under the + * Ingen is free software; you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software * Foundation; either version 2 of the License, or (at your option) any later * version. * - * Om is distributed in the hope that it will be useful, but WITHOUT ANY + * Ingen is distributed in the hope that it will be useful, but WITHOUT ANY * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for details. * diff --git a/src/common/util/Queue.h b/src/common/util/Queue.h index db127e3e..10c7f0f5 100644 --- a/src/common/util/Queue.h +++ b/src/common/util/Queue.h @@ -1,11 +1,11 @@ -/* This file is part of Om. Copyright (C) 2005 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * - * Om is free software; you can redistribute it and/or modify it under the + * Ingen is free software; you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software * Foundation; either version 2 of the License, or (at your option) any later * version. * - * Om is distributed in the hope that it will be useful, but WITHOUT ANY + * Ingen is distributed in the hope that it will be useful, but WITHOUT ANY * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for details. * diff --git a/src/common/util/Semaphore.h b/src/common/util/Semaphore.h index fdf63802..a98124bf 100644 --- a/src/common/util/Semaphore.h +++ b/src/common/util/Semaphore.h @@ -1,11 +1,11 @@ -/* This file is part of Om. Copyright (C) 2005 Dave Robillard. +/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. * - * Om is free software; you can redistribute it and/or modify it under the + * Ingen is free software; you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software * Foundation; either version 2 of the License, or (at your option) any later * version. * - * Om is distributed in the hope that it will be useful, but WITHOUT ANY + * Ingen is distributed in the hope that it will be useful, but WITHOUT ANY * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for details. * |