diff options
author | Osier Yang <jyang@redhat.com> | 2012-07-21 18:06:23 +0800 |
---|---|---|
committer | Osier Yang <jyang@redhat.com> | 2012-07-23 10:50:50 +0800 |
commit | f9ce7dad60e9988e0d7ed9b7a70a39af5f9cb5cf (patch) | |
tree | 8e6af29b24405376cee739f3744573941454dec4 /src/vbox | |
parent | ESX: Fix ESX_VI__TEMPLATE__DYNAMIC_DEEP_COPY (diff) | |
download | libvirt-f9ce7dad60e9988e0d7ed9b7a70a39af5f9cb5cf.tar.gz libvirt-f9ce7dad60e9988e0d7ed9b7a70a39af5f9cb5cf.tar.bz2 libvirt-f9ce7dad60e9988e0d7ed9b7a70a39af5f9cb5cf.zip |
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/vbox')
-rw-r--r-- | src/vbox/vbox_MSCOMGlue.c | 4 | ||||
-rw-r--r-- | src/vbox/vbox_MSCOMGlue.h | 4 | ||||
-rw-r--r-- | src/vbox/vbox_glue.c | 4 | ||||
-rw-r--r-- | src/vbox/vbox_glue.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/src/vbox/vbox_MSCOMGlue.c b/src/vbox/vbox_MSCOMGlue.c index 68810fbf7..eb688b83a 100644 --- a/src/vbox/vbox_MSCOMGlue.c +++ b/src/vbox/vbox_MSCOMGlue.c @@ -15,8 +15,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/>. * */ diff --git a/src/vbox/vbox_MSCOMGlue.h b/src/vbox/vbox_MSCOMGlue.h index 83b2ce106..cd0b5a638 100644 --- a/src/vbox/vbox_MSCOMGlue.h +++ b/src/vbox/vbox_MSCOMGlue.h @@ -15,8 +15,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/>. * */ diff --git a/src/vbox/vbox_glue.c b/src/vbox/vbox_glue.c index 5fca84376..dbd600d7c 100644 --- a/src/vbox/vbox_glue.c +++ b/src/vbox/vbox_glue.c @@ -15,8 +15,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/>. * */ diff --git a/src/vbox/vbox_glue.h b/src/vbox/vbox_glue.h index bbc244b14..e074d7513 100644 --- a/src/vbox/vbox_glue.h +++ b/src/vbox/vbox_glue.h @@ -15,8 +15,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/>. * */ |