Skip to content

Commit

Permalink
nopoll:
Browse files Browse the repository at this point in the history
* [fix] Updated copyright
  • Loading branch information
Francis Brosnan Blázquez committed Oct 22, 2024
1 parent bd28686 commit ce4da1a
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 13 deletions.
2 changes: 1 addition & 1 deletion debian-files/bionic/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ It was downloaded from http://www.aspl.es/nopoll

Upstream Author: Advanced Software Production Line, S.L.

Copyright: 2022 Advanced Software Production Line, S.L.
Copyright: 2024 Advanced Software Production Line, S.L.

License: noPoll is license under the LGPL 2.1

Expand Down
2 changes: 1 addition & 1 deletion debian-files/bullseye/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ It was downloaded from http://www.aspl.es/nopoll

Upstream Author: Advanced Software Production Line, S.L.

Copyright: 2022 Advanced Software Production Line, S.L.
Copyright: 2024 Advanced Software Production Line, S.L.

License: noPoll is license under the LGPL 2.1

Expand Down
2 changes: 1 addition & 1 deletion debian-files/buster/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ It was downloaded from http://www.aspl.es/nopoll

Upstream Author: Advanced Software Production Line, S.L.

Copyright: 2022 Advanced Software Production Line, S.L.
Copyright: 2024 Advanced Software Production Line, S.L.

License: noPoll is license under the LGPL 2.1

Expand Down
2 changes: 1 addition & 1 deletion debian-files/focal/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ It was downloaded from http://www.aspl.es/nopoll

Upstream Author: Advanced Software Production Line, S.L.

Copyright: 2022 Advanced Software Production Line, S.L.
Copyright: 2024 Advanced Software Production Line, S.L.

License: noPoll is license under the LGPL 2.1

Expand Down
2 changes: 1 addition & 1 deletion debian-files/jammy/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ It was downloaded from http://www.aspl.es/nopoll

Upstream Author: Advanced Software Production Line, S.L.

Copyright: 2022 Advanced Software Production Line, S.L.
Copyright: 2024 Advanced Software Production Line, S.L.

License: noPoll is license under the LGPL 2.1

Expand Down
2 changes: 1 addition & 1 deletion debian-files/jessie/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ It was downloaded from http://www.aspl.es/nopoll

Upstream Author: Advanced Software Production Line, S.L.

Copyright: 2022 Advanced Software Production Line, S.L.
Copyright: 2024 Advanced Software Production Line, S.L.

License: noPoll is license under the LGPL 2.1

Expand Down
2 changes: 1 addition & 1 deletion debian-files/lenny/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ It was downloaded from http://www.aspl.es/nopoll

Upstream Author: Advanced Software Production Line, S.L.

Copyright: 2022 Advanced Software Production Line, S.L.
Copyright: 2024 Advanced Software Production Line, S.L.

License: noPoll is license under the LGPL 2.1

Expand Down
2 changes: 1 addition & 1 deletion debian-files/precise/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ It was downloaded from http://www.aspl.es/nopoll

Upstream Author: Advanced Software Production Line, S.L.

Copyright: 2022 Advanced Software Production Line, S.L.
Copyright: 2024 Advanced Software Production Line, S.L.

License: noPoll is license under the LGPL 2.1

Expand Down
2 changes: 1 addition & 1 deletion debian-files/squeeze/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ It was downloaded from http://www.aspl.es/nopoll

Upstream Author: Advanced Software Production Line, S.L.

Copyright: 2022 Advanced Software Production Line, S.L.
Copyright: 2024 Advanced Software Production Line, S.L.

License: noPoll is license under the LGPL 2.1

Expand Down
2 changes: 1 addition & 1 deletion debian-files/stretch/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ It was downloaded from http://www.aspl.es/nopoll

Upstream Author: Advanced Software Production Line, S.L.

Copyright: 2022 Advanced Software Production Line, S.L.
Copyright: 2024 Advanced Software Production Line, S.L.

License: noPoll is license under the LGPL 2.1

Expand Down
2 changes: 1 addition & 1 deletion debian-files/wheezy/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ It was downloaded from http://www.aspl.es/nopoll

Upstream Author: Advanced Software Production Line, S.L.

Copyright: 2022 Advanced Software Production Line, S.L.
Copyright: 2024 Advanced Software Production Line, S.L.

License: noPoll is license under the LGPL 2.1

Expand Down
2 changes: 1 addition & 1 deletion debian-files/xenial/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ It was downloaded from http://www.aspl.es/nopoll

Upstream Author: Advanced Software Production Line, S.L.

Copyright: 2022 Advanced Software Production Line, S.L.
Copyright: 2024 Advanced Software Production Line, S.L.

License: noPoll is license under the LGPL 2.1

Expand Down
6 changes: 6 additions & 0 deletions outdated-copyright.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

# find all files that have copy right declaration associated to Aspl that don't have
# the following declaration year
current_year="2024"
LANG=C rgrep "Copyright" doc src web debian-files test rpm 2>&1 | grep "Advanced" | grep -v "Permission denied" | grep -v '~:' | grep -v '/\.svn/' | grep -v "${current_year}"
2 changes: 1 addition & 1 deletion test/testConnect.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
** Copyright (C) 2022 Advanced Software Production Line, S.L.
** Copyright (C) 2024 Advanced Software Production Line, S.L.
** See license.txt or http://www.aspl.es/nopoll
**/

Expand Down

0 comments on commit ce4da1a

Please sign in to comment.