Skip to content

Commit ace6eea

Browse files
authored
Merge pull request #9 from BastilleBSD/2022-07-14
prepare for 0.1.20220714 release
2 parents 727d65e + e26d7d2 commit ace6eea

File tree

19 files changed

+20
-19
lines changed

19 files changed

+20
-19
lines changed

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ Christer Edwards [[email protected]]
66

77
## Contributors
88
- Chris Wells (authored Bastillefile template format & parser)
9+
- Ján Ondrušek

LICENSE

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

3-
Copyright (c) 2021, Christer Edwards <[email protected]>
3+
Copyright (c) 2021-2022, Christer Edwards <[email protected]>
44
All rights reserved.
55

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

usr/local/bin/rocinante

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# Copyright (c) 2021, Christer Edwards <[email protected]>
3+
# Copyright (c) 2021-2022, Christer Edwards <[email protected]>
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without
@@ -71,7 +71,7 @@ rocinante_root_check
7171
#bastille_perms_check
7272

7373
## version
74-
ROCINATE_VERSION="0.1.20211225"
74+
ROCINATE_VERSION="0.1.20220714"
7575

7676
usage() {
7777
cat << EOF

usr/local/libexec/rocinante/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# Copyright (c) 2021, Christer Edwards <[email protected]>
3+
# Copyright (c) 2021-2022, Christer Edwards <[email protected]>
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

usr/local/libexec/rocinante/cmd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# Copyright (c) 2021, Christer Edwards <[email protected]>
3+
# Copyright (c) 2021-2022, Christer Edwards <[email protected]>
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

usr/local/libexec/rocinante/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# Copyright (c) 2021, Christer Edwards <[email protected]>
3+
# Copyright (c) 2021-2022, Christer Edwards <[email protected]>
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

usr/local/libexec/rocinante/cp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# Copyright (c) 2021, Christer Edwards <[email protected]>
3+
# Copyright (c) 2021-2022, Christer Edwards <[email protected]>
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

usr/local/libexec/rocinante/limits.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# Copyright (c) 2021, Christer Edwards <[email protected]>
3+
# Copyright (c) 2021-2022, Christer Edwards <[email protected]>
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

usr/local/libexec/rocinante/list.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# Copyright (c) 2021, Christer Edwards <[email protected]>
3+
# Copyright (c) 2021-2022, Christer Edwards <[email protected]>
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

usr/local/libexec/rocinante/pkg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# Copyright (c) 2021, Christer Edwards <[email protected]>
3+
# Copyright (c) 2021-2022, Christer Edwards <[email protected]>
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)