Skip to content

Commit

Permalink
Merge pull request Pyomo#3139 from mrmundt/add-copyright
Browse files Browse the repository at this point in the history
Update Copyright Statements
  • Loading branch information
mrmundt authored Feb 16, 2024
2 parents d09c24d + 0e3e7df commit 609e755
Show file tree
Hide file tree
Showing 1,664 changed files with 10,017 additions and 3,944 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
LICENSE
=======

Copyright (c) 2008-2022 National Technology and Engineering Solutions of
Copyright (c) 2008-2024 National Technology and Engineering Solutions of
Sandia, LLC . Under the terms of Contract DE-NA0003525 with National
Technology and Engineering Solutions of Sandia, LLC , the U.S.
Government retains certain rights in this software.
Expand Down
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2022
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
Expand Down
11 changes: 11 additions & 0 deletions doc/OnlineDocs/conf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
# rights in this software.
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
Expand Down
11 changes: 11 additions & 0 deletions doc/OnlineDocs/library_reference/kernel/examples/aml_example.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
# rights in this software.
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________

# @Import_Syntax
import pyomo.environ as aml

Expand Down
11 changes: 11 additions & 0 deletions doc/OnlineDocs/library_reference/kernel/examples/conic.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
# rights in this software.
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________

# @Class
import pyomo.kernel as pmo

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
# rights in this software.
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________

import pyomo.kernel

# @all
Expand Down
11 changes: 11 additions & 0 deletions doc/OnlineDocs/library_reference/kernel/examples/kernel_example.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
# rights in this software.
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________

# @Import_Syntax
import pyomo.kernel as pmo

Expand Down
11 changes: 11 additions & 0 deletions doc/OnlineDocs/library_reference/kernel/examples/kernel_solving.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
# rights in this software.
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________

import pyomo.kernel as pmo

model = pmo.block()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
# rights in this software.
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________

import pyomo.kernel


Expand Down
11 changes: 11 additions & 0 deletions doc/OnlineDocs/library_reference/kernel/examples/transformer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
# rights in this software.
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________

import pyomo.environ
import pyomo.kernel

Expand Down
10 changes: 10 additions & 0 deletions doc/OnlineDocs/modeling_extensions/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
# rights in this software.
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________
11 changes: 11 additions & 0 deletions doc/OnlineDocs/src/data/ABCD1.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
# rights in this software.
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________

from pyomo.environ import *

model = AbstractModel()
Expand Down
11 changes: 11 additions & 0 deletions doc/OnlineDocs/src/data/ABCD2.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
# rights in this software.
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________

from pyomo.environ import *

model = AbstractModel()
Expand Down
11 changes: 11 additions & 0 deletions doc/OnlineDocs/src/data/ABCD3.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
# rights in this software.
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________

from pyomo.environ import *

model = AbstractModel()
Expand Down
11 changes: 11 additions & 0 deletions doc/OnlineDocs/src/data/ABCD4.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
# rights in this software.
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________

from pyomo.environ import *

model = AbstractModel()
Expand Down
11 changes: 11 additions & 0 deletions doc/OnlineDocs/src/data/ABCD5.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
# rights in this software.
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________

from pyomo.environ import *

model = AbstractModel()
Expand Down
11 changes: 11 additions & 0 deletions doc/OnlineDocs/src/data/ABCD6.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
# rights in this software.
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________

from pyomo.environ import *

model = AbstractModel()
Expand Down
11 changes: 11 additions & 0 deletions doc/OnlineDocs/src/data/ABCD7.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
# rights in this software.
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________

from pyomo.environ import *
import pyomo.common
import sys
Expand Down
11 changes: 11 additions & 0 deletions doc/OnlineDocs/src/data/ABCD8.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
# rights in this software.
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________

from pyomo.environ import *
import pyomo.common
import sys
Expand Down
11 changes: 11 additions & 0 deletions doc/OnlineDocs/src/data/ABCD9.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
# rights in this software.
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________

from pyomo.environ import *
import pyomo.common
import sys
Expand Down
11 changes: 11 additions & 0 deletions doc/OnlineDocs/src/data/diet1.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
# rights in this software.
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________

# diet1.py
from pyomo.environ import *

Expand Down
11 changes: 11 additions & 0 deletions doc/OnlineDocs/src/data/ex.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
# rights in this software.
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________

from pyomo.environ import *

model = AbstractModel()
Expand Down
11 changes: 11 additions & 0 deletions doc/OnlineDocs/src/data/import1.tab.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
# rights in this software.
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________

from pyomo.environ import *

model = AbstractModel()
Expand Down
11 changes: 11 additions & 0 deletions doc/OnlineDocs/src/data/import2.tab.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
# rights in this software.
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________

from pyomo.environ import *

model = AbstractModel()
Expand Down
11 changes: 11 additions & 0 deletions doc/OnlineDocs/src/data/import3.tab.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
# rights in this software.
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________

from pyomo.environ import *

model = AbstractModel()
Expand Down
11 changes: 11 additions & 0 deletions doc/OnlineDocs/src/data/import4.tab.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
# rights in this software.
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________

from pyomo.environ import *

model = AbstractModel()
Expand Down
11 changes: 11 additions & 0 deletions doc/OnlineDocs/src/data/import5.tab.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
# rights in this software.
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________

from pyomo.environ import *

model = AbstractModel()
Expand Down
Loading

0 comments on commit 609e755

Please sign in to comment.