diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-04-24 16:03:24 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-04-24 16:03:24 +0200 |
commit | ea0a53ca2e3821f6f1382fda94bc6d6946e9643b (patch) | |
tree | 21b898bfbcc4e65e79ec73847c9aae95c552b5d3 /microkernel | |
parent | 42b9f91ed7a259ecec893cd6131bb20d4c073bc0 (diff) | |
parent | 39d2f9ec4462abcdee014623fea4166136c13a8a (diff) | |
download | web-ea0a53ca2e3821f6f1382fda94bc6d6946e9643b.tar.gz web-ea0a53ca2e3821f6f1382fda94bc6d6946e9643b.tar.bz2 web-ea0a53ca2e3821f6f1382fda94bc6d6946e9643b.zip |
Merge branch 'master' of braunbox:~hurd-web/hurd-web
Diffstat (limited to 'microkernel')
-rw-r--r-- | microkernel/mach/gnumach.mdwn | 6 | ||||
-rw-r--r-- | microkernel/mach/gnumach/ports/xen.mdwn | 4 | ||||
-rw-r--r-- | microkernel/mach/history.mdwn | 2 | ||||
-rw-r--r-- | microkernel/mach/mig/gnu_mig.mdwn | 6 |
4 files changed, 9 insertions, 9 deletions
diff --git a/microkernel/mach/gnumach.mdwn b/microkernel/mach/gnumach.mdwn index 84307a49..88c38999 100644 --- a/microkernel/mach/gnumach.mdwn +++ b/microkernel/mach/gnumach.mdwn @@ -1,5 +1,5 @@ -[[!meta copyright="Copyright © 2001, 2002, 2007, 2008, 2011, 2013 Free Software -Foundation, Inc."]] +[[!meta copyright="Copyright © 2001, 2002, 2007, 2008, 2011, 2013, 2015 Free +Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -24,7 +24,7 @@ GNU Mach runs on x86 machines. See the [[hardware_compatibility_list]] and information about [[ports]] to other architectures. -The latest release is [[GNU Mach 1.4|news/2013-09-27]]. +The latest release is [[GNU Mach 1.5|news/2015-04-10-releases]]. # Advantages of GNU Mach diff --git a/microkernel/mach/gnumach/ports/xen.mdwn b/microkernel/mach/gnumach/ports/xen.mdwn index f3c990c2..1af19257 100644 --- a/microkernel/mach/gnumach/ports/xen.mdwn +++ b/microkernel/mach/gnumach/ports/xen.mdwn @@ -1,5 +1,5 @@ -[[!meta copyright="Copyright © 2007, 2008, 2009, 2011, 2013, 2014 Free Software -Foundation, Inc."]] +[[!meta copyright="Copyright © 2007, 2008, 2009, 2011, 2013, 2014, 2015 Free +Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this diff --git a/microkernel/mach/history.mdwn b/microkernel/mach/history.mdwn index 62bd3e34..a1df8a10 100644 --- a/microkernel/mach/history.mdwn +++ b/microkernel/mach/history.mdwn @@ -216,4 +216,4 @@ IRC, freenode, #hurd, 2013-07-04: --- [[!tag open_issue_documentation]]Update for [[GNU Mach 1.4 -release|news/2013-09-27]]. +release|news/2013-09-27]], and [[GNU Mach 1.5|news/2015-04-10-releases]]. diff --git a/microkernel/mach/mig/gnu_mig.mdwn b/microkernel/mach/mig/gnu_mig.mdwn index 933453f7..77cbed05 100644 --- a/microkernel/mach/mig/gnu_mig.mdwn +++ b/microkernel/mach/mig/gnu_mig.mdwn @@ -1,5 +1,5 @@ -[[!meta copyright="Copyright © 2001, 2006, 2008, 2009, 2010, 2013 Free Software -Foundation, Inc."]] +[[!meta copyright="Copyright © 2001, 2006, 2008, 2009, 2010, 2013, 2015 Free +Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -24,7 +24,7 @@ Like its predecessor, it can only generate C code, that has to be compiled and linked to client and server programs respectively ([[!taglink open_issue_mig]]). -The latest release is [[GNU MIG 1.4|news/2013-09-27]]. +The latest release is [[GNU MIG 1.5|news/2015-04-10-releases]]. * [[Building]] - building (and obtaining) GNU MIG * [[Open Issues|tag/open_issue_mig]] |