diff options
author | Dave Beckett <dave@dajobe.org> | 2004-09-20 11:54:25 +0000 |
---|---|---|
committer | Dave Beckett <dave@dajobe.org> | 2004-09-20 11:54:25 +0000 |
commit | 1728fb0ef19b8b89438e6b3fe26fe01885fd65da (patch) | |
tree | 956dee6dd10e584b92fe1bd8288bd8644e78a8e6 /src/n3_lexer.l | |
parent | 504230df6d74ad2e74420b23999af3821edc1767 (diff) | |
download | raptor-1728fb0ef19b8b89438e6b3fe26fe01885fd65da.tar.gz |
LGPL / Apache 2.0 license
Diffstat (limited to 'src/n3_lexer.l')
-rw-r--r-- | src/n3_lexer.l | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/src/n3_lexer.l b/src/n3_lexer.l index 2ab61919..70965121 100644 --- a/src/n3_lexer.l +++ b/src/n3_lexer.l @@ -4,18 +4,24 @@ * * $Id$ * - * Copyright (C) 2003 David Beckett - http://purl.org/net/dajobe/ - * Institute for Learning and Research Technology - http://www.ilrt.org/ - * University of Bristol - http://www.bristol.ac.uk/ + * Copyright (C) 2003-2004, David Beckett http://purl.org/net/dajobe/ + * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/ + * University of Bristol, UK http://www.bristol.ac.uk/ * - * This package is Free Software or Open Source available under the - * following licenses (these are alternatives): - * 1. GNU Lesser General Public License (LGPL) - * 2. GNU General Public License (GPL) - * 3. Mozilla Public License (MPL) + * This package is Free Software and part of Redland http://librdf.org/ + * + * It is licensed under the following three licenses as alternatives: + * 1. GNU Lesser General Public License (LGPL) V2.1 or any newer version + * 2. GNU General Public License (GPL) V2 or any newer version + * 3. Apache License, V2.0 or any newer version + * + * You may not use this file except in compliance with at least one of + * the above three licenses. * * See LICENSE.html or LICENSE.txt at the top of this package for the - * full license terms. + * complete terms and further detail along with the license texts for + * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively. + * * * This is N-Triples + 7 things * N-Triples + @prefix + qnames + "a" + [] + , and ; |