summaryrefslogtreecommitdiff
path: root/src/security/security_driver.c
diff options
context:
space:
mode:
authorOsier Yang <jyang@redhat.com>2012-07-21 18:06:23 +0800
committerOsier Yang <jyang@redhat.com>2012-07-23 10:50:50 +0800
commitf9ce7dad60e9988e0d7ed9b7a70a39af5f9cb5cf (patch)
tree8e6af29b24405376cee739f3744573941454dec4 /src/security/security_driver.c
parent04d9cf8e6cf5e19938965f9f05b8e5f4038c40eb (diff)
downloadlibvirt-f9ce7dad60e9988e0d7ed9b7a70a39af5f9cb5cf.tar.gz
Desert the FSF address in copyright
Per the FSF address could be changed from time to time, and GNU recommends the following now: (http://www.gnu.org/licenses/gpl-howto.html) You should have received a copy of the GNU General Public License along with Foobar. If not, see <http://www.gnu.org/licenses/>. This patch removes the explicit FSF address, and uses above instead (of course, with inserting 'Lesser' before 'General'). Except a bunch of files for security driver, all others are changed automatically, the copyright for securify files are not complete, that's why to do it manually: src/security/security_selinux.h src/security/security_driver.h src/security/security_selinux.c src/security/security_apparmor.h src/security/security_apparmor.c src/security/security_driver.c
Diffstat (limited to 'src/security/security_driver.c')
-rw-r--r--src/security/security_driver.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/security/security_driver.c b/src/security/security_driver.c
index 5cc61782db..7ff5f1786d 100644
--- a/src/security/security_driver.c
+++ b/src/security/security_driver.c
@@ -6,6 +6,15 @@
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; If not, see
+ * <http://www.gnu.org/licenses/>.
+ *
* Authors:
* James Morris <jmorris@namei.org>
* Dan Walsh <dwalsh@redhat.com>