1*2bcacabbSAdam Hornacek; 2*2bcacabbSAdam Hornacek; CDDL HEADER START 3*2bcacabbSAdam Hornacek; 4*2bcacabbSAdam Hornacek; The contents of this file are subject to the terms of the 5*2bcacabbSAdam Hornacek; Common Development and Distribution License (the "License"). 6*2bcacabbSAdam Hornacek; You may not use this file except in compliance with the License. 7*2bcacabbSAdam Hornacek; 8*2bcacabbSAdam Hornacek; See LICENSE.txt included in this distribution for the specific 9*2bcacabbSAdam Hornacek; language governing permissions and limitations under the License. 10*2bcacabbSAdam Hornacek; 11*2bcacabbSAdam Hornacek; When distributing Covered Code, include this CDDL HEADER in each 12*2bcacabbSAdam Hornacek; file and include the License file at LICENSE.txt. 13*2bcacabbSAdam Hornacek; If applicable, add the following below this CDDL HEADER, with the 14*2bcacabbSAdam Hornacek; fields enclosed by brackets "[]" replaced with your own identifying 15*2bcacabbSAdam Hornacek; information: Portions Copyright [yyyy] [name of copyright owner] 16*2bcacabbSAdam Hornacek; 17*2bcacabbSAdam Hornacek; CDDL HEADER END 18*2bcacabbSAdam Hornacek; 19*2bcacabbSAdam Hornacek(defun foo-bar () ( setq variable 5 )) 20*2bcacabbSAdam Hornacek(defun foo-bar () ( setq str_variable "string value" )) 21*2bcacabbSAdam Hornacek(foo-bar) 22*2bcacabbSAdam Hornacek; Multi line comment, with embedded strange characters: < > &, 23*2bcacabbSAdam Hornacek; email address: testuser@example.com and even an URL: 24*2bcacabbSAdam Hornacek; http://www.example.com/index.html and a file name and a path: 25*2bcacabbSAdam Hornacek; <example.cpp> and </usr/local/example.h>. 26*2bcacabbSAdam Hornacek; Ending with an email address: username@example.com 27