summaryrefslogtreecommitdiff
path: root/src/xenxs/xen_xm.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/xenxs/xen_xm.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/xenxs/xen_xm.c')
-rw-r--r--src/xenxs/xen_xm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xenxs/xen_xm.c b/src/xenxs/xen_xm.c
index 99e736e5cf..20347d31ea 100644
--- a/src/xenxs/xen_xm.c
+++ b/src/xenxs/xen_xm.c
@@ -16,8 +16,8 @@
* 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * License along with this library; If not, see
+ * <http://www.gnu.org/licenses/>.
*
* Author: Daniel P. Berrange <berrange@redhat.com>
* Author: Markus Groß <gross@univention.de>