mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-18 20:57:56 +00:00
Updated some copyright messages and COPYRIGHT.txt
This commit is contained in:
parent
29a771e315
commit
41b3e304be
@ -1,8 +1,6 @@
|
|||||||
Portions Copyright (C) 2010-2013 Serval Project Inc.
|
Portions Copyright (C) 2016 Flinders University
|
||||||
|
Portions Copyright (C) 2010-2015 Serval Project Inc.
|
||||||
Portions Copyright (C) 2010-2013 Paul Gardner-Stephen
|
Portions Copyright (C) 2010-2013 Paul Gardner-Stephen
|
||||||
Portions Copyright (C) 2013 Petter Reinholdtsen
|
Portions Copyright (C) 2013 Petter Reinholdtsen
|
||||||
Portions Copyright (C) 2000-2001 Aaron D. Gifford
|
|
||||||
Portions Copyright (C) 2010-2012 Serval Project Pty Limited
|
Portions Copyright (C) 2010-2012 Serval Project Pty Limited
|
||||||
Portions Copyright (C) 2006-2008 Linpro AS
|
|
||||||
Portions Copyright (C) 2012 Andrew Tridgell, All Rights Reserved
|
Portions Copyright (C) 2012 Andrew Tridgell, All Rights Reserved
|
||||||
Portions Copyright (C) 2006 Verdens Gang AS
|
|
||||||
|
2
base64.c
2
base64.c
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
Serval Base64 primitives
|
Serval Base64 primitives
|
||||||
Copyright (C) 2012-2016 Serval Project Inc.
|
Copyright (C) 2013 Serval Project Inc.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
This program is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU General Public License
|
modify it under the terms of the GNU General Public License
|
||||||
|
2
base64.h
2
base64.h
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
Serval Base64 primitives
|
Serval Base64 primitives
|
||||||
Copyright (C) 2012-2016 Serval Project Inc.
|
Copyright (C) 2013 Serval Project Inc.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
This program is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU General Public License
|
modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
Serval DNA logging
|
Serval DNA logging
|
||||||
Copyright 2016 Serval Project Inc.
|
Copyright 2016 Flinders University
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
This program is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU General Public License
|
modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
Serval DNA
|
Serval DNA
|
||||||
Copyright (C) 2016 Serval Project Inc.
|
Copyright (C) 2012-2015 Serval Project Inc.
|
||||||
|
Copyright (C) 2016 Flinders University
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
This program is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU General Public License
|
modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
Serval DNA
|
Serval DNA
|
||||||
Copyright (C) 2016 Serval Project Inc.
|
Copyright (C) 2012-2015 Serval Project Inc.
|
||||||
|
Copyright (C) 2016 Flinders University
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
This program is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU General Public License
|
modify it under the terms of the GNU General Public License
|
||||||
@ -70,4 +71,4 @@ int tree_walk(struct tree_root *root, const uint8_t *binary, size_t bin_length,
|
|||||||
// walk the tree where nodes match the prefix binary / bin_length
|
// walk the tree where nodes match the prefix binary / bin_length
|
||||||
int tree_walk_prefix(struct tree_root *root, const uint8_t *binary, size_t bin_length, walk_callback callback, void *context);
|
int tree_walk_prefix(struct tree_root *root, const uint8_t *binary, size_t bin_length, walk_callback callback, void *context);
|
||||||
|
|
||||||
#endif
|
#endif // __SERVAL_DNA__NIBBLE_TREE_H
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
Serval numerical string primitives
|
Serval numerical string primitives
|
||||||
Copyright (C) 2012-2016 Serval Project Inc.
|
Copyright (C) 2012-2015 Serval Project Inc.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
This program is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU General Public License
|
modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
Serval numerical string primitives
|
Serval numerical string primitives
|
||||||
Copyright (C) 2012-2016 Serval Project Inc.
|
Copyright (C) 2012-2015 Serval Project Inc.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
This program is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU General Public License
|
modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
Serval DNA MDP addressing
|
Serval DNA MDP addressing
|
||||||
Copyright (C) 2012-2013 Serval Project Inc.
|
Copyright (C) 2012-2015 Serval Project Inc.
|
||||||
Copyright (C) 2012 Paul Gardner-Stephen
|
Copyright (C) 2012 Paul Gardner-Stephen
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
This program is free software; you can redistribute it and/or
|
||||||
|
@ -1,3 +1,22 @@
|
|||||||
|
/*
|
||||||
|
Serval DNA essential server HTTP pages
|
||||||
|
Copyright (C) 2016 Flinders University
|
||||||
|
Copyright (C) 2015 Serval Project Inc.
|
||||||
|
|
||||||
|
This program 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 Foundation; either version 2
|
||||||
|
of the License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program; if not, write to the Free Software
|
||||||
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "serval.h"
|
#include "serval.h"
|
||||||
#include "httpd.h"
|
#include "httpd.h"
|
||||||
|
3
str.c
3
str.c
@ -1,6 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
Serval string primitives
|
Serval string primitives
|
||||||
Copyright (C) 2012-2016 Serval Project Inc.
|
Copyright (C) 2012-2015 Serval Project Inc.
|
||||||
|
Copyright (C) 2016 Flinders University
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
This program is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU General Public License
|
modify it under the terms of the GNU General Public License
|
||||||
|
3
str.h
3
str.h
@ -1,6 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
Serval string primitives
|
Serval string primitives
|
||||||
Copyright (C) 2012-2016 Serval Project Inc.
|
Copyright (C) 2012-2015 Serval Project Inc.
|
||||||
|
Copyright (C) 2016 Flinders University
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
This program is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU General Public License
|
modify it under the terms of the GNU General Public License
|
||||||
|
2
uri.c
2
uri.c
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
Serval URI primitives
|
Serval URI primitives
|
||||||
Copyright (C) 2012-2016 Serval Project Inc.
|
Copyright (C) 2015 Serval Project Inc.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
This program is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU General Public License
|
modify it under the terms of the GNU General Public License
|
||||||
|
2
uri.h
2
uri.h
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
Serval URI primitives
|
Serval URI primitives
|
||||||
Copyright (C) 2012-2016 Serval Project Inc.
|
Copyright (C) 2015 Serval Project Inc.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
This program is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU General Public License
|
modify it under the terms of the GNU General Public License
|
||||||
|
Loading…
Reference in New Issue
Block a user