From 64fa3fec6c28f1d077812b4bfa06ae73b0f5999d Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 30 Jun 2011 17:38:49 -0400 Subject: [PATCH] Add shared copyright to EfficiOS Inc. and Linux Foundation Work on Babeltrace performed by EfficiOS Inc. that was funded by the Linux Foundation has a shared copyright between those two entities. Signed-off-by: Mathieu Desnoyers --- converter/babeltrace-lib.c | 4 +++- converter/babeltrace-log.c | 4 +++- converter/babeltrace.c | 4 +++- formats/ctf-text/ctf-text.c | 4 +++- formats/ctf-text/types/array.c | 4 +++- formats/ctf-text/types/enum.c | 4 +++- formats/ctf-text/types/float.c | 4 +++- formats/ctf-text/types/integer.c | 4 +++- formats/ctf-text/types/sequence.c | 4 +++- formats/ctf-text/types/string.c | 4 +++- formats/ctf-text/types/struct.c | 4 +++- formats/ctf-text/types/variant.c | 4 +++- formats/ctf/ctf.c | 4 +++- formats/ctf/types/array.c | 4 +++- formats/ctf/types/enum.c | 4 +++- formats/ctf/types/float.c | 4 +++- formats/ctf/types/integer.c | 4 +++- formats/ctf/types/sequence.c | 4 +++- formats/ctf/types/string.c | 4 +++- formats/ctf/types/struct.c | 4 +++- formats/ctf/types/variant.c | 4 +++- formats/registry.c | 4 +++- include/babeltrace/format.h | 4 +++- include/babeltrace/types.h | 4 +++- types/array.c | 4 +++- types/enum.c | 4 +++- types/float.c | 4 +++- types/integer.c | 4 +++- types/sequence.c | 4 +++- types/string.c | 4 +++- types/struct.c | 4 +++- types/types.c | 4 +++- types/variant.c | 4 +++- 33 files changed, 99 insertions(+), 33 deletions(-) diff --git a/converter/babeltrace-lib.c b/converter/babeltrace-lib.c index 5f5eb19a..6cc2b7b8 100644 --- a/converter/babeltrace-lib.c +++ b/converter/babeltrace-lib.c @@ -3,7 +3,9 @@ * * Babeltrace Trace Converter Library * - * Copyright 2010 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/converter/babeltrace-log.c b/converter/babeltrace-log.c index 6a5b1cee..2b573bde 100644 --- a/converter/babeltrace-log.c +++ b/converter/babeltrace-log.c @@ -3,7 +3,9 @@ * * BabelTrace - Convert Text Log to CTF * - * Copyright 2010, 2011 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/converter/babeltrace.c b/converter/babeltrace.c index 9d421224..e4efea29 100644 --- a/converter/babeltrace.c +++ b/converter/babeltrace.c @@ -3,7 +3,9 @@ * * Babeltrace Trace Converter * - * Copyright 2010 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/formats/ctf-text/ctf-text.c b/formats/ctf-text/ctf-text.c index d169caac..992fbdf6 100644 --- a/formats/ctf-text/ctf-text.c +++ b/formats/ctf-text/ctf-text.c @@ -3,7 +3,9 @@ * * CTF Text Format registration. * - * Copyright 2010, 2011 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/formats/ctf-text/types/array.c b/formats/ctf-text/types/array.c index 1ee556a0..6dc84480 100644 --- a/formats/ctf-text/types/array.c +++ b/formats/ctf-text/types/array.c @@ -3,7 +3,9 @@ * * Array format access functions. * - * Copyright 2010 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/formats/ctf-text/types/enum.c b/formats/ctf-text/types/enum.c index 9043277d..12031c24 100644 --- a/formats/ctf-text/types/enum.c +++ b/formats/ctf-text/types/enum.c @@ -3,7 +3,9 @@ * * Enumeration mapping strings (quarks) from/to integers. * - * Copyright 2010, 2011 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/formats/ctf-text/types/float.c b/formats/ctf-text/types/float.c index 7fe4fe00..0c559b0e 100644 --- a/formats/ctf-text/types/float.c +++ b/formats/ctf-text/types/float.c @@ -3,7 +3,9 @@ * * Floating point read/write functions. * - * Copyright 2010 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/formats/ctf-text/types/integer.c b/formats/ctf-text/types/integer.c index 30209d6b..06593a4a 100644 --- a/formats/ctf-text/types/integer.c +++ b/formats/ctf-text/types/integer.c @@ -3,7 +3,9 @@ * * Integers read/write functions. * - * Copyright 2010 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/formats/ctf-text/types/sequence.c b/formats/ctf-text/types/sequence.c index cdf39308..6a0472f8 100644 --- a/formats/ctf-text/types/sequence.c +++ b/formats/ctf-text/types/sequence.c @@ -3,7 +3,9 @@ * * Sequence format access functions. * - * Copyright 2010 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/formats/ctf-text/types/string.c b/formats/ctf-text/types/string.c index 610d6db3..82bc361f 100644 --- a/formats/ctf-text/types/string.c +++ b/formats/ctf-text/types/string.c @@ -3,7 +3,9 @@ * * Strings read/write functions. * - * Copyright 2010 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/formats/ctf-text/types/struct.c b/formats/ctf-text/types/struct.c index cc36fde9..b1395351 100644 --- a/formats/ctf-text/types/struct.c +++ b/formats/ctf-text/types/struct.c @@ -3,7 +3,9 @@ * * Structure format access functions. * - * Copyright 2010 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/formats/ctf-text/types/variant.c b/formats/ctf-text/types/variant.c index a21197aa..871b8d58 100644 --- a/formats/ctf-text/types/variant.c +++ b/formats/ctf-text/types/variant.c @@ -3,7 +3,9 @@ * * Variant format access functions. * - * Copyright 2011 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/formats/ctf/ctf.c b/formats/ctf/ctf.c index 28be4fd0..2b2e1518 100644 --- a/formats/ctf/ctf.c +++ b/formats/ctf/ctf.c @@ -3,7 +3,9 @@ * * Format registration. * - * Copyright 2010, 2011 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/formats/ctf/types/array.c b/formats/ctf/types/array.c index 71475014..e5b428cc 100644 --- a/formats/ctf/types/array.c +++ b/formats/ctf/types/array.c @@ -3,7 +3,9 @@ * * Array format access functions. * - * Copyright 2010 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/formats/ctf/types/enum.c b/formats/ctf/types/enum.c index f8fc9e57..c2b50fd5 100644 --- a/formats/ctf/types/enum.c +++ b/formats/ctf/types/enum.c @@ -3,7 +3,9 @@ * * Enumeration mapping strings (quarks) from/to integers. * - * Copyright 2010, 2011 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/formats/ctf/types/float.c b/formats/ctf/types/float.c index 8ba8a69d..7f5e4066 100644 --- a/formats/ctf/types/float.c +++ b/formats/ctf/types/float.c @@ -3,7 +3,9 @@ * * Floating point read/write functions. * - * Copyright 2010 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/formats/ctf/types/integer.c b/formats/ctf/types/integer.c index b5c59dde..719823b9 100644 --- a/formats/ctf/types/integer.c +++ b/formats/ctf/types/integer.c @@ -3,7 +3,9 @@ * * Integers read/write functions. * - * Copyright 2010 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/formats/ctf/types/sequence.c b/formats/ctf/types/sequence.c index a14d5891..6aa5750c 100644 --- a/formats/ctf/types/sequence.c +++ b/formats/ctf/types/sequence.c @@ -3,7 +3,9 @@ * * Sequence format access functions. * - * Copyright 2010 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/formats/ctf/types/string.c b/formats/ctf/types/string.c index 197a7e13..682bd76d 100644 --- a/formats/ctf/types/string.c +++ b/formats/ctf/types/string.c @@ -3,7 +3,9 @@ * * Strings read/write functions. * - * Copyright 2010 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/formats/ctf/types/struct.c b/formats/ctf/types/struct.c index 2913f4d0..adce6cba 100644 --- a/formats/ctf/types/struct.c +++ b/formats/ctf/types/struct.c @@ -3,7 +3,9 @@ * * Structure format access functions. * - * Copyright 2010 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/formats/ctf/types/variant.c b/formats/ctf/types/variant.c index 25c189dd..d2ef7714 100644 --- a/formats/ctf/types/variant.c +++ b/formats/ctf/types/variant.c @@ -3,7 +3,9 @@ * * Variant format access functions. * - * Copyright 2011 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/formats/registry.c b/formats/registry.c index 656d6360..a08b5936 100644 --- a/formats/registry.c +++ b/formats/registry.c @@ -3,7 +3,9 @@ * * Format Registry * - * Copyright 2010 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/include/babeltrace/format.h b/include/babeltrace/format.h index c97d1987..c50b28dc 100644 --- a/include/babeltrace/format.h +++ b/include/babeltrace/format.h @@ -6,7 +6,9 @@ * * Trace Format Header * - * Copyright 2010, 2011 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/include/babeltrace/types.h b/include/babeltrace/types.h index 5523eb42..a9fb5fe3 100644 --- a/include/babeltrace/types.h +++ b/include/babeltrace/types.h @@ -6,7 +6,9 @@ * * Type Header * - * Copyright 2010, 2011 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/types/array.c b/types/array.c index 4cc1fbaa..db6853f5 100644 --- a/types/array.c +++ b/types/array.c @@ -3,7 +3,9 @@ * * BabelTrace - Array Type Converter * - * Copyright 2010, 2011 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/types/enum.c b/types/enum.c index 5e7b8a4d..f096d5b6 100644 --- a/types/enum.c +++ b/types/enum.c @@ -3,7 +3,9 @@ * * BabelTrace - Enumeration Type * - * Copyright 2010, 2011 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/types/float.c b/types/float.c index 78270e22..cc6c957a 100644 --- a/types/float.c +++ b/types/float.c @@ -3,7 +3,9 @@ * * BabelTrace - Float Type Converter * - * Copyright 2010, 2011 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/types/integer.c b/types/integer.c index 5f9989b2..e55c03e8 100644 --- a/types/integer.c +++ b/types/integer.c @@ -3,7 +3,9 @@ * * BabelTrace - Integer Type Converter * - * Copyright 2010, 2011 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/types/sequence.c b/types/sequence.c index 1066bc71..ed719bc5 100644 --- a/types/sequence.c +++ b/types/sequence.c @@ -3,7 +3,9 @@ * * BabelTrace - Sequence Type Converter * - * Copyright 2010, 2011 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/types/string.c b/types/string.c index 1999cffd..9eaa9df8 100644 --- a/types/string.c +++ b/types/string.c @@ -3,7 +3,9 @@ * * BabelTrace - String Type Converter * - * Copyright 2010, 2011 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/types/struct.c b/types/struct.c index 3961afc5..188be82c 100644 --- a/types/struct.c +++ b/types/struct.c @@ -3,7 +3,9 @@ * * BabelTrace - Structure Type Converter * - * Copyright 2010, 2011 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/types/types.c b/types/types.c index 8ef18342..11e91b02 100644 --- a/types/types.c +++ b/types/types.c @@ -5,7 +5,9 @@ * * Types registry. * - * Copyright 2010, 2011 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * 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/types/variant.c b/types/variant.c index 30ef3d8a..bb4faa17 100644 --- a/types/variant.c +++ b/types/variant.c @@ -3,7 +3,9 @@ * * BabelTrace - Variant Type Converter * - * Copyright 2011 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal -- 2.34.1