Skip to content

Commit 3d589c9

Browse files
committed
copyright info
1 parent b38b544 commit 3d589c9

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

src/PHPVisitor.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Copyright (c) 2020, mll <coleflowersma at gmail dot com>
3+
* All rights reserved.
4+
*/
15
#include <algorithm>
26
#include "antlr4-runtime/antlr4-runtime.h"
37
#include "PHPVisitor.h"

src/PHPVisitor.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
1+
/**
2+
* Copyright (c) 2020, mll <coleflowersma at gmail dot com>
3+
* All rights reserved.
4+
*/
25
#include "PHPParserVisitor.h"
36
#include "PHPParserBaseVisitor.h"
47

src/main.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Copyright (c) 2020, mll <coleflowersma at gmail dot com>
3+
* All rights reserved.
4+
*/
15
#include <iostream>
26
#include <string.h>
37
#include <stdio.h>

0 commit comments

Comments
 (0)