diff options
Diffstat (limited to 'parser/grammar.peg')
| -rw-r--r-- | parser/grammar.peg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parser/grammar.peg b/parser/grammar.peg index 760257f..3c1774d 100644 --- a/parser/grammar.peg +++ b/parser/grammar.peg @@ -1,6 +1,7 @@ { // Package parser parses conf language. - // + package parser + // This file is part of conf library. // Copyright (C) 2026 Alexander NeonXP Kiryukhin <i@neonxp.ru> // @@ -16,7 +17,6 @@ // // You should have received a copy of the GNU General Public License // along with this program. If not, see <https://www.gnu.org/licenses/>. - package parser import ( "strconv" |
