diff options
Diffstat (limited to 'src/hard_link_stack.c')
-rw-r--r-- | src/hard_link_stack.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/hard_link_stack.c b/src/hard_link_stack.c index 71a005e..2d4f709 100644 --- a/src/hard_link_stack.c +++ b/src/hard_link_stack.c @@ -13,9 +13,7 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * along with this program; if not, see <http://www.gnu.org/licenses/>. * ***************************************************************************/ //construct for global collect of hardlinks @@ -167,4 +165,4 @@ void clear_link_stack(){ } -
\ No newline at end of file + |