Skip to content

Commit

Permalink
Update years in preambles and list of contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
zafer-esen committed Oct 18, 2023
1 parent 53a3a9a commit d178fd9
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/tricera/params/TriCeraParameters.scala
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class TriCeraParameters extends GlobalParameters {
private val greeting =
"TriCera v" + version + ".\n(C) Copyright " +
"2012-2023 Zafer Esen and Philipp Ruemmer\n" +
"Contributors: Pontus Ernstedt, Hossein Hojjat"
"Contributors: Pontus Ernstedt, Hossein Hojjat, Oskar Soederberg"

private def parseArgs(args: List[String], shouldExecute : Boolean = true): Boolean =
args match {
Expand Down
2 changes: 1 addition & 1 deletion src/tricera/postprocessor/ACSLExpressionProcessor.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2011-2019 Oskar Soederberg. All rights reserved.
* Copyright (c) 2023 Oskar Soederberg. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion src/tricera/postprocessor/ACSLFunctions.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2011-2019 Oskar Soederberg. All rights reserved.
* Copyright (c) 2023 Oskar Soederberg. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion src/tricera/postprocessor/ADTSimplifier.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2011-2019 Oskar Soederberg. All rights reserved.
* Copyright (c) 2023 Oskar Soederberg. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion src/tricera/postprocessor/AssignmentProcessor.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2011-2019 Oskar Soederberg. All rights reserved.
* Copyright (c) 2023 Oskar Soederberg. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion src/tricera/postprocessor/ClauseRemover.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2011-2019 Oskar Soederberg. All rights reserved.
* Copyright (c) 2023 Oskar Soederberg. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion src/tricera/postprocessor/ContractConditionTools.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2011-2019 Oskar Soederberg. All rights reserved.
* Copyright (c) 2023 Oskar Soederberg. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion src/tricera/postprocessor/ContractConditionType.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2011-2019 Oskar Soederberg. All rights reserved.
* Copyright (c) 2023 Oskar Soederberg. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion src/tricera/postprocessor/ContractProcessorUtils.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2011-2019 Oskar Soederberg. All rights reserved.
* Copyright (c) 2023 Oskar Soederberg. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion src/tricera/postprocessor/EqualitySwapper.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2011-2019 Oskar Soederberg. All rights reserved.
* Copyright (c) 2023 Oskar Soederberg. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion src/tricera/postprocessor/HeapRepresentation.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2011-2019 Oskar Soederberg. All rights reserved.
* Copyright (c) 2023 Oskar Soederberg. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion src/tricera/postprocessor/PointerPropProcessor.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2011-2019 Oskar Soederberg. All rights reserved.
* Copyright (c) 2023 Oskar Soederberg. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion src/tricera/postprocessor/PostconditionSimplifier.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2011-2019 Oskar Soederberg. All rights reserved.
* Copyright (c) 2023 Oskar Soederberg. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion src/tricera/postprocessor/TheoryOfHeapProcessor.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2011-2019 Oskar Soederberg. All rights reserved.
* Copyright (c) 2023 Oskar Soederberg. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion src/tricera/postprocessor/ValSet.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2011-2019 Oskar Soederberg. All rights reserved.
* Copyright (c) 2023 Oskar Soederberg. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
Expand Down

0 comments on commit d178fd9

Please sign in to comment.