Skip to content

Commit ac514f0

Browse files
committed
reverting copyright year
1 parent dc229e5 commit ac514f0

10 files changed

+10
-10
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019, Triad National Security, LLC
1+
Copyright (c) 2013, Triad National Security, LLC
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the

examples/2-D_continuous_fixed_x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2019, Triad National Security, LLC
4+
Copyright (c) 2013, Triad National Security, LLC
55
All rights reserved.
66
77
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the

examples/2-D_continuous_seed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2019, Triad National Security, LLC
4+
Copyright (c) 2013, Triad National Security, LLC
55
All rights reserved.
66
77
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the

examples/2-D_continuous_specified_initial_harmonies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2019, Triad National Security, LLC
4+
Copyright (c) 2013, Triad National Security, LLC
55
All rights reserved.
66
77
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the

examples/2-D_discrete_x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2019, Triad National Security, LLC
4+
Copyright (c) 2013, Triad National Security, LLC
55
All rights reserved.
66
77
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the

examples/5-D_linear_system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2019, Triad National Security, LLC
4+
Copyright (c) 2013, Triad National Security, LLC
55
All rights reserved.
66
77
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the

pyharmonysearch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright (c) 2019, Triad National Security, LLC
2+
Copyright (c) 2013, Triad National Security, LLC
33
All rights reserved.
44
55
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the

pyharmonysearch/harmony_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright (c) 2019, Triad National Security, LLC
2+
Copyright (c) 2013, Triad National Security, LLC
33
All rights reserved.
44
55
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the

pyharmonysearch/objective_function_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright (c) 2019, Triad National Security, LLC
2+
Copyright (c) 2013, Triad National Security, LLC
33
All rights reserved.
44
55
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright (c) 2019, Triad National Security, LLC
2+
Copyright (c) 2013, Triad National Security, LLC
33
All rights reserved.
44
55
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the

0 commit comments

Comments
 (0)