diff options
Diffstat (limited to 'kern/cbuf.c')
-rw-r--r-- | kern/cbuf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kern/cbuf.c b/kern/cbuf.c index ad3bead6..fcfcc1d5 100644 --- a/kern/cbuf.c +++ b/kern/cbuf.c @@ -13,6 +13,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/ */ #include <assert.h> |