Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
mbedtls
Commits
77b385e9
Commit
77b385e9
authored
Jul 28, 2009
by
Paul Bakker
Browse files
- Updated copyright messages on all relevant files
parent
13e2dfec
Changes
70
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
59 additions
and
39 deletions
+59
-39
include/polarssl/aes.h
include/polarssl/aes.h
+3
-2
include/polarssl/arc4.h
include/polarssl/arc4.h
+3
-2
include/polarssl/base64.h
include/polarssl/base64.h
+3
-2
include/polarssl/bignum.h
include/polarssl/bignum.h
+3
-2
include/polarssl/bn_mul.h
include/polarssl/bn_mul.h
+3
-2
include/polarssl/camellia.h
include/polarssl/camellia.h
+2
-1
include/polarssl/certs.h
include/polarssl/certs.h
+3
-2
include/polarssl/config.h
include/polarssl/config.h
+3
-2
include/polarssl/debug.h
include/polarssl/debug.h
+3
-2
include/polarssl/des.h
include/polarssl/des.h
+3
-2
include/polarssl/dhm.h
include/polarssl/dhm.h
+3
-2
include/polarssl/havege.h
include/polarssl/havege.h
+3
-2
include/polarssl/md2.h
include/polarssl/md2.h
+3
-2
include/polarssl/md4.h
include/polarssl/md4.h
+3
-2
include/polarssl/md5.h
include/polarssl/md5.h
+3
-2
include/polarssl/net.h
include/polarssl/net.h
+3
-2
include/polarssl/openssl.h
include/polarssl/openssl.h
+3
-2
include/polarssl/padlock.h
include/polarssl/padlock.h
+3
-2
include/polarssl/rsa.h
include/polarssl/rsa.h
+3
-2
include/polarssl/sha1.h
include/polarssl/sha1.h
+3
-2
No files found.
include/polarssl/aes.h
View file @
77b385e9
/**
* \file aes.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
*
C
opyright
(C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
Joined c
opyright
on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/arc4.h
View file @
77b385e9
/**
* \file arc4.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
*
C
opyright
(C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
Joined c
opyright
on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/base64.h
View file @
77b385e9
/**
* \file base64.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
*
C
opyright
(C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
Joined c
opyright
on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/bignum.h
View file @
77b385e9
/**
* \file bignum.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
*
C
opyright
(C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
Joined c
opyright
on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/bn_mul.h
View file @
77b385e9
/**
* \file bn_mul.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
*
C
opyright
(C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
Joined c
opyright
on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/camellia.h
View file @
77b385e9
/**
* \file camellia.h
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* 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
...
...
include/polarssl/certs.h
View file @
77b385e9
/**
* \file certs.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
*
C
opyright
(C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
Joined c
opyright
on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/config.h
View file @
77b385e9
/**
* \file config.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
*
C
opyright
(C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
Joined c
opyright
on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/debug.h
View file @
77b385e9
/**
* \file debug.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
*
C
opyright
(C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
Joined c
opyright
on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/des.h
View file @
77b385e9
/**
* \file des.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
*
C
opyright
(C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
Joined c
opyright
on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/dhm.h
View file @
77b385e9
/**
* \file dhm.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
*
C
opyright
(C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
Joined c
opyright
on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/havege.h
View file @
77b385e9
/**
* \file havege.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
*
C
opyright
(C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
Joined c
opyright
on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/md2.h
View file @
77b385e9
/**
* \file md2.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
*
C
opyright
(C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
Joined c
opyright
on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/md4.h
View file @
77b385e9
/**
* \file md4.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
*
C
opyright
(C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
Joined c
opyright
on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/md5.h
View file @
77b385e9
/**
* \file md5.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
*
C
opyright
(C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
Joined c
opyright
on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/net.h
View file @
77b385e9
/**
* \file net.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
*
C
opyright
(C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
Joined c
opyright
on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/openssl.h
View file @
77b385e9
/**
* \file openssl.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
*
C
opyright
(C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
Joined c
opyright
on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/padlock.h
View file @
77b385e9
/**
* \file padlock.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
*
C
opyright
(C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
Joined c
opyright
on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/rsa.h
View file @
77b385e9
/**
* \file rsa.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
*
C
opyright
(C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
Joined c
opyright
on original XySSL code with: Christophe Devine
*
* 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
...
...
include/polarssl/sha1.h
View file @
77b385e9
/**
* \file sha1.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
*
C
opyright
(C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
Joined c
opyright
on original XySSL code with: Christophe Devine
*
* 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
...
...
Prev
1
2
3
4
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment