Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
fix headers
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilles committed Dec 28, 2018
1 parent 0c9a224 commit 67d4cc0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bootstrap.linux
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2008-2018, Gilles Caulier, <caulier dot gilles at gmail dot com>
# Copyright (c) 2008-2019, Gilles Caulier, <caulier dot gilles at gmail dot com>
# Copyright (c) 2015, Ulf Rompe <kde dot org at rompe dot org>
#
# Redistribution and use is allowed according to the terms of the BSD license.
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.local
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2008-2015, Gilles Caulier, <caulier dot gilles at gmail dot com>
# Copyright (c) 2008-2019, Gilles Caulier, <caulier dot gilles at gmail dot com>
# Copyright (c) 2012-2016, Benjamin Girault <benjamin dot girault at gmail dot com>
# Copyright (c) 2015, Ulf Rompe <kde dot org at rompe dot org>
#
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.macports
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2008-2018, Gilles Caulier, <caulier dot gilles at gmail dot com>
# Copyright (c) 2008-2019, Gilles Caulier, <caulier dot gilles at gmail dot com>
#
# Redistribution and use is allowed according to the terms of the BSD license.
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.mxe
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2008-2018, Gilles Caulier, <caulier dot gilles at gmail dot com>
# Copyright (c) 2008-2019, Gilles Caulier, <caulier dot gilles at gmail dot com>
#
# Redistribution and use is allowed according to the terms of the BSD license.
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
Expand Down
6 changes: 3 additions & 3 deletions bootstrap.tarball
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/bash

# Copyright (c) 2008-2018, Gilles Caulier, <caulier dot gilles at gmail dot com>
# Copyright (c) 2008-2019, Gilles Caulier, <caulier dot gilles at gmail dot com>
#
# Redistribution and use is allowed according to the terms of the BSD license.
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.

# Configuration to tune before to build tarball.

TARBALL_VERSION="6.0.0-beta2"
TARBALL_VERSION="6.0.0-beta3"

# Location to host target files.
TARBALL_DIR="$PWD/../digikam-$TARBALL_VERSION"
Expand All @@ -19,7 +19,7 @@ TARBALL_SHA256SUMS="$PWD/../sha256_release.sum"
TARBALL_BUILD="build.tarball"

# PGP signature
TARBALL_SIGN=1
TARBALL_SIGN=0

# Prepare temporary directory to compile translations files.

Expand Down
2 changes: 1 addition & 1 deletion download-repos
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/perl

# Copyright (c) 2008-2018, Gilles Caulier, <caulier dot gilles at gmail dot com>
# Copyright (c) 2008-2019, Gilles Caulier, <caulier dot gilles at gmail dot com>
#
# Redistribution and use is allowed according to the terms of the BSD license.
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
Expand Down

0 comments on commit 67d4cc0

Please sign in to comment.