Skip to content

Commit 54465fe

Browse files
committed
Update copyright
1 parent 38f676c commit 54465fe

554 files changed

Lines changed: 568 additions & 554 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

tm-parsers/tm/textmapper.tm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax: lalr1 generator source grammar
22

3-
# Copyright 2002-2018 Evgeny Gryaznov
3+
# Copyright 2002-2019 Evgeny Gryaznov
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

tm-tool/NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
Textmapper
88
http://textmapper.org/
9-
Copyright 2002-2018 Evgeny Gryaznov
9+
Copyright 2002-2019 Evgeny Gryaznov
1010

1111
This product is developed by Evgeny Gryaznov, egryaznov@gmail.com

tm-tool/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project basedir=".." default="all" name="org.textmapper.tool">
33
<!--
44
Updating copyright:
5-
$ grep -rl "Copyright 2002-2016" . | xargs sed -i "" 's/Copyright 2002-2016/Copyright 2002-2018/g'
5+
$ grep -rl "Copyright 2002-2019" . | xargs sed -i "" 's/Copyright 2002-2019/Copyright 2002-2020/g'
66
-->
77
<property name="tm.version" value="0.9.24"/>
88
<property name="tm.qualifier" value="-SNAPSHOT"/>

tm-tool/lapg/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2002-2018 Evgeny Gryaznov
3+
~ Copyright 2002-2019 Evgeny Gryaznov
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.

tm-tool/lapg/src/org/textmapper/lapg/LapgCore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2002-2018 Evgeny Gryaznov
2+
* Copyright 2002-2019 Evgeny Gryaznov
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

tm-tool/lapg/src/org/textmapper/lapg/api/DerivedSourceElement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2002-2018 Evgeny Gryaznov
2+
* Copyright 2002-2019 Evgeny Gryaznov
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

tm-tool/lapg/src/org/textmapper/lapg/api/Grammar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2002-2018 Evgeny Gryaznov
2+
* Copyright 2002-2019 Evgeny Gryaznov
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

tm-tool/lapg/src/org/textmapper/lapg/api/InputRef.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2002-2018 Evgeny Gryaznov
2+
* Copyright 2002-2019 Evgeny Gryaznov
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

tm-tool/lapg/src/org/textmapper/lapg/api/LexerData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2002-2018 Evgeny Gryaznov
2+
* Copyright 2002-2019 Evgeny Gryaznov
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

tm-tool/lapg/src/org/textmapper/lapg/api/LexerRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2002-2018 Evgeny Gryaznov
2+
* Copyright 2002-2019 Evgeny Gryaznov
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)