Skip to content

Commit

Permalink
Updated copyright information.
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitalquark committed Dec 25, 2023
1 parent 6c45f3b commit 751eea5
Show file tree
Hide file tree
Showing 165 changed files with 165 additions and 165 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2007-2023 Mitchell
Copyright (c) 2007-2024 Mitchell

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2023 Mitchell. See LICENSE.
# Copyright 2010-2024 Mitchell. See LICENSE.

CFLAGS := -Os
CXXFLAGS := -Os -std=c++17
Expand Down
2 changes: 1 addition & 1 deletion Scintillua.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2006-2023 Mitchell. See LICENSE.
// Copyright 2006-2024 Mitchell. See LICENSE.

#include <cassert>
#include <cstring>
Expand Down
2 changes: 1 addition & 1 deletion Scintillua.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2006-2023 Mitchell. See LICENSE.
// Copyright 2006-2024 Mitchell. See LICENSE.
// Include file for directly (statically) compiling Scintillua into a Scintilla-based application.

#ifndef SCINTILLUA_H
Expand Down
2 changes: 1 addition & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1><img src="images/icon.png" alt="" /> Scintillua</h1>
{{ content }}
</div>
<div id="footer">
<p style="text-align:center;"> &copy; 2006-2023 <a href="https://github.com/orbitalquark">Mitchell</a></p>
<p style="text-align:center;"> &copy; 2006-2024 <a href="https://github.com/orbitalquark">Mitchell</a></p>
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/markdowndoc.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2007-2023 Mitchell. See LICENSE.
-- Copyright 2007-2024 Mitchell. See LICENSE.

--- Markdown filter for LDoc and doclet for Luadoc.
-- @usage ldoc --filter markdowndoc.ldoc [ldoc opts] > api.md
Expand Down
2 changes: 1 addition & 1 deletion docs/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2012-2023 Mitchell. See LICENSE. */
/* Copyright 2012-2024 Mitchell. See LICENSE. */

* {
border: 0 solid #999999;
Expand Down
2 changes: 1 addition & 1 deletion lexers/actionscript.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- Actionscript LPeg lexer.

local lexer = require('lexer')
Expand Down
2 changes: 1 addition & 1 deletion lexers/ada.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- Ada LPeg lexer.

local lexer = require('lexer')
Expand Down
2 changes: 1 addition & 1 deletion lexers/ansi_c.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- C LPeg lexer.

local lexer = lexer
Expand Down
2 changes: 1 addition & 1 deletion lexers/antlr.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- ANTLR LPeg lexer.

local lexer = require('lexer')
Expand Down
2 changes: 1 addition & 1 deletion lexers/apdl.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- APDL LPeg lexer.

local lexer = require('lexer')
Expand Down
2 changes: 1 addition & 1 deletion lexers/apl.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2015-2023 David B. Lamkins <[email protected]>. See LICENSE.
-- Copyright 2015-2024 David B. Lamkins <[email protected]>. See LICENSE.
-- APL LPeg lexer.

local lexer = require('lexer')
Expand Down
2 changes: 1 addition & 1 deletion lexers/applescript.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- Applescript LPeg lexer.

local lexer = require('lexer')
Expand Down
2 changes: 1 addition & 1 deletion lexers/asm.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- NASM Assembly LPeg lexer.

local lexer = lexer
Expand Down
2 changes: 1 addition & 1 deletion lexers/asp.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- ASP LPeg lexer.

local lexer = lexer
Expand Down
2 changes: 1 addition & 1 deletion lexers/autohotkey.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2022-2023 Mitchell. See LICENSE.
-- Copyright 2022-2024 Mitchell. See LICENSE.
-- AutoHotkey LPeg lexer.
-- Contributed by Snoopy.

Expand Down
2 changes: 1 addition & 1 deletion lexers/autoit.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- AutoIt LPeg lexer.
-- Contributed by Jeff Stone.

Expand Down
2 changes: 1 addition & 1 deletion lexers/awk.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- AWK LPeg lexer.
-- Modified by Wolfgang Seeberg 2012, 2013.

Expand Down
2 changes: 1 addition & 1 deletion lexers/bash.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- Shell LPeg lexer.

local lexer = lexer
Expand Down
2 changes: 1 addition & 1 deletion lexers/batch.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- Batch LPeg lexer.

local lexer = require('lexer')
Expand Down
2 changes: 1 addition & 1 deletion lexers/bibtex.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- Bibtex LPeg lexer.

local lexer = lexer
Expand Down
2 changes: 1 addition & 1 deletion lexers/boo.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- Boo LPeg lexer.

local lexer = require('lexer')
Expand Down
2 changes: 1 addition & 1 deletion lexers/caml.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- OCaml LPeg lexer.

local lexer = require('lexer')
Expand Down
2 changes: 1 addition & 1 deletion lexers/chuck.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2010-2023 Martin Morawetz. See LICENSE.
-- Copyright 2010-2024 Martin Morawetz. See LICENSE.
-- ChucK LPeg lexer.

local lexer = lexer
Expand Down
2 changes: 1 addition & 1 deletion lexers/clojure.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2018-2023 Mitchell. See LICENSE.
-- Copyright 2018-2024 Mitchell. See LICENSE.
-- Clojure LPeg lexer.
-- Contributed by Christos Chatzifountas.

Expand Down
2 changes: 1 addition & 1 deletion lexers/cmake.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- CMake LPeg lexer.

local lexer = lexer
Expand Down
2 changes: 1 addition & 1 deletion lexers/coffeescript.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- CoffeeScript LPeg lexer.

local lexer = require('lexer')
Expand Down
2 changes: 1 addition & 1 deletion lexers/container.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- Container LPeg lexer.
-- This is SciTE's plain text lexer.

Expand Down
2 changes: 1 addition & 1 deletion lexers/context.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Robert Gieseke, Lars Otter. See LICENSE.
-- Copyright 2006-2024 Robert Gieseke, Lars Otter. See LICENSE.
-- ConTeXt LPeg lexer.

local lexer = require('lexer')
Expand Down
2 changes: 1 addition & 1 deletion lexers/cpp.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- C++ LPeg lexer.

local lexer = lexer
Expand Down
2 changes: 1 addition & 1 deletion lexers/crystal.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- Copyright 2017 Michel Martens.
-- Crystal LPeg lexer (based on Ruby).

Expand Down
2 changes: 1 addition & 1 deletion lexers/csharp.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- C# LPeg lexer.

local lexer = require('lexer')
Expand Down
2 changes: 1 addition & 1 deletion lexers/css.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- CSS LPeg lexer.

local lexer = lexer
Expand Down
2 changes: 1 addition & 1 deletion lexers/cuda.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- CUDA LPeg lexer.

local lexer = lexer
Expand Down
2 changes: 1 addition & 1 deletion lexers/dart.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2013-2023 Mitchell. See LICENSE.
-- Copyright 2013-2024 Mitchell. See LICENSE.
-- Dart LPeg lexer.
-- Written by Brian Schott (@Hackerpilot on Github).

Expand Down
2 changes: 1 addition & 1 deletion lexers/desktop.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- Desktop Entry LPeg lexer.

local lexer = lexer
Expand Down
2 changes: 1 addition & 1 deletion lexers/diff.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- Diff LPeg lexer.

local lexer = lexer
Expand Down
2 changes: 1 addition & 1 deletion lexers/django.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- Django LPeg lexer.

local lexer = lexer
Expand Down
2 changes: 1 addition & 1 deletion lexers/dmd.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- D LPeg lexer.
-- Heavily modified by Brian Schott (@Hackerpilot on Github).

Expand Down
2 changes: 1 addition & 1 deletion lexers/dockerfile.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2016-2023 Alejandro Baez (https://keybase.io/baez). See LICENSE.
-- Copyright 2016-2024 Alejandro Baez (https://keybase.io/baez). See LICENSE.
-- Dockerfile LPeg lexer.

local lexer = lexer
Expand Down
2 changes: 1 addition & 1 deletion lexers/dot.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Brian "Sir Alaran" Schott. See LICENSE.
-- Copyright 2006-2024 Brian "Sir Alaran" Schott. See LICENSE.
-- Dot LPeg lexer.
-- Based off of lexer code by Mitchell.

Expand Down
2 changes: 1 addition & 1 deletion lexers/eiffel.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- Eiffel LPeg lexer.

local lexer = require('lexer')
Expand Down
2 changes: 1 addition & 1 deletion lexers/elixir.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2015-2023 Mitchell. See LICENSE.
-- Copyright 2015-2024 Mitchell. See LICENSE.
-- Contributed by Richard Philips.
-- Elixir LPeg lexer.

Expand Down
2 changes: 1 addition & 1 deletion lexers/elm.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2020-2023 Mitchell. See LICENSE.
-- Copyright 2020-2024 Mitchell. See LICENSE.
-- Elm LPeg lexer
-- Adapted from Haskell LPeg lexer by Karl Schultheisz.

Expand Down
2 changes: 1 addition & 1 deletion lexers/erlang.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- Erlang LPeg lexer.

local lexer = require('lexer')
Expand Down
2 changes: 1 addition & 1 deletion lexers/fantom.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2018-2023 Simeon Maryasin (MarSoft). See LICENSE.
-- Copyright 2018-2024 Simeon Maryasin (MarSoft). See LICENSE.
-- Fantom LPeg lexer.
-- Based on Java LPeg lexer by Mitchell and Vim's Fantom syntax.

Expand Down
2 changes: 1 addition & 1 deletion lexers/faust.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2015-2023 David B. Lamkins <[email protected]>. See LICENSE.
-- Copyright 2015-2024 David B. Lamkins <[email protected]>. See LICENSE.
-- Faust LPeg lexer, see http://faust.grame.fr/

local lexer = require('lexer')
Expand Down
2 changes: 1 addition & 1 deletion lexers/fennel.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- Fennel LPeg lexer.
-- Contributed by Momohime Honda.

Expand Down
2 changes: 1 addition & 1 deletion lexers/fish.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2015-2023 Jason Schindler. See LICENSE.
-- Copyright 2015-2024 Jason Schindler. See LICENSE.
-- Fish (http://fishshell.com/) script LPeg lexer.

local lexer = require('lexer')
Expand Down
2 changes: 1 addition & 1 deletion lexers/forth.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- Forth LPeg lexer.
-- Contributions from Joseph Eib.

Expand Down
2 changes: 1 addition & 1 deletion lexers/fortran.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- Fortran LPeg lexer.

local lexer = require('lexer')
Expand Down
2 changes: 1 addition & 1 deletion lexers/fsharp.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- F# LPeg lexer.

local lexer = require('lexer')
Expand Down
2 changes: 1 addition & 1 deletion lexers/fstab.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2016-2023 Christian Hesse. See LICENSE.
-- Copyright 2016-2024 Christian Hesse. See LICENSE.
-- fstab LPeg lexer.

local lexer = lexer
Expand Down
2 changes: 1 addition & 1 deletion lexers/gap.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- Gap LPeg lexer.

local lexer = require('lexer')
Expand Down
2 changes: 1 addition & 1 deletion lexers/gemini.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2020-2023 Haelwenn (lanodan) Monnier <[email protected]>. See LICENSE.
-- Copyright 2020-2024 Haelwenn (lanodan) Monnier <[email protected]>. See LICENSE.
-- Gemini / Gemtext LPeg lexer.
-- See https://gemini.circumlunar.space/docs/specification.html

Expand Down
2 changes: 1 addition & 1 deletion lexers/gettext.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- Gettext LPeg lexer.

local lexer = require('lexer')
Expand Down
2 changes: 1 addition & 1 deletion lexers/gherkin.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2015-2023 Jason Schindler. See LICENSE.
-- Copyright 2015-2024 Jason Schindler. See LICENSE.
-- Gherkin (https://github.com/cucumber/cucumber/wiki/Gherkin) LPeg lexer.

local lexer = require('lexer')
Expand Down
2 changes: 1 addition & 1 deletion lexers/git-rebase.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2017-2023 Marc André Tanner. See LICENSE.
-- Copyright 2017-2024 Marc André Tanner. See LICENSE.
-- git-rebase(1) LPeg lexer.

local lexer = lexer
Expand Down
2 changes: 1 addition & 1 deletion lexers/gleam.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2021-2023 Mitchell. See LICENSE.
-- Copyright 2021-2024 Mitchell. See LICENSE.
-- Gleam LPeg lexer
-- https://gleam.run/
-- Contributed by Tynan Beatty
Expand Down
2 changes: 1 addition & 1 deletion lexers/glsl.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- GLSL LPeg lexer.

local lexer = lexer
Expand Down
2 changes: 1 addition & 1 deletion lexers/gnuplot.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- Gnuplot LPeg lexer.

local lexer = lexer
Expand Down
2 changes: 1 addition & 1 deletion lexers/go.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- Go LPeg lexer.

local lexer = lexer
Expand Down
2 changes: 1 addition & 1 deletion lexers/groovy.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- Groovy LPeg lexer.

local lexer = require('lexer')
Expand Down
2 changes: 1 addition & 1 deletion lexers/gtkrc.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2006-2023 Mitchell. See LICENSE.
-- Copyright 2006-2024 Mitchell. See LICENSE.
-- Gtkrc LPeg lexer.

local lexer = lexer
Expand Down
Loading

0 comments on commit 751eea5

Please sign in to comment.