From 537debda2bba0f97734602a95d412569fb607efb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 18 Sep 2016 20:59:33 -0400 Subject: Update copyright dates --- raul/Array.hpp | 2 +- raul/Deletable.hpp | 2 +- raul/DoubleBuffer.hpp | 2 +- raul/Maid.hpp | 2 +- raul/Noncopyable.hpp | 2 +- raul/Path.hpp | 2 +- raul/Process.hpp | 2 +- raul/SRMWQueue.hpp | 2 +- raul/SRSWQueue.hpp | 2 +- raul/Semaphore.hpp | 2 +- raul/Socket.hpp | 2 +- raul/Symbol.hpp | 2 +- raul/TimeStamp.hpp | 2 +- raul/URI.hpp | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'raul') diff --git a/raul/Array.hpp b/raul/Array.hpp index ddbad3f..1920b4a 100644 --- a/raul/Array.hpp +++ b/raul/Array.hpp @@ -1,6 +1,6 @@ /* This file is part of Raul. - Copyright 2007-2012 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/raul/Deletable.hpp b/raul/Deletable.hpp index 212de9c..02b35c5 100644 --- a/raul/Deletable.hpp +++ b/raul/Deletable.hpp @@ -1,7 +1,7 @@ /* This file is part of Raul. - Copyright 2007-2012 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/raul/DoubleBuffer.hpp b/raul/DoubleBuffer.hpp index c2a3051..d6d6287 100644 --- a/raul/DoubleBuffer.hpp +++ b/raul/DoubleBuffer.hpp @@ -1,6 +1,6 @@ /* This file is part of Raul. - Copyright 2007-2012 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/raul/Maid.hpp b/raul/Maid.hpp index a2e1a92..edefabe 100644 --- a/raul/Maid.hpp +++ b/raul/Maid.hpp @@ -1,6 +1,6 @@ /* This file is part of Raul. - Copyright 2007-2012 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/raul/Noncopyable.hpp b/raul/Noncopyable.hpp index 29b235d..633df6e 100644 --- a/raul/Noncopyable.hpp +++ b/raul/Noncopyable.hpp @@ -1,6 +1,6 @@ /* This file is part of Raul. - Copyright 2007-2012 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/raul/Path.hpp b/raul/Path.hpp index 256c1fc..2d0c9c7 100644 --- a/raul/Path.hpp +++ b/raul/Path.hpp @@ -1,6 +1,6 @@ /* This file is part of Raul. - Copyright 2007-2012 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/raul/Process.hpp b/raul/Process.hpp index 1ddb41f..7e1c5a0 100644 --- a/raul/Process.hpp +++ b/raul/Process.hpp @@ -1,6 +1,6 @@ /* This file is part of Raul. - Copyright 2007-2012 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/raul/SRMWQueue.hpp b/raul/SRMWQueue.hpp index 2a36e5b..b4d43ee 100644 --- a/raul/SRMWQueue.hpp +++ b/raul/SRMWQueue.hpp @@ -1,6 +1,6 @@ /* This file is part of Raul. - Copyright 2007-2012 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/raul/SRSWQueue.hpp b/raul/SRSWQueue.hpp index 754cccd..8b910da 100644 --- a/raul/SRSWQueue.hpp +++ b/raul/SRSWQueue.hpp @@ -1,6 +1,6 @@ /* This file is part of Raul. - Copyright 2007-2012 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/raul/Semaphore.hpp b/raul/Semaphore.hpp index 9979a09..867e4be 100644 --- a/raul/Semaphore.hpp +++ b/raul/Semaphore.hpp @@ -1,6 +1,6 @@ /* This file is part of Raul. - Copyright 2007-2012 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/raul/Socket.hpp b/raul/Socket.hpp index e4fca86..6246f02 100644 --- a/raul/Socket.hpp +++ b/raul/Socket.hpp @@ -1,6 +1,6 @@ /* This file is part of Raul. - Copyright 2007-2013 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/raul/Symbol.hpp b/raul/Symbol.hpp index 551d770..1ec775f 100644 --- a/raul/Symbol.hpp +++ b/raul/Symbol.hpp @@ -1,6 +1,6 @@ /* This file is part of Raul. - Copyright 2007-2012 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/raul/TimeStamp.hpp b/raul/TimeStamp.hpp index f27e761..179b6fe 100644 --- a/raul/TimeStamp.hpp +++ b/raul/TimeStamp.hpp @@ -1,6 +1,6 @@ /* This file is part of Raul. - Copyright 2007-2012 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/raul/URI.hpp b/raul/URI.hpp index af33ddc..84b5497 100644 --- a/raul/URI.hpp +++ b/raul/URI.hpp @@ -1,6 +1,6 @@ /* This file is part of Raul. - Copyright 2007-2012 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