Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Jastadd2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
Jastadd2
Commits
00d062a2
Commit
00d062a2
authored
5 years ago
by
Jesper
Browse files
Options
Downloads
Patches
Plain Diff
Update error messages and copyright dates
parent
09a96649
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
LICENSE
+1
-1
1 addition, 1 deletion
LICENSE
README.md
+1
-1
1 addition, 1 deletion
README.md
src/jastadd/ast/CollectionAttributes.jrag
+5
-5
5 additions, 5 deletions
src/jastadd/ast/CollectionAttributes.jrag
src/java/org/jastadd/JastAdd.java
+1
-1
1 addition, 1 deletion
src/java/org/jastadd/JastAdd.java
with
8 additions
and
8 deletions
LICENSE
+
1
−
1
View file @
00d062a2
Copyright (c) 2005-20
16
, The JastAdd Team
Copyright (c) 2005-20
20
, The JastAdd Team
All rights reserved.
All rights reserved.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
00d062a2
...
@@ -8,7 +8,7 @@ For additional contributors, see the change logs.
...
@@ -8,7 +8,7 @@ For additional contributors, see the change logs.
## License
## License
Copyright (c) 2005-20
16
, The JastAdd Team. All rights reserved.
Copyright (c) 2005-20
20
, The JastAdd Team. All rights reserved.
JastAdd2 is covered by the modified BSD License. For the full license text
JastAdd2 is covered by the modified BSD License. For the full license text
see the LICENSE file.
see the LICENSE file.
...
...
This diff is collapsed.
Click to expand it.
src/jastadd/ast/CollectionAttributes.jrag
+
5
−
5
View file @
00d062a2
This diff is collapsed.
Click to expand it.
src/java/org/jastadd/JastAdd.java
+
1
−
1
View file @
00d062a2
...
@@ -139,7 +139,7 @@ public class JastAdd {
...
@@ -139,7 +139,7 @@ public class JastAdd {
if
(
config
.
shouldPrintVersion
())
{
if
(
config
.
shouldPrintVersion
())
{
out
.
println
(
getVersionString
());
out
.
println
(
getVersionString
());
out
.
println
(
getBuildTimestamp
());
out
.
println
(
getBuildTimestamp
());
out
.
println
(
"Copyright (c) 2005-20
15
, The JastAdd Team. All rights reserved."
);
out
.
println
(
"Copyright (c) 2005-20
20
, The JastAdd Team. All rights reserved."
);
out
.
println
(
"This software is covered by the modified BSD license."
);
out
.
println
(
"This software is covered by the modified BSD license."
);
return
0
;
return
0
;
}
else
if
(
config
.
shouldPrintHelp
())
{
}
else
if
(
config
.
shouldPrintHelp
())
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment