summaryrefslogtreecommitdiff
path: root/demos/calc/calclex.l
diff options
context:
space:
mode:
Diffstat (limited to 'demos/calc/calclex.l')
-rw-r--r--demos/calc/calclex.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/calc/calclex.l b/demos/calc/calclex.l
index ee47ac806..44df848fa 100644
--- a/demos/calc/calclex.l
+++ b/demos/calc/calclex.l
@@ -14,7 +14,7 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the 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, see http://www.gnu.org/licenses/. */
+this program. If not, see https://www.gnu.org/licenses/. */
%{
#include <string.h>