From 5c263125aeae87dcd4694a4d3a4781bda7247a00 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Jan 2021 14:26:18 +0100 Subject: Use email address instead of website for attribution --- include/raul/Array.hpp | 3 +-- include/raul/Deletable.hpp | 3 +-- include/raul/DoubleBuffer.hpp | 3 +-- include/raul/Exception.hpp | 3 +-- include/raul/Maid.hpp | 3 +-- include/raul/Noncopyable.hpp | 3 +-- include/raul/Path.hpp | 3 +-- include/raul/Process.hpp | 3 +-- include/raul/RingBuffer.hpp | 3 +-- include/raul/Semaphore.hpp | 3 +-- include/raul/Socket.hpp | 3 +-- include/raul/Symbol.hpp | 3 +-- include/raul/TimeSlice.hpp | 3 +-- include/raul/TimeStamp.hpp | 3 +-- test/array_test.cpp | 3 +-- test/build_test.cpp | 3 +-- test/double_buffer_test.cpp | 3 +-- test/maid_test.cpp | 3 +-- test/path_test.cpp | 3 +-- test/ringbuffer_test.cpp | 3 +-- test/sem_test.cpp | 3 +-- test/socket_test.cpp | 3 +-- test/symbol_test.cpp | 3 +-- test/thread_test.cpp | 3 +-- test/time_test.cpp | 3 +-- 25 files changed, 25 insertions(+), 50 deletions(-) diff --git a/include/raul/Array.hpp b/include/raul/Array.hpp index 018d114..a80038f 100644 --- a/include/raul/Array.hpp +++ b/include/raul/Array.hpp @@ -1,6 +1,5 @@ /* - This file is part of Raul. - Copyright 2007-2013 David Robillard + Copyright 2007-2013 David Robillard Raul 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 diff --git a/include/raul/Deletable.hpp b/include/raul/Deletable.hpp index 191daaf..63a7a88 100644 --- a/include/raul/Deletable.hpp +++ b/include/raul/Deletable.hpp @@ -1,6 +1,5 @@ /* - This file is part of Raul. - Copyright 2007-2013 David Robillard + Copyright 2007-2013 David Robillard Raul 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 diff --git a/include/raul/DoubleBuffer.hpp b/include/raul/DoubleBuffer.hpp index 9163e0c..95ece0f 100644 --- a/include/raul/DoubleBuffer.hpp +++ b/include/raul/DoubleBuffer.hpp @@ -1,6 +1,5 @@ /* - This file is part of Raul. - Copyright 2007-2013 David Robillard + Copyright 2007-2013 David Robillard Raul 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 diff --git a/include/raul/Exception.hpp b/include/raul/Exception.hpp index 25e1d03..40a4382 100644 --- a/include/raul/Exception.hpp +++ b/include/raul/Exception.hpp @@ -1,6 +1,5 @@ /* - This file is part of Raul. - Copyright 2007-2012 David Robillard + Copyright 2007-2012 David Robillard Raul 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 diff --git a/include/raul/Maid.hpp b/include/raul/Maid.hpp index 34061ad..1c1977f 100644 --- a/include/raul/Maid.hpp +++ b/include/raul/Maid.hpp @@ -1,6 +1,5 @@ /* - This file is part of Raul. - Copyright 2007-2017 David Robillard + Copyright 2007-2017 David Robillard Raul 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 diff --git a/include/raul/Noncopyable.hpp b/include/raul/Noncopyable.hpp index 7559f84..5ab4d82 100644 --- a/include/raul/Noncopyable.hpp +++ b/include/raul/Noncopyable.hpp @@ -1,6 +1,5 @@ /* - This file is part of Raul. - Copyright 2007-2013 David Robillard + Copyright 2007-2013 David Robillard Raul 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 diff --git a/include/raul/Path.hpp b/include/raul/Path.hpp index 984d95b..f455049 100644 --- a/include/raul/Path.hpp +++ b/include/raul/Path.hpp @@ -1,6 +1,5 @@ /* - This file is part of Raul. - Copyright 2007-2014 David Robillard + Copyright 2007-2014 David Robillard Raul 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 diff --git a/include/raul/Process.hpp b/include/raul/Process.hpp index 15673f0..d77c3f3 100644 --- a/include/raul/Process.hpp +++ b/include/raul/Process.hpp @@ -1,6 +1,5 @@ /* - This file is part of Raul. - Copyright 2007-2015 David Robillard + Copyright 2007-2015 David Robillard Raul 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 diff --git a/include/raul/RingBuffer.hpp b/include/raul/RingBuffer.hpp index b6bde0d..6c61d38 100644 --- a/include/raul/RingBuffer.hpp +++ b/include/raul/RingBuffer.hpp @@ -1,6 +1,5 @@ /* - This file is part of Raul. - Copyright 2007-2012 David Robillard + Copyright 2007-2012 David Robillard Raul 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 diff --git a/include/raul/Semaphore.hpp b/include/raul/Semaphore.hpp index a6203dc..f87dac3 100644 --- a/include/raul/Semaphore.hpp +++ b/include/raul/Semaphore.hpp @@ -1,6 +1,5 @@ /* - This file is part of Raul. - Copyright 2007-2014 David Robillard + Copyright 2007-2014 David Robillard Raul 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 diff --git a/include/raul/Socket.hpp b/include/raul/Socket.hpp index f3a4b07..2a67fd3 100644 --- a/include/raul/Socket.hpp +++ b/include/raul/Socket.hpp @@ -1,6 +1,5 @@ /* - This file is part of Raul. - Copyright 2007-2015 David Robillard + Copyright 2007-2015 David Robillard Raul 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 diff --git a/include/raul/Symbol.hpp b/include/raul/Symbol.hpp index 35cd39d..ff593ff 100644 --- a/include/raul/Symbol.hpp +++ b/include/raul/Symbol.hpp @@ -1,6 +1,5 @@ /* - This file is part of Raul. - Copyright 2007-2014 David Robillard + Copyright 2007-2014 David Robillard Raul 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 diff --git a/include/raul/TimeSlice.hpp b/include/raul/TimeSlice.hpp index 594e1a9..90eb7d4 100644 --- a/include/raul/TimeSlice.hpp +++ b/include/raul/TimeSlice.hpp @@ -1,6 +1,5 @@ /* - This file is part of Raul. - Copyright 2007-2012 David Robillard + Copyright 2007-2012 David Robillard Raul 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 diff --git a/include/raul/TimeStamp.hpp b/include/raul/TimeStamp.hpp index 5fd2353..01cc294 100644 --- a/include/raul/TimeStamp.hpp +++ b/include/raul/TimeStamp.hpp @@ -1,6 +1,5 @@ /* - This file is part of Raul. - Copyright 2007-2014 David Robillard + Copyright 2007-2014 David Robillard Raul 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 diff --git a/test/array_test.cpp b/test/array_test.cpp index 014b062..fcbc810 100644 --- a/test/array_test.cpp +++ b/test/array_test.cpp @@ -1,6 +1,5 @@ /* - This file is part of Raul. - Copyright 2007-2019 David Robillard + Copyright 2007-2019 David Robillard Raul 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 diff --git a/test/build_test.cpp b/test/build_test.cpp index 31b133a..a03f776 100644 --- a/test/build_test.cpp +++ b/test/build_test.cpp @@ -1,6 +1,5 @@ /* - This file is part of Raul. - Copyright 2007-2017 David Robillard + Copyright 2007-2017 David Robillard Raul 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 diff --git a/test/double_buffer_test.cpp b/test/double_buffer_test.cpp index f75f0ae..e1a4112 100644 --- a/test/double_buffer_test.cpp +++ b/test/double_buffer_test.cpp @@ -1,6 +1,5 @@ /* - This file is part of Raul. - Copyright 2013-2019 David Robillard + Copyright 2013-2019 David Robillard Raul 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 diff --git a/test/maid_test.cpp b/test/maid_test.cpp index c4b2dad..192960c 100644 --- a/test/maid_test.cpp +++ b/test/maid_test.cpp @@ -1,6 +1,5 @@ /* - This file is part of Raul. - Copyright 2007-2017 David Robillard + Copyright 2007-2017 David Robillard Raul 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 diff --git a/test/path_test.cpp b/test/path_test.cpp index 0ca2f45..deda557 100644 --- a/test/path_test.cpp +++ b/test/path_test.cpp @@ -1,6 +1,5 @@ /* - This file is part of Raul. - Copyright 2007-2019 David Robillard + Copyright 2007-2019 David Robillard Raul 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 diff --git a/test/ringbuffer_test.cpp b/test/ringbuffer_test.cpp index d7caeaf..2a83912 100644 --- a/test/ringbuffer_test.cpp +++ b/test/ringbuffer_test.cpp @@ -1,6 +1,5 @@ /* - This file is part of Raul. - Copyright 2007-2019 David Robillard + Copyright 2007-2019 David Robillard Raul 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 diff --git a/test/sem_test.cpp b/test/sem_test.cpp index 808733b..58bc56c 100644 --- a/test/sem_test.cpp +++ b/test/sem_test.cpp @@ -1,6 +1,5 @@ /* - This file is part of Raul. - Copyright 2007-2017 David Robillard + Copyright 2007-2017 David Robillard Raul 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 diff --git a/test/socket_test.cpp b/test/socket_test.cpp index bf0fd33..f2f04fc 100644 --- a/test/socket_test.cpp +++ b/test/socket_test.cpp @@ -1,6 +1,5 @@ /* - This file is part of Raul. - Copyright 2007-2019 David Robillard + Copyright 2007-2019 David Robillard Raul 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 diff --git a/test/symbol_test.cpp b/test/symbol_test.cpp index f17878d..16d9476 100644 --- a/test/symbol_test.cpp +++ b/test/symbol_test.cpp @@ -1,6 +1,5 @@ /* - This file is part of Raul. - Copyright 2007-2019 David Robillard + Copyright 2007-2019 David Robillard Raul 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 diff --git a/test/thread_test.cpp b/test/thread_test.cpp index cf65050..b2a8144 100644 --- a/test/thread_test.cpp +++ b/test/thread_test.cpp @@ -1,6 +1,5 @@ /* - This file is part of Raul. - Copyright 2007-2019 David Robillard + Copyright 2007-2019 David Robillard Raul 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 diff --git a/test/time_test.cpp b/test/time_test.cpp index 4b72feb..6bd1e38 100644 --- a/test/time_test.cpp +++ b/test/time_test.cpp @@ -1,6 +1,5 @@ /* - This file is part of Raul. - Copyright 2007-2015 David Robillard + Copyright 2007-2015 David Robillard Raul 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 -- cgit v1.2.1