Commit 8167ee883931cb20c6264fc19d040ce2dc6ceaaa
1 parent
a1961a4b
Update to a hopefully more future proof FSF address
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Showing
100 changed files
with
106 additions
and
234 deletions
Too many changes to show.
To preserve performance only 100 of 188 files are displayed.
alpha-dis.c
... | ... | @@ -16,9 +16,8 @@ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See |
16 | 16 | the GNU General Public License for more details. |
17 | 17 | |
18 | 18 | You should have received a copy of the GNU General Public License |
19 | -along with this file; see the file COPYING. If not, write to the Free | |
20 | -Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA | |
21 | -02110-1301, USA. */ | |
19 | +along with this file; see the file COPYING. If not, see | |
20 | +<http://www.gnu.org/licenses/>. */ | |
22 | 21 | |
23 | 22 | #include <stdio.h> |
24 | 23 | #include "dis-asm.h" | ... | ... |
arm-dis.c
... | ... | @@ -17,8 +17,7 @@ |
17 | 17 | more details. |
18 | 18 | |
19 | 19 | You should have received a copy of the GNU General Public License |
20 | - along with this program; if not, write to the Free Software | |
21 | - Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ | |
20 | + along with this program; if not, see <http://www.gnu.org/licenses/>. */ | |
22 | 21 | |
23 | 22 | /* Start of qemu specific additions. Mostly this is stub definitions |
24 | 23 | for things we don't care about. */ | ... | ... |
arm-semi.c
... | ... | @@ -15,9 +15,7 @@ |
15 | 15 | * GNU General Public License for more details. |
16 | 16 | * |
17 | 17 | * You should have received a copy of the GNU General Public License |
18 | - * along with this program; if not, write to the Free Software | |
19 | - * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, | |
20 | - * MA 02110-1301, USA. | |
18 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
21 | 19 | */ |
22 | 20 | |
23 | 21 | #include <sys/types.h> | ... | ... |
bsd-user/main.c
... | ... | @@ -14,9 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License |
17 | - * along with this program; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, | |
19 | - * MA 02110-1301, USA. | |
17 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 18 | */ |
21 | 19 | #include <stdlib.h> |
22 | 20 | #include <stdio.h> | ... | ... |
bsd-user/mmap.c
... | ... | @@ -14,9 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License |
17 | - * along with this program; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, | |
19 | - * MA 02110-1301, USA. | |
17 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 18 | */ |
21 | 19 | #include <stdlib.h> |
22 | 20 | #include <stdio.h> | ... | ... |
bsd-user/signal.c
... | ... | @@ -14,9 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License |
17 | - * along with this program; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, | |
19 | - * MA 02110-1301, USA. | |
17 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 18 | */ |
21 | 19 | #include <stdlib.h> |
22 | 20 | #include <stdio.h> | ... | ... |
bsd-user/syscall.c
... | ... | @@ -14,9 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License |
17 | - * along with this program; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, | |
19 | - * MA 02110-1301, USA. | |
17 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 18 | */ |
21 | 19 | #include <stdlib.h> |
22 | 20 | #include <stdio.h> | ... | ... |
bt-host.c
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License along |
17 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
18 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
17 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | |
21 | 20 | #include "qemu-common.h" | ... | ... |
bt-vhci.c
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License along |
17 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
18 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
17 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | |
21 | 20 | #include "qemu-common.h" | ... | ... |
cmd.c
... | ... | @@ -12,8 +12,7 @@ |
12 | 12 | * GNU General Public License for more details. |
13 | 13 | * |
14 | 14 | * You should have received a copy of the GNU General Public License |
15 | - * along with this program; if not, write the Free Software Foundation, | |
16 | - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | |
15 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
17 | 16 | */ |
18 | 17 | |
19 | 18 | #include <stdio.h> | ... | ... |
cmd.h
... | ... | @@ -12,8 +12,7 @@ |
12 | 12 | * GNU General Public License for more details. |
13 | 13 | * |
14 | 14 | * You should have received a copy of the GNU General Public License |
15 | - * along with this program; if not, write the Free Software Foundation, | |
16 | - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | |
15 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
17 | 16 | */ |
18 | 17 | #ifndef __COMMAND_H__ |
19 | 18 | #define __COMMAND_H__ | ... | ... |
cpu-all.h
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * Lesser General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU Lesser General Public |
17 | - * License along with this library; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA | |
17 | + * License along with this library; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | #ifndef CPU_ALL_H |
21 | 20 | #define CPU_ALL_H | ... | ... |
cpu-defs.h
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * Lesser General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU Lesser General Public |
17 | - * License along with this library; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA | |
17 | + * License along with this library; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | #ifndef CPU_DEFS_H |
21 | 20 | #define CPU_DEFS_H | ... | ... |
cpu-exec.c
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * Lesser General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU Lesser General Public |
17 | - * License along with this library; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA | |
17 | + * License along with this library; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | #include "config.h" |
21 | 20 | #include "exec.h" | ... | ... |
cris-dis.c
... | ... | @@ -16,9 +16,7 @@ |
16 | 16 | more details. |
17 | 17 | |
18 | 18 | You should have received a copy of the GNU General Public License |
19 | - along with this program; if not, write to the Free Software | |
20 | - Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, | |
21 | - MA 02110-1301, USA. */ | |
19 | + along with this program; if not, see <http://www.gnu.org/licenses/>. */ | |
22 | 20 | |
23 | 21 | #include "dis-asm.h" |
24 | 22 | //#include "sysdep.h" |
... | ... | @@ -51,8 +49,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
51 | 49 | GNU General Public License for more details. |
52 | 50 | |
53 | 51 | You should have received a copy of the GNU General Public License |
54 | -along with this program; if not, write to the Free Software | |
55 | -Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ | |
52 | +along with this program; if not, see <http://www.gnu.org/licenses/>. */ | |
56 | 53 | |
57 | 54 | #ifndef NULL |
58 | 55 | #define NULL (0) | ... | ... |
darwin-user/commpage.c
... | ... | @@ -14,9 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License |
17 | - * along with this program; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, | |
19 | - * MA 02110-1301, USA. | |
17 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 18 | */ |
21 | 19 | #include <fcntl.h> |
22 | 20 | #include <stdio.h> | ... | ... |
darwin-user/machload.c
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * Lesser General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU Lesser General Public |
17 | - * License along with this library; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA | |
17 | + * License along with this library; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | #include <stdio.h> |
21 | 20 | #include <sys/types.h> | ... | ... |
darwin-user/main.c
... | ... | @@ -15,9 +15,7 @@ |
15 | 15 | * GNU General Public License for more details. |
16 | 16 | * |
17 | 17 | * You should have received a copy of the GNU General Public License |
18 | - * along with this program; if not, write to the Free Software | |
19 | - * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, | |
20 | - * MA 02110-1301, USA. | |
18 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
21 | 19 | */ |
22 | 20 | #include <stdlib.h> |
23 | 21 | #include <stdio.h> | ... | ... |
darwin-user/mmap.c
... | ... | @@ -14,9 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License |
17 | - * along with this program; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, | |
19 | - * MA 02110-1301, USA. | |
17 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 18 | */ |
21 | 19 | #include <stdlib.h> |
22 | 20 | #include <stdio.h> | ... | ... |
darwin-user/signal.c
... | ... | @@ -14,9 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License |
17 | - * along with this program; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, | |
19 | - * MA 02110-1301, USA. | |
17 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 18 | */ |
21 | 19 | #include <stdlib.h> |
22 | 20 | #include <stdio.h> | ... | ... |
darwin-user/syscall.c
... | ... | @@ -15,9 +15,7 @@ |
15 | 15 | * GNU General Public License for more details. |
16 | 16 | * |
17 | 17 | * You should have received a copy of the GNU General Public License |
18 | - * along with this program; if not, write to the Free Software | |
19 | - * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, | |
20 | - * MA 02110-1301, USA. | |
18 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
21 | 19 | */ |
22 | 20 | #include <fcntl.h> |
23 | 21 | #include <stdio.h> | ... | ... |
dyngen-exec.h
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * Lesser General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU Lesser General Public |
17 | - * License along with this library; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA | |
17 | + * License along with this library; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | #if !defined(__DYNGEN_EXEC_H__) |
21 | 20 | #define __DYNGEN_EXEC_H__ | ... | ... |
exec-all.h
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * Lesser General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU Lesser General Public |
17 | - * License along with this library; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA | |
17 | + * License along with this library; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | |
21 | 20 | #ifndef _EXEC_ALL_H_ | ... | ... |
exec.c
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * Lesser General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU Lesser General Public |
17 | - * License along with this library; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA | |
17 | + * License along with this library; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | #include "config.h" |
21 | 20 | #ifdef _WIN32 | ... | ... |
feature_to_c.sh
... | ... | @@ -17,9 +17,7 @@ |
17 | 17 | # GNU General Public License for more details. |
18 | 18 | # |
19 | 19 | # You should have received a copy of the GNU General Public License |
20 | -# along with this program; if not, write to the Free Software | |
21 | -# Foundation, Inc., 51 Franklin Street, Fifth Floor, | |
22 | -# Boston, MA 02110-1301, USA. | |
20 | +# along with this program; if not, see <http://www.gnu.org/licenses/>. | |
23 | 21 | |
24 | 22 | output=$1 |
25 | 23 | shift | ... | ... |
gdbstub.c
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * Lesser General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU Lesser General Public |
17 | - * License along with this library; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA | |
17 | + * License along with this library; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | #include "config.h" |
21 | 20 | #include "qemu-common.h" | ... | ... |
hostregs_helper.h
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * Lesser General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU Lesser General Public |
17 | - * License along with this library; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA | |
17 | + * License along with this library; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | |
21 | 20 | /* The GCC global register variable extension is used to reserve some | ... | ... |
hppa-dis.c
... | ... | @@ -16,9 +16,7 @@ |
16 | 16 | GNU General Public License for more details. |
17 | 17 | |
18 | 18 | You should have received a copy of the GNU General Public License |
19 | - along with this program; if not, write to the Free Software | |
20 | - Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, | |
21 | - MA 02110-1301, USA. */ | |
19 | + along with this program; if not, see <http://www.gnu.org/licenses/>. */ | |
22 | 20 | |
23 | 21 | #include "dis-asm.h" |
24 | 22 | |
... | ... | @@ -42,8 +40,7 @@ |
42 | 40 | GNU General Public License for more details. |
43 | 41 | |
44 | 42 | You should have received a copy of the GNU General Public License |
45 | - along with this program; if not, write to the Free Software | |
46 | - Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ | |
43 | + along with this program; if not, see <http://www.gnu.org/licenses/>. */ | |
47 | 44 | |
48 | 45 | #ifndef _LIBHPPA_H |
49 | 46 | #define _LIBHPPA_H |
... | ... | @@ -555,8 +552,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
555 | 552 | GNU General Public License for more details. |
556 | 553 | |
557 | 554 | You should have received a copy of the GNU General Public License |
558 | -along with GAS or GDB; see the file COPYING. If not, write to | |
559 | -the Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ | |
555 | +along with GAS or GDB; see the file COPYING. | |
556 | +If not, see <http://www.gnu.org/licenses/>. */ | |
560 | 557 | |
561 | 558 | #if !defined(__STDC__) && !defined(const) |
562 | 559 | #define const | ... | ... |
hw/acpi.c
... | ... | @@ -13,8 +13,7 @@ |
13 | 13 | * Lesser General Public License for more details. |
14 | 14 | * |
15 | 15 | * You should have received a copy of the GNU Lesser General Public |
16 | - * License along with this library; if not, write to the Free Software | |
17 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA | |
16 | + * License along with this library; if not, see <http://www.gnu.org/licenses/> | |
18 | 17 | */ |
19 | 18 | #include "hw.h" |
20 | 19 | #include "pc.h" | ... | ... |
hw/alpha_palcode.c
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * Lesser General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU Lesser General Public |
17 | - * License along with this library; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA | |
17 | + * License along with this library; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | |
21 | 20 | #include <stdint.h> | ... | ... |
hw/apic.c
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * Lesser General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU Lesser General Public |
17 | - * License along with this library; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA | |
17 | + * License along with this library; if not, see <http://www.gnu.org/licenses/> | |
19 | 18 | */ |
20 | 19 | #include "hw.h" |
21 | 20 | #include "pc.h" | ... | ... |
hw/blizzard.c
... | ... | @@ -15,8 +15,7 @@ |
15 | 15 | * GNU General Public License for more details. |
16 | 16 | * |
17 | 17 | * You should have received a copy of the GNU General Public License along |
18 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
19 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
18 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 19 | */ |
21 | 20 | |
22 | 21 | #include "qemu-common.h" | ... | ... |
hw/blizzard_template.h
... | ... | @@ -15,8 +15,7 @@ |
15 | 15 | * GNU General Public License for more details. |
16 | 16 | * |
17 | 17 | * You should have received a copy of the GNU General Public License along |
18 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
19 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
18 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 19 | */ |
21 | 20 | |
22 | 21 | #define SKIP_PIXEL(to) to += deststep | ... | ... |
hw/bt-hci-csr.c
... | ... | @@ -15,8 +15,7 @@ |
15 | 15 | * GNU General Public License for more details. |
16 | 16 | * |
17 | 17 | * You should have received a copy of the GNU General Public License along |
18 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
19 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
18 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 19 | */ |
21 | 20 | |
22 | 21 | #include "qemu-common.h" | ... | ... |
hw/bt-hci.c
... | ... | @@ -15,9 +15,7 @@ |
15 | 15 | * GNU General Public License for more details. |
16 | 16 | * |
17 | 17 | * You should have received a copy of the GNU General Public License |
18 | - * along with this program; if not, write to the Free Software | |
19 | - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, | |
20 | - * MA 02110-1301 USA | |
18 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
21 | 19 | */ |
22 | 20 | |
23 | 21 | #include "qemu-common.h" | ... | ... |
hw/bt-hid.c
... | ... | @@ -15,8 +15,7 @@ |
15 | 15 | * GNU General Public License for more details. |
16 | 16 | * |
17 | 17 | * You should have received a copy of the GNU General Public License along |
18 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
19 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
18 | + * with this program; if not, if not, see <http://www.gnu.org/licenses/>. | |
20 | 19 | */ |
21 | 20 | |
22 | 21 | #include "qemu-common.h" | ... | ... |
hw/bt-l2cap.c
... | ... | @@ -14,9 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License |
17 | - * along with this program; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, | |
19 | - * MA 02110-1301 USA | |
17 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 18 | */ |
21 | 19 | |
22 | 20 | #include "qemu-common.h" | ... | ... |
hw/bt-sdp.c
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License along |
17 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
18 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
17 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | |
21 | 20 | #include "qemu-common.h" | ... | ... |
hw/bt.c
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License along |
17 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
18 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
17 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | |
21 | 20 | #include "qemu-common.h" | ... | ... |
hw/bt.h
... | ... | @@ -20,9 +20,7 @@ |
20 | 20 | * GNU General Public License for more details. |
21 | 21 | * |
22 | 22 | * You should have received a copy of the GNU General Public License |
23 | - * along with this program; if not, write to the Free Software | |
24 | - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, | |
25 | - * MA 02110-1301 USA | |
23 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
26 | 24 | */ |
27 | 25 | |
28 | 26 | /* BD Address */ | ... | ... |
hw/cbus.c
... | ... | @@ -17,8 +17,7 @@ |
17 | 17 | * GNU General Public License for more details. |
18 | 18 | * |
19 | 19 | * You should have received a copy of the GNU General Public License along |
20 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
21 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
20 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
22 | 21 | */ |
23 | 22 | |
24 | 23 | #include "qemu-common.h" | ... | ... |
hw/dp8393x.c
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License along |
17 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
18 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
17 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | |
21 | 20 | #include "hw.h" | ... | ... |
hw/e1000.c
... | ... | @@ -18,8 +18,7 @@ |
18 | 18 | * Lesser General Public License for more details. |
19 | 19 | * |
20 | 20 | * You should have received a copy of the GNU Lesser General Public |
21 | - * License along with this library; if not, write to the Free Software | |
22 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA | |
21 | + * License along with this library; if not, see <http://www.gnu.org/licenses/>. | |
23 | 22 | */ |
24 | 23 | |
25 | 24 | ... | ... |
hw/e1000_hw.h
... | ... | @@ -13,8 +13,7 @@ |
13 | 13 | more details. |
14 | 14 | |
15 | 15 | You should have received a copy of the GNU General Public License along with |
16 | - this program; if not, write to the Free Software Foundation, Inc., | |
17 | - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. | |
16 | + this program; if not, see <http://www.gnu.org/licenses/>. | |
18 | 17 | |
19 | 18 | The full GNU General Public License is included in this distribution in |
20 | 19 | the file called "COPYING". | ... | ... |
hw/eepro100.c
... | ... | @@ -17,8 +17,7 @@ |
17 | 17 | * GNU General Public License for more details. |
18 | 18 | * |
19 | 19 | * You should have received a copy of the GNU General Public License |
20 | - * along with this program; if not, write to the Free Software | |
21 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | |
20 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
22 | 21 | * |
23 | 22 | * Tested features (i82559): |
24 | 23 | * PXE boot (i386) no valid link | ... | ... |
hw/eeprom93xx.c
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License |
17 | - * along with this program; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | |
17 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | |
21 | 20 | /* Emulation for serial EEPROMs: | ... | ... |
hw/eeprom93xx.h
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License |
17 | - * along with this program; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | |
17 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | |
21 | 20 | #ifndef EEPROM93XX_H | ... | ... |
hw/fmopl.c
... | ... | @@ -27,8 +27,7 @@ |
27 | 27 | * Lesser General Public License for more details. |
28 | 28 | * |
29 | 29 | * You should have received a copy of the GNU Lesser General Public |
30 | - * License along with this library; if not, write to the Free Software | |
31 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA | |
30 | + * License along with this library; if not, see <http://www.gnu.org/licenses/>. | |
32 | 31 | */ |
33 | 32 | |
34 | 33 | #define INLINE static inline | ... | ... |
hw/g364fb.c
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License along |
17 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
18 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
17 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | |
21 | 20 | #include "hw.h" | ... | ... |
hw/hpet.c
... | ... | @@ -17,8 +17,7 @@ |
17 | 17 | * Lesser General Public License for more details. |
18 | 18 | * |
19 | 19 | * You should have received a copy of the GNU Lesser General Public |
20 | - * License along with this library; if not, write to the Free Software | |
21 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA | |
20 | + * License along with this library; if not, see <http://www.gnu.org/licenses/>. | |
22 | 21 | * |
23 | 22 | * ***************************************************************** |
24 | 23 | * | ... | ... |
hw/ioapic.c
... | ... | @@ -17,8 +17,7 @@ |
17 | 17 | * Lesser General Public License for more details. |
18 | 18 | * |
19 | 19 | * You should have received a copy of the GNU Lesser General Public |
20 | - * License along with this library; if not, write to the Free Software | |
21 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA | |
20 | + * License along with this library; if not, see <http://www.gnu.org/licenses/>. | |
22 | 21 | */ |
23 | 22 | |
24 | 23 | #include "hw.h" | ... | ... |
hw/lm832x.c
... | ... | @@ -15,8 +15,7 @@ |
15 | 15 | * GNU General Public License for more details. |
16 | 16 | * |
17 | 17 | * You should have received a copy of the GNU General Public License along |
18 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
19 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
18 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 19 | */ |
21 | 20 | |
22 | 21 | #include "hw.h" | ... | ... |
hw/nseries.c
... | ... | @@ -15,8 +15,7 @@ |
15 | 15 | * GNU General Public License for more details. |
16 | 16 | * |
17 | 17 | * You should have received a copy of the GNU General Public License along |
18 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
19 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
18 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 19 | */ |
21 | 20 | |
22 | 21 | #include "qemu-common.h" | ... | ... |
hw/omap.h
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License along |
17 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
18 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
17 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | #ifndef hw_omap_h |
21 | 20 | # define hw_omap_h "omap.h" | ... | ... |
hw/omap1.c
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License along |
17 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
18 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
17 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | #include "hw.h" |
21 | 20 | #include "arm-misc.h" | ... | ... |
hw/omap2.c
... | ... | @@ -15,8 +15,7 @@ |
15 | 15 | * GNU General Public License for more details. |
16 | 16 | * |
17 | 17 | * You should have received a copy of the GNU General Public License along |
18 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
19 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
18 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 19 | */ |
21 | 20 | #include "hw.h" |
22 | 21 | #include "arm-misc.h" | ... | ... |
hw/omap_clk.c
... | ... | @@ -16,8 +16,7 @@ |
16 | 16 | * GNU General Public License for more details. |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
20 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
19 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
21 | 20 | */ |
22 | 21 | #include "hw.h" |
23 | 22 | #include "omap.h" | ... | ... |
hw/omap_dma.c
... | ... | @@ -15,8 +15,7 @@ |
15 | 15 | * GNU General Public License for more details. |
16 | 16 | * |
17 | 17 | * You should have received a copy of the GNU General Public License along |
18 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
19 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
18 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 19 | */ |
21 | 20 | #include "qemu-common.h" |
22 | 21 | #include "qemu-timer.h" | ... | ... |
hw/omap_dss.c
... | ... | @@ -15,8 +15,7 @@ |
15 | 15 | * GNU General Public License for more details. |
16 | 16 | * |
17 | 17 | * You should have received a copy of the GNU General Public License along |
18 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
19 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
18 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 19 | */ |
21 | 20 | #include "hw.h" |
22 | 21 | #include "console.h" | ... | ... |
hw/omap_i2c.c
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License along |
17 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
18 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
17 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | #include "hw.h" |
21 | 20 | #include "i2c.h" | ... | ... |
hw/omap_lcdc.c
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License along |
17 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
18 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
17 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | #include "hw.h" |
21 | 20 | #include "console.h" | ... | ... |
hw/omap_mmc.c
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License along |
17 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
18 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
17 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | #include "hw.h" |
21 | 20 | #include "omap.h" | ... | ... |
hw/omap_sx1.c
... | ... | @@ -23,8 +23,7 @@ |
23 | 23 | * GNU General Public License for more details. |
24 | 24 | * |
25 | 25 | * You should have received a copy of the GNU General Public License along |
26 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
27 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
26 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
28 | 27 | */ |
29 | 28 | #include "hw.h" |
30 | 29 | #include "sysemu.h" | ... | ... |
hw/onenand.c
... | ... | @@ -15,8 +15,7 @@ |
15 | 15 | * GNU General Public License for more details. |
16 | 16 | * |
17 | 17 | * You should have received a copy of the GNU General Public License along |
18 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
19 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
18 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 19 | */ |
21 | 20 | |
22 | 21 | #include "qemu-common.h" | ... | ... |
hw/palm.c
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License along |
17 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
18 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
17 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | #include "hw.h" |
21 | 20 | #include "audio/audio.h" | ... | ... |
hw/pflash_cfi01.c
... | ... | @@ -15,8 +15,7 @@ |
15 | 15 | * Lesser General Public License for more details. |
16 | 16 | * |
17 | 17 | * You should have received a copy of the GNU Lesser General Public |
18 | - * License along with this library; if not, write to the Free Software | |
19 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA | |
18 | + * License along with this library; if not, see <http://www.gnu.org/licenses/>. | |
20 | 19 | */ |
21 | 20 | |
22 | 21 | /* | ... | ... |
hw/pflash_cfi02.c
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * Lesser General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU Lesser General Public |
17 | - * License along with this library; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA | |
17 | + * License along with this library; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | |
21 | 20 | /* | ... | ... |
hw/ppc4xx_pci.c
... | ... | @@ -9,8 +9,7 @@ |
9 | 9 | * GNU General Public License for more details. |
10 | 10 | * |
11 | 11 | * You should have received a copy of the GNU General Public License |
12 | - * along with this program; if not, write to the Free Software | |
13 | - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |
12 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
14 | 13 | * |
15 | 14 | * Copyright IBM Corp. 2008 |
16 | 15 | * | ... | ... |
hw/qdev.c
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * Lesser General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU Lesser General Public |
17 | - * License along with this library; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA | |
17 | + * License along with this library; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | |
21 | 20 | /* The theory here is that it should be possible to create a machine without | ... | ... |
hw/soc_dma.c
... | ... | @@ -15,8 +15,7 @@ |
15 | 15 | * GNU General Public License for more details. |
16 | 16 | * |
17 | 17 | * You should have received a copy of the GNU General Public License along |
18 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
19 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
18 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 19 | */ |
21 | 20 | #include "qemu-common.h" |
22 | 21 | #include "qemu-timer.h" | ... | ... |
hw/soc_dma.h
... | ... | @@ -15,8 +15,7 @@ |
15 | 15 | * GNU General Public License for more details. |
16 | 16 | * |
17 | 17 | * You should have received a copy of the GNU General Public License along |
18 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
19 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
18 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 19 | */ |
21 | 20 | |
22 | 21 | struct soc_dma_s; | ... | ... |
hw/sysbus.c
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * Lesser General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU Lesser General Public |
17 | - * License along with this library; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA | |
17 | + * License along with this library; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | |
21 | 20 | #include "sysbus.h" | ... | ... |
hw/tc6393xb_template.h
... | ... | @@ -18,8 +18,7 @@ |
18 | 18 | * GNU General Public License for more details. |
19 | 19 | * |
20 | 20 | * You should have received a copy of the GNU General Public License along |
21 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
22 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
21 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
23 | 22 | */ |
24 | 23 | |
25 | 24 | #if BITS == 8 | ... | ... |
hw/tmp105.c
... | ... | @@ -15,8 +15,7 @@ |
15 | 15 | * GNU General Public License for more details. |
16 | 16 | * |
17 | 17 | * You should have received a copy of the GNU General Public License along |
18 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
19 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
18 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 19 | */ |
21 | 20 | |
22 | 21 | #include "hw.h" | ... | ... |
hw/tsc2005.c
... | ... | @@ -15,8 +15,7 @@ |
15 | 15 | * GNU General Public License for more details. |
16 | 16 | * |
17 | 17 | * You should have received a copy of the GNU General Public License along |
18 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
19 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
18 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 19 | */ |
21 | 20 | |
22 | 21 | #include "hw.h" | ... | ... |
hw/tsc210x.c
... | ... | @@ -16,8 +16,7 @@ |
16 | 16 | * GNU General Public License for more details. |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
20 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
19 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
21 | 20 | */ |
22 | 21 | |
23 | 22 | #include "hw.h" | ... | ... |
hw/tusb6010.c
... | ... | @@ -16,8 +16,7 @@ |
16 | 16 | * GNU General Public License for more details. |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
20 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
19 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
21 | 20 | */ |
22 | 21 | #include "qemu-common.h" |
23 | 22 | #include "qemu-timer.h" | ... | ... |
hw/twl92230.c
... | ... | @@ -16,8 +16,7 @@ |
16 | 16 | * GNU General Public License for more details. |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
20 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
19 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
21 | 20 | */ |
22 | 21 | |
23 | 22 | #include "hw.h" | ... | ... |
hw/usb-bt.c
... | ... | @@ -15,8 +15,7 @@ |
15 | 15 | * GNU General Public License for more details. |
16 | 16 | * |
17 | 17 | * You should have received a copy of the GNU General Public License along |
18 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
19 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
18 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 19 | */ |
21 | 20 | |
22 | 21 | #include "qemu-common.h" | ... | ... |
hw/usb-musb.c
... | ... | @@ -16,8 +16,7 @@ |
16 | 16 | * GNU General Public License for more details. |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
20 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
19 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
21 | 20 | * |
22 | 21 | * Only host-mode and non-DMA accesses are currently supported. |
23 | 22 | */ | ... | ... |
hw/usb-ohci.c
... | ... | @@ -15,8 +15,7 @@ |
15 | 15 | * Lesser General Public License for more details. |
16 | 16 | * |
17 | 17 | * You should have received a copy of the GNU Lesser General Public |
18 | - * License along with this library; if not, write to the Free Software | |
19 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA | |
18 | + * License along with this library; if not, see <http://www.gnu.org/licenses/>. | |
20 | 19 | * |
21 | 20 | * TODO: |
22 | 21 | * o Isochronous transfers | ... | ... |
hw/watchdog.c
... | ... | @@ -14,9 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License |
17 | - * along with this program; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, | |
19 | - * USA. | |
17 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 18 | * |
21 | 19 | * By Richard W.M. Jones (rjones@redhat.com). |
22 | 20 | */ | ... | ... |
hw/watchdog.h
... | ... | @@ -14,9 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License |
17 | - * along with this program; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, | |
19 | - * USA. | |
17 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 18 | * |
21 | 19 | * By Richard W.M. Jones (rjones@redhat.com). |
22 | 20 | */ | ... | ... |
hw/wdt_i6300esb.c
... | ... | @@ -14,9 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License |
17 | - * along with this program; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, | |
19 | - * USA. | |
17 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 18 | * |
21 | 19 | * By Richard W.M. Jones (rjones@redhat.com). |
22 | 20 | */ | ... | ... |
hw/wdt_ib700.c
... | ... | @@ -14,9 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License |
17 | - * along with this program; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, | |
19 | - * USA. | |
17 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 18 | * |
21 | 19 | * By Richard W.M. Jones (rjones@redhat.com). |
22 | 20 | */ | ... | ... |
hw/xen_backend.c
... | ... | @@ -12,8 +12,7 @@ |
12 | 12 | * GNU General Public License for more details. |
13 | 13 | * |
14 | 14 | * You should have received a copy of the GNU General Public License along |
15 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
16 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
15 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
17 | 16 | */ |
18 | 17 | |
19 | 18 | /* | ... | ... |
hw/xen_console.c
... | ... | @@ -16,8 +16,7 @@ |
16 | 16 | * GNU General Public License for more details. |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
20 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
19 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
21 | 20 | */ |
22 | 21 | |
23 | 22 | #include <stdlib.h> | ... | ... |
hw/xen_disk.c
... | ... | @@ -13,8 +13,7 @@ |
13 | 13 | * GNU General Public License for more details. |
14 | 14 | * |
15 | 15 | * You should have received a copy of the GNU General Public License along |
16 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
17 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
16 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
18 | 17 | */ |
19 | 18 | |
20 | 19 | #include <stdio.h> | ... | ... |
hw/xen_nic.c
... | ... | @@ -13,8 +13,7 @@ |
13 | 13 | * GNU General Public License for more details. |
14 | 14 | * |
15 | 15 | * You should have received a copy of the GNU General Public License along |
16 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
17 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
16 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
18 | 17 | */ |
19 | 18 | |
20 | 19 | #include <stdio.h> | ... | ... |
hw/xenfb.c
... | ... | @@ -21,8 +21,7 @@ |
21 | 21 | * GNU General Public License for more details. |
22 | 22 | * |
23 | 23 | * You should have received a copy of the GNU General Public License along |
24 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
25 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
24 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
26 | 25 | */ |
27 | 26 | |
28 | 27 | #include <stdarg.h> | ... | ... |
hw/zaurus.c
... | ... | @@ -13,8 +13,7 @@ |
13 | 13 | * GNU General Public License for more details. |
14 | 14 | * |
15 | 15 | * You should have received a copy of the GNU General Public License along |
16 | - * with this program; if not, write to the Free Software Foundation, Inc., | |
17 | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
16 | + * with this program; if not, see <http://www.gnu.org/licenses/>. | |
18 | 17 | */ |
19 | 18 | #include "hw.h" |
20 | 19 | #include "pxa.h" | ... | ... |
i386-dis.c
... | ... | @@ -16,8 +16,7 @@ |
16 | 16 | GNU General Public License for more details. |
17 | 17 | |
18 | 18 | You should have received a copy of the GNU General Public License |
19 | - along with this program; if not, write to the Free Software | |
20 | - Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ | |
19 | + along with this program; if not, see <http://www.gnu.org/licenses/>. */ | |
21 | 20 | |
22 | 21 | /* 80386 instruction printer by Pace Willisson (pace@prep.ai.mit.edu) |
23 | 22 | July 1988 |
... | ... | @@ -54,8 +53,7 @@ |
54 | 53 | GNU General Public License for more details. |
55 | 54 | |
56 | 55 | You should have received a copy of the GNU General Public License |
57 | - along with this program; if not, write to the Free Software | |
58 | - Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ | |
56 | + along with this program; if not, see <http://www.gnu.org/licenses/>. */ | |
59 | 57 | |
60 | 58 | /* The SystemV/386 SVR3.2 assembler, and probably all AT&T derived |
61 | 59 | ix86 Unix assemblers, generate floating point instructions with | ... | ... |
ioport-user.c
... | ... | @@ -14,9 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License |
17 | - * along with this program; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, | |
19 | - * MA 02110-1301, USA. | |
17 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 18 | */ |
21 | 19 | |
22 | 20 | #include <stdio.h> | ... | ... |
ioport.h
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * Lesser General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU Lesser General Public |
17 | - * License along with this library; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA | |
17 | + * License along with this library; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | |
21 | 20 | /************************************************************************** | ... | ... |
kqemu.c
... | ... | @@ -14,8 +14,7 @@ |
14 | 14 | * Lesser General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU Lesser General Public |
17 | - * License along with this library; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA | |
17 | + * License along with this library; if not, see <http://www.gnu.org/licenses/>. | |
19 | 18 | */ |
20 | 19 | #include "config.h" |
21 | 20 | #ifdef _WIN32 | ... | ... |
libfdt_env.h
... | ... | @@ -9,8 +9,7 @@ |
9 | 9 | * GNU General Public License for more details. |
10 | 10 | * |
11 | 11 | * You should have received a copy of the GNU General Public License |
12 | - * along with this program; if not, write to the Free Software | |
13 | - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |
12 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
14 | 13 | * |
15 | 14 | * Copyright IBM Corp. 2008 |
16 | 15 | * Authors: Hollis Blanchard <hollisb@us.ibm.com> | ... | ... |
linux-user/flatload.c
... | ... | @@ -13,9 +13,7 @@ |
13 | 13 | * GNU General Public License for more details. |
14 | 14 | * |
15 | 15 | * You should have received a copy of the GNU General Public License |
16 | - * along with this program; if not, write to the Free Software | |
17 | - * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, | |
18 | - * MA 02110-1301, USA. | |
16 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
19 | 17 | * |
20 | 18 | * Copyright (C) 2006 CodeSourcery. |
21 | 19 | * Copyright (C) 2000-2003 David McCullough <davidm@snapgear.com> | ... | ... |
linux-user/m68k-sim.c
... | ... | @@ -14,9 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License |
17 | - * along with this program; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, | |
19 | - * MA 02110-1301, USA. | |
17 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 18 | */ |
21 | 19 | |
22 | 20 | #include <sys/types.h> | ... | ... |
linux-user/main.c
... | ... | @@ -14,9 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License |
17 | - * along with this program; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, | |
19 | - * MA 02110-1301, USA. | |
17 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 18 | */ |
21 | 19 | #include <stdlib.h> |
22 | 20 | #include <stdio.h> | ... | ... |
linux-user/mmap.c
... | ... | @@ -14,9 +14,7 @@ |
14 | 14 | * GNU General Public License for more details. |
15 | 15 | * |
16 | 16 | * You should have received a copy of the GNU General Public License |
17 | - * along with this program; if not, write to the Free Software | |
18 | - * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, | |
19 | - * MA 02110-1301, USA. | |
17 | + * along with this program; if not, see <http://www.gnu.org/licenses/>. | |
20 | 18 | */ |
21 | 19 | #include <stdlib.h> |
22 | 20 | #include <stdio.h> | ... | ... |