Skip to content

Commit 8c39dc1

Browse files
authored
Merge pull request #11 from delphix/master
Merge branch 'master' into '6.0/stage'
2 parents 4b8bfe4 + a6a0725 commit 8c39dc1

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

debian/copyright

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
Upstream-Name: drgn
3+
Source: https://github.com/osandov/drgn
4+
5+
Files: *
6+
Copyright: Copyright (c) Facebook, Inc. and its affiliates.
7+
License: GPL v3.0
8+
9+
License: GPL-3
10+
This program is free software: you can redistribute it and/or modify
11+
it under the terms of the GNU General Public License version 3, as
12+
published by the Free Software Foundation.
13+
.
14+
This program is distributed in the hope that it will be useful,
15+
but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
GNU General Public License for more details.
18+
.
19+
You should have received a copy of the GNU General Public License
20+
along with this program. If not, see <http://www.gnu.org/licenses/>.
21+
.
22+
The complete text of the GPL version 3 can be seen in
23+
/usr/share/common-licenses/GPL-3.

libdrgn/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl Copyright (c) Facebook, Inc. and its affiliates.
22
dnl SPDX-License-Identifier: GPL-3.0+
33

4-
AC_INIT([drgn], [0.0.4],
4+
AC_INIT([drgn], [0.0.5],
55
[https://github.com/osandov/drgn/issues],,
66
[https://github.com/osandov/drgn])
77

0 commit comments

Comments
 (0)