Skip to content

Commit 413b88d

Browse files
committed
Bump license
1 parent b4a6a66 commit 413b88d

File tree

16 files changed

+22
-22
lines changed

16 files changed

+22
-22
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 2-Clause License
22

3-
Copyright (c) 2020, Andrea Giacomo Baldan
3+
Copyright (c) 2023, Andrea Giacomo Baldan
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

include/llb_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* BSD 2-Clause License
22
*
3-
* Copyright (c) 2020, Andrea Giacomo Baldan All rights reserved.
3+
* Copyright (c) 2023, Andrea Giacomo Baldan All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
66
* modification, are permitted provided that the following conditions are met:

llb.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ mode http
55

66
frontends 127.0.0.1:8789,127.0.0.1:8790,127.0.0.1:8791
77

8-
backends 127.0.0.1:6090:8,127.0.0.1:6090:6,127.0.0.1:6090:4
8+
backends 127.0.0.1:9898:8,127.0.0.1:9899:6
99

10-
load_balancing weighted-round-robin
10+
load_balancing round-robin
1111

1212
# Logging configuration
1313

1414
# Could be either DEBUG, INFO/INFORMATION, WARNING, ERROR
15-
log_level DEBUG
15+
log_level ERROR
1616

1717
log_path /tmp/llb.log
1818

src/config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* BSD 2-Clause License
22
*
3-
* Copyright (c) 2020, Andrea Giacomo Baldan All rights reserved.
3+
* Copyright (c) 2023, Andrea Giacomo Baldan All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
66
* modification, are permitted provided that the following conditions are met:

src/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* BSD 2-Clause License
22
*
3-
* Copyright (c) 2020, Andrea Giacomo Baldan All rights reserved.
3+
* Copyright (c) 2023, Andrea Giacomo Baldan All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
66
* modification, are permitted provided that the following conditions are met:

src/ev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* BSD 2-Clause License
22
*
3-
* Copyright (c) 2020, Andrea Giacomo Baldan All rights reserved.
3+
* Copyright (c) 2023, Andrea Giacomo Baldan All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
66
* modification, are permitted provided that the following conditions are met:

src/ev.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* BSD 2-Clause License
22
*
3-
* Copyright (c) 2020, Andrea Giacomo Baldan All rights reserved.
3+
* Copyright (c) 2023, Andrea Giacomo Baldan All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
66
* modification, are permitted provided that the following conditions are met:

src/llb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* BSD 2-Clause License
22
*
3-
* Copyright (c) 2020, Andrea Giacomo Baldan All rights reserved.
3+
* Copyright (c) 2023, Andrea Giacomo Baldan All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
66
* modification, are permitted provided that the following conditions are met:

src/log.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* BSD 2-Clause License
22
*
3-
* Copyright (c) 2020, Andrea Giacomo Baldan All rights reserved.
3+
* Copyright (c) 2023, Andrea Giacomo Baldan All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
66
* modification, are permitted provided that the following conditions are met:

src/log.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* BSD 2-Clause License
22
*
3-
* Copyright (c) 2020, Andrea Giacomo Baldan All rights reserved.
3+
* Copyright (c) 2023, Andrea Giacomo Baldan All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
66
* modification, are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)