From cd6c55681786efd681e74d731c2670d6a0f31c69 Mon Sep 17 00:00:00 2001 From: Janine Keith Date: Sat, 4 Apr 2026 11:41:29 -0600 Subject: [PATCH] replace nrel --- sandbox/sandbox.cpp | 2 +- src/absyn.cpp | 2 +- src/codegen.cpp | 2 +- src/env.cpp | 2 +- src/eval.cpp | 2 +- src/invoke.cpp | 2 +- src/lex.cpp | 2 +- src/parse.cpp | 2 +- src/stdlib.cpp | 2 +- src/vm.cpp | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sandbox/sandbox.cpp b/sandbox/sandbox.cpp index 49cef7ad..0ca961b3 100644 --- a/sandbox/sandbox.cpp +++ b/sandbox/sandbox.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/lk/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/lk/blob/develop/LICENSE Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/absyn.cpp b/src/absyn.cpp index 866a0fb5..90ca6560 100644 --- a/src/absyn.cpp +++ b/src/absyn.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/lk/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/lk/blob/develop/LICENSE Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/codegen.cpp b/src/codegen.cpp index 1c51bee0..5876e696 100644 --- a/src/codegen.cpp +++ b/src/codegen.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/lk/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/lk/blob/develop/LICENSE Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/env.cpp b/src/env.cpp index 958b8b5b..4f2cc199 100644 --- a/src/env.cpp +++ b/src/env.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/lk/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/lk/blob/develop/LICENSE Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/eval.cpp b/src/eval.cpp index a43fb78f..4794f848 100644 --- a/src/eval.cpp +++ b/src/eval.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/lk/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/lk/blob/develop/LICENSE Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/invoke.cpp b/src/invoke.cpp index 6af060cf..ccc6df56 100644 --- a/src/invoke.cpp +++ b/src/invoke.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/lk/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/lk/blob/develop/LICENSE Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/lex.cpp b/src/lex.cpp index 66b984c4..32b4d3d6 100644 --- a/src/lex.cpp +++ b/src/lex.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/lk/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/lk/blob/develop/LICENSE Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/parse.cpp b/src/parse.cpp index 1caab002..10b8d6ad 100644 --- a/src/parse.cpp +++ b/src/parse.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/lk/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/lk/blob/develop/LICENSE Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/stdlib.cpp b/src/stdlib.cpp index c8ef89ac..c490609e 100644 --- a/src/stdlib.cpp +++ b/src/stdlib.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/lk/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/lk/blob/develop/LICENSE Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/vm.cpp b/src/vm.cpp index 45dfb1f1..a09fdf9d 100644 --- a/src/vm.cpp +++ b/src/vm.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/lk/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/lk/blob/develop/LICENSE Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: