forked from freeipa/freeipa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The changes include: * Change license blobs in source files to mention GPLv3+ not GPLv2 only * Add GPLv3+ license text * Package COPYING not LICENSE as the license blobs (even the old ones) mention COPYING specifically, it is also more common, I think https://fedorahosted.org/freeipa/ticket/239
- Loading branch information
Showing
277 changed files
with
2,468 additions
and
2,006 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
include LICENSE TODO lite-server.py | ||
include COPYING TODO lite-server.py | ||
include tests/*/*.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,24 @@ | ||
#!/usr/bin/python | ||
# Authors: | ||
# Jason Gerard DeRose <[email protected]> | ||
# John Dennis <[email protected]> | ||
# | ||
# Copyright (C) 2009 Red Hat | ||
# see file 'COPYING' for use and warranty information | ||
# | ||
# 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 3 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, see <http://www.gnu.org/licenses/>. | ||
# | ||
|
||
""" | ||
This tests the api.Backend.ra plugin against a test CA server awnuk has runnig. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,19 +4,18 @@ | |
# Copyright (c) 1999-2007 Red Hat, Inc. | ||
# Author: Simo Sorce <[email protected]> | ||
# | ||
# This 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; version 2 only | ||
# 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 3 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. | ||
# 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., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
# | ||
# along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
import fcntl | ||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 26 additions & 27 deletions
53
daemons/ipa-slapi-plugins/ipa-enrollment/ipa_enrollment.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
/** BEGIN COPYRIGHT BLOCK | ||
* 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; version 2 of the License. | ||
* 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 3 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 | ||
* 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., 59 Temple | ||
* Place, Suite 330, Boston, MA 02111-1307 USA. | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* In addition, as a special exception, Red Hat, Inc. gives You the additional | ||
* right to link the code of this Program with code not covered under the GNU | ||
* General Public License ("Non-GPL Code") and to distribute linked combinations | ||
* including the two, subject to the limitations in this paragraph. Non-GPL Code | ||
* permitted under this exception must only link to the code of this Program | ||
* through those well defined interfaces identified in the file named EXCEPTION | ||
* found in the source code files (the "Approved Interfaces"). The files of | ||
* Non-GPL Code may instantiate templates or use macros or inline functions from | ||
* the Approved Interfaces without causing the resulting work to be covered by | ||
* the GNU General Public License. Only Red Hat, Inc. may make changes or | ||
* additions to the list of Approved Interfaces. You must obey the GNU General | ||
* Public License in all respects for all of the Program code and other code | ||
* used in conjunction with the Program except the Non-GPL Code covered by this | ||
* exception. If you modify this file, you may extend this exception to your | ||
* version of the file, but you are not obligated to do so. If you do not wish | ||
* to provide this exception without modification, you must delete this | ||
* exception statement from your version and license this file solely under the | ||
* GPL without exception. | ||
* Additional permission under GPLv3 section 7: | ||
* | ||
* In the following paragraph, "GPL" means the GNU General Public | ||
* License, version 3 or any later version, and "Non-GPL Code" means | ||
* code that is governed neither by the the GPL nor a license | ||
* compatible with the GPL. | ||
* | ||
* You may link the code of this Program with Non-GPL Code and convey | ||
* linked combinations including the two, provided that such Non-GPL | ||
* Code only links to the code of this Program through those well | ||
* defined interfaces identified in the file named EXCEPTION found in | ||
* the source code files (the "Approved Interfaces"). The files of | ||
* Non-GPL Code may instantiate templates or use macros or inline | ||
* functions from the Approved Interfaces without causing the resulting | ||
* work to be covered by the GPL. Only the copyright holders of this | ||
* Program may make changes or additions to the list of Approved | ||
* Interfaces. | ||
* | ||
* Authors: | ||
* Simo Sorce <[email protected]> | ||
|
Oops, something went wrong.