Skip to content
Snippets Groups Projects
Commit 50b0c099 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Happy New Year!

parent f34f10c0
Branches master
No related tags found
No related merge requests found
#! /bin/sh
##
## Copyright 1998-2022 The OpenLDAP Foundation.
## Copyright 1998-2024 The OpenLDAP Foundation.
## All rights reserved.
##
## Redistribution and use in source and binary forms, with or without
......@@ -18,7 +18,7 @@ set -e # exit immediately if any errors occur
find . -name .git -prune -o \
-type f -not -name 'LICENSE*' \
-print -exec perl -i -pe 's/Copyright ([0-9]{4})([,\-][0-9]{2,4})*,? (The )?OpenLDAP Foundation/Copyright $1-2022 The OpenLDAP Foundation/g;' \
-pe 's/\[\[c\]\] Copyright ([0-9]{4})([,\-][0-9]{2,4})*,/\[\[c\]\] Copyright $1-2022,/;' \
-pe 's/\&copy\; Copyright ([0-9]{4})([,\-][0-9]{2,4})*,/\&copy\; Copyright $1-2022,/;' \
-print -exec perl -i -pe 's/Copyright ([0-9]{4})([,\-][0-9]{2,4})*,? (The )?OpenLDAP Foundation/Copyright $1-2024 The OpenLDAP Foundation/g;' \
-pe 's/\[\[c\]\] Copyright ([0-9]{4})([,\-][0-9]{2,4})*,/\[\[c\]\] Copyright $1-2024,/;' \
-pe 's/\&copy\; Copyright ([0-9]{4})([,\-][0-9]{2,4})*,/\&copy\; Copyright $1-2024,/;' \
{} \;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment