Skip to content
This repository was archived by the owner on Apr 21, 2019. It is now read-only.

Commit c1df320

Browse files
author
R. Tyler Ballance
committedJun 22, 2009
Relicense Slide-developed code as LGPLv2.1
1 parent 4d71839 commit c1df320

File tree

5 files changed

+493
-99
lines changed

5 files changed

+493
-99
lines changed
 

‎LICENCE.LGPL

+451
Large diffs are not rendered by default.

‎_pyecc.c

+13-14
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
/*
2-
* pyecc - Copyright 2009 Slide, Inc.
2+
* _pyecc - Copyright 2009 Slide, Inc.
33
*
4-
* This program is free software; you can redistribute it and/or
5-
* modify it under the terms of the GNU General Public License as
6-
* published by the Free Software Foundation; either version 2 of the
7-
* License, or (at your option) any later version.
4+
* This library is free software; you can redistribute it and/or
5+
* modify it under the terms of the GNU Lesser General Public License
6+
* as published by the Free Software Foundation; either version 2.1 of
7+
* the License, or (at your option) any later version.
88
*
9-
* This program is distributed in the hope that it will be useful,
10-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12-
* General Public License for more details.
9+
* This library is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11+
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
12+
* for more details.
1313
*
14-
* You should have received a copy of the GNU General Public License
15-
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
17-
* 02111-1307 USA
14+
* You should have received a copy of the GNU Lesser General Public License
15+
* along with this library; if not, write to the
16+
* Free Software Foundation, Inc.,
17+
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1818
*/
1919

2020
#include <Python.h>
2121

22-
#include <stdio.h>
2322
#include "_pyecc.h"
2423

2524
static char pyecc_doc[] = "\

‎pyecc.py

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
'''
2-
Copyright 2009 Slide, Inc.
2+
pyecc - Copyright 2009 Slide, Inc.
3+
4+
This library is free software; you can redistribute it and/or
5+
modify it under the terms of the GNU Lesser General Public License
6+
as published by the Free Software Foundation; either version 2.1 of
7+
the License, or (at your option) any later version.
8+
9+
This library is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11+
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
12+
for more details.
13+
14+
You should have received a copy of the GNU Lesser General Public License
15+
along with this library; if not, write to the
16+
Free Software Foundation, Inc.,
17+
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
318
'''
419

520
import _pyecc

‎seccure/test/test_libseccure.c

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
/*
2-
* test_libecc - Copyright 2009 Slide, Inc.
2+
* test_libseccure - Copyright 2009 Slide, Inc.
33
*
4-
* This program is free software; you can redistribute it and/or
5-
* modify it under the terms of the GNU General Public License as
6-
* published by the Free Software Foundation; either version 2 of the
7-
* License, or (at your option) any later version.
4+
* This library is free software; you can redistribute it and/or
5+
* modify it under the terms of the GNU Lesser General Public License
6+
* as published by the Free Software Foundation; either version 2.1 of
7+
* the License, or (at your option) any later version.
88
*
9-
* This program is distributed in the hope that it will be useful,
10-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12-
* General Public License for more details.
9+
* This library is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11+
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
12+
* for more details.
1313
*
14-
* You should have received a copy of the GNU General Public License
15-
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
17-
* 02111-1307 USA
14+
* You should have received a copy of the GNU Lesser General Public License
15+
* along with this library; if not, write to the
16+
* Free Software Foundation, Inc.,
17+
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1818
*/
1919

2020
#include <stdbool.h>

‎test_gcrypt_ecc.c

-71
This file was deleted.

0 commit comments

Comments
 (0)
This repository has been archived.