summaryrefslogtreecommitdiff
path: root/libparted/fs/ext2
diff options
context:
space:
mode:
authorBrian C. Lane <bcl@redhat.com>2019-08-12 09:17:44 -0700
committerBrian C. Lane <bcl@redhat.com>2019-08-12 09:17:47 -0700
commit89b6e249fd17e54fa4f8f38702c13ac93dd07ae1 (patch)
tree003da2cff7863f040ed7fc875ef712c36110a67c /libparted/fs/ext2
parent1e43003ac854d0c21477ebaf5db09d783bce55fd (diff)
downloadparted-89b6e249fd17e54fa4f8f38702c13ac93dd07ae1.tar.gz
maint: Update copyright statements to 2019
By running make update-copyright
Diffstat (limited to 'libparted/fs/ext2')
-rw-r--r--libparted/fs/ext2/ext2.h3
-rw-r--r--libparted/fs/ext2/ext2_fs.h2
-rw-r--r--libparted/fs/ext2/interface.c2
3 files changed, 4 insertions, 3 deletions
diff --git a/libparted/fs/ext2/ext2.h b/libparted/fs/ext2/ext2.h
index 0dd87eb..a44fd4e 100644
--- a/libparted/fs/ext2/ext2.h
+++ b/libparted/fs/ext2/ext2.h
@@ -1,6 +1,7 @@
/*
ext2.h -- ext2 header
- Copyright (C) 1998-2000, 2007, 2009-2014 Free Software Foundation, Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2014, 2019 Free Software Foundation,
+ Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/libparted/fs/ext2/ext2_fs.h b/libparted/fs/ext2/ext2_fs.h
index 6784106..ac1b6a0 100644
--- a/libparted/fs/ext2/ext2_fs.h
+++ b/libparted/fs/ext2/ext2_fs.h
@@ -15,7 +15,7 @@
/*
* EXT2_*_*() convienience macros added by Andrew Clausen <clausen@gnu.org>
- * Copyright (C) 2000, 2009-2014 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2009-2014, 2019 Free Software Foundation, Inc.
*/
#ifndef _EXT2_FS_H
diff --git a/libparted/fs/ext2/interface.c b/libparted/fs/ext2/interface.c
index a90c592..a49568b 100644
--- a/libparted/fs/ext2/interface.c
+++ b/libparted/fs/ext2/interface.c
@@ -1,6 +1,6 @@
/*
interface.c -- parted binding glue to libext2resize
- Copyright (C) 1998-2000, 2007-2014 Free Software Foundation, Inc.
+ Copyright (C) 1998-2000, 2007-2014, 2019 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by