Skip to content

Commit

Permalink
Update copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Jan 1, 2023
1 parent 2983106 commit 86ab3cd
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2022 Yuri Victorovich
Copyright 2022-2023 Yuri Victorovich

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 add-port.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# Copyright (C) 2022 by Yuri Victorovich. All rights reserved.
# Copyright (C) 2022-2023 by Yuri Victorovich. All rights reserved.


##
Expand Down
2 changes: 1 addition & 1 deletion import.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# Copyright (C) 2022 by Yuri Victorovich. All rights reserved.
# Copyright (C) 2022-2023 by Yuri Victorovich. All rights reserved.


##
Expand Down
2 changes: 1 addition & 1 deletion include/functions-import.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# Copyright (C) 2022 by Yuri Victorovich. All rights reserved.
# Copyright (C) 2022-2023 by Yuri Victorovich. All rights reserved.

##
## library of functions for the import module
Expand Down
2 changes: 1 addition & 1 deletion include/functions-sql.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# Copyright (C) 2022 by Yuri Victorovich. All rights reserved.
# Copyright (C) 2022-2023 by Yuri Victorovich. All rights reserved.


##
Expand Down
2 changes: 1 addition & 1 deletion include/functions-update.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# Copyright (C) 2022 by Yuri Victorovich. All rights reserved.
# Copyright (C) 2022-2023 by Yuri Victorovich. All rights reserved.

##
## library of functions for the import module
Expand Down
2 changes: 1 addition & 1 deletion include/functions.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# Copyright (C) 2022 by Yuri Victorovich. All rights reserved.
# Copyright (C) 2022-2023 by Yuri Victorovich. All rights reserved.


##
Expand Down
2 changes: 1 addition & 1 deletion params.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# Copyright (C) 2022 by Yuri Victorovich. All rights reserved.
# Copyright (C) 2022-2023 by Yuri Victorovich. All rights reserved.

set -euo pipefail

Expand Down
2 changes: 1 addition & 1 deletion run-sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# Copyright (C) 2022 by Yuri Victorovich. All rights reserved.
# Copyright (C) 2022-2023 by Yuri Victorovich. All rights reserved.

##
## run-sql allows users to run prepared SQL statements against PortsDB
Expand Down
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# Copyright (C) 2022 by Yuri Victorovich. All rights reserved.
# Copyright (C) 2022-2023 by Yuri Victorovich. All rights reserved.


##
Expand Down
2 changes: 1 addition & 1 deletion util/copy-tree.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# Copyright (C) 2022 by Yuri Victorovich. All rights reserved.
# Copyright (C) 2022-2023 by Yuri Victorovich. All rights reserved.

set -euo pipefail

Expand Down
2 changes: 1 addition & 1 deletion util/number-lines.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# Copyright (C) 2022 by Yuri Victorovich. All rights reserved.
# Copyright (C) 2022-2023 by Yuri Victorovich. All rights reserved.

set -euo pipefail

Expand Down
2 changes: 1 addition & 1 deletion util/squeeze-log-into-line.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# Copyright (C) 2022 by Yuri Victorovich. All rights reserved.
# Copyright (C) 2022-2023 by Yuri Victorovich. All rights reserved.

STRICT="set -euo pipefail"
$STRICT
Expand Down

0 comments on commit 86ab3cd

Please sign in to comment.