diff options
author | Georg Brandl <georg@python.org> | 2013-01-09 12:50:14 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-01-09 12:50:14 +0100 |
commit | ff09ab7f81d7adcf1034340a84451521b8f7187d (patch) | |
tree | 4d12d2bbe1af5db8f740f435f978406741a292bd | |
parent | b76f3937da3c2766ef667125cb0ec67652a4960e (diff) | |
download | pygments-ff09ab7f81d7adcf1034340a84451521b8f7187d.tar.gz |
Add copyright header to Robot Framework lexer.#
-rw-r--r-- | pygments/lexers/_robotframeworklexer.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pygments/lexers/_robotframeworklexer.py b/pygments/lexers/_robotframeworklexer.py index f3b5f223..64d832f3 100644 --- a/pygments/lexers/_robotframeworklexer.py +++ b/pygments/lexers/_robotframeworklexer.py @@ -1,3 +1,14 @@ +# -*- coding: utf-8 -*- +""" + pygments.lexers._robotframeworklexer + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + Lexer for Robot Framework. + + :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + # Copyright 2012 Nokia Siemens Networks Oyj # # Licensed under the Apache License, Version 2.0 (the "License"); |