Skip to content

Commit

Permalink
headers: replace more Daemon reference to Unvanquished (BSD)
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Oct 12, 2017
1 parent ee05bf3 commit 6a9d87d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions src/cgame/cg_api.cpp
@@ -1,7 +1,8 @@
/*
===========================================================================
Daemon BSD Source Code
Copyright (c) 2013-2016, Daemon Developers
Unvanquished BSD Source Code
Copyright (c) 2013-2016, Unvanquished Developers
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand All @@ -11,7 +12,7 @@ modification, are permitted provided that the following conditions are met:
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of the Daemon developers nor the
* Neither the name of the Unvanquished developers nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
Expand All @@ -25,6 +26,7 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
===========================================================================
*/

Expand Down
8 changes: 5 additions & 3 deletions src/sgame/sg_api.cpp
@@ -1,7 +1,8 @@
/*
===========================================================================
Daemon BSD Source Code
Copyright (c) 2013-2016, Daemon Developers
Unvanquished BSD Source Code
Copyright (c) 2013-2016, Unvanquished Developers
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand All @@ -11,7 +12,7 @@ modification, are permitted provided that the following conditions are met:
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of the Daemon developers nor the
* Neither the name of the Unvanquished developers nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
Expand All @@ -25,6 +26,7 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
===========================================================================
*/

Expand Down

0 comments on commit 6a9d87d

Please sign in to comment.