diff options
Diffstat (limited to 'source4/lib/compression')
-rw-r--r-- | source4/lib/compression/mszip.c | 3 | ||||
-rw-r--r-- | source4/lib/compression/mszip.h | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/source4/lib/compression/mszip.c b/source4/lib/compression/mszip.c index 3e914a882d..59961d6c06 100644 --- a/source4/lib/compression/mszip.c +++ b/source4/lib/compression/mszip.c @@ -17,8 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "includes.h" diff --git a/source4/lib/compression/mszip.h b/source4/lib/compression/mszip.h index 5e71a4266d..bb835f2595 100644 --- a/source4/lib/compression/mszip.h +++ b/source4/lib/compression/mszip.h @@ -17,8 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ struct decomp_state; |