From 76ca4c03529e5ffd754679ce7f8988c94f5bc906 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Fri, 24 Aug 2018 21:26:23 +0000 Subject: [PATCH] revised license to UVA, as it always should have been --- NOTICE | 6 +++--- include/ehp.hpp | 2 +- src/SConscript | 2 +- src/SConstruct | 2 +- src/ehp.cpp | 2 +- src/ehp_dwarf2.hpp | 2 +- src/ehp_priv.hpp | 2 +- src/scoop_replacement.hpp | 2 +- test/SConscript | 2 +- test/SConstruct | 2 +- test/test.cpp | 2 +- test/test.sh | 2 +- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/NOTICE b/NOTICE index 749ab90..aa39240 100644 --- a/NOTICE +++ b/NOTICE @@ -1,7 +1,7 @@ -Zephyr libEHP -Copyright 2017-2018 Zephyr Software +University of Virginia libEHP +Copyright 2017-2018 University of Virginia This product includes software developed at -Zephyr Software, LLC (http://www.zephyr-software.com/). +University of Virginai (http://www.virginia.edu/). diff --git a/include/ehp.hpp b/include/ehp.hpp index 6cb1119..a530905 100644 --- a/include/ehp.hpp +++ b/include/ehp.hpp @@ -1,5 +1,5 @@ /* - Copyright 2017-2018 Zephyr Software, LLC + Copyright 2017-2018 University of Virginia Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/SConscript b/src/SConscript index 657dc60..0f2ccd2 100644 --- a/src/SConscript +++ b/src/SConscript @@ -1,4 +1,4 @@ -# Copyright 2017-2018 Zephyr Software, LLC +# Copyright 2017-2018 University of Virginia # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/SConstruct b/src/SConstruct index bb24556..6cf1c07 100644 --- a/src/SConstruct +++ b/src/SConstruct @@ -1,5 +1,5 @@ -# Copyright 2017-2018 Zephyr Software, LLC +# Copyright 2017-2018 University of Virginia # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/ehp.cpp b/src/ehp.cpp index 9df9a35..661ca09 100644 --- a/src/ehp.cpp +++ b/src/ehp.cpp @@ -1,5 +1,5 @@ /* - Copyright 2017-2018 Zephyr Software, LLC + Copyright 2017-2018 University of Virginia Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/ehp_dwarf2.hpp b/src/ehp_dwarf2.hpp index 43d59a0..2e07329 100644 --- a/src/ehp_dwarf2.hpp +++ b/src/ehp_dwarf2.hpp @@ -1,5 +1,5 @@ /* - Copyright 2017-2018 Zephyr Software, LLC + Copyright 2017-2018 University of Virginia Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/ehp_priv.hpp b/src/ehp_priv.hpp index 2d62dad..11e5883 100644 --- a/src/ehp_priv.hpp +++ b/src/ehp_priv.hpp @@ -1,5 +1,5 @@ /* - Copyright 2017-2018 Zephyr Software, LLC + Copyright 2017-2018 University of Virginia Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/scoop_replacement.hpp b/src/scoop_replacement.hpp index 1996190..daa7c20 100644 --- a/src/scoop_replacement.hpp +++ b/src/scoop_replacement.hpp @@ -1,5 +1,5 @@ /* - Copyright 2017-2018 Zephyr Software, LLC + Copyright 2017-2018 University of Virginia Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/test/SConscript b/test/SConscript index 68520ad..43fe62b 100644 --- a/test/SConscript +++ b/test/SConscript @@ -1,5 +1,5 @@ -# Copyright 2017-2018 Zephyr Software, LLC +# Copyright 2017-2018 University of Virginia # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/SConstruct b/test/SConstruct index bb24556..6cf1c07 100644 --- a/test/SConstruct +++ b/test/SConstruct @@ -1,5 +1,5 @@ -# Copyright 2017-2018 Zephyr Software, LLC +# Copyright 2017-2018 University of Virginia # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/test.cpp b/test/test.cpp index 094650a..fd0cd75 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -1,5 +1,5 @@ /* - Copyright 2017-2018 Zephyr Software, LLC + Copyright 2017-2018 University of Virginia Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/test/test.sh b/test/test.sh index e740036..4fc2096 100755 --- a/test/test.sh +++ b/test/test.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 2017-2018 Zephyr Software, LLC +# Copyright 2017-2018 University of Virginia # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. -- GitLab