Skip to content

Commit 3dcae34

Browse files
committed
Updated copyright years.
1 parent da317af commit 3dcae34

Some content is hidden

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

51 files changed

+51
-51
lines changed

ast/shared/src/main/scala/org/sireum/lang/ast/AST.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// #Sireum
22
/*
3-
Copyright (c) 2017-2025, Robby, Kansas State University
3+
Copyright (c) 2017-2026,Robby, Kansas State University
44
All rights reserved.
55
66
Redistribution and use in source and binary forms, with or without

ast/shared/src/main/scala/org/sireum/lang/ast/CoreExp.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// #Sireum
22
/*
3-
Copyright (c) 2017-2025, Robby, Kansas State University
3+
Copyright (c) 2017-2026,Robby, Kansas State University
44
All rights reserved.
55
66
Redistribution and use in source and binary forms, with or without

ast/shared/src/main/scala/org/sireum/lang/ast/CoreExpTransformer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @formatter:off
33

44
/*
5-
Copyright (c) 2017-2025, Robby, Kansas State University
5+
Copyright (c) 2017-2026,Robby, Kansas State University
66
All rights reserved.
77
88
Redistribution and use in source and binary forms, with or without

ast/shared/src/main/scala/org/sireum/lang/ast/IR.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// #Sireum
22
/*
3-
Copyright (c) 2017-2025, Robby, Kansas State University
3+
Copyright (c) 2017-2026,Robby, Kansas State University
44
All rights reserved.
55
66
Redistribution and use in source and binary forms, with or without

ast/shared/src/main/scala/org/sireum/lang/ast/IRTransformer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @formatter:off
33

44
/*
5-
Copyright (c) 2017-2025, Robby, Kansas State University
5+
Copyright (c) 2017-2026,Robby, Kansas State University
66
All rights reserved.
77
88
Redistribution and use in source and binary forms, with or without

ast/shared/src/main/scala/org/sireum/lang/ast/MCoreExpTransformer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @formatter:off
33

44
/*
5-
Copyright (c) 2017-2025, Robby, Kansas State University
5+
Copyright (c) 2017-2026,Robby, Kansas State University
66
All rights reserved.
77
88
Redistribution and use in source and binary forms, with or without

ast/shared/src/main/scala/org/sireum/lang/ast/MIRTransformer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @formatter:off
33

44
/*
5-
Copyright (c) 2017-2025, Robby, Kansas State University
5+
Copyright (c) 2017-2026,Robby, Kansas State University
66
All rights reserved.
77
88
Redistribution and use in source and binary forms, with or without

ast/shared/src/main/scala/org/sireum/lang/ast/MTransformer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @formatter:off
33

44
/*
5-
Copyright (c) 2017-2025, Robby, Kansas State University
5+
Copyright (c) 2017-2026,Robby, Kansas State University
66
All rights reserved.
77
88
Redistribution and use in source and binary forms, with or without

ast/shared/src/main/scala/org/sireum/lang/ast/SlangLl2PrettyPrinter.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// #Sireum
22
/*
3-
Copyright (c) 2017-2025, Robby, Kansas State University
3+
Copyright (c) 2017-2026,Robby, Kansas State University
44
All rights reserved.
55
66
Redistribution and use in source and binary forms, with or without

ast/shared/src/main/scala/org/sireum/lang/ast/Transformer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @formatter:off
33

44
/*
5-
Copyright (c) 2017-2025, Robby, Kansas State University
5+
Copyright (c) 2017-2026,Robby, Kansas State University
66
All rights reserved.
77
88
Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)