diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-07-10 00:52:41 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2007-07-10 00:52:41 +0000 |
commit | 8303fa524f62ef9eac21c339562917e0d2ee8fd1 (patch) | |
tree | b3c9bcfc23705b6bf13ee5b4740d074901c91111 /source/lib/data_blob.c | |
parent | 16a796b6db02f7791706dbcc9f9852cb5cd03b27 (diff) | |
download | samba-8303fa524f62ef9eac21c339562917e0d2ee8fd1.tar.gz samba-8303fa524f62ef9eac21c339562917e0d2ee8fd1.tar.xz samba-8303fa524f62ef9eac21c339562917e0d2ee8fd1.zip |
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Diffstat (limited to 'source/lib/data_blob.c')
-rw-r--r-- | source/lib/data_blob.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/lib/data_blob.c b/source/lib/data_blob.c index bd937904e24..e64e6a19a16 100644 --- a/source/lib/data_blob.c +++ b/source/lib/data_blob.c @@ -15,8 +15,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" |