Skip to content

Commit 495e28a

Browse files
committed
Merge branch 'develop'
2 parents bc298f2 + 1d8dc4a commit 495e28a

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2022-, Germano Rizzo <oss@germanorizzo.it>
1+
Copyright (c) 2022-, Germano Rizzo <oss /AT/ germanorizzo /DOT/ it>
22

33
Permission to use, copy, modify, and/or distribute this software for any
44
purpose with or without fee is hereby granted, provided that the above

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build:
1313

1414
zbuild:
1515
make build
16-
cd bin; 7zr a -mx9 -t7z ws4sqlite-v0.11.0-linux-`uname -s|tr '[:upper:]' '[:lower:]'`.7z ws4sqlite
16+
cd bin; 7zr a -mx9 -t7z ws4sqlite-v0.11.0-`uname -s|tr '[:upper:]' '[:lower:]'`-`uname -m`.7z ws4sqlite
1717

1818
build-nostatic:
1919
make build-prepare

src/authorization.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2022-, Germano Rizzo <oss@germanorizzo.it>
2+
Copyright (c) 2022-, Germano Rizzo <oss /AT/ germanorizzo /DOT/ it>
33
44
Permission to use, copy, modify, and/or distribute this software for any
55
purpose with or without fee is hereby granted, provided that the above

src/authorization_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2022-, Germano Rizzo <oss@germanorizzo.it>
2+
Copyright (c) 2022-, Germano Rizzo <oss /AT/ germanorizzo /DOT/ it>
33
44
Permission to use, copy, modify, and/or distribute this software for any
55
purpose with or without fee is hereby granted, provided that the above

src/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2022-, Germano Rizzo <oss@germanorizzo.it>
2+
Copyright (c) 2022-, Germano Rizzo <oss /AT/ germanorizzo /DOT/ it>
33
44
Permission to use, copy, modify, and/or distribute this software for any
55
purpose with or without fee is hereby granted, provided that the above

src/cli_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2022-, Germano Rizzo <oss@germanorizzo.it>
2+
Copyright (c) 2022-, Germano Rizzo <oss /AT/ germanorizzo /DOT/ it>
33
44
Permission to use, copy, modify, and/or distribute this software for any
55
purpose with or without fee is hereby granted, provided that the above

src/maintenance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2022-, Germano Rizzo <oss@germanorizzo.it>
2+
Copyright (c) 2022-, Germano Rizzo <oss /AT/ germanorizzo /DOT/ it>
33
44
Permission to use, copy, modify, and/or distribute this software for any
55
purpose with or without fee is hereby granted, provided that the above

src/maintenance_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2022-, Germano Rizzo <oss@germanorizzo.it>
2+
Copyright (c) 2022-, Germano Rizzo <oss /AT/ germanorizzo /DOT/ it>
33
44
Permission to use, copy, modify, and/or distribute this software for any
55
purpose with or without fee is hereby granted, provided that the above

src/structs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2022-, Germano Rizzo <oss@germanorizzo.it>
2+
Copyright (c) 2022-, Germano Rizzo <oss /AT/ germanorizzo /DOT/ it>
33
44
Permission to use, copy, modify, and/or distribute this software for any
55
purpose with or without fee is hereby granted, provided that the above

src/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2022-, Germano Rizzo <oss@germanorizzo.it>
2+
Copyright (c) 2022-, Germano Rizzo <oss /AT/ germanorizzo /DOT/ it>
33
44
Permission to use, copy, modify, and/or distribute this software for any
55
purpose with or without fee is hereby granted, provided that the above

0 commit comments

Comments
 (0)