diff options
author | Richard Braun <rbraun@sceen.net> | 2018-02-24 07:48:12 +0100 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2018-02-24 07:48:12 +0100 |
commit | d6415186a2cbcd75c7b9bacf235dc03a8145f2c2 (patch) | |
tree | f906e210d70082509b9aa6489eea4c03a1f703bb /kern/bitmap.h | |
parent | c31ddfaf11320dea4828c753f48a29041643f552 (diff) |
Update license note about modules from librbraun
Diffstat (limited to 'kern/bitmap.h')
-rw-r--r-- | kern/bitmap.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kern/bitmap.h b/kern/bitmap.h index 6ca0eef8..0932c391 100644 --- a/kern/bitmap.h +++ b/kern/bitmap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Richard Braun. + * Copyright (c) 2013-2015 Richard Braun. * * 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 @@ -14,6 +14,9 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * + * Upstream site with license notes : + * http://git.sceen.net/rbraun/librbraun.git/ + * * * Arbitrary-length bit arrays. * |