# HG changeset patch # User Mikael Berthe # Date 1404057173 -7200 # Node ID 5219596f5c71019f7e222561c15d0ef63324d043 # Parent 7e73bb91665ed598fb8018d8cd1a5b9ff988e14c Change comments so that build constraints still work diff -r 7e73bb91665e -r 5219596f5c71 goduf-byinode_fallback.go --- a/goduf-byinode_fallback.go Sun Jun 29 17:47:31 2014 +0200 +++ b/goduf-byinode_fallback.go Sun Jun 29 17:52:53 2014 +0200 @@ -1,11 +1,10 @@ -/* - * Copyright (C) 2014 Mikael Berthe - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or (at - * your option) any later version. - */ +// +// Copyright (C) 2014 Mikael Berthe +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2 of the License, or (at +// your option) any later version. // +build plan9 windows diff -r 7e73bb91665e -r 5219596f5c71 goduf-byinode_unix.go --- a/goduf-byinode_unix.go Sun Jun 29 17:47:31 2014 +0200 +++ b/goduf-byinode_unix.go Sun Jun 29 17:52:53 2014 +0200 @@ -1,11 +1,10 @@ -/* - * Copyright (C) 2014 Mikael Berthe - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or (at - * your option) any later version. - */ +// +// Copyright (C) 2014 Mikael Berthe +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2 of the License, or (at +// your option) any later version. // +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris