From: Philippe Proulx Date: Wed, 16 Mar 2016 16:16:01 +0000 (-0400) Subject: Update copyright notices X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=13405819c0db38d0f98a273481366ce98565a670;p=deliverable%2Fbarectf.git Update copyright notices Signed-off-by: Philippe Proulx --- diff --git a/LICENSE b/LICENSE index bbaf6c3..5ea6bc8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 Philippe Proulx +Copyright (c) 2014-2016 Philippe Proulx Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/barectf/cli.py b/barectf/cli.py index 00a1ce9..b9d8b41 100644 --- a/barectf/cli.py +++ b/barectf/cli.py @@ -1,6 +1,6 @@ # The MIT License (MIT) # -# Copyright (c) 2014-2015 Philippe Proulx +# Copyright (c) 2014-2016 Philippe Proulx # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/barectf/config.py b/barectf/config.py index 5e690b0..25d044e 100644 --- a/barectf/config.py +++ b/barectf/config.py @@ -1,6 +1,6 @@ # The MIT License (MIT) # -# Copyright (c) 2015 Philippe Proulx +# Copyright (c) 2015-2016 Philippe Proulx # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/barectf/gen.py b/barectf/gen.py index ed70573..de1c3bd 100644 --- a/barectf/gen.py +++ b/barectf/gen.py @@ -1,6 +1,6 @@ # The MIT License (MIT) # -# Copyright (c) 2014-2015 Philippe Proulx +# Copyright (c) 2014-2016 Philippe Proulx # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/barectf/templates.py b/barectf/templates.py index 78bc012..ca1e0b5 100644 --- a/barectf/templates.py +++ b/barectf/templates.py @@ -1,3 +1,25 @@ +# The MIT License (MIT) +# +# Copyright (c) 2015-2016 Philippe Proulx +# +# 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 the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + _CLOCK_CB = '{return_ctype} (*{cname}_clock_get_value)(void *);'