summaryrefslogtreecommitdiff
path: root/microkernel/mach/gnumach/projects/clean_up_the_code.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-06-09 02:06:59 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-06-09 02:06:59 +0200
commitaef463c050add77d72259c5c9b630adbfb0409bb (patch)
tree76e598c2ad57db9704e9d3e764add53e84c9b1c6 /microkernel/mach/gnumach/projects/clean_up_the_code.mdwn
parentaf4e2bc8f1b5c450b22c19ff8e06ded02ef08cba (diff)
parent0d9f8a5a6246924c5ac6f79cedd507b74477f06e (diff)
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/web
Diffstat (limited to 'microkernel/mach/gnumach/projects/clean_up_the_code.mdwn')
-rw-r--r--microkernel/mach/gnumach/projects/clean_up_the_code.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/microkernel/mach/gnumach/projects/clean_up_the_code.mdwn b/microkernel/mach/gnumach/projects/clean_up_the_code.mdwn
index 0ca6d91e..b7fc934f 100644
--- a/microkernel/mach/gnumach/projects/clean_up_the_code.mdwn
+++ b/microkernel/mach/gnumach/projects/clean_up_the_code.mdwn
@@ -1,5 +1,5 @@
-[[!meta copyright="Copyright © 2005, 2006, 2007, 2008, 2010, 2012, 2013, 2014
-Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2005, 2006, 2007, 2008, 2010, 2012, 2013, 2014,
+2016 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
@@ -167,7 +167,7 @@ further files (also exported ones) that serve no real value, but are being
<teythoon> and fix kmem_cache_error to use kmem_warn near the top of the
function
<braunr> teythoon: i suggest you use the x15 variant as a reference
- (http://git.sceen.net/rbraun/x15.git/blob/HEAD:/kern/kmem.c)
+ (https://git.sceen.net/rbraun/x15.git/plain/kern/kmem.c)
<teythoon> right